← Search

Zhiguang Cao

59 accepted papers

2026

An Agentic Framework with LLMs for Solving Complex Vehicle Routing Problems

ICLR 2026poster

Complex vehicle routing problems (VRPs) remain a fundamental challenge, demanding substantial expert effort for intent interpretation and algorithm design. While large language models (LLMs) offer a promising path toward automation, current approaches still rely on external intervention, which restr…

Cited by 0SourceScholar
2026

Bridging Synthetic and Real Routing Problems via LLM-Guided Instance Generation and Progressive Adaptation

AAAI 2026technical

Recent advances in Neural Combinatorial Optimization (NCO) methods have significantly improved the capability of neural solvers to handle synthetic routing instances. Nonetheless, existing neural solvers typically struggle to generalize effectively from synthetic, uniformly-distributed training data

Cited by 0SourcePDFScholar
2026

Chain-of-Context Learning: Dynamic Constraint Understanding for Multi-Task VRPs

ICLR 2026poster

Multi-task Vehicle Routing Problems (VRPs) aim to minimize routing costs while satisfying diverse constraints. Existing solvers typically adopt a unified reinforcement learning (RL) framework to learn generalizable patterns across tasks. However, they often overlook the constraint and node dynamics…

Cited by 0SourcecodeScholar
2026

Generalizable Heuristic Generation Through LLMs with Meta-Optimization

ICLR 2026poster

Heuristic design with large language models (LLMs) has emerged as a promising approach for tackling combinatorial optimization problems (COPs). However, existing approaches often rely on manually predefined evolutionary computation (EC) heuristic-optimizers and single-task training schemes, which ma…

Cited by 0SourcecodeScholar
2026

Instance Generation for Meta-Black-Box Optimization Through Latent Space Reverse Engineering

AAAI 2026technical

To relieve intensive human-expertise required to design optimization algorithms, recent Meta-Black-Box Optimization (MetaBBO) researches leverage generalization strength of meta-learning to train neural network-based algorithm design policies over a predefined training problem set, which automates t

Cited by 0SourcePDFScholar
2026

PoMtVRS: Preference-Optimized Multi-Task Vehicle Routing Solver with Preference Gating

ICML 2026poster

Multi-task vehicle routing solvers via deep reinforcement learning have attracted broad attention and achieved significant progress in handling multiple constraints. However, existing neural solvers still face critical challenges, including insufficient representation, unstable training, and ineffic…

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

RESCHED: Rethinking Flexible Job Shop Scheduling from a Transformer-based Architecture with Simplified States

ICLR 2026poster

Neural approaches to the Flexible Job Shop Scheduling Problem (FJSP), particularly those based on deep reinforcement learning (DRL), have gained growing attention in recent years. Yet existing methods often rely on cumbersome state representations (i.e. sometimes requiring more than 20 handcrafted f…

Cited by 0SourcecodeScholar
2026

Refining Hybrid Genetic Search for CVRP via Reinforcement Learning-Finetuned LLM

ICLR 2026poster

While large language models (LLMs) are increasingly used as automated heuristic designers for vehicle routing problems (VRPs), current state-of-the-art methods predominantly rely on prompting massive, general-purpose models like GPT-4. This work challenges that paradigm by demonstrating that a small…

Cited by 0SourcecodeScholar
2026

Scale-Net: A Hierarchical U-Net Framework for Cross-Scale Generalization in Multi-Task Vehicle Routing

AAAI 2026technical

Neural solvers for Vehicle Routing Problems (VRPs) have shown great advantages in solving various kinds of problem types. However, they also face critical challenges in generalizing from small-scale training to large-scale problems and in identifying the most salient topological information for deci

Cited by 0SourcePDFScholar
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
2026

Towards Real-World Routing with Neural Combinatorial Optimization

ICLR 2026poster

The practical deployment of Neural Combinatorial Optimization (NCO) for Vehicle Routing Problems (VRPs) is hindered by a critical sim-to-real gap. This gap stems not only from training on oversimplified Euclidean data but also from node-based architectures incapable of handling the node-and-edge-bas…

Cited by 0SourcecodeScholar
2025

A Mixed-Curvature based Pre-training Paradigm for Multi-Task Vehicle Routing Solver

ICML 2025poster

Solving various types of vehicle routing problems (VRPs) using a unified neural solver has garnered significant attentions in recent years. Despite their effectiveness, existing neural multi-task solvers often fail to account for the geometric structures inherent in different tasks, which may result…

Cited by 0SourcePDFScholar
2025

Adversarial Generative Flow Network for Solving Vehicle Routing Problems

ICLR 2025poster

Recent research into solving vehicle routing problems (VRPs) has gained significant traction, particularly through the application of deep (reinforcement) learning for end-to-end solution construction. However, many current construction-based neural solvers predominantly utilize Transformer architec…

Cited by 0SourcePDFScholar
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

DGL: Dynamic Global-Local Information Aggregation for Scalable VRP Generalization with Self-Improvement Learning

IJCAI 2025

The Vehicle Routing Problem (VRP) is a critical combinatorial optimization problem with wide-reaching real-world applications, particularly in logistics, transportation. While neural network-based VRP solvers have shown impressive results on test instances similar to training data, their performance

2025

DualOpt: A Dual Divide-and-Optimize Algorithm for the Large-scale Traveling Salesman Problem

AAAI 2025technical

This paper proposes a dual divide-and-optimize algorithm (DualOpt) for solving the large-scale traveling salesman problem (TSP). DualOpt combines two complementary strategies to improve both solution quality and computational efficiency. The first strategy is a grid-based divide-and-conquer procedur…

2025

EFormer: An Effective Edge-based Transformer for Vehicle Routing Problems

IJCAI 2025

Recent neural heuristics for the Vehicle Routing Problem (VRP) primarily rely on node coordinates as input, which may be less effective in practical scenarios where real cost metrics—such as edge-based distances—are more relevant. To address this limitation, we introduce EFormer, an Edge-based Trans

2025

Graph Assisted Offline-Online Deep Reinforcement Learning for Dynamic Workflow Scheduling

ICLR 2025poster

Dynamic workflow scheduling (DWS) in cloud computing presents substantial challenges due to heterogeneous machine configurations, unpredictable workflow arrivals/patterns, and constantly evolving environments. However, existing research often assumes homogeneous setups and static conditions, limitin…

Cited by 0SourcePDFScholar
2025

Large Language Models as End-to-end Combinatorial Optimization Solvers

NeurIPS 2025poster

Combinatorial optimization (CO) problems, central to decision-making scenarios like logistics and manufacturing, are traditionally solved using problem-specific algorithms requiring significant domain expertise. While large language models (LLMs) have shown promise in automating CO problem solving,…

Cited by 0SourceScholar
2025

Learning Memory-Enhanced Improvement Heuristics for Flexible Job Shop Scheduling

NeurIPS 2025poster

The rise of smart manufacturing under Industry 4.0 introduces mass customization and dynamic production, demanding more advanced and flexible scheduling techniques. The flexible job-shop scheduling problem (FJSP) has attracted significant attention due to its complex constraints and strong alignment…

Cited by 0SourceScholar
2025

Meta-Black-Box-Optimization through Offline Q-function Learning

ICML 2025poster

Recent progress in Meta-Black-Box-Optimization (MetaBBO) has demonstrated that using RL to learn a meta-level policy for dynamic algorithm configuration (DAC) over an optimization task distribution could significantly enhance the performance of the low-level BBO algorithm. However, the online learni…

2025

Multi-Task Vehicle Routing Solver via Mixture of Specialized Experts under State-Decomposable MDP

NeurIPS 2025poster

Existing neural methods for multi-task vehicle routing problems (VRPs) typically learn unified solvers to handle multiple constraints simultaneously. However, they often underutilize the compositional structure of VRP variants, each derivable from a common set of basis VRP variants. This critical ov…

Cited by 0SourceScholar
2025

Neural Multi-Objective Combinatorial Optimization via Graph-Image Multimodal Fusion

ICLR 2025poster

Existing neural multi-objective combinatorial optimization (MOCO) methods still exhibit an optimality gap since they fail to fully exploit the intrinsic features of problem instances. A significant factor contributing to this shortfall is their reliance solely on graph-modal information. To overcome…

Cited by 0SourcePDFScholar
2025

Preference-based Deep Reinforcement Learning for Historical Route Estimation

IJCAI 2025

Recent Deep Reinforcement Learning (DRL) techniques have advanced solutions to Vehicle Routing Problems (VRPs). However, many of these methods focus exclusively on optimizing distance-oriented objectives (i.e., minimizing route length), often overlooking the implicit drivers' preferences for routes.

2025

Rethinking Light Decoder-based Solvers for Vehicle Routing Problems

ICLR 2025poster

Light decoder-based solvers have gained popularity for solving vehicle routing problems (VRPs) due to their efficiency and ease of integration with reinforcement learning algorithms. However, they often struggle with generalization to larger problem instances or different VRP variants. This paper re…

2025

Rethinking Neural Multi-Objective Combinatorial Optimization via Neat Weight Embedding

ICLR 2025poster

Recent decomposition-based neural multi-objective combinatorial optimization (MOCO) methods struggle to achieve desirable performance. Even equipped with complex learning techniques, they often suffer from significant optimality gaps in weight-specific subproblems. To address this challenge, we prop…

Cited by 0SourcePDFScholar
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
2025

UniteFormer: Unifying Node and Edge Modalities in Transformers for Vehicle Routing Problems

NeurIPS 2025spotlight

Neural solvers for the Vehicle Routing Problem (VRP) have typically relied on either node or edge inputs, limiting their flexibility and generalization in real-world scenarios. We propose UniteFormer, a unified neural solver that supports node-only, edge-only, and hybrid input types through a single…

Cited by 0SourceScholar
2024

Adaptive Stabilization Based on Machine Learning for Column Generation

ICML 2024poster

Column generation (CG) is a well-established method for solving large-scale linear programs. It involves iteratively optimizing a subproblem containing a subset of columns and using its dual solution to generate new columns with negative reduced costs. This process continues until the dual values co…

2024

Collaboration! Towards Robust Neural Methods for Routing Problems

NeurIPS 2024poster

Despite enjoying desirable efficiency and reduced reliance on domain expertise, existing neural methods for vehicle routing problems (VRPs) suffer from severe robustness issues — their performance significantly deteriorates on clean instances with crafted perturbations. To enhance robustness, we pro…

2024

Cross-Problem Learning for Solving Vehicle Routing Problems

IJCAI 2024poster

Existing neural heuristics often train a deep architecture from scratch for each specific vehicle routing problem (VRP), ignoring the transferable knowledge across different VRP variants. This paper proposes the cross-problem learning to assist heuristics training for different downstream VRP varian…

2024

Deep Reinforcement Learning Guided Improvement Heuristic for Job Shop Scheduling

ICLR 2024poster

Recent studies in using deep reinforcement learning (DRL) to solve Job-shop scheduling problems (JSSP) focus on construction heuristics. However, their performance is still far from optimality, mainly because the underlying graph representation scheme is unsuitable for modelling partial solutions at…

2024

GLOP: Learning Global Partition and Local Construction for Solving Large-Scale Routing Problems in Real-Time

AAAI 2024technical

The recent end-to-end neural solvers have shown promise for small-scale routing problems but suffered from limited real-time scaling-up performance. This paper proposes GLOP (Global and Local Optimization Policies), a unified hierarchical framework that efficiently scales toward large-scale routing…

2024

Learning Topological Representations with Bidirectional Graph Attention Network for Solving Job Shop Scheduling Problem

UAI 2024poster

Existing learning-based methods for solving job shop scheduling problems (JSSP) usually use off-the-shelf GNN models tailored to undirected graphs and neglect the rich and meaningful topological structures of disjunctive graphs (DGs). This paper proposes the topology-aware bidirectional graph attent…

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

ReEvo: Large Language Models as Hyper-Heuristics with Reflective Evolution

NeurIPS 2024poster

The omnipresence of NP-hard combinatorial optimization problems (COPs) compels domain experts to engage in trial-and-error heuristic design. The long-standing endeavor of design automation has gained new momentum with the rise of large language models (LLMs). This paper introduces Language Hyper-Heu…

2023

DeepACO: Neural-enhanced Ant Systems for Combinatorial Optimization

NeurIPS 2023poster

Ant Colony Optimization (ACO) is a meta-heuristic algorithm that has been successfully applied to various Combinatorial Optimization Problems (COPs). Traditionally, customizing ACO for a specific problem requires the expert design of knowledge-driven heuristics. In this paper, we propose DeepACO, a…

2023

Efficient Meta Neural Heuristic for Multi-Objective Combinatorial Optimization

NeurIPS 2023poster

Recently, neural heuristics based on deep reinforcement learning have exhibited promise in solving multi-objective combinatorial optimization problems (MOCOPs). However, they are still struggling to achieve high learning efficiency and solution quality. To tackle this issue, we propose an efficient…

2023

Ensemble-based Deep Reinforcement Learning for Vehicle Routing Problems under Distribution Shift

NeurIPS 2023poster

While performing favourably on the independent and identically distributed (i.i.d.) instances, most of the existing neural methods for vehicle routing problems (VRPs) struggle to generalize in the presence of a distribution shift. To tackle this issue, we propose an ensemble-based deep reinforcement…

Cited by 21SourcePDFScholar
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…

2023

Towards Omni-generalizable Neural Methods for Vehicle Routing Problems

ICML 2023poster

Learning heuristics for vehicle routing problems (VRPs) has gained much attention due to the less reliance on hand-crafted rules. However, existing methods are typically trained and tested on the same task with a fixed size and distribution (of nodes), and hence suffer from limited generalization pe…

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

Graph Learning Assisted Multi-Objective Integer Programming

NeurIPS 2022accept

Objective-space decomposition algorithms (ODAs) are widely studied for solving multi-objective integer programs. However, they often encounter difficulties in handling scalarized problems, which could cause infeasibility or repetitive nondominated points and thus induce redundant runtime. To mitigat…

Cited by 11SourcePDFScholar
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…

2022

Learning Scenario Representation for Solving Two-stage Stochastic Integer Programs

ICLR 2022poster

Many practical combinatorial optimization problems under uncertainty can be modeled as stochastic integer programs (SIPs), which are extremely challenging to solve due to the high complexity. To solve two-stage SIPs efficiently, we propose a conditional variational autoencoder (CVAE) based method to…

Cited by 17SourcePDFScholar
2022

Learning to Solve Routing Problems via Distributionally Robust Optimization

AAAI 2022technical

Recent deep models for solving routing problems always assume a single distribution of nodes for training, which severely impairs their cross-distribution generalization ability. In this paper, we exploit group distributionally robust optimization (group DRO) to tackle this issue, where we jointly o…

2021

Learning Large Neighborhood Search Policy for Integer Programming

NeurIPS 2021spotlight

We propose a deep reinforcement learning (RL) method to learn large neighborhood search (LNS) policy for integer programming (IP). The RL policy is trained as the destroy operator to select a subset of variables at each step, which is reoptimized by an IP solver as the repair operator. However, the…

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…

2021

Multi-Decoder Attention Model with Embedding Glimpse for Solving Vehicle Routing Problems

AAAI 2021technical

We present a novel deep reinforcement learning method to learn construction heuristics for vehicle routing problems. In specific, we propose a Multi-Decoder Attention Model (MDAM) to train multiple diverse policies, which effectively increases the chance of finding good solutions compared with exist…

2021

NeuroLKH: Combining Deep Learning Model with Lin-Kernighan-Helsgaun Heuristic for Solving the Traveling Salesman Problem

NeurIPS 2021poster

We present NeuroLKH, a novel algorithm that combines deep learning with the strong traditional heuristic Lin-Kernighan-Helsgaun (LKH) for solving Traveling Salesman Problem. Specifically, we train a Sparse Graph Network (SGN) with supervised learning for edge scores and unsupervised learning for nod…

2020

Learning to Dispatch for Job Shop Scheduling via Deep Reinforcement Learning

NeurIPS 2020poster

Priority dispatching rule (PDR) is widely used for solving real-world Job-shop scheduling problem (JSSP). However, the design of effective PDRs is a tedious task, requiring a myriad of specialized knowledge and often delivering limited performance. In this paper, we propose to automatically learn PD…