paper-with-me

홈 › Papers

Multi-Action Self-Improvement for Neural Combinatorial Optimization

2025-10-14 · Laurin Luttmann, Lin Xie arxiv

Self-improvement has emerged as a state-of-the-art paradigm in Neural Combinatorial Optimization (NCO), where models iteratively refine their policies by generating and imitating high-quality solutions. Despite strong empirical performance, existing methods face key limitations. Training is computationally expensive, as policy updates require sampling numerous candidate solutions per instance to extract a single expert trajectory. More fundamentally, these approaches fail to exploit the structure of combinatorial problems involving the coordination of multiple agents, such as vehicles in min-max routing or machines in scheduling. By supervising on single-action trajectories, they fail to exploit agent-permutation symmetries, where distinct sequences of actions yield identical solutions, hindering generalization and the ability to learn coordinated behavior. We address these challenges by extending self-improvement to operate over joint multi-agent actions. Our model architecture predicts complete agent-task assignments jointly at each decision step. To explicitly leverage symmetries, we employ a set-prediction loss, which supervises the policy on multiple expert assignments for any given state. This approach enhances sample efficiency and the model's ability to learn coordinated behavior. Furthermore, by generating multi-agent actions in parallel, it drastically accelerates the solution generation phase of the self-improvement loop. Empirically, we validate our method on several combinatorial problems, demonstrating consistent improvements in the quality of the final solution and a reduced generation latency compared to standard self-improvement.

📄 PDF Abstract BibTeX arXiv:2510.12273

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Control Variates for Slate Off-Policy Evaluation

2021-06-15 · NeurIPS 2021 12 · Nikos Vlassis, Ashok Chandrashekar, Fernando Amat Gil, Nathan Kallus

We study the problem of off-policy evaluation from batched contextual bandit data with multidimensional actions, often termed slates. The problem is common to recommender systems and user-interface optimization, and it i…

Off-policy evaluationRecommendation Systems

Improvement/Extension of Modular Systems as Combinatorial Reengineering (Survey)

2013-04-17 · Mark Sh. Levin

The paper describes development (improvement/extension) approaches for composite (modular) systems (as combinatorial reengineering). The following system improvement/extension actions are considered: (a) improvement of s…

Combinatorial OptimizationMultiple-choiceSurvey

SAINT: Attention-Based Modeling of Sub-Action Dependencies in Multi-Action Policies

2025-05-17 · Matthew Landers, Taylor W. Killian, Thomas Hartvigsen, Afsaneh Doryab

The combinatorial structure of many real-world action spaces leads to exponential growth in the number of possible actions, limiting the effectiveness of conventional reinforcement learning algorithms. Recent approaches …

Reinforcement Learning for Combinatorial Optimization: A Survey

2020-03-07 · Nina Mazyavkina, Sergey Sviridov, Sergei Ivanov, Evgeny Burnaev

Many traditional algorithms for solving combinatorial optimization problems involve using hand-crafted heuristics that sequentially construct a solution. Such heuristics are designed by domain experts and may often be su…

Combinatorial OptimizationDecision Makingreinforcement-learningReinforcement Learning+2

Learning-based Directed Graph Abstraction of Combinatorial Spaces for Order-Preserving Search in Mixed-Combinatorial Nonlinear Optimization

2026-05-31 · Gishnu Madhu, Feng Liu, Souma Chowdhury arxiv

Mixed-combinatorial nonlinear programming (MCNLP) problems arise in many engineering design and planning applications, e.g., due to categorical, component, and geometric design choices, as well as joint task and motion p…

Motion Planning