← Search

Jianan Zhou

11 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

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

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

Preference-Driven Multi-Objective Combinatorial Optimization with Conditional Computation

NeurIPS 2025poster

Recent deep reinforcement learning methods have achieved remarkable success in solving multi-objective combinatorial optimization problems (MOCOPs) by decomposing them into multiple subproblems, each associated with a specific weight vector. However, these methods typically treat all subproblems equ…

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

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

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

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…

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

Adversarial Training with Complementary Labels: On the Benefit of Gradually Informative Attacks

NeurIPS 2022accept

Adversarial training (AT) with imperfect supervision is significant but receives limited attention. To push AT towards more practical scenarios, we explore a brand new yet challenging setting, i.e., AT with complementary labels (CLs), which specify a class that a data sample does not belong to. Howe…