paper-with-me

홈 › Papers

Finding Near-Optimal Independent Sets at Scale

2015-09-02 · Sebastian Lamm, Peter Sanders, Christian Schulz, Darren Strash, Renato F. Werneck

The independent set problem is NP-hard and particularly difficult to solve in large sparse graphs. In this work, we develop an advanced evolutionary algorithm, which incorporates kernelization techniques to compute large independent sets in huge sparse networks. A recent exact algorithm has shown that large networks can be solved exactly by employing a branch-and-reduce technique that recursively kernelizes the graph and performs branching. However, one major drawback of their algorithm is that, for huge graphs, branching still can take exponential time. To avoid this problem, we recursively choose vertices that are likely to be in a large independent set (using an evolutionary approach), then further kernelize the graph. We show that identifying and removing vertices likely to be in large independent sets opens up the reduction space---which not only speeds up the computation of large independent sets drastically, but also enables us to compute high-quality independent sets on much larger instances than previously reported in the literature.

📄 PDF Abstract BibTeX arXiv:1509.00764

Code (1)

karlsruhemis/kamis 공식 구현

Similar Papers 제목 키워드 기반

Power Lines: Scaling Laws for Weight Decay and Batch Size in LLM Pre-training

2025-05-19 · Shane Bergsma, Nolan Dey, Gurpreet Gosal, Gavia Gray 외

Efficient LLM pre-training requires well-tuned hyperparameters (HPs), including learning rate {\eta} and weight decay {\lambda}. We study scaling laws for HPs: formulas for how to scale HPs as we scale model size N, data…

Stochastic Constrained DRO with a Complexity Independent of Sample Size

2022-10-11 · Qi Qi, Jiameng Lyu, Kung sik Chan, Er Wei Bai 외

Distributionally Robust Optimization (DRO), as a popular method to train robust models against distribution shift between training and test sets, has received tremendous attention in recent years. In this paper, we propo…

Optimal Low-Degree Hardness of Maximum Independent Set

2020-10-13 · Alexander S. Wein

We study the algorithmic task of finding a large independent set in a sparse Erd\H{o}s-R\'{e}nyi random graph with $n$ vertices and average degree $d$. The maximum independent set is known to have size $(2 \log d / d)n$ …

Engineering LaCAM$^\ast$: Towards Real-Time, Large-Scale, and Near-Optimal Multi-Agent Pathfinding

2023-08-08 · Keisuke Okumura

This paper addresses the challenges of real-time, large-scale, and near-optimal multi-agent pathfinding (MAPF) through enhancements to the recently proposed LaCAM* algorithm. LaCAM* is a scalable search-based algorithm t…

Risk-Constrained Control of Mean-Field Linear Quadratic Systems

2023-07-14 · Masoud Roudneshin, Saba Sanami, Amir G. Aghdam

The risk-neutral LQR controller is optimal for stochastic linear dynamical systems. However, the classical optimal controller performs inefficiently in the presence of low-probability yet statistically significant (risky…