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,657 papers · 148 categories

Trend · papers per month

121242363484 · May 202619922001200920172026
48 results for non-backtracking structure

New matrix reveals cluster info in sparse directed graphs.

problem Analyzing cluster information in directed graphs.
method Proposed complex non-backtracking matrix integrating Hermitian adjacency matrix and non-backtracking matrix properties.
result The complex non-backtracking matrix holds cluster information, especially for sparse directed graphs.

A new graph neural network (NBA-GNN) avoids revisiting nodes to improve accuracy.

problem Redundancy in graph neural network updates causes over-squashing and inaccurate recognition.
method Proposes non-backtracking graph neural networks (NBA-GNN) that update messages without revisiting nodes.
result The NBA-GNN alleviates over-squashing and improves performance on graph benchmarks.

This paper presents VEC-NBT, a variation on the unsupervised graph clustering technique VEC, which improves upon the performance of the original algorithm significantly for sparse graphs. VEC employs a novel application of the state-of-the-art word2vec model to embed a graph in Euclidean space via random walks on the n…

2017-08-26abs ↗pdf ↗

Spectral algorithms are classic approaches to clustering and community detection in networks. However, for sparse networks the standard versions of these algorithms are suboptimal, in some cases completely failing to detect communities even when other algorithms such as belief propagation can do so. Here we introduce a…

2013-06-24abs ↗pdf ↗

There have been several spectral bounds for the percolation transition in networks, using spectrum of matrices associated with the network such as the adjacency matrix and the non-backtracking matrix. However they are far from being tight when the network is sparse and displays clustering or transitivity, which is repr…

2017-10-04abs ↗pdf ↗

HollowFlow speeds up likelihood evaluation for large-scale models.

problem Prohibitive scaling of sample likelihood computations in flow-based models.
method Introduces HollowFlow, a flow-based generative model using a NoBGNN with a block-diagonal Jacobian structure.
result Achieves up to O(n^2) speed-up in likelihood evaluation for large systems.

Spectral clustering is a standard approach to label nodes on a graph by studying the (largest or lowest) eigenvalues of a symmetric real matrix such as e.g. the adjacency or the Laplacian. Recently, it has been argued that using instead a more complicated, non-symmetric and higher dimensional operator, related to the n…

2014-06-07abs ↗pdf ↗

Unified spectral clustering for sparse networks with heterogeneous degrees.

problem Efficiently detecting communities in sparse networks with varying degrees.
method Developed a parametrized regularized Laplacian matrix for spectral clustering.
result Improved parametrization accounts for network heterogeneity and community hardness.

Motivated by community detection, we characterise the spectrum of the non-backtracking matrix BB in the Degree-Corrected Stochastic Block Model. Specifically, we consider a random graph on nn vertices partitioned into two equal-sized clusters. The vertices have i.i.d. weights {φu}u=1n\{ φ_u \}_{u=1}^n with second moment $Φ…

2016-09-08abs ↗pdf ↗

New method detects communities in complex hypergraphs, matching theoretical limits.

problem Detecting communities in non-uniform hypergraphs with varying hyperedge sizes.
method Developed a spectral theory for weighted non-backtracking operators on non-uniform hypergraphs.
result Achieved the Kesten-Stigum bound for weak recovery in a general class of non-uniform HSBMs.

New findings support a new community recovery threshold for Stochastic Block Model with many communities.

problem Recovering communities in Stochastic Block Model with more than sqrt(n) communities.
method Counting specific motifs to achieve polynomial-time community recovery above a new threshold.
result LDP fails below the new threshold, but polynomial-time recovery is possible above it.

New findings on community recovery in SBM with many communities.

problem Determining community recovery conditions in SBM with more than sqrt(n) communities.
method Constructing motifs and counting them to prove community recovery above the proposed threshold.
result Proving community recovery above the proposed threshold in SBM with K >= sqrt(n) communities.

We consider the problem of clustering partially labeled data from a minimal number of randomly chosen pairwise comparisons between the items. We introduce an efficient local algorithm based on a power iteration of the non-backtracking operator and study its performance on a simple model. For the case of two clusters, w…

2016-05-20abs ↗pdf ↗

Community detection is a fundamental problem in network analysis with many methods available to estimate communities. Most of these methods assume that the number of communities is known, which is often not the case in practice. We study a simple and very fast method for estimating the number of communities based on th…

2015-07-03abs ↗pdf ↗

We say that a subset SFNS\subseteq F_N is \emph{spectrally rigid} if whenever T1,T2cvNT_1, T_2\in cv_N are points of the (unprojectivized) Outer space such that gT1=gT2||g||_{T_1}=||g||_{T_2} for every gSg\in S then T1=T2T_1=T_2 in $\cvn$. It is well-known that FNF_N itself is spectrally rigid; it also follows from the result of Smil…

2010-01-12abs ↗pdf ↗

The paper describes the K-theory of CC^*-algebras of locally finite graphs.

problem Computing the K-theory of CC^*-algebras of locally finite graphs.
method Using a directed graph representation and Cuntz-Krieger algebra, the paper computes the K-theory of C(Γ)C^*(Γ).
result The K-theory of C(Γ)C^*(Γ) is determined by the graph's genus, number of ends, and dead-ends.

This paper analyzes DeepWalk and node2vec for community detection in large networks.

problem Community detection in large, sparse networks.
method Low-dimensional network embedding algorithms (DeepWalk and node2vec) applied to random walk segments.
result The performance of DeepWalk and node2vec in recovering communities depends on the length of random walk segments and sparsity of the network.

Traditionally, community detection in graphs can be solved using spectral methods or posterior inference under probabilistic graphical models. Focusing on random graph families such as the stochastic block model, recent research has unified both approaches and identified both statistical and computational detection thr…

2017-05-23abs ↗pdf ↗

This paper investigates the behavior of the Min-Sum message passing scheme to solve systems of linear equations in the Laplacian matrices of graphs and to compute electric flows. Voltage and flow problems involve the minimization of quadratic functions and are fundamental primitives that arise in several domains. Algor…

2016-11-22abs ↗pdf ↗

Graph energy helps detect communities in networks better than traditional methods.

problem Detecting communities in sparse networks where traditional methods fail.
method Using graph energy based on the full spectrum of adjacency matrices.
result The difference in graph energy between a planted partition model and an Erdős--Rényi network has a distinct transition at the detectability threshold.

Several probabilistic models from high-dimensional statistics and machine learning reveal an intriguing --and yet poorly understood-- dichotomy. Either simple local algorithms succeed in estimating the object of interest, or even sophisticated semi-definite programming (SDP) relaxations fail. In order to explore this p…

2016-10-17abs ↗pdf ↗

AI methods often fail to outperform classical CPU-based solvers on Maximum Independent Set problems.

problem Comparing AI methods with classical CPU-based solvers on Maximum Independent Set problems.
method Comparison of AI methods (e.g., generative models, reinforcement learning) with classical CPU-based solvers (e.g., KaMIS) on Maximum Independent Set problem.
result AI-inspired methods are often outperformed by classical CPU-based solvers, even with post-processing techniques.

The paper proves geometric and spectral alignment for deep neural networks.

problem Understanding the singular spectra of deep neural network layers.
method Proves deterministic quotient-geometric estimates for singular spectra of Frobenius-normalized layer factors.
result Exact power-law spectra form a trace-normalized Cartan orbit under Frobenius normalization.

In \cite{KSS06} it was shown that with respect to the simple non-backtracking random walk on the free group FN=F(a1,,aN)F_N=F(a_1,\dots,a_N) the Whitehead algorithm has strongly linear time generic-case complexity and that "generic" elements of FNF_N are "strictly minimal" in their Out(FN)Out(F_N)-orbits. Here we generalize these res…

2019-03-17abs ↗pdf ↗

The paper introduces new structures for left-symmetric algebroids.

problem Developing new mathematical structures for left-symmetric algebroids.
method Introducing Koszul-Vinberg-Nijenhuis structures and related concepts.
result Koszul-Vinberg-Nijenhuis structures provide a hierarchy of structures.

We give a notion of compatibility between a Riemannian structure and a Jacobi structure. We prove that in case of fundamental examples of Jacobi structures : Poisson structures, contact structures and locally conformally symplectic structures, we get respectively Riemann-Poisson structures in the sense of M. Boucetta, …

2018-02-25abs ↗pdf ↗

We give a notion of compatibility between a Riemannian metric and a Jacobi structure. We prove that in case of Poisson structures, contact structures and locally conformally symplectic structures, fundamental examples of Jacobi structures, we get respectively Riemann-Poisson structures in the sense of M. Boucetta, $\fr…

2017-08-14abs ↗pdf ↗

Study on G2G_2^* structures and almost para-contact structures in 7D.

problem Understanding the relation between G2G_2^* structures and almost para-contact structures.
method Calculating projections using properties of G2G_2^* structures.
result Determined the class of almost para-contact structures induced by G2G_2^* structures.

Defines a new Poisson structure for generalized Sasakian spaces.

problem No specific problem stated; focuses on new structure definition.
method Defines a canonical Poisson structure on generalized contact metric spaces.
result Shows distinction between generalized Sasakian and coKähler structures.

Study on types of generalized hypercomplex structures on tori and Kodaira-Thurston surface.

problem Characterizing types of generalized hypercomplex structures.
method Analysis of S2S^2-family of generalized complex structures and study of twistor spaces.
result Existence of generalized hypercomplex structures on 4n4n-dimensional tori with non-maximal types.

Extends corner structure study to general case, constructs normal Trans-Sasakian structures.

problem Extending corner structure study to general case without conditions.
method Extends corner structure to general case, constructs Trans-Sasakian structures from non-normal corner structures.
result Constructs normal Trans-Sasakian structures from non-normal corner structures.

New metric structures generalize Sasakian and cosymplectic structures, proving rigidity and finding conditions.

problem Generalizing Sasakian and cosymplectic structures to new metric structures.
method Introducing weak structures and proving rigidity of Sasakian structures.
result Any weak Sasakian structure is homothetically equivalent to a Sasakian structure.

Hypersymplectic structures with torsion on Lie algebroids are investigated. We show that each hypersymplectic structure with torsion on a Lie algebroid determines three Nijenhuis morphisms. From a contravariant point of view, these structures are twisted Poisson structures. We prove the existence of a one-to-one corres…

2015-01-05abs ↗pdf ↗

Study equivalence between Hessian and Born structures on tangent bundles.

problem Equivalence between Hessian and Born structures on tangent bundles.
method Analyzing conditions for Hessian structures and integrability of induced almost Born structures.
result Conditions for equivalence between Hessian and Born structures are established.

Introduces compatibility between Dirac structures and Nijenhuis tensors.

problem No specific problem stated; focuses on extending Poisson-Nijenhuis structures.
method Introduces compatibility between Dirac structures and (1,1)-tensor fields.
result Properties of Dirac-Nijenhuis structures studied, including connections and integrations.