← Search

De-chuan Zhan

75 accepted papers

2026

$V_0$: A Generalist Value Model for Any Policy at State Zero

ICML 2026poster

Traditional value models $V^{\pi}$ in LLM reinforcement learning face a coupling dilemma: they require synchronous training alongside the updating policy $\pi$, causing inefficiency and overfitting. In this paper, we propose $V_0$, a generalist value model that decouples value estimation from specif…

Cited by 0SourceScholar
2026

BOFA: Bridge-Layer Orthogonal Low-Rank Fusion for CLIP-Based Class-Incremental Learning

AAAI 2026technical

Class-Incremental Learning (CIL) aims to continually learn new classes without forgetting previously acquired knowledge. Vision-language models such as CLIP offer strong transferable representations via multi-modal supervision, making them a promising choice for CIL. However, applying CLIP to CIL po

Cited by 0SourcePDFScholar
2026

Dissecting Post-Training: Uncovering the Complementary Roles of SFT and RL for Document Parsing

ICML 2026poster

Document parsing, the task of extracting diverse content from PDFs while preserving their structural integrity, has been significantly advanced by Multimodal Large Language Models (MLLMs). These models have achieved remarkable success, largely driven by extensive post-training on massive datasets. T…

Cited by 0SourceScholar
2026

Learning to Be Uncertain: Pre-training World Models with Horizon-Calibrated Uncertainty

ICLR 2026poster

Pre-training world models on large, action-free video datasets offers a promising path toward generalist agents, but a fundamental flaw undermines this paradigm. Prevailing methods train models to predict a single, deterministic future, an objective that is ill-posed for inherently stochastic enviro…

Cited by 0SourceScholar
2026

Multi-view Consistent Latent Action Learning for World Modeling and Control

ICML 2026poster

The scalability of world models is currently bottlenecked by the scarcity of action annotations. While self-supervised latent action learning offers a potential solution, existing single-view paradigms—relying on information bottlenecks or Vector Quantization (VQ)—often conflate superficial 2D pixel…

Cited by 0SourceScholar
2026

OvisOCR: End-to-End Document Parsing via Aligning Specialized Perception with General Reasoning

ICML 2026poster

This paper presents OvisOCR, a lightweight and strictly end-to-end Multimodal Language Model (MLLM) tailored for document parsing. Unlike current methods that rely on complex "Crop-OCR-Merge" cascades to handle high-resolution inputs, OvisOCR directly maps full-page visual signals to structured Mark…

Cited by 0SourceScholar
2026

SAME: Stabilized Mixture-of-Experts for Multimodal Continual Instruction Tuning

ICML 2026poster

Multimodal Large Language Models (MLLMs) achieve strong performance through instruction tuning, but real-world deployment requires them to continually expand their capabilities, making Multimodal Continual Instruction Tuning (MCIT) essential. Recent methods leverage sparse expert routing to promote …

Cited by 0SourceScholar
2026

TopBench: A Benchmark for Implicit Prediction and Reasoning over Tabular Question Answering

ICML 2026poster

Large Language Models (LLMs) have advanced Table Question Answering, where most queries can be answered by extracting information or simple aggregation. However, a common class of real-world queries is implicitly predictive, requiring the inference of unobserved answers from historical patterns rath…

Cited by 0SourceScholar
2026

UniCA: Unified Covariate Adaptation for Time Series Foundation Model

ICLR 2026poster

Time Series Foundation Models (TSFMs) have achieved remarkable success through large-scale pretraining. However, their design primarily targets real-valued series, limiting their ability to handle general forecasting tasks involving diverse and often \emph{heterogeneous covariates}—such as categoric…

Cited by 0SourcecodeScholar
2025

Addressing Imbalanced Domain-Incremental Learning through Dual-Balance Collaborative Experts

ICML 2025poster

Domain-Incremental Learning (DIL) focuses on continual learning in non-stationary environments, requiring models to adjust to evolving domains while preserving historical knowledge. DIL faces two critical challenges in the context of imbalanced data: intra-domain class imbalance and cross-domain cla…

2025

Compositional Condition Question Answering in Tabular Understanding

ICML 2025poster

Multimodal Large Language Models (MLLMs) for tabular understanding have made significant progress in tasks such as financial report analysis and public data tests. However, our comprehensive analysis shows that these models are still limited in certain simple scenarios, particularly when handling co…

2025

DART: Distilling Autoregressive Reasoning to Silent Thought

EMNLP 2025

Chain-of-Thought (CoT) reasoning has significantly advanced Large Language Models (LLMs) in solving complex tasks. However, its autoregressive paradigm leads to significant computational overhead, hindering its deployment in latency-sensitive applications. To address this, we propose **DART** (**D**

Cited by 0SourcePDFScholar
2025

Dual Consolidation for Pre-Trained Model-Based Domain-Incremental Learning

CVPR 2025poster

Domain-Incremental Learning (DIL) involves the progressive adaptation of a model to new concepts across different domains. While recent advances in pre-trained models provide a solid foundation for DIL, learning new concepts often results in the catastrophic forgetting of pre-trained knowledge. Spec…

2025

External Knowledge Injection for CLIP-Based Class-Incremental Learning

ICCV 2025poster

Class-Incremental Learning (CIL) enables learning systems to continuously adapt to evolving data streams. With the advancement of pre-training, leveraging pre-trained vision-language models (e.g., CLIP) offers a promising starting point for CIL. However, CLIP makes decisions by matching visual embed…

2025

FOUNDER: Grounding Foundation Models in World Models for Open-Ended Embodied Decision Making

ICML 2025poster

Foundation Models (FMs) and World Models (WMs) offer complementary strengths in task generalization at different levels. In this work, we propose FOUNDER, a framework that integrates the generalizable knowledge embedded in FMs with the dynamic modeling capabilities of WMs to enable open-ended task s…

Cited by 0SourcePDFScholar
2025

Hawk: Leveraging Spatial Context for Faster Autoregressive Text-to-Image Generation

NeurIPS 2025poster

Autoregressive (AR) image generation models are capable of producing high-fidelity images but often suffer from slow inference due to their inherently sequential, token-by-token decoding process. Speculative decoding, which employs a lightweight draft model to approximate the output of a larger AR m…

Cited by 0SourceScholar
2025

Improving LLMs for Recommendation with Out-Of-Vocabulary Tokens

ICML 2025poster

Characterizing users and items through vector representations is crucial for various tasks in recommender systems. Recent approaches attempt to apply Large Language Models (LLMs) in recommendation through a question\&answer format, where real items (eg, Item No.2024) are represented with compound wo…

Cited by 5SourcePDFScholar
2025

Let the LLM Stick to Its Strengths: Learning to Route Economical LLM

NeurIPS 2025poster

Recently, test-time scaling of Large Language Models (LLMs) has emerged as a practical alternative to parameter and data scaling. Reasoning tasks often require large-scale, RLVR-based LLMs, while more economical LLMs can handle simpler tasks. Routing an LLM tailored to *suitability* (*i.e.*, capabil…

Cited by 0SourceScholar
2025

Leveraging Conditional Dependence for Efficient World Model Denoising

NeurIPS 2025poster

Effective denoising is critical for managing complex visual inputs contaminated with noisy distractors in model-based reinforcement learning (RL). Current methods often oversimplify the decomposition of observations by neglecting the conditional dependence between task-relevant and task-irrelevant c…

Cited by 0SourceScholar
2025

MIETT: Multi-Instance Encrypted Traffic Transformer for Encrypted Traffic Classification

AAAI 2025technical

Network traffic includes data transmitted across a network, such as web browsing and file transfers, and is organized into packets (small units of data) and flows (sequences of packets exchanged between two endpoints). Classifying encrypted traffic is essential for detecting security threats and opt…

2025

MOS: Model Surgery for Pre-Trained Model-Based Class-Incremental Learning

AAAI 2025technical

Class-Incremental Learning (CIL) requires models to continually acquire knowledge of new classes without forgetting old ones. Despite Pre-trained Models (PTMs) have shown excellent performance in CIL, catastrophic forgetting still occurs as the model learns new concepts. Existing work seeks to utili…

2025

Maximizing the Effectiveness of Larger BERT Models for Compression

ACL 2025long

Knowledge distillation (KD) is a widely used approach for BERT compression, where a larger BERT model serves as a teacher to transfer knowledge to a smaller student model. Prior works have found that distilling a larger BERT with superior performance may degrade student’s performance than a smaller…

2025

Multimodal Tabular Reasoning with Privileged Structured Information

NeurIPS 2025poster

Tabular reasoning requires complex, multi-step information extraction and logical inference, such as aggregation, comparison, or calculation over tabular data. While recent advances have leveraged large language models (LLMs) for reasoning over structured text tables, such high-quality textual repre…

Cited by 0SourceScholar
2025

Parrot: Multilingual Visual Instruction Tuning

ICML 2025poster

The rapid development of Multimodal Large Language Models (MLLMs), such as GPT-4, marks a significant step toward artificial general intelligence. Existing methods typically align vision encoders with LLMs via supervised fine-tuning (SFT), but this often deteriorates their ability to handle multiple…

2025

Revisiting Nearest Neighbor for Tabular Data: A Deep Tabular Baseline Two Decades Later

ICLR 2025poster

The widespread enthusiasm for deep learning has recently expanded into the domain of tabular data. Recognizing that the advancement in deep tabular methods is often inspired by classical methods, e.g., integration of nearest neighbors into neural networks, we investigate whether these classical meth…

2025

Reward Models in Deep Reinforcement Learning: A Survey

IJCAI 2025

In reinforcement learning (RL), agents continually interact with the environment and use the feedback to refine their behavior. To guide policy optimization, reward models are introduced as proxies of the desired objectives, such that when the agent maximizes the accumulated reward, it also fulfills

Cited by 0SourcePDFScholar
2025

Task-Agnostic Guided Feature Expansion for Class-Incremental Learning

CVPR 2025poster

The ability to learn new concepts while preserve the learned knowledge is desirable for learning systems in Class-Incremental Learning (CIL). Recently, feature expansion of the model become a prevalent solution for CIL, where the old features are fixed during the training of the new task while new f…

2025

ZooProbe: A Data Engine for Evaluating, Exploring, and Evolving Large-scale Training Data for Multimodal LLMs

ICLR 2025poster

Multimodal Large Language Models (MLLMs) are thriving through continuous fine-tuning by LLMs. Driven by the law that "scale is everything", MLLMs expand their training sets during version iterations. In this paper, we propose a large-scale training data engine built around an evaluating-exploring-ev…

Cited by 0SourcePDFScholar
2024

AD3: Implicit Action is the Key for World Models to Distinguish the Diverse Visual Distractors

ICML 2024poster

Model-based methods have significantly contributed to distinguishing task-irrelevant distractors for visual control. However, prior research has primarily focused on heterogeneous distractors like noisy background videos, leaving homogeneous distractors that closely resemble controllable agents larg…

Cited by 3SourcePDFScholar
2024

Bridge the Modality and Capability Gaps in Vision-Language Model Selection

NeurIPS 2024poster

Vision Language Models (VLMs) excel in zero-shot image classification by pairing images with textual category names. The expanding variety of Pre-Trained VLMs enhances the likelihood of identifying a suitable VLM for specific tasks. To better reuse the VLM resource and fully leverage its potential o…

2024

CLAF: Contrastive Learning with Augmented Features for Imbalanced Semi-Supervised Learning

ICASSP 2024accepted

Due to the advantages of leveraging unlabeled data and learning meaningful representations, semi-supervised learning and contrastive learning have been progressively combined to achieve better performances in popular applications with few labeled data and abundant unlabeled data. One common manner i…

Cited by 0SourceScholar
2024

Continual Learning with Pre-Trained Models: A Survey

IJCAI 2024poster

Nowadays, real-world applications often face streaming data, which requires the learning system to absorb new knowledge as data evolves. Continual Learning (CL) aims to achieve this goal and meanwhile overcome the catastrophic forgetting of former knowledge when learning new ones. Typical CL methods…

2024

Enhancing Class-Imbalanced Learning with Pre-Trained Guidance through Class-Conditional Knowledge Distillation

ICML 2024poster

In class-imbalanced learning, the scarcity of information about minority classes presents challenges in obtaining generalizable features for these classes. Leveraging large-scale pre-trained models with powerful generalization capabilities as teacher models can help fill this information gap. Tradit…

Cited by 2SourcePDFScholar
2024

Expandable Subspace Ensemble for Pre-Trained Model-Based Class-Incremental Learning

CVPR 2024poster

Class-Incremental Learning (CIL) requires a learning system to continually learn new classes without forgetting. Despite the strong performance of Pre-Trained Models (PTMs) in CIL a critical issue persists: learning new classes often results in the overwriting of old ones. Excessive modification of…

2024

Exploring and Exploiting the Asymmetric Valley of Deep Neural Networks

NeurIPS 2024poster

Exploring the loss landscape offers insights into the inherent principles of deep neural networks (DNNs). Recent work suggests an additional asymmetry of the valley beyond the flat and sharp ones, yet without thoroughly examining its causes or implications. Our study methodically explores the factor…

Cited by 3SourcePDFScholar
2024

Leveraging Separated World Model for Exploration in Visually Distracted Environments

NeurIPS 2024poster

Model-based unsupervised reinforcement learning (URL) has gained prominence for reducing environment interactions and learning general skills using intrinsic rewards. However, distractors in observations can severely affect intrinsic reward estimation, leading to a biased exploration process, especi…

Cited by 1SourcePDFScholar
2024

MOSER: Learning Sensory Policy for Task-specific Viewpoint via View-conditional World Model

IJCAI 2024poster

Reinforcement learning from visual observations is a challenging problem with many real-world applications. Existing algorithms mostly rely on a single observation from a well-designed fixed camera that requires human knowledge. Recent studies learn from different viewpoints with multiple fixed came…

Cited by 0SourcePDFScholar
2024

Multi-layer Rehearsal Feature Augmentation for Class-Incremental Learning

ICML 2024poster

Class-Incremental Learning (CIL) seeks to learn new concepts without forgetting previously learned knowledge. To achieve this, rehearsal-based methods keep a replay memory consisting of a small number of trained samples from previous tasks. However, recent studies show that rehearsal-based methods a…

Cited by 18SourcePDFScholar
2024

Revisit the Essence of Distilling Knowledge through Calibration

ICML 2024poster

Knowledge Distillation (KD) has evolved into a practical technology for transferring knowledge from a well-performing model (teacher) to a weak model (student). A counter-intuitive phenomenon known as capacity mismatch has been identified, wherein KD performance may not be good when a better teacher…

Cited by 1SourcePDFScholar
2024

SIN: Selective and Interpretable Normalization for Long-Term Time Series Forecasting

ICML 2024poster

In real-world applications, time series data frequently exhibit non-stationarity, with statistics changing over time. This variability undermines the forecasting accuracy of deep learning models that are trained on historical data but deployed for future prediction. A common approach to mitigate thi…

Cited by 9SourcePDFScholar
2024

SOFTS: Efficient Multivariate Time Series Forecasting with Series-Core Fusion

NeurIPS 2024poster

Multivariate time series forecasting plays a crucial role in various fields such as finance, traffic management, energy, and healthcare. Recent studies have highlighted the advantages of channel independence to resist distribution drift but neglect channel correlations, limiting further enhancement…

2024

SeMOPO: Learning High-quality Model and Policy from Low-quality Offline Visual Datasets

ICML 2024poster

Model-based offline reinforcement Learning (RL) is a promising approach that leverages existing data effectively in many real-world applications, especially those involving high-dimensional inputs like images and videos. To alleviate the distribution shift issue in offline RL, existing model-based m…

Cited by 0SourcePDFScholar
2024

Tabular Insights, Visual Impacts: Transferring Expertise from Tables to Images

ICML 2024spotlight

Transferring knowledge across diverse data modalities is receiving increasing attention in machine learning. This paper tackles the task of leveraging expert-derived, yet expensive, tabular data to enhance image-based predictions when tabular data is unavailable during inference. The primary challen…

Cited by 2SourcePDFScholar
2024

Twice Class Bias Correction for Imbalanced Semi-supervised Learning

AAAI 2024technical

Differing from traditional semi-supervised learning, class-imbalanced semi-supervised learning presents two distinct challenges: (1) The imbalanced distribution of training samples leads to model bias towards certain classes, and (2) the distribution of unlabeled samples is unknown and potentially d…

2024

Wings: Learning Multimodal LLMs without Text-only Forgetting

NeurIPS 2024poster

Multimodal large language models (MLLMs), initiated with a trained LLM, first align images with text and then fine-tune on multimodal mixed inputs. However, during the continued training, the MLLM catastrophically forgets the text-only instructions that the initial LLM masters. In this paper, we pre…

Cited by 11SourcePDFScholar
2023

A Model or 603 Exemplars: Towards Memory-Efficient Class-Incremental Learning

ICLR 2023top-25%

Real-world applications require the classification model to adapt to new classes without forgetting old ones. Correspondingly, Class-Incremental Learning (CIL) aims to train a model with limited memory size to meet this requirement. Typical CIL methods tend to save representative exemplars from form…

2023

Augmentation Component Analysis: Modeling Similarity via the Augmentation Overlaps

ICLR 2023poster

Self-supervised learning aims to learn a embedding space where semantically similar samples are close. Contrastive learning methods pull views of samples together and push different samples away, which utilizes semantic invariance of augmentation but ignores the relationship between samples. To bett…

2023

BEEF: Bi-Compatible Class-Incremental Learning via Energy-Based Expansion and Fusion

ICLR 2023poster

Neural networks suffer from catastrophic forgetting when sequentially learning tasks phase-by-phase, making them inapplicable in dynamically updated systems. Class-incremental learning (CIL) aims to enable neural networks to learn different categories at multi-stages. Recently, dynamic-structure-bas…

2023

Beyond probability partitions: Calibrating neural networks with semantic aware grouping

NeurIPS 2023poster

Research has shown that deep networks tend to be overly optimistic about their predictions, leading to an underestimation of prediction errors. Due to the limited nature of data, existing studies have proposed various methods based on model prediction probabilities to bin the data and evaluate calib…

2023

Few-Shot Class-Incremental Learning via Training-Free Prototype Calibration

NeurIPS 2023poster

Real-world scenarios are usually accompanied by continuously appearing classes with scare labeled samples, which require the machine learning model to incrementally learn new classes and maintain the knowledge of base classes. In this Few-Shot Class-Incremental Learning (FSCIL) scenario, existing me…

2023

Learning Debiased Representations via Conditional Attribute Interpolation

CVPR 2023poster

An image is usually described by more than one attribute like "shape" and "color". When a dataset is biased, i.e., most samples have attributes spuriously correlated with the target label, a Deep Neural Network (DNN) is prone to make predictions by the "unintended" attribute, especially if it is eas…

2023

Model Spider: Learning to Rank Pre-Trained Models Efficiently

NeurIPS 2023spotlight

Figuring out which Pre-Trained Model (PTM) from a model zoo fits the target task is essential to take advantage of plentiful model resources. With the availability of numerous heterogeneous PTMs from diverse fields, efficiently selecting the most suitable one is challenging due to the time-consuming…

2023

SeMAIL: Eliminating Distractors in Visual Imitation via Separated Models

ICML 2023poster

Model-based imitation learning (MBIL) is a popular reinforcement learning method that improves sample efficiency on high-dimension input sources, such as images and videos. Following the convention of MBIL research, existing algorithms are highly deceptive by task-irrelevant information, especially…

Cited by 7SourcePDFScholar
2022

Asymmetric Temperature Scaling Makes Larger Networks Teach Well Again

NeurIPS 2022accept

Knowledge Distillation (KD) aims at transferring the knowledge of a well-performed neural network (the {\it teacher}) to a weaker one (the {\it student}). A peculiar phenomenon is that a more accurate model doesn't necessarily teach better, and temperature adjustment can neither alleviate the mismat…

Cited by 39SourcePDFScholar
2022

Exploring Transferability Measures and Domain Selection in Cross-Domain Slot Filling

ICASSP 2022accepted

As an essential task for natural language understanding, slot filling aims to identify the contiguous spans of specific slots in an utterance. In real-world applications, the labeling costs of utterances may be expensive, and transfer learning techniques have been developed to ease this problem. How…

Cited by 0SourceScholar
2022

FOSTER: Feature Boosting and Compression for Class-Incremental Learning

ECCV 2022poster

"The ability to learn new concepts continually is necessary in this ever-changing world. However, deep neural networks suffer from catastrophic forgetting when learning new categories. Many works have been proposed to alleviate this phenomenon, whereas most of them either fall into the stability-pla…

2022

Federated Learning With Position-Aware Neurons

CVPR 2022poster

Federated Learning (FL) fuses collaborative models from local nodes without centralizing users' data. The permutation invariance property of neural networks and the non-i.i.d. data across clients make the locally updated parameters imprecisely aligned, disabling the coordinate-based parameter averag…

Cited by 44PDFcodeScholar
2022

Forward Compatible Few-Shot Class-Incremental Learning

CVPR 2022poster

Novel classes frequently arise in our dynamically changing world, e.g., new users in the authentication system, and a machine learning model should recognize new classes without forgetting old ones. This scenario becomes more challenging when new class instances are insufficient, which is called few…

Cited by 290PDFcodeScholar
2022

Generalized Delayed Feedback Model with Post-Click Information in Recommender Systems

NeurIPS 2022accept

Predicting conversion rate (e.g., the probability that a user will purchase an item) is a fundamental problem in machine learning based recommender systems. However, accurate conversion labels are revealed after a long delay, which harms the timeliness of recommender systems. Previous literature con…

2022

RID-Noise: Towards Robust Inverse Design under Noisy Environments

AAAI 2022technical

From an engineering perspective, a design should not only perform well in an ideal condition, but should also resist noises. Such a design methodology, namely robust design, has been widely implemented in the industry for product quality control. However, classic robust design requires a lot of eval…

2021

Capturing Delayed Feedback in Conversion Rate Prediction via Elapsed-Time Sampling

AAAI 2021technical

Conversion rate (CVR) prediction is one of the most critical tasks for digital display advertising. Commercial systems often require to update models in an online learning manner to catch up with the evolving data distribution. However, conversions usually do not happen immediately after user clicks…

2021

Rethinking Label-Wise Cross-Modal Retrieval from A Semantic Sharing Perspective

IJCAI 2021poster

The main challenge of cross-modal retrieval is to learn the consistent embedding for heterogeneous modalities. To solve this problem, traditional label-wise cross-modal approaches usually constrain the inter-modal and intra-modal embedding consistency relying on the label ground-truths. However, the…

Cited by 32SourcePDFScholar
2021

Tailoring Embedding Function to Heterogeneous Few-Shot Tasks by Global and Local Feature Adaptors

AAAI 2021technical

Few-Shot Learning (FSL) is essential for visual recognition. Many methods tackle this challenging problem via learning an embedding function from seen classes and transfer it to unseen classes with a few labeled instances. Researchers recently found it beneficial to incorporate task-specific feature…

Cited by 29SourcePDFScholar
2020

Few-Shot Learning via Embedding Adaptation With Set-to-Set Functions

CVPR 2020poster

Learning with limited data is a key challenge for visual recognition. Many few-shot learning methods address this challenge by learning an instance embedding function from seen classes and apply the function to instances from unseen classes with limited labels. This style of transfer learning is tas…

Cited by 940PDFcodeScholar
2016

What Makes Objects Similar: A Unified Multi-Metric Learning Approach

NeurIPS 2016poster

Linkages are essentially determined by similarity measures that may be derived from multiple perspectives. For example, spatial linkages are usually generated based on localities of heterogeneous data, whereas semantic linkages can come from various properties, such as different physical meanings be…

Cited by 54SourcePDFScholar