← Search

Shao-Yuan Li

11 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

Online Continual Learning with Dynamic Label Hierarchies

ICML 2026poster

Online Continual Learning (OCL) aims to learn from endless non\text{-}stationary data streams, yet most existing methods assume a flat label space and overlook the hierarchical organization of real\text{-}world concepts that evolves both horizontally (sibling classes) and vertically (coarse or fine …

Cited by 0SourceScholar
2026

Reflect Then Learn: Active Prompting for Information Extraction Guided by Introspective Confusion

AAAI 2026technical

Large Language Models (LLMs) show remarkable potential for few-shot information extraction (IE), yet their performance is highly sensitive to the choice of in-context examples. Conventional selection strategies often fail to provide informative guidance, as they overlook a key source of model fallib

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

Cut out and Replay: A Simple yet Versatile Strategy for Multi-Label Online Continual Learning

ICML 2025poster

Multi-Label Online Continual Learning (MOCL) requires models to learn continuously from endless multi-label data streams, facing complex challenges including persistent catastrophic forgetting, potential missing labels, and uncontrollable imbalanced class distributions. While existing MOCL methods a…

2025

DM-POSA: Enhancing Open-World Test-Time Adaptation with Dual-Mode Matching and Prompt-Based Open Set Adaptation

IJCAI 2025

The need to generalize the pre-trained deep learning models to unknown test-time data distributions has spurred research into test-time adaptation (TTA). Existing studies have mainly focused on closed-set TTA with only covariate shifts, while largely overlooking open-set TTA that involves semantic s

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

NanoAdapt: Mitigating Negative Transfer in Test Time Adaptation with Extremely Small Batch Sizes

IJCAI 2024poster

Test Time Adaptation (TTA) has garnered significant attention in recent years, with the research focus on addressing distribution shifts during test time. As one fundamental component of many TTA methods, the Batch Normalization (BN) layer plays a crucial role in enabling the model adaptability. How…

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