← Search

Qingfu Zhang

59 accepted papers

2026

Beyond Myopic Alignment: Lookahead Optimization for Online Class-Incremental Learning

CVPR 2026

Rehearsal-based methods are the cornerstone of modern online class-incremental learning (OCIL), yet they face a fundamental challenge: the gradient of the current task often conflicts with that of the rehearsal data from the memory buffer, leading to catastrophic forgetting. Recent works have implic

Cited by 0SourceScholar
2026

Beyond the Lower Bound: Bridging Regret Minimization and Best Arm Identification in Lexicographic Bandits

AAAI 2026technical

In multi-objective decision-making with hierarchical preferences, lexicographic bandits provide a natural framework for optimizing multiple objectives in a prioritized order. In this setting, a learner repeatedly selects arms and observes reward vectors, aiming to maximize the reward for the highest

Cited by 0SourcePDFScholar
2026

EoH-S: Evolution of Heuristic Set Using LLMs for Automated Heuristic Design

AAAI 2026technical

Automated Heuristic Design (AHD) using Large Language Models (LLMs) has achieved notable success in the past two years. Despite the effectiveness of existing approaches, they only design a single heuristic to serve all problem instances, often inducing poor generalization across different distributi

Cited by 0SourcePDFScholar
2026

Evolving Interdependent Operators with Large Language Models for Multi-Objective Combinatorial Optimization

ICML 2026poster

Neighborhood search operators are critical to the performance of Multi-Objective Evolutionary Algorithms (MOEAs) and rely heavily on expert design. Although recent LLM-based Automated Heuristic Design (AHD) methods have made notable progress, they primarily optimize individual heuristics or componen…

Cited by 0SourceScholar
2026

Hierarchical Representations for Cross-task Automated Heuristic Design using LLMs

ICML 2026poster

Designing heuristic algorithms for complex optimization problems is a time-consuming and expert-driven process. Recently, Automated Heuristic Design (AHD) using Large Language Models (LLMs) has shown significant promise for automating algorithm development. However, existing works mainly rely on pro…

Cited by 0SourceScholar
2026

Multimodal LLM-assisted Evolutionary Search for Programmatic Control Policies

ICLR 2026poster

Deep reinforcement learning has achieved impressive success in control tasks. However, its policies, represented as opaque neural networks, are often difficult for humans to understand, verify, and debug, which undermines trust and hinders real-world deployment. This work addresses this challenge by…

Cited by 0SourcecodeScholar
2026

Plug-and-Play Compositionality for Boosting Continual Learning with Foundation Models

ICLR 2026oral

Vision learners often struggle with catastrophic forgetting due to their reliance on class recognition by comparison, rather than understanding classes as compositions of representative concepts. This limitation is prevalent even in state-of-the-art continual learners with foundation models and wor…

Cited by 0SourceScholar
2026

Provable Sample Efficiency of Curriculum Post-Training for Transformer Reasoning

ICML 2026poster

Recent curriculum techniques in the post-training stage of LLMs have been empirically observed to outperform non-curriculum approaches in improving reasoning performance, yet a principled understanding of their effectiveness and limitations remains incomplete. To bridge this gap, we develop an abstr…

Cited by 0SourceScholar
2026

Reinforcement Fine-Tuning Naturally Mitigates Forgetting in Continual Post-Training

ICML 2026poster

Continual post-training (CPT) is a popular and effective technique for adapting foundation models like multimodal large language models to ever-evolving downstream tasks. While existing research primarily focus on methods like data replay, model expansion, or parameter regularization, the fundamenta…

Cited by 0SourceScholar
2026

URS: A Unified Neural Routing Solver for Cross-Problem Zero-Shot Generalization

ICML 2026poster

Multi-task neural routing solvers have emerged as a promising paradigm for their ability to solve multiple vehicle routing problems (VRPs) using a single model. However, existing neural solvers typically rely on predefined problem constraints or require per-problem fine-tuning, which substantially l…

Cited by 0SourceScholar
2025

Balancing Model Efficiency and Performance: Adaptive Pruner for Long-tailed Data

ICML 2025poster

Long-tailed distribution datasets are prevalent in many machine learning tasks, yet existing neural network models still face significant challenges when handling such data. This paper proposes a novel adaptive pruning strategy, LTAP (Long-Tailed Adaptive Pruner), aimed at balancing model efficiency…

2025

Boosting Neural Combinatorial Optimization for Large-Scale Vehicle Routing Problems

ICLR 2025poster

Neural Combinatorial Optimization (NCO) methods have exhibited promising performance in solving Vehicle Routing Problems (VRPs). However, most NCO methods rely on the conventional self-attention mechanism that induces excessive computational complexity, thereby struggling to contend with large-scale…

Cited by 1SourcePDFScholar
2025

Deciphering the Extremes: A Novel Approach for Pathological Long-tailed Recognition in Scientific Discovery

NeurIPS 2025spotlight

Scientific discovery across diverse fields increasingly grapples with datasets exhibiting pathological long-tailed distributions: a few common phenomena overshadow a multitude of rare yet scientifically critical instances. Unlike standard benchmarks, these scientific datasets often feature extreme i…

Cited by 0SourceScholar
2025

Expected Hypervolume Improvement Is a Particular Hypervolume Improvement

AAAI 2025technical

Multi-objective Bayesian optimization (MOBO) aims to optimize multiple competing objective functions in the expensive-to-evaluate scenario. The Expected Hypervolume Improvement (EHVI) is a commonly used acquisition function for MOBO and shows a good performance. However, the computation of EHVI beco…

2025

Few for Many: Tchebycheff Set Scalarization for Many-Objective Optimization

ICLR 2025poster

Multi-objective optimization can be found in many real-world applications where some conflicting objectives can not be optimized by a single solution. Existing optimization methods often focus on finding a set of Pareto solutions with different optimal trade-offs among the objectives. However, the r…

Cited by 4SourcePDFScholar
2025

Gradient-Guided Epsilon Constraint Method for Online Continual Learning

NeurIPS 2025poster

Online Continual Learning (OCL) requires models to learn sequentially from data streams with limited memory. Rehearsal-based methods, particularly Experience Replay (ER), are commonly used in OCL scenarios. This paper revisits ER through the lens of $\epsilon$-constraint optimization, revealing that…

Cited by 0SourceScholar
2025

LLM-enhanced Score Function Evolution for Causal Structure Learning

IJCAI 2025

Causal structure learning (CSL) plays a pivotal role in causality and is often formulated as an optimization problem within score-and-search methods. Under the assumption of an infinite dataset and a predefined distribution, several well-established and consistent score functions have been shown to

2025

Learning to Insert for Constructive Neural Vehicle Routing Solver

NeurIPS 2025poster

Neural Combinatorial Optimisation (NCO) is a promising learning-based approach for solving Vehicle Routing Problems (VRPs) without extensive manual design. While existing constructive NCO methods typically follow an appending-based paradigm that sequentially adds unvisited nodes to partial solutions…

Cited by 0SourcecodeScholar
2025

MOS-Attack: A Scalable Multi-objective Adversarial Attack Framework

CVPR 2025poster

Crafting adversarial examples is crucial for evaluating and enhancing the robustness of Deep Neural Networks (DNNs), presenting a challenge equivalent to maximizing a non-differentiable 0-1 loss function. However, existing single objective methods, namely adversarial attacks focus on a surrogate…

2025

Multi-Objective Evolution of Heuristic Using Large Language Model

AAAI 2025technical

Heuristics are commonly used to tackle various search and optimization problems. Design heuristics usually require tedious manual crafting with domain knowledge. Recent works have incorporated Large Language Models (LLMs) into automatic heuristic search, leveraging their powerful language and coding…

2025

Multi-objective Linear Reinforcement Learning with Lexicographic Rewards

ICML 2025poster

Reinforcement Learning (RL) with linear transition kernels and reward functions has recently attracted growing attention due to its computational efficiency and theoretical advancements. However, prior theoretical research in RL has primarily focused on single-objective problems, resulting in limite…

Cited by 0SourcePDFScholar
2025

Multiple Trade-offs: An Improved Approach for Lexicographic Linear Bandits

AAAI 2025technical

This paper studies lexicographic online learning within the framework of multiobjective stochastic linear bandits (MOSLB), where the agent aims to simultaneously maximize multiple objectives in a hierarchical manner. Previous literature has investigated lexicographic online learning in multiobjectiv…

Cited by 0SourcePDFScholar
2025

Pareto Continual Learning: Preference-Conditioned Learning and Adaption for Dynamic Stability-Plasticity Trade-off

AAAI 2025technical

Continual learning aims to learn multiple tasks sequentially. A key challenge in continual learning is balancing between two objectives: retaining knowledge from old tasks (stability) and adapting to new tasks (plasticity). Experience replay methods, which store and replay past data alongside new da…

2025

Partition to Evolve: Niching-enhanced Evolution with LLMs for Automated Algorithm Discovery

NeurIPS 2025poster

Large language model-assisted Evolutionary Search (LES) has emerged as a promising approach for Automated Algorithm Discovery (AAD). While many evolutionary search strategies have been developed for classic optimization problems, LES operates in abstract language spaces, presenting unique challenges…

Cited by 0SourceScholar
2025

Problem-dependent Regret for Lexicographic Multi-Armed Bandits with Adversarial Corruptions

IJCAI 2025

This paper studies lexicographic multi-armed bandits (MAB), where after selecting an arm, the agent observes a reward vector including multiple objectives, each with a different level of importance. Although previous literature has proposed the algorithm for lexicographic MAB, their algorithm suffer

Cited by 0SourcePDFScholar
2025

Provable In-Context Vector Arithmetic via Retrieving Task Concepts

ICML 2025poster

In-context learning (ICL) has garnered significant attention for its ability to grasp functions/tasks from demonstrations. Recent studies suggest the presence of a latent **task/function vector** in LLMs during ICL. Merullo et al. (2024) showed that LLMs leverage this vector alongside the residual s…

Cited by 0SourcePDFScholar
2025

SymRTLO: Enhancing RTL Code Optimization with LLMs and Neuron-Inspired Symbolic Reasoning

NeurIPS 2025poster

Optimizing Register Transfer Level (RTL) code is crucial for improving the efficiency and performance of digital circuits in the early stages of synthesis. Manual rewriting, guided by synthesis feedback, can yield high-quality results but is time-consuming and error-prone. Most existing compiler-bas…

Cited by 0SourceScholar
2025

TS-MOF: Two-Stage Multi-Objective Fine-tuning for Long-Tailed Recognition

NeurIPS 2025poster

Long-Tailed Recognition (LTR) presents a significant challenge due to extreme class imbalance, where existing methods often struggle to balance performance across head and tail classes. Directly applying multi-objective optimization (MOO) to leverage multiple LTR strategies can be complex and unstab…

Cited by 0SourceScholar
2024

Breaking Long-Tailed Learning Bottlenecks: A Controllable Paradigm with Hypernetwork-Generated Diverse Experts

NeurIPS 2024spotlight

Traditional long-tailed learning methods often perform poorly when dealing with inconsistencies between training and test data distributions, and they cannot flexibly adapt to different user preferences for trade-offs between head and tail classes. To address this issue, we propose a novel long-tail…

2024

Evolution of Heuristics: Towards Efficient Automatic Algorithm Design Using Large Language Model

ICML 2024oral

Heuristics are widely used for dealing with complex search and optimization problems. However, manual design of heuristics can be often very labour extensive and requires rich working experience and knowledge. This paper proposes Evolution of Heuristic (EoH), a novel evolutionary paradigm that lever…

2024

Gliding over the Pareto Front with Uniform Designs

NeurIPS 2024poster

Multiobjective optimization (MOO) plays a critical role in various real-world domains. A major challenge therein is generating $K$ uniform Pareto-optimal solutions to represent the entire Pareto front. To address this issue, this paper firstly introduces \emph{fill distance} to evaluate the $K$ desi…

Cited by 2SourcePDFScholar
2024

Hierarchize Pareto Dominance in Multi-Objective Stochastic Linear Bandits

AAAI 2024technical

Multi-objective Stochastic Linear bandit (MOSLB) plays a critical role in the sequential decision-making paradigm, however, most existing methods focus on the Pareto dominance among different objectives without considering any priority. In this paper, we study bandit algorithms under mixed Pareto-le…

2024

LLM-AutoDA: Large Language Model-Driven Automatic Data Augmentation for Long-tailed Problems

NeurIPS 2024poster

The long-tailed distribution is the underlying nature of real-world data, and it presents unprecedented challenges for training deep learning models. Existing long-tailed learning paradigms based on re-balancing or data augmentation have partially alleviated the long-tailed problem. However, they st…

Cited by 2SourcePDFScholar
2024

Learning Multi-Task Sparse Representation Based on Fisher Information

AAAI 2024technical

Multi-task learning deals with multiple related tasks simultaneously by sharing knowledge. In a typical deep multi-task learning model, all tasks use the same feature space and share the latent knowledge. If the tasks are weakly correlated or some features are negatively correlated, sharing all know…

Cited by 1SourcePDFScholar
2024

LibMOON: A Gradient-based MultiObjective OptimizatioN Library in PyTorch

NeurIPS 2024poster

Multiobjective optimization problems (MOPs) are prevalent in machine learning, with applications in multi-task learning, learning under fairness or robustness constraints, etc. Instead of reducing multiple objective functions into a scalar objective, MOPs aim to optimize for the so-called Pareto opt…

2024

Multiobjective Lipschitz Bandits under Lexicographic Ordering

AAAI 2024technical

This paper studies the multiobjective bandit problem under lexicographic ordering, wherein the learner aims to simultaneously maximize ? objectives hierarchically. The only existing algorithm for this problem considers the multi-armed bandit model, and its regret bound is O((KT)^(2/3)) under a metri…

Cited by 3SourcePDFScholar
2024

Panacea: Pareto Alignment via Preference Adaptation for LLMs

NeurIPS 2024poster

Current methods for large language model alignment typically use scalar human preference labels. However, this convention tends to oversimplify the multi-dimensional and heterogeneous nature of human preferences, leading to reduced expressivity and even misalignment. This paper presents Panacea, an…

Cited by 32SourcePDFScholar
2024

Prompt Learning for Generalized Vehicle Routing

IJCAI 2024poster

Neural combinatorial optimization (NCO) is a promising learning-based approach to solving various vehicle routing problems without much manual algorithm design. However, the current NCO methods mainly focus on the in-distribution performance, while the real-world problem instances usually come from…

2024

Provably Neural Active Learning Succeeds via Prioritizing Perplexing Samples

ICML 2024poster

Neural Network-based active learning (NAL) is a cost-effective data selection technique that utilizes neural networks to select and train on a small subset of samples. While existing work successfully develops various effective or theory-justified NAL algorithms, the understanding of the two commonl…

Cited by 3SourcePDFScholar
2024

Provably Transformers Harness Multi-Concept Word Semantics for Efficient In-Context Learning

NeurIPS 2024poster

Transformer-based large language models (LLMs) have displayed remarkable creative prowess and emergence capabilities. Existing empirical studies have revealed a strong connection between these LLMs' impressive emergence abilities and their in-context learning (ICL) capacity, allowing them to solve n…

Cited by 0SourcePDFScholar
2024

Smooth Tchebycheff Scalarization for Multi-Objective Optimization

ICML 2024poster

Multi-objective optimization problems can be found in many real-world applications, where the objectives often conflict each other and cannot be optimized by a single solution. In the past few decades, numerous methods have been proposed to find Pareto solutions that represent optimal trade-offs amo…

2024

Two Fists, One Heart: Multi-Objective Optimization Based Strategy Fusion for Long-tailed Learning

ICML 2024poster

Real-world data generally follows a long-tailed distribution, which makes traditional high-performance training strategies unable to show their usual effects. Various insights have been proposed to alleviate this challenging distribution. However, some observations indicate that models trained on lo…

Cited by 4SourcePDFScholar
2023

Does Continual Learning Meet Compositionality? New Benchmarks and An Evaluation Framework

NeurIPS 2023poster

Compositionality facilitates the comprehension of novel objects using acquired concepts and the maintenance of a knowledge pool. This is particularly crucial for continual learners to prevent catastrophic forgetting and enable compositionally forward transfer of knowledge. However, the existing stat…

Cited by 4SourcePDFScholar
2023

Hypervolume Maximization: A Geometric View of Pareto Set Learning

NeurIPS 2023poster

This paper presents a novel approach to multiobjective algorithms aimed at modeling the Pareto set using neural networks. Whereas previous methods mainly focused on identifying a finite number of solutions, our approach allows for the direct modeling of the entire Pareto set. Furthermore, we estab…

2023

Neural Combinatorial Optimization with Heavy Decoder: Toward Large Scale Generalization

NeurIPS 2023poster

Neural combinatorial optimization (NCO) is a promising learning-based approach for solving challenging combinatorial optimization problems without specialized algorithm design by experts. However, most constructive NCO methods cannot solve problems with large-scale instance sizes, which significantl…

2022

Pareto Set Learning for Expensive Multi-Objective Optimization

NeurIPS 2022accept

Expensive multi-objective optimization problems can be found in many real-world applications, where their objective function evaluations involve expensive computations or physical experiments. It is desirable to obtain an approximate Pareto front with a limited evaluation budget. Multi-objective Bay…

2022

Pareto Set Learning for Neural Multi-Objective Combinatorial Optimization

ICLR 2022poster

Multiobjective combinatorial optimization (MOCO) problems can be found in many real-world applications. However, exactly solving these problems would be very challenging, particularly when they are NP-hard. Many handcrafted heuristic methods have been proposed to tackle different MOCO problems over…

2021

Clustering Ensemble Meets Low-rank Tensor Approximation

AAAI 2021technical

This paper explores the problem of clustering ensemble, which aims to combine multiple base clusterings to produce better performance than that of the individual one. The existing clustering ensemble methods generally construct a co-association matrix, which indicates the pairwise similarity between…

2021

Semantic-Embedded Unsupervised Spectral Reconstruction From Single RGB Images in the Wild

ICCV 2021poster

This paper investigates the problem of reconstructing hyperspectral (HS) images from single RGB images captured by commercial cameras, without using paired HS and RGB images during training. To tackle this challenge, we propose a new lightweight and end-to-end learning-based framework. Specifically,…

Cited by 29PDFcodeScholar