← Search

Hongxin Wei

39 accepted papers

2026

Semi-Supervised Conformal Prediction With Unlabeled Nonconformity Score

CVPR 2026

Conformal prediction (CP) is a powerful framework for uncertainty quantification, generating prediction sets with coverage guarantees. Split conformal prediction relies on labeled data in the calibration procedure. However, the labeled data is often limited in real-world scenarios, leading to unstab

Cited by 0SourcecodeScholar
2025

Exploring Learning Complexity for Efficient Downstream Dataset Pruning

ICLR 2025poster

The ever-increasing fine-tuning cost of large-scale pre-trained models gives rise to the importance of dataset pruning, which aims to reduce dataset size while maintaining task performance. However, existing dataset pruning methods require training on the entire dataset, which is impractical for lar…

Cited by 0SourcePDFScholar
2025

Exploring the Noise Robustness of Online Conformal Prediction

NeurIPS 2025poster

Conformal prediction is an emerging technique for uncertainty quantification that constructs prediction sets guaranteed to contain the true label with a predefined probability. Recent work develops online conformal prediction methods that adaptively construct prediction sets to accommodate distribu…

Cited by 0SourceScholar
2025

Fine-tuning can Help Detect Pretraining Data from Large Language Models

ICLR 2025poster

In the era of large language models (LLMs), detecting pretraining data has been increasingly important due to concerns about fair evaluation and ethical risks. Current methods differentiate members and non-members by designing scoring functions, like Perplexity and Min-k%. However, the diversity and…

Cited by 1SourcePDFScholar
2025

How Contaminated Is Your Benchmark? Measuring Dataset Leakage in Large Language Models with Kernel Divergence

ICML 2025poster

Dataset contamination, where evaluation datasets overlap with pre-training corpora, inflates performance metrics and undermines the reliability of model evaluations. Measuring dataset contamination thus becomes essential to ensure that performance evaluations genuinely reflect a model's ability to g…

2025

Local-Prompt: Extensible Local Prompts for Few-Shot Out-of-Distribution Detection

ICLR 2025poster

Out-of-Distribution (OOD) detection, aiming to distinguish outliers from known categories, has gained prominence in practical scenarios. Recently, the advent of vision-language models (VLM) has heightened interest in enhancing OOD detection for VLM through few-shot tuning. However, existing methods…

Cited by 4SourcePDFScholar
2025

Parametric Scaling Law of Tuning Bias in Conformal Prediction

ICML 2025poster

Conformal prediction is a popular framework of uncertainty quantification that constructs prediction sets with coverage guarantees. To uphold the exchangeability assumption, many conformal prediction methods necessitate an additional hold-out set for parameter tuning. Yet, the impact of violating th…

2025

Understanding and Mitigating Miscalibration in Prompt Tuning for Vision-Language Models

ICML 2025poster

Confidence calibration is critical for the safe deployment of machine learning models in the real world. However, such issue in vision-language models like CLIP, particularly after fine-tuning, has not been fully addressed. In this work, we demonstrate that existing prompt tuning methods usually lea…

Cited by 1SourcePDFScholar
2025

Your Pre-trained LLM is Secretly an Unsupervised Confidence Calibrator

NeurIPS 2025poster

Post-training of large language models is essential for adapting pre-trained language models (PLMs) to align with human preferences and downstream tasks. While PLMs typically exhibit well-calibrated confidence, post-trained language models (PoLMs) often suffer from over-confidence, assigning high c…

Cited by 0SourceScholar
2024

Conformal Prediction for Deep Classifier via Label Ranking

ICML 2024poster

Conformal prediction is a statistical framework that generates prediction sets containing ground-truth labels with a desired coverage guarantee. The predicted probabilities produced by machine learning models are generally miscalibrated, leading to large prediction sets in conformal prediction. To a…

2024

Consistent Multi-Class Classification from Multiple Unlabeled Datasets

ICLR 2024spotlight

Weakly supervised learning aims to construct effective predictive models from imperfectly labeled data. The recent trend of weakly supervised learning has focused on how to learn an accurate classifier from completely unlabeled data, given little supervised information such as class priors. In this…

Cited by 0SourcePDFScholar
2024

CroSel: Cross Selection of Confident Pseudo Labels for Partial-Label Learning

CVPR 2024poster

Partial-label learning (PLL) is an important weakly supervised learning problem which allows each training example to have a candidate label set instead of a single ground-truth label. Identification-based methods have been widely explored to tackle label ambiguity issues in PLL which regard the tru…

Cited by 8SourcePDFScholar
2024

DOS: Diverse Outlier Sampling for Out-of-Distribution Detection

ICLR 2024poster

Modern neural networks are known to give overconfident predictions for out-of-distribution inputs when deployed in the open world. It is common practice to leverage a surrogate outlier dataset to regularize the model during training, and recent studies emphasize the role of uncertainty in designing…

2024

GACL: Exemplar-Free Generalized Analytic Continual Learning

NeurIPS 2024poster

Class incremental learning (CIL) trains a network on sequential tasks with separated categories in each task but suffers from catastrophic forgetting, where models quickly lose previously learned knowledge when acquiring new tasks. The generalized CIL (GCIL) aims to address the CIL problem in a more…

2024

Mitigating Privacy Risk in Membership Inference by Convex-Concave Loss

ICML 2024poster

Machine learning models are susceptible to membership inference attacks (MIAs), which aim to infer whether a sample is in the training set. Existing work utilizes gradient ascent to enlarge the loss variance of training data, alleviating the privacy risk. However, optimizing toward a reverse directi…

2024

On the Noise Robustness of In-Context Learning for Text Generation

NeurIPS 2024poster

Large language models (LLMs) have shown impressive performance on downstream tasks by in-context learning (ICL), which heavily relies on the quality of demonstrations selected from a large set of annotated examples. Recent works claim that in-context learning is robust to noisy demonstrations in tex…

2024

Open-Vocabulary Calibration for Fine-tuned CLIP

ICML 2024poster

Vision-language models (VLMs) have emerged as formidable tools, showing their strong capability in handling various open-vocabulary tasks in image recognition, text-driven visual content generation, and visual chatbots, to name a few. In recent years, considerable efforts and resources have been dev…

2024

Refined Coreset Selection: Towards Minimal Coreset Size under Model Performance Constraints

ICML 2024spotlight

Coreset selection is powerful in reducing computational costs and accelerating data processing for deep learning algorithms. It strives to identify a small subset from large-scale data, so that training only on the subset practically performs on par with full data. Practitioners regularly desire to…

2024

Understanding and Mitigating the Label Noise in Pre-training on Downstream Tasks

ICLR 2024spotlight

Pre-training on large-scale datasets and then fine-tuning on downstream tasks have become a standard practice in deep learning. However, pre-training data often contain label noise that may adversely affect the generalization of the model. This paper aims to understand the nature of noise in pre-tra…

2023

A Generalized Unbiased Risk Estimator for Learning with Augmented Classes

AAAI 2023technical

In contrast to the standard learning paradigm where all classes can be observed in training data, learning with augmented classes (LAC) tackles the problem where augmented classes unobserved in the training data may emerge in the test phase. Previous research showed that given unlabeled data, an unb…

2023

In Defense of Softmax Parametrization for Calibrated and Consistent Learning to Defer

NeurIPS 2023poster

Enabling machine learning classifiers to defer their decision to a downstream expert when the expert is more accurate will ensure improved safety and performance. This objective can be achieved with the learning-to-defer framework which aims to jointly learn how to classify and how to defer to the e…

Cited by 21SourcePDFScholar
2023

Mitigating Memorization of Noisy Labels by Clipping the Model Prediction

ICML 2023poster

In the presence of noisy labels, designing robust loss functions is critical for securing the generalization performance of deep neural networks. Cross Entropy (CE) loss has been shown to be not robust to noisy labels due to its unboundedness. To alleviate this issue, existing works typically design…

Cited by 32SourcePDFScholar
2023

On the Importance of Feature Separability in Predicting Out-Of-Distribution Error

NeurIPS 2023poster

Estimating the generalization performance is practically challenging on out-of-distribution (OOD) data without ground-truth labels. While previous methods emphasize the connection between distribution difference and OOD accuracy, we show that a large domain gap not necessarily leads to a low test ac…

Cited by 15SourcePDFScholar
2022

ACIL: Analytic Class-Incremental Learning with Absolute Memorization and Privacy Protection

NeurIPS 2022accept

Class-incremental learning (CIL) learns a classification model with training data of different classes arising progressively. Existing CIL either suffers from serious accuracy loss due to catastrophic forgetting, or invades data privacy by revisiting used exemplars. Inspired by learning of linear pr…

2022

Can Adversarial Training Be Manipulated By Non-Robust Features?

NeurIPS 2022accept

Adversarial training, originally designed to resist test-time adversarial examples, has shown to be promising in mitigating training-time availability attacks. This defense ability, however, is challenged in this paper. We identify a novel threat model named stability attack, which aims to hinder ro…

2022

GearNet: Stepwise Dual Learning for Weakly Supervised Domain Adaptation

AAAI 2022technical

This paper studies a weakly supervised domain adaptation (WSDA) problem, where we only have access to the source domain with noisy labels, from which we need to transfer useful information to the unlabeled target domain. Although there have been a few studies on this problem, most of them only explo…

2022

Mitigating Neural Network Overconfidence with Logit Normalization

ICML 2022spotlight

Detecting out-of-distribution inputs is critical for the safe deployment of machine learning models in the real world. However, neural networks are known to suffer from the overconfidence issue, where they produce abnormally high confidence for both in- and out-of-distribution inputs. In this work,…

2022

Open-Sampling: Exploring Out-of-Distribution data for Re-balancing Long-tailed datasets

ICML 2022spotlight

Deep neural networks usually perform poorly when the training dataset suffers from extreme class imbalance. Recent studies found that directly training with out-of-distribution data (i.e., open-set samples) in a semi-supervised manner would harm the generalization performance. In this work, we theor…

Cited by 45SourcePDFScholar
2021

Commission Fee is not Enough: A Hierarchical Reinforced Framework for Portfolio Management

AAAI 2021technical

Portfolio management via reinforcement learning is at the forefront of fintech research, which explores how to optimally reallocate a fund into different financial assets over the long term by trial-and-error. Existing methods are impractical since they usually assume each reallocation can be finish…

Cited by 50SourcePDFScholar
2021

Open-set Label Noise Can Improve Robustness Against Inherent Label Noise

NeurIPS 2021poster

Learning with noisy labels is a practically challenging problem in weakly supervised learning. In the existing literature, open-set noises are always considered to be poisonous for generalization, similar to closed-set noises. In this paper, we empirically show that open-set noisy labels can be non-…

2020

Combating Noisy Labels by Agreement: A Joint Training Method with Co-Regularization

CVPR 2020poster

Deep Learning with noisy labels is a practically challenging problem in weakly-supervised learning. The state-of-the-art approaches "Decoupling" and "Co-teaching+" claim that the "disagreement" strategy is crucial for alleviating the problem of learning with noisy labels. In this paper, we start fro…

Cited by 706PDFcodeScholar