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.

169,181 papers · 148 categories

Trend · papers per month

1223 · Jun 201919922001200920182026
48 results for NP-Complete

In this paper we extend the works of Tancer and of Malgouyres and Francés, showing that (d,k)(d,k)-collapsibility is NP-complete for dk+2d\geq k+2 except (2,0)(2,0). By (d,k)(d,k)-collapsibility we mean the following problem: determine whether a given dd-dimensional simplicial complex can be collapsed to some kk-dimensional sub…

2017-03-20abs ↗pdf ↗

Graph Neural Networks solve the decision variant of TSP with high accuracy.

problem Decision variant of the Traveling Salesperson Problem (TSP).
method Graph Neural Networks (GNNs) learn to solve TSP with minimal supervision.
result Graph Neural Networks achieve 80% accuracy in solving TSP with small cost deviations.

The paper connects graph properties to moral graphs and proves the complexity of deciding morality.

problem Deciding the morality of a graph.
method Defining new graph properties and proving their equivalence to morality, and showing the complexity of the problem.
result Morality can be decided in polynomial time for graphs with maximum degree less than 5, but is NP-complete for higher degrees.

Graph colouring model uses GNN to solve NP-Complete problems.

problem Solving NP-Complete problems like graph colouring.
method Simple GNN architecture trained on random instances, generalizes to diverse graph distributions.
result GNN model outperforms Neurosat, Tabucol, and greedy baselines for some graph distributions.

We show that {\sc Heegaard Genus g\leq g}, the problem of deciding whether a triangulated 3-manifold admits a Heegaard splitting of genus less than or equal to gg, is NP-hard. The result follows from a quadratic time reduction of the NP-complete problem {\sc CNF-SAT} to {\sc Heegaard Genus g\leq g}.

2016-06-05abs ↗pdf ↗

Let MM be a 3-manifold. Every knotted (embedded) surface in M×RM \times \R can be moved via an ambient isotopy in such a way that its projection into MM is a generic surface. A surface is generic if every point on it is either a regular, double or triple value - the transversal intersection of 1, 2 or 3 embedded surfa…

2016-05-26abs ↗pdf ↗

We investigate the computational complexity of some problems in three-dimensional topology and geometry. We show that the problem of determining a bound on the genus of a knot in a 3-manifold, is NP-complete. Using similar ideas, we show that deciding whether a curve in a metrized PL 3-manifold bounds a surface of area…

2002-05-06abs ↗pdf ↗

GraphDETR detects subgraphs in large graphs using deep learning.

problem Detecting subgraphs in large graphs efficiently and accurately.
method Formulates subgraph detection as a set prediction problem using GraphDETR, a deep learning framework.
result GraphDETR can detect diverse patterns in large graphs, achieving strong performance on molecular functional group detection.

This paper unifies observability notions for colored graphs and identifies graph modifications to improve observability.

problem Observability of colored graphs and its relationship to graph properties.
method Unified framework of observability notions, graph modifications, and NP-completeness results.
result Identification of graph modifications to improve observability and NP-completeness of one modification problem.

New algorithm speeds up robustness verification for tree-based models.

problem Formal robustness verification of tree-based models, especially ensembles.
method Reformulated as max-clique problem on a multi-partite graph with bounded boxicity; developed efficient multi-level verification algorithm.
result Tight lower bounds on robustness of decision tree ensembles, hundreds of times faster than previous approach.

We show the problem of counting homomorphisms from the fundamental group of a homology 33-sphere MM to a finite, non-abelian simple group GG is #P-complete, in the case that GG is fixed and MM is the computational input. Similarly, deciding if there is a non-trivial homomorphism is NP-complete. In both reductions,…

2017-07-12abs ↗pdf ↗

This paper tackles robustness of ensemble stumps and trees under general ℓ_p norm perturbations.

problem The vulnerability of ensemble stumps and trees to small input perturbations under the ℓ_∞ norm.
method Developed dynamic programming algorithms for robustness verification and certified defense under general ℓ_p norm perturbations.
result First certified defense method for ensemble stumps and trees under ℓ_p norm perturbations.

The paper tackles the computational complexity of PLT algorithms, providing tractable solutions.

problem Finding a tree structure that results in a PLT with low computational costs and low statistical error.
method The paper shows that finding an optimal tree structure is NP-complete. It provides linear time solutions for specific cases and an O(logm)O(\log m) approximation for the general case.
result The paper provides tractable solutions for finding a tree structure with low computational costs and low statistical error.

There are many fundamental algorithmic problems on triangulated 3-manifolds whose complexities are unknown. Here we study the problem of finding a taut angle structure on a 3-manifold triangulation, whose existence has implications for both the geometry and combinatorics of the triangulation. We prove that detecting ta…

2012-07-04abs ↗pdf ↗

We show that three natural decision problems about links and 3-manifolds are computationally hard, assuming some conjectures in complexity theory. The first problem is determining whether a link in the 3-sphere bounds a Seifert surface with Thurston norm at most a given integer; this is shown to be NP-complete. The sec…

2016-02-26abs ↗pdf ↗

I prove that if markets are weak-form efficient, meaning current prices fully reflect all information available in past prices, then P = NP, meaning every computational problem whose solution can be verified in polynomial time can also be solved in polynomial time. I also prove the converse by showing how we can "progr…

2010-02-11abs ↗pdf ↗

We perform a finite sample analysis of the detection levels for sparse principal components of a high-dimensional covariance matrix. Our minimax optimal test is based on a sparse eigenvalue statistic. Alas, computing this test is known to be NP-complete in general, and we describe a computationally efficient alternativ…

2012-02-23abs ↗pdf ↗

A fast ML method solves complex combinatorial auction problems.

problem Solving winner determination in multi-unit combinatorial auctions.
method Graph Neural Network (GNN) with half-convolution operations for bid-item graph modeling.
result Approaches optimal performance with negligible revenue loss and low complexity.

Recognition of Seifert fibered spaces with boundary is computationally tractable.

problem Recognizing Seifert fibered spaces with boundary.
method Proving the existence of fundamental horizontal surfaces and normal vertical annuli with bounded total weight.
result The decision problem is in NP and the construction problem is in FNP.

Deep learning models are often successfully trained using gradient descent, despite the worst case hardness of the underlying non-convex optimization problem. The key question is then under what conditions can one prove that optimization will succeed. Here we provide a strong result of this kind. We consider a neural n…

2017-02-26abs ↗pdf ↗

The paper analyzes the complexity of untangling knots with a given number of moves.

problem Determining if a knot diagram can be untangled with a specified number of moves.
method Parameterized complexity analysis with respect to the defect, a measure of move efficiency.
result The problem belongs to W[P] when parameterized by defect, and is W[P]-hard by reduction.

We consider active, semi-supervised learning in an offline transductive setting. We show that a previously proposed error bound for active learning on undirected weighted graphs can be generalized by replacing graph cut with an arbitrary symmetric submodular function. Arbitrary non-symmetric submodular functions can be…

2012-02-14abs ↗pdf ↗

Community detection using both graphs and social networks is the focus of many algorithms. Recent methods aimed at optimizing the so-called modularity function proceed by maximizing relations within communities while minimizing inter-community relations. However, given the NP-completeness of the problem, these algorith…

2014-06-26abs ↗pdf ↗

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 show that the class of strongly connected graphical models with treewidth at most k can be properly efficiently PAC-learnt with respect to the Kullback-Leibler Divergence. Previous approaches to this problem, such as those of Chow ([1]), and Ho gen ([7]) have shown that this class is PAC-learnable by reducing it to …

2012-07-11abs ↗pdf ↗

A new NMF variant tackles underdetermined problems with sparse and separable assumptions.

problem Underdetermined blind source separation, especially multispectral image unmixing.
method Sparse Separable Nonnegative Matrix Factorization (SSNMF) combining separability and sparsity assumptions. Algorithm based on SNPA and sparse nonnegative least squares.
result In noiseless settings, the algorithm recovers true underlying sources.

RLHO uses RL to generate better initial solutions for heuristic optimization.

problem High sample complexity in generating initial solutions for combinatorial optimization problems.
method RLHO framework that augments heuristic algorithms with RL to generate better initial solutions.
result RLHO outperforms baseline methods on bin packing problem.

We consider the quantifier-free languages, Bc and Bc0, obtained by augmenting the signature of Boolean algebras with a unary predicate representing, respectively, the property of being connected, and the property of having a connected interior. These languages are interpreted over the regular closed sets of n-dimension…

2011-10-18abs ↗pdf ↗

A new reinforcement learning method improves Max-Cut solutions without needing training data.

problem Max-Cut problem is NP-hard, and existing methods struggle with generalizability and scalability.
method Training-data-free reinforcement learning approach to hyperplane rounding for Max-Cut optimization.
result Our method consistently achieves better Max-Cut solutions across various graph types.

GSO framework optimizes COPs on graphs using Gumbel-softmax.

problem Finding optimal configurations or network structures in combinatorial optimization problems.
method Introducing Gumbel-softmax technique for direct optimization of objective functions.
result High-quality solutions obtained with less time compared to traditional methods.