Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

168,694 papers · 148 categories

Trend · papers per month

4589134178 · May 202619922001200920172026
48 results for induced subgraphs

Let ΓΓ be a finite graph and let ΓeΓ^{\mathrm{e}} be its extension graph. We inductively define a sequence {Γi}\{Γ_i\} of finite induced subgraphs of ΓeΓ^{\mathrm{e}} through successive applications of an operation called "doubling along a star". Then we show that every finite induced subgraph of ΓeΓ^{\mathrm{e}} is iso…

2017-08-07abs ↗pdf ↗

The fine curve graph is hyperbolic and contains all countable graphs as induced subgraphs.

problem Characterizing the structure and properties of fine curve graphs.
method Analyzing the hyperbolicity and induced subgraph properties of fine curve graphs and their direct limits.
result The finitary curve graph has diameter 2, contains every countable graph as an induced subgraph, and has the homeomorphism group of the surface as its automorphism group.

Let Sg,nS_{g,n} be an orientable surface of genus gg with nn punctures. We identify a finite rigid subgraph Xg,nX_{g,n} of the pants graph P(Sg,n)\mathcal P (S_{g,n}), that is, a subgraph with the property that any simplicial embedding of Xg,nX_{g,n} into any pants graph P(Sg,n)\mathcal P (S_{g',n'}) is induced by an embedding $S_{g…

2019-07-30abs ↗pdf ↗

Massively parallel architectures such as the GPU are becoming increasingly important due to the recent proliferation of data. In this paper, we propose a key class of hybrid parallel graphlet algorithms that leverages multiple CPUs and GPUs simultaneously for computing k-vertex induced subgraph statistics (called graph…

2016-08-18abs ↗pdf ↗

We show that for a sufficiently simple surface SS, a right-angled Artin group A(Γ)A(Γ) embeds into $\Mod(S)$ if and only if ΓΓ embeds into the curve graph $\mC(S)$ as an induced subgraph. When SS is sufficiently complicated, there exists an embedding $A(Γ)\to\Mod(S)$ for some ΓΓ not contained in $\mC(S)$.

2013-10-17abs ↗pdf ↗

In this article we study the right-angled Artin subgroups of a given right-angled Artin group. Starting with a graph $\gam$, we produce a new graph through a purely combinatorial procedure, and call it the extension graph $\gam^e$ of $\gam$. We produce a second graph $\gam^e_k$, the clique graph of $\gam^e$, by adding …

2011-05-25abs ↗pdf ↗

Learning representation on graph plays a crucial role in numerous tasks of pattern recognition. Different from grid-shaped images/videos, on which local convolution kernels can be lattices, however, graphs are fully coordinate-free on vertices and edges. In this work, we propose a Gaussian-induced convolution (GIC) fra…

2018-11-11abs ↗pdf ↗

Applied researchers often construct a network from a random sample of nodes in order to infer properties of the parent network. Two of the most widely used sampling schemes are subgraph sampling, where we sample each vertex independently with probability pp and observe the subgraph induced by the sampled vertices, and…

2018-02-21abs ↗pdf ↗

It is well-known that the Pachner graph of nn-vertex triangulated 22-spheres is connected, i.e., each pair of nn-vertex triangulated 22-spheres can be turned into each other by a sequence of edge flips for each n4n\geq 4. In this article, we study various induced subgraphs of this graph. In particular, we prove tha…

2017-01-18abs ↗pdf ↗

We prove a strong form of finite rigidity for pants graphs of spheres. Specifically, for any n4n\geq4, we construct a finite subgraph XnX_n of the pants graph P(S0,n)P(S_{0,n}) of the n-punctured sphere S0,nS_{0,n} with the following property. Any simplicial embedding of XnX_n into any pants graph P(S0,m)P(S_{0,m}) of a punctured …

2013-03-15abs ↗pdf ↗

The ability to detect and count certain substructures in graphs is important for solving many tasks on graph-structured data, especially in the contexts of computational chemistry and biology as well as social network analysis. Inspired by this, we propose to study the expressive power of graph neural networks (GNNs) v…

2020-02-10abs ↗pdf ↗

Graphs are versatile tools for representing structured data. As a result, a variety of machine learning methods have been studied for graph data analysis. Although many such learning methods depend on the measurement of differences between input graphs, defining an appropriate distance metric for graphs remains a contr…

2020-02-03abs ↗pdf ↗

Embedding right-angled Artin groups in mapping class groups of nonorientable surfaces.

problem Embedding right-angled Artin groups in mapping class groups for nonorientable surfaces.
method Proving embedding for finite full subgraphs and some non-full subgraphs of curve graphs.
result Existence of non-full subgraphs that can be embedded in mapping class groups.

We prove several results about chordal graphs and weighted chordal graphs by focusing on exposed edges. These are edges that are properly contained in a single maximal complete subgraph. This leads to a characterization of chordal graphs via deletions of a sequence of exposed edges from a complete graph. Most interesti…

2017-06-14abs ↗pdf ↗

SubGNN tackles subgraph prediction challenges in graphs.

problem Subgraphs in graphs are challenging to predict due to their internal topology and external connectivity.
method SubGNN introduces a novel subgraph routing mechanism to learn disentangled subgraph representations.
result SubGNN achieves considerable performance gains on subgraph classification tasks, outperforming strong baseline methods.

NeuroMatch efficiently matches subgraphs in large graphs using neural networks.

problem Determining the presence and location of a query graph in a large target graph.
method NeuroMatch decomposes graphs into subgraphs, embeds them using graph neural networks, and matches them directly in the embedding space.
result NeuroMatch is 100x faster and 18% more accurate than existing methods.

We outline a detection method for adversarial inputs to deep neural networks. By viewing neural network computations as graphs upon which information flows from input space to out- put distribution, we compare the differences in graphs induced by different inputs. Specifically, by applying persistent homology to these …

2017-11-28abs ↗pdf ↗

Unified framework for subgraph-enhanced GNNs, improving prediction accuracy and reducing computation time.

problem Limited understanding of subgraph-enhanced GNNs and their relation to the Weisfeiler-Leman hierarchy.
method Theoretical framework, theoretical expressivity results, and data-driven subgraph sampling methods.
result Data-driven subgraph-enhanced GNNs outperform non-data-driven methods in predictive performance.

We propose graph kernels based on subgraph matchings, i.e. structure-preserving bijections between subgraphs. While recently proposed kernels based on common subgraphs (Wale et al., 2008; Shervashidze et al., 2009) in general can not be applied to attributed graphs, our approach allows to rate mappings of subgraphs by …

2012-06-27abs ↗pdf ↗

GNNS uses graph neural networks to efficiently estimate subgraph frequency distributions.

problem Efficiently calculating subgraph frequency distributions in large networks.
method Graph Neural Networks (GNNS) for sampling and estimating subgraph frequencies.
result GNNS achieves comparable accuracy with a significant speedup of three orders of magnitude.

We give a short proof of the following theorem of Sang-hyun Kim: if A(Γ)A(Γ) is a right-angled Artin group with defining graph ΓΓ, then A(Γ)A(Γ) contains a hyperbolic surface subgroup if ΓΓ contains an induced subgraph Cˉn\bar{C}_n for some n5n \geq 5, where Cˉn\bar{C}_n denotes the complement graph of an nn-cycle. Furthe…

2010-12-19abs ↗pdf ↗

Proposes GIB for recognizing informative subgraphs in graphs.

problem Recognizing a subgraph that is maximally informative yet compressive.
method Graph Information Bottleneck (GIB) framework, mutual information estimator, bi-level optimization, connectivity loss.
result IB-subgraph improves graph classification, interpretation, and denoising.

We say a graph has property Pg,p\mathcal{P}_{g,p} when it is an induced subgraph of the curve graph of a surface of genus gg with pp punctures. Two well-known graph invariants, the chromatic and clique numbers, can provide obstructions to Pg,p\mathcal{P}_{g,p}. We introduce a new invariant of a graph, the 'nested complex…

2016-09-08abs ↗pdf ↗

Faster algorithm for generalized mean densest subgraph problem.

problem Finding subgraphs with highest average pp-th-power degree.
method GENPEEL++ algorithm, which yields (2(p+1))1/p(2(p+1))^{1/p}-approximation for p[1,+)p \in [1, +\infty) with time complexity O(m(logn))O(m(\log n)).
result GENPEEL++ algorithm provides faster and more efficient solution for generalized mean densest subgraph problem.

Let G=(V,E) be an undirected graph, lambda_k be the k-th smallest eigenvalue of the normalized laplacian matrix of G. There is a basic fact in algebraic graph theory that lambda_k > 0 if and only if G has at most k-1 connected components. We prove a robust version of this fact. If lambda_k>0, then for some 1\leq \ell\l…

2013-09-12abs ↗pdf ↗

Estimates eigenvalues of poly-Laplace operator on lattice subgraphs.

problem Estimating eigenvalues of poly-Laplace operator on subgraphs of lattice graphs.
method Introduced discrete poly-Laplace operator, derived upper and lower bounds for eigenvalues.
result Poly-Laplace eigenvalues are at least squares of lower-order poly-Laplace eigenvalues.

Mining discriminative features for graph data has attracted much attention in recent years due to its important role in constructing graph classifiers, generating graph indices, etc. Most measurement of interestingness of discriminative subgraph features are defined on certain graphs, where the structure of graph objec…

2013-01-28abs ↗pdf ↗

In this paper, we study a new graph learning problem: learning to count subgraph isomorphisms. Different from other traditional graph learning problems such as node classification and link prediction, subgraph isomorphism counting is NP-complete and requires more global inference to oversee the whole graph. To make it …

2019-12-25abs ↗pdf ↗

We present a supervised-learning algorithm from graph data (a set of graphs) for arbitrary twice-differentiable loss functions and sparse linear models over all possible subgraph features. To date, it has been shown that under all possible subgraph features, several types of sparse learning, such as Adaboost, LPBoost, …

2014-03-20abs ↗pdf ↗

Upper bounds for Steklov eigenvalues in subgraphs of polynomial growth Cayley graphs.

problem Finding upper bounds for Steklov eigenvalues in subgraphs of polynomial growth Cayley graphs.
method Discretizing a bounded domain and using comparison theorems.
result The $k^{\mbox{th}}$ eigenvalue tends to 00 proportionally to 1/B1d11/|B|^{\frac{1}{d-1}}.

GMT improves interpretability of XGNNs by approximating SubMT.

problem Limited understanding of existing interpretable subgraph learning methods.
method Formulated subgraph multilinear extension (SubMT) and designed GMT architecture.
result GMT outperforms state-of-the-art in both interpretability and generalizability.

SELO model predicts link signs better than SDGNN using subgraph encoding and linear optimization.

problem Inferring the sign of links in signed networks with limited sign data.
method Subgraph Encoding via Linear Optimization (SELO) approach to learn edge embeddings.
result SELO model outperforms state-of-the-art methods on multiple real-world signed networks.