← Search

Wenhai Wan

6 accepted papers

2026

HGLTR: Hierarchical Knowledge Injection for Calibrating Pre-trained Models in Long-Tail Recognition

AAAI 2026technical

Long-tail recognition remains challenging for pre-trained foundation models like CLIP, which often suffer from performance degradation under imbalanced data. This stems not only from the overfitting/underfitting issues during fine-tuning but, more fundamentally, from the inherent bias inherited from

Cited by 0SourcePDFScholar
2026

Shortcut-Resistant CAM Distillation for Long-Tailed Recognition

ICML 2026poster

Real-world datasets often follow a long-tailed distribution, making generalization to tail classes difficult. We revisit this problem through the lens of shortcut learning, where models prefer the easiest predictive cues (e.g., background or textures) over object-centric semantics, especially under …

Cited by 0SourceScholar
2025

MLC-NC: Long-Tailed Multi-Label Image Classification Through the Lens of Neural Collapse

AAAI 2025technical

Long-tailed (LT) data distribution is common in multi-label image classification (MLC) and can significantly impact the performance of classification models. One reason is the challenge of learning unbiased instance representations (i.e. features) for imbalanced datasets. Additionally, the co-occurr…

Cited by 0SourcePDFScholar
2024

Forgetting, Ignorance or Myopia: Revisiting Key Challenges in Online Continual Learning

NeurIPS 2024poster

Online continual learning (OCL) requires the models to learn from constant, endless streams of data. While significant efforts have been made in this field, most were focused on mitigating the \textit{catastrophic forgetting} issue to achieve better classification ability, at the cost of a much heav…

2024

Unlocking the Power of Open Set: A New Perspective for Open-Set Noisy Label Learning

AAAI 2024technical

Learning from noisy data has attracted much attention, where most methods focus on closed-set label noise. However, a more common scenario in the real world is the presence of both open-set and closed-set noise. Existing methods typically identify and handle these two types of label noise separately…

Cited by 10SourcePDFScholar
2023

Beyond Myopia: Learning from Positive and Unlabeled Data through Holistic Predictive Trends

NeurIPS 2023spotlight

Learning binary classifiers from positive and unlabeled data (PUL) is vital in many real-world applications, especially when verifying negative examples is difficult. Despite the impressive empirical performance of recent PUL methods, challenges like accumulated errors and increased estimation bias…