← Search

Yining Ma

21 accepted papers

2026

A General Neural Backbone for Mixed-Integer Linear Optimization via Dual Attention

ICML 2026poster

Mixed-integer linear programming (MILP) is a foundational framework for combinatorial optimization across science and engineering, but remains hard to solve at scale due to NP-hardness.Recent learning-based methods typically model MILP instances as variable–constraint bipartite graphs and use Graph …

Cited by 0SourceScholar
2026

RADAR: Learning to Route with Asymmetry-aware Distance Representations

ICLR 2026poster

Recent neural solvers have achieved strong performance on vehicle routing problems (VRPs), yet they mainly assume symmetric Euclidean distances, restricting applicability to real-world scenarios. A core challenge is encoding the relational features in asymmetric distance matrices of VRPs. Early atte…

Cited by 0SourcecodeScholar
2026

Towards Efficient Constraint Handling in Neural Solvers for Routing Problems

ICLR 2026poster

Neural solvers have achieved impressive progress in addressing simple routing problems, particularly excelling in computational efficiency. However, their advantages under complex constraints remain nascent, for which current constraint-handling schemes via feasibility masking or implicit feasibilit…

Cited by 0SourcecodeScholar
2025

ConfigX: Modular Configuration for Evolutionary Algorithms via Multitask Reinforcement Learning

AAAI 2025technical

Recent advances in Meta-learning for Black-Box Optimization (MetaBBO) have shown the potential of using neural networks to dynamically configure evolutionary algorithms (EAs), enhancing their performance and adaptability across various BBO instances. However, they are often tailored to a specific EA…

Cited by 5SourcePDFScholar
2025

DesignX: Human-Competitive Algorithm Designer for Black-Box Optimization

NeurIPS 2025poster

Designing effective black‑box optimizers is hampered by limited problem-specific knowledge and manual control that spans months for almost every detail. In this paper, we present DesignX, the first automated algorithm design framework that generates an effective optimizer specific to a given black-b…

Cited by 0SourcecodeScholar
2025

Learning-Guided Rolling Horizon Optimization for Long-Horizon Flexible Job-Shop Scheduling

ICLR 2025poster

Long-horizon combinatorial optimization problems (COPs), such as the Flexible Job-Shop Scheduling Problem (FJSP), often involve complex, interdependent decisions over extended time frames, posing significant challenges for existing solvers. While Rolling Horizon Optimization (RHO) addresses this by…

2025

MA-DV${2}$F: A Multi-Agent Navigation Framework Using Dynamic Velocity Vector Field

RA-L 2025

In this paper, we propose MA-DV <inline-formula xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink"><tex-math notation="LaTeX">$^{2}$</tex-math></inline-formula> F: Multi-Agent Dynamic Velocity Vector Field. It is a framework for simultaneously controlling a gro

Cited by 1SourcecodeScholar
2025

MetaBox-v2: A Unified Benchmark Platform for Meta-Black-Box Optimization

NeurIPS 2025poster

Meta-Black-Box Optimization (MetaBBO) streamlines the automation of optimization algorithm design through meta-learning. It typically employs a bi-level structure: the meta-level policy undergoes meta-training to reduce the manual effort required in developing algorithms for low-level optimization t…

Cited by 0SourcecodeScholar
2025

SHIELD: Multi-task Multi-distribution Vehicle Routing Solver with Sparsity and Hierarchy

ICML 2025poster

Recent advances toward foundation models for routing problems have shown great potential of a unified deep model for various VRP variants. However, they overlook the complex real-world customer distributions. In this work, we advance the Multi-Task VRP (MTVRP) setting to the more realistic yet chall…

Cited by 9SourcePDFScholar
2024

Learning to Handle Complex Constraints for Vehicle Routing Problems

NeurIPS 2024poster

Vehicle Routing Problems (VRPs) can model many real-world scenarios and often involve complex constraints. While recent neural methods excel in constructing solutions based on feasibility masking, they struggle with handling complex constraints, especially when obtaining the masking itself is NP-har…

2024

MVMoE: Multi-Task Vehicle Routing Solver with Mixture-of-Experts

ICML 2024poster

Learning to solve vehicle routing problems (VRPs) has garnered much attention. However, most neural solvers are only structured and trained independently on a specific problem, making them less generic and practical. In this paper, we aim to develop a unified neural solver that can cope with a range…

2024

SYMBOL: Generating Flexible Black-Box Optimizers through Symbolic Equation Learning

ICLR 2024poster

Recent Meta-learning for Black-Box Optimization (MetaBBO) methods harness neural networks to meta-learn configurations of traditional black-box optimizers. Despite their success, they are inevitably restricted by the limitations of predefined hand-crafted optimizers. In this paper, we present SYMBOL…

2023

Learning to Search Feasible and Infeasible Regions of Routing Problems with Flexible Neural k-Opt

NeurIPS 2023poster

In this paper, we present Neural k-Opt (NeuOpt), a novel learning-to-search (L2S) solver for routing problems. It learns to perform flexible k-opt exchanges based on a tailored action factorization method and a customized recurrent dual-stream decoder. As a pioneering work to circumvent the pure fea…

2023

MetaBox: A Benchmark Platform for Meta-Black-Box Optimization with Reinforcement Learning

NeurIPS 2023oral

Recently, Meta-Black-Box Optimization with Reinforcement Learning (MetaBBO-RL) has showcased the power of leveraging RL at the meta-level to mitigate manual fine-tuning of low-level black-box optimizers. However, this field is hindered by the lack of a unified benchmark. To fill this gap, we introdu…

2023

Neural Multi-Objective Combinatorial Optimization with Diversity Enhancement

NeurIPS 2023poster

Most of existing neural methods for multi-objective combinatorial optimization (MOCO) problems solely rely on decomposition, which often leads to repetitive solutions for the respective subproblems, thus a limited Pareto set. Beyond decomposition, we propose a novel neural heuristic with diversity e…

2022

Efficient Neural Neighborhood Search for Pickup and Delivery Problems

IJCAI 2022poster

We present an efficient Neural Neighborhood Search (N2S) approach for pickup and delivery problems (PDPs). In specific, we design a powerful Synthesis Attention that allows the vanilla self-attention to synthesize various types of features regarding a route solution. We also exploit two customized d…

2022

Learning Generalizable Models for Vehicle Routing Problems via Knowledge Distillation

NeurIPS 2022accept

Recent neural methods for vehicle routing problems always train and test the deep models on the same instance distribution (i.e., uniform). To tackle the consequent cross-distribution generalization concerns, we bring the knowledge distillation to this field and propose an Adaptive Multi-Distributio…

2021

Fault-Tolerant Federated Reinforcement Learning with Theoretical Guarantee

NeurIPS 2021poster

The growing literature of Federated Learning (FL) has recently inspired Federated Reinforcement Learning (FRL) to encourage multiple agents to federatively build a better decision-making policy without sharing raw trajectories. Despite its promising applications, existing works on FRL fail to I) pro…

2021

Learning to Iteratively Solve Routing Problems with Dual-Aspect Collaborative Transformer

NeurIPS 2021poster

Recently, Transformer has become a prevailing deep architecture for solving vehicle routing problems (VRPs). However, it is less effective in learning improvement models for VRP because its positional encoding (PE) method is not suitable in representing VRP solutions. This paper presents a novel Dua…