← Search

Han-Jia Ye

67 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

DISC: Dynamic Feature Selection for Cost-Sensitive Medical Diagnosis

AAAI 2026technical

Accurate medical diagnosis often relies on both textual self-reported symptoms and structured medical examination results of patients. However, these examinations vary significantly in cost—measured in time, money, or patient discomfort---creating a challenging trade-off between diagnostic accuracy

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

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

SwiftPFN: Revisiting Row-Wise Attention–Only Tabular Foundation Models with Adaptive Early Exit

ICML 2026spotlight

Tabular foundation models, exemplified by TabPFN, perform prediction via in-context learning, inferring test labels directly from labeled training examples. They have demonstrated competitive performance, particularly on small-to-medium datasets. However, recent tabular foundation models often impro…

Cited by 0SourceScholar
2026

The Golden Subspace: Where Efficiency Meets Generalization in Continual Test-Time Adaptation

CVPR 2026

Continual Test-Time Adaptation (CTTA) aims to enable models to adapt online to unlabeled data streams under distribution shift without accessing source data. Existing CTTA methods face an efficiency-generalization trade-off: updating more parameters improves adaptation but severely reduces online in

Cited by 0SourcecodeScholar
2026

The Lie of the Average: How Class Incremental Learning Evaluation Deceives You?

ICLR 2026poster

Class Incremental Learning (CIL) requires models to continuously learn new classes without forgetting previously learned ones, while maintaining stable performance across all possible class sequences. In real-world settings, the order in which classes arrive is diverse and unpredictable, and model p…

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

Unleashing the Intrinsic Visual Representation Capability of Multimodal Large Language Models

CVPR 2026

Multimodal Large Language Models (MLLMs) have demonstrated remarkable proficiency in multimodal tasks.Despite their impressive performance, MLLMs suffer from the modality imbalance issue, where visual information is often underutilized compared to textual representations in deeper layers, leading to

Cited by 0SourcecodeScholar
2025

A Closer Look at TabPFN v2: Understanding Its Strengths and Extending Its Capabilities

NeurIPS 2025poster

Tabular datasets are inherently heterogeneous, presenting significant challenges for developing pre-trained foundation models. The recently introduced transformer-based Tabular Prior-data Fitted Network v2 (TabPFN v2) achieves unprecedented *in-context learning* performance across diverse downstream…

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

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

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

Integrating Task-Specific and Universal Adapters for Pre-Trained Model-based Class-Incremental Learning

ICCV 2025poster

Class-Incremental Learning (CIL) requires a learning system to continually learn new classes without forgetting. Existing pre-trained model-based CIL methods often freeze the pre-trained network and adapt to incremental tasks using additional lightweight modules such as adapters. However, incorrect…

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

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

Mitigating Visual Forgetting via Take-along Visual Conditioning for Multi-modal Long CoT Reasoning

ACL 2025long

Recent advancements in Large Language Models (LLMs) have demonstrated enhanced reasoning capabilities, evolving from Chain-of-Thought (CoT) prompting to advanced, product-oriented solutions like OpenAI o1. During our re-implementation of this model, we noticed that in multimodal tasks requiring visu…

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

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

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

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

Learning Only When It Matters: Cost-Aware Long-Tailed Classification

AAAI 2024technical

Most current long-tailed classification approaches assume the cost-agnostic scenario, where the training distribution of classes is long-tailed while the testing distribution of classes is balanced. Meanwhile, the misclassification costs of all instances are the same. On the other hand, in many real…

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

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

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

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…

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

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
2021

A$^2$-Net: Learning Attribute-Aware Hash Codes for Large-Scale Fine-Grained Image Retrieval

NeurIPS 2021spotlight

Our work focuses on tackling large-scale fine-grained image retrieval as ranking the images depicting the concept of interests (i.e., the same sub-category labels) highest based on the fine-grained details in the query. It is desirable to alleviate the challenges of both fine-grained nature of small…

Cited by 40SourcePDFScholar
2021

DecAug: Out-of-Distribution Generalization via Decomposed Feature Representation and Semantic Augmentation

AAAI 2021technical

While deep learning demonstrates its strong ability to handle independent and identically distributed (IID) data, it often suffers from out-of-distribution (OoD) generalization, where the test data come from another distribution (w.r.t. the training one). Designing a general OoD generalization frame…

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