paper-with-me

홈 › Papers

Learning To Dive In Branch And Bound

2023-01-24 · NeurIPS 2023 11

Primal heuristics are important for solving mixed integer linear programs, because they find feasible solutions that facilitate branch and bound search. A prominent group of primal heuristics are diving heuristics. They iteratively modify and resolve linear programs to conduct a depth-first search from any node in the search tree. Existing divers rely on generic decision rules that fail to exploit structural commonality between similar problem instances that often arise in practice. Therefore, we propose L2Dive to learn specific diving heuristics with graph neural networks: We train generative models to predict variable assignments and leverage the duality of linear programs to make diving decisions based on the model's predictions. L2Dive is fully integrated into the open-source solver SCIP. We find that L2Dive outperforms standard divers to find better feasible solutions on a range of combinatorial optimization problems. For real-world applications from server load balancing and neural network verification, L2Dive improves the primal-dual integral by up to 7% (35%) on average over a tuned (default) solver baseline and reduces average solving time by 20% (29%).

📄 PDF Abstract BibTeX arXiv:2301.09943

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial Optimization

Similar Papers 제목 키워드 기반

Learning to Branch in Combinatorial Optimization with Graph Pointer Networks

2023-07-04 · Rui Wang, Zhiming Zhou, Tao Zhang, Ling Wang 외

Branch-and-bound is a typical way to solve combinatorial optimization problems. This paper proposes a graph pointer network model for learning the variable selection policy in the branch-and-bound. We extract the graph f…

Combinatorial OptimizationGraph Neural NetworkVariable Selection

Some distance bounds of branching processes and their diffusion limits

2010-05-20 · Niels B. Kammerer, Wolfgang Stummer

We compute exact values respectively bounds of "distances" - in the sense of (transforms of) power divergences and relative entropy - between two discrete-time Galton-Watson branching processes with immigration GWI for w…

Decision Making

An Effective Branch-and-Bound Algorithm with New Bounding Methods for the Maximum $s$-Bundle Problem

2024-02-06 · Jinghui Xue, Jiongzhi Zheng, Mingming Jin, Kun He

The Maximum s-Bundle Problem (MBP) addresses the task of identifying a maximum s-bundle in a given graph. A graph G=(V, E) is called an s-bundle if its vertex connectivity is at least |V|-s, where the vertex connectivity…

graph partitioning

Adversarially Robust Few-shot Learning via Parameter Co-distillation of Similarity and Class Concept Learners

2024-01-01 · CVPR 2024 1 · Junhao Dong, Piotr Koniusz, Junxi Chen, Xiaohua Xie 외

Few-shot learning (FSL) facilitates a variety of computer vision tasks yet remains vulnerable to adversarial attacks. Existing adversarially robust FSL methods rely on either visual similarity learning or class conce…

Adversarial RobustnessFew-Shot Learning

Multimodal Knowledge Edit-Scoped Generalization for Online Recursive MLLM Editing

2026-07-02 · Siyuan Li, Youyuan Zhang, Ruitong Liu, Junxi Wang 외 arxiv

Online multimodal knowledge editing requires injecting a continual stream of visual-textual corrections into multimodal large language models (MLLMs) with bounded overhead and minimal disruption to unrelated behaviors. E…

knowledge editing