A Metaheuristic Algorithm for Large Maximum Weight Independent Set
Problems
- URL: http://arxiv.org/abs/2203.15805v1
- Date: Mon, 28 Mar 2022 21:34:16 GMT
- Title: A Metaheuristic Algorithm for Large Maximum Weight Independent Set
Problems
- Authors: Yuanyuan Dong, Andrew V. Goldberg, Alexander Noe, Nikos Parotsidis,
Mauricio G.C. Resende, Quico Spaen
- Abstract summary: Given a node-weighted graph, find a set of independent (mutually nonadjacent) nodes whose node-weight sum is maximum.
Some of the graphs airsing in this application are large, having hundreds of thousands of nodes and hundreds of millions of edges.
We develop a new local search algorithm, which is a metaheuristic in the greedy randomized adaptive search framework.
- Score: 58.348679046591265
- License: http://creativecommons.org/licenses/by/4.0/
- Abstract: Motivated by a real-world vehicle routing application, we consider the
maximum-weight independent set problem: Given a node-weighted graph, find a set
of independent (mutually nonadjacent) nodes whose node-weight sum is maximum.
Some of the graphs airsing in this application are large, having hundreds of
thousands of nodes and hundreds of millions of edges. To solve instances of
this size, we develop a new local search algorithm, which is a metaheuristic in
the greedy randomized adaptive search (GRASP) framework. This algorithm, which
we call METAMIS, uses a wider range of simple local search operations than
previously described in the literature. We introduce data structures that make
these operations efficient. A new variant of path-relinking is introduced to
escape local optima and so is a new alternating augmenting-path local search
move that improves algorithm performance. We compare an implementation of our
algorithm with a state-of-the-art openly available code on public benchmark
sets, including some large instances with hundreds of millions of vertices. Our
algorithm is, in general, competitive and outperforms this openly available
code on large vehicle routing instances. We hope that our results will lead to
even better MWIS algorithms.
Related papers
- Pathfinding with Lazy Successor Generation [12.02023514105999]
We study a pathfinding problem where only locations are given, and edges are implicitly defined.
Despite its simple structure, this problem becomes non-trivial with a massive number of locations.
We propose a novel LaCAS* algorithm, which does not generate successors all at once but gradually generates successors as the search progresses.
arXiv Detail & Related papers (2024-08-27T23:25:25Z) - LiteSearch: Efficacious Tree Search for LLM [70.29796112457662]
This study introduces a novel guided tree search algorithm with dynamic node selection and node-level exploration budget.
Experiments conducted on the GSM8K and TabMWP datasets demonstrate that our approach enjoys significantly lower computational costs compared to baseline methods.
arXiv Detail & Related papers (2024-06-29T05:14:04Z) - SLOPE: Search with Learned Optimal Pruning-based Expansion [2.0618817976970103]
We present the Search with Learned Optimal Pruning-based Expansion (SLOPE)
It learns the distance of a node from a possible optimal path, which in turn reduces the size of the open list.
This ensures that the search explores only the region close to optimal paths while lowering memory and computational costs.
arXiv Detail & Related papers (2024-06-07T13:42:15Z) - Optimistic Query Routing in Clustering-based Approximate Maximum Inner Product Search [9.01394829787271]
We study the problem of routing in clustering-based maximum inner product search (MIPS)
We present a new framework that incorporates the moments of the distribution of inner products within each shard to optimistically estimate the maximum inner product.
arXiv Detail & Related papers (2024-05-20T17:47:18Z) - Exact and Approximate Hierarchical Clustering Using A* [51.187990314731344]
We introduce a new approach based on A* search for clustering.
We overcome the prohibitively large search space by combining A* with a novel emphtrellis data structure.
We empirically demonstrate that our method achieves substantially higher quality results than baselines for a particle physics use case and other clustering benchmarks.
arXiv Detail & Related papers (2021-04-14T18:15:27Z) - Towards Optimally Efficient Tree Search with Deep Learning [76.64632985696237]
This paper investigates the classical integer least-squares problem which estimates signals integer from linear models.
The problem is NP-hard and often arises in diverse applications such as signal processing, bioinformatics, communications and machine learning.
We propose a general hyper-accelerated tree search (HATS) algorithm by employing a deep neural network to estimate the optimal estimation for the underlying simplified memory-bounded A* algorithm.
arXiv Detail & Related papers (2021-01-07T08:00:02Z) - Community detection using fast low-cardinality semidefinite programming [94.4878715085334]
We propose a new low-cardinality algorithm that generalizes the local update to maximize a semidefinite relaxation derived from Leiden-k-cut.
This proposed algorithm is scalable, outperforms state-of-the-art algorithms, and outperforms in real-world time with little additional cost.
arXiv Detail & Related papers (2020-12-04T15:46:30Z) - Efficient Permutation Discovery in Causal DAGs [9.22466799504763]
We introduce an efficient algorithm for finding sparse permutations of a directed acyclic graph.
We show that our method with depth $w$ runs in $O(pw+3)$ time.
We also compare our algorithm to provably consistent causal structure learning algorithms, such as the PC algorithm, GES, and GSP, and show that our method achieves comparable performance with a shorter runtime.
arXiv Detail & Related papers (2020-11-06T21:56:41Z) - Extreme Algorithm Selection With Dyadic Feature Representation [78.13985819417974]
We propose the setting of extreme algorithm selection (XAS) where we consider fixed sets of thousands of candidate algorithms.
We assess the applicability of state-of-the-art AS techniques to the XAS setting and propose approaches leveraging a dyadic feature representation.
arXiv Detail & Related papers (2020-01-29T09:40:58Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.