← Search

Chao Qian

51 accepted papers

2026

Beyond Token-level Supervision: Unlocking the Potential of Decoding-based Regression via Reinforcement Learning

ICML 2026poster

Decoding-based regression, which reformulates regression as a sequence generation task, has emerged as a promising paradigm of applying large language models for numerical prediction. However, its progress is hindered by the misalignment between discrete token-level objectives (e.g., cross-entropy) …

Cited by 1SourceScholar
2026

Expertise Can Be Helpful for Reinforcement Learning-based Macro Placement

ICLR 2026poster

Chip placement determines the locations of electronic components on a chip layout, which directly impacts performance, power, and area (PPA) metrics, and thus is a critical step in electronic design automation (EDA). As modern chips scale to accommodate millions of components, manual placement by hu…

Cited by 0SourceScholar
2026

Not Just for Archiving: Provable Benefits of Reusing the Archive in Evolutionary Multi-objective Optimization

AAAI 2026technical

Evolutionary Algorithms (EAs) have become the most popular tool for solving widely-existed multi-objective optimization problems. In Multi-Objective EAs (MOEAs), there is increasing interest in using an archive to store non-dominated solutions generated during the search. This approach can 1) mitiga

Cited by 0SourcePDFScholar
2026

One for Exploration and Another for Exploitation: A Dual-Population MOEA Framework with Provable Benefits

IJCAI 2026

Evolutionary Algorithms (EAs) are currently the most popular tool for solving multi-objective optimization problems. Balancing exploration and exploitation is fundamental to the performance of Multi-Objective EAs (MOEAs). Achieving this requires maintaining a set of high-quality solutions for effect

Cited by 0Scholar
2026

ReLAM: Learning Anticipation Model for Rewarding Visual Robotic Manipulation

ICML 2026poster

Reward design remains a critical bottleneck in visual reinforcement learning (RL) for robotic manipulation. In simulated environments, rewards are conventionally designed based on the distance to a target position. However, such precise positional information is often unavailable in real-world visua…

Cited by 0SourceScholar
2026

Theoretical Analysis of Multi-Objective Evolutionary Algorithms on Integer Spaces with Local Optima

IJCAI 2026

Multi-objective evolutionary algorithms (MOEAs) are popular tools for multi-objective optimization (MOO), and have been successfully applied to many real-world MOO problems. However, the theoretical study has lagged behind their practical success and remains largely confined to synthetic pseudo-Bool

Cited by 0Scholar
2025

A Theoretical Perspective on Why Stochastic Population Update Needs an Archive in Evolutionary Multi-objective Optimization

IJCAI 2025

Evolutionary algorithms (EAs) have been widely applied to multi-objective optimization due to their population-based nature. Population update, a key component in multi-objective EAs (MOEAs), is usually performed in a greedy, deterministic manner. However, recent studies have questioned this practic

Cited by 0SourcePDFScholar
2025

Development of a Novel Miniaturized Dexterous Manipulator with Variable Stiffness for NOTES

IROS 2025

Natural Orifice Transluminal Endoscopic Surgery (NOTES) holds great promise due to its ability to eliminate external incisions, reduce trauma, and accelerate recovery. However, the adoption of NOTES is hindered by the limited capabilities of existing instruments, particularly in achieving the requir

Cited by 0SourceScholar
2025

Fast Real-Time Neural Network-Based Kinematics Solving of the Cosserat Rod Model for a Parallel Continuum Surgical Manipulator

IROS 2025

The parallel continuum mechanism offers distinct advantages in the design of surgical manipulators, including enhanced stiffness, improved precision, and a simplified structure compared to traditional Tendon-driven systems. Conventional kinematic models based on constant-curvature assumptions are of

Cited by 0SourceScholar
2025

Improved Theoretically-Grounded Evolutionary Algorithms for Subset Selection with a Linear Cost Constraint

ICML 2025poster

The subset selection problem with a monotone and submodular objective function under a linear cost constraint has wide applications, such as maximum coverage, influence maximization, and feature selection, just to name a few. Various greedy algorithms have been proposed with good performance both th…

Cited by 0SourcePDFScholar
2025

Offline Model-Based Optimization by Learning to Rank

ICLR 2025poster

Offline model-based optimization (MBO) aims to identify a design that maximizes a black-box function using only a fixed, pre-collected dataset of designs and their corresponding scores. This problem has garnered significant attention from both scientific and industrial domains. A common approach in…

2025

Pareto Set Learning for Multi-Objective Reinforcement Learning

AAAI 2025technical

Multi-objective decision-making problems have emerged in numerous real-world scenarios, such as video games, navigation and robotics. Considering the clear advantages of Reinforcement Learning (RL) in optimizing decision-making processes, researchers have delved into the development of Multi-Objecti…

Cited by 1SourcePDFScholar
2025

Reinforced In-Context Black-Box Optimization

IJCAI 2025

Black-Box Optimization (BBO) has found successful applications in many fields of science and engineering. Recently, there has been a growing interest in meta-learning particular components of BBO algorithms to speed up optimization and get rid of tedious hand-crafted heuristics. As an extension, lea

2025

Runtime Analysis of Evolutionary NAS for Multiclass Classification

ICML 2025poster

Evolutionary neural architecture search (ENAS) is a key part of evolutionary machine learning, which commonly utilizes evolutionary algorithms (EAs) to automatically design high-performing deep neural architectures. During past years, various ENAS methods have been proposed with exceptional performa…

Cited by 0SourcePDFScholar
2025

Sequential Multi-Agent Dynamic Algorithm Configuration

NeurIPS 2025poster

The performance of an algorithm often critically depends on its hyperparameter configuration. Dynamic algorithm configuration (DAC) is a recent trend in automated machine learning, which can dynamically adjust the algorithm’s configuration during the execution process and relieve users from tedious…

Cited by 0SourcecodeScholar
2025

Towards Universal Offline Black-Box Optimization via Learning Language Model Embeddings

ICML 2025poster

The pursuit of universal black-box optimization (BBO) algorithms is a longstanding goal. However, unlike domains such as language or vision, where scaling structured data has driven generalization, progress in offline BBO remains hindered by the lack of unified representations for heterogeneous nume…

2024

An Archive Can Bring Provable Speed-ups in Multi-Objective Evolutionary Algorithms

IJCAI 2024poster

In the area of multi-objective evolutionary algorithms (MOEAs), there is a trend of using an archive to store non-dominated solutions generated during the search. This is because 1) MOEAs may easily end up with the final population containing inferior solutions that are dominated by other solutions…

Cited by 10SourcePDFScholar
2024

Confidence-aware Contrastive Learning for Selective Classification

ICML 2024poster

Selective classification enables models to make predictions only when they are sufficiently confident, aiming to enhance safety and reliability, which is important in high-stakes scenarios. Previous methods mainly use deep neural networks and focus on modifying the architecture of classification lay…

2024

Maintaining Diversity Provably Helps in Evolutionary Multimodal Optimization

IJCAI 2024poster

In the real world, there exist a class of optimization problems that multiple (local) optimal solutions in the solution space correspond to a single point in the objective space. In this paper, we theoretically show that for such multimodal problems, a simple method that considers the diversity of s…

Cited by 7SourcePDFScholar
2024

Monte Carlo Tree Search based Space Transfer for Black Box Optimization

NeurIPS 2024spotlight

Bayesian optimization (BO) is a popular method for computationally expensive black-box optimization. However, traditional BO methods need to solve new problems from scratch, leading to slow convergence. Recent studies try to extend BO to a transfer learning setup to speed up the optimization, where…

2024

Reinforcement Learning Policy as Macro Regulator Rather than Macro Placer

NeurIPS 2024poster

In modern chip design, placement aims at placing millions of circuit modules, which is an essential step that significantly influences power, performance, and area (PPA) metrics. Recently, reinforcement learning (RL) has emerged as a promising technique for improving placement quality, especially ma…

2024

Sample-Efficient Quality-Diversity by Cooperative Coevolution

ICLR 2024spotlight

Quality-Diversity (QD) algorithms, as a subset of evolutionary algorithms, have emerged as a powerful optimization paradigm with the aim of generating a set of high-quality and diverse solutions. Although QD has demonstrated competitive performance in reinforcement learning, its low sample efficienc…

Cited by 11SourcePDFScholar
2024

Stochastic Bayesian Optimization with Unknown Continuous Context Distribution via Kernel Density Estimation

AAAI 2024technical

Bayesian optimization (BO) is a sample-efficient method and has been widely used for optimizing expensive black-box functions. Recently, there has been a considerable interest in BO literature in optimizing functions that are affected by context variable in the environment, which is uncontrollable b…

2024

Towards Generalizable Neural Solvers for Vehicle Routing Problems via Ensemble with Transferrable Local Policy

IJCAI 2024poster

Machine learning has been adapted to help solve NP-hard combinatorial optimization problems. One prevalent way is learning to construct solutions by deep neural networks, which has been receiving more and more attention due to the high efficiency and less requirement for expert knowledge. However, m…

2024

Towards Running Time Analysis of Interactive Multi-Objective Evolutionary Algorithms

AAAI 2024technical

Evolutionary algorithms (EAs) are widely used for multi-objective optimization due to their population-based nature. Traditional multi-objective EAs (MOEAs) generate a large set of solutions to approximate the Pareto front, leaving a decision maker (DM) with the task of selecting a preferred solutio…

Cited by 7SourcePDFScholar
2023

Fast Teammate Adaptation in the Presence of Sudden Policy Change

UAI 2023poster

Cooperative multi-agent reinforcement learning (MARL), where agents coordinates with teammate(s) for a shared goal, may sustain non-stationary caused by the policy change of teammates. Prior works mainly concentrate on the policy change cross episodes, ignoring the fact that teammates may suffer f…

Cited by 13SourcePDFScholar
2023

Multi-objective Optimization-based Selection for Quality-Diversity by Non-surrounded-dominated Sorting

IJCAI 2023poster

Quality-Diversity (QD) algorithms, a subset of evolutionary algorithms, maintain an archive (i.e., a set of solutions) and simulate the natural evolution process through iterative selection and reproduction, with the goal of generating a set of high-quality and diverse solutions. Though having found…

2023

Quality-Similar Diversity via Population Based Reinforcement Learning

ICLR 2023poster

Diversity is a growing research topic in Reinforcement Learning (RL). Previous research on diversity has mainly focused on promoting diversity to encourage exploration and thereby improve quality (the cumulative reward), maximizing diversity subject to quality constraints, or jointly maximizing qual…

Cited by 22SourcePDFScholar
2023

Robust Multi-Agent Coordination via Evolutionary Generation of Auxiliary Adversarial Attackers

AAAI 2023technical

Cooperative Multi-agent Reinforcement Learning (CMARL) has shown to be promising for many real-world applications. Previous works mainly focus on improving coordination ability via solving MARL-specific challenges (e.g., non-stationarity, credit assignment, scalability), but ignore the policy pertur…

2023

Stochastic Population Update Can Provably Be Helpful in Multi-Objective Evolutionary Algorithms

IJCAI 2023poster

Evolutionary algorithms (EAs) have been widely and successfully applied to solve multi-objective optimization problems, due to their nature of population-based search. Population update is a key component in multi-objective EAs (MOEAs), and it is performed in a greedy, deterministic manner. That is,…

Cited by 40SourcePDFScholar
2023

Submodular Maximization under the Intersection of Matroid and Knapsack Constraints

AAAI 2023technical

Submodular maximization arises in many applications, and has attracted a lot of research attentions from various areas such as artificial intelligence, finance and operations research. Previous studies mainly consider only one kind of constraint, while many real-world problems often involve several…

Cited by 3SourcePDFScholar
2022

Evolutionary Diversity Optimization with Clustering-based Selection for Reinforcement Learning

ICLR 2022poster

Reinforcement Learning (RL) has achieved significant successes, which aims to obtain a single policy maximizing the expected cumulative rewards for a given task. However, in many real-world scenarios, e.g., navigating in complex environments and controlling robots, one may need to find a set of poli…

Cited by 24SourcePDFScholar
2022

Monte Carlo Tree Search based Variable Selection for High Dimensional Bayesian Optimization

NeurIPS 2022accept

Bayesian optimization (BO) is a class of popular methods for expensive black-box optimization, and has been widely applied to many scenarios. However, BO suffers from the curse of dimensionality, and scaling it to high-dimensional problems is still a challenge. In this paper, we propose a variable s…

2022

Multi-agent Dynamic Algorithm Configuration

NeurIPS 2022accept

Automated algorithm configuration relieves users from tedious, trial-and-error tuning tasks. A popular algorithm configuration tuning paradigm is dynamic algorithm configuration (DAC), in which an agent learns dynamic configuration policies across instances by reinforcement learning (RL). However, i…

2021

Fast Pareto Optimization for Subset Selection with Dynamic Cost Constraints

IJCAI 2021poster

Subset selection with cost constraints is a fundamental problem with various applications such as influence maximization and sensor placement. The goal is to select a subset from a ground set to maximize a monotone objective function such that a monotone cost function is upper bounded by a budget. P…

Cited by 14SourcePDFScholar
2021

Multi-Objective Submodular Maximization by Regret Ratio Minimization with Theoretical Guarantee

AAAI 2021technical

Submodular maximization has attracted much attention due to its wide application and attractive property. Previous works mainly considered one single objective function, while there can be multiple ones in practice. As the objectives are usually conflicting, there exists a set of Pareto optimal solu…

Cited by 7SourcePDFScholar