← Search

Wenjun Miao

7 accepted papers

2026

Adaptive Token Refinement in Long-Tailed Large Vision-Language Models Fine-Tuning

ICML 2026poster

While large vision-language models (LVLMs) have shown remarkable adaptability to downstream applications, their fine-tuning process remains susceptible to bias under long-tailed data. Compared to zero-shot scenarios, fine-tuning LVLMs on imbalanced datasets often yields limited performance improveme…

Cited by 0SourceScholar
2026

MTAttack: Multi-Target Backdoor Attacks Against Large Vision-Language Models

AAAI 2026technical

Recent advances in Large Visual Language Models (LVLMs) have demonstrated impressive performance across various vision-language tasks by leveraging large-scale image-text pretraining and instruction tuning. However, the security vulnerabilities of LVLMs have become increasingly concerning, particula

Cited by 0SourcePDFScholar
2025

Auxiliary Prompt Tuning of Vision-Language Models for Few-Shot Out-of-Distribution Detection

ICCV 2025poster

Recent advancements in CLIP-based out-of-distribution (OOD) detection have shown promising results via regularization on prompt tuning, leveraging background features extracted from a few in-distribution (ID) samples as proxies for OOD features.However, these methods suffer from an inherent limitati…

2025

Understanding the Unfairness in Network Quantization

ICML 2025poster

Network quantization, one of the most widely studied model compression methods, effectively quantizes a floating-point model to obtain a fixed-point one with negligible accuracy loss. Although great success was achieved in reducing the model size, it may exacerbate the unfairness in model accuracy…

Cited by 0SourcePDFScholar
2024

Learning Transferable Negative Prompts for Out-of-Distribution Detection

CVPR 2024poster

Existing prompt learning methods have shown certain capabilities in Out-of-Distribution (OOD) detection but the lack of OOD images in the target dataset in their training can lead to mismatches between OOD images and In-Distribution (ID) categories resulting in a high false positive rate. To address…

2024

Long-Tailed Out-of-Distribution Detection via Normalized Outlier Distribution Adaptation

NeurIPS 2024poster

One key challenge in Out-of-Distribution (OOD) detection is the absence of ground-truth OOD samples during training. One principled approach to address this issue is to use samples from external datasets as outliers ($\textit{i.e.}$, pseudo OOD samples) to train OOD detectors. However, we find emp…

2024

Out-of-Distribution Detection in Long-Tailed Recognition with Calibrated Outlier Class Learning

AAAI 2024technical

Existing out-of-distribution (OOD) methods have shown great success on balanced datasets but become ineffective in long-tailed recognition (LTR) scenarios where 1) OOD samples are often wrongly classified into head classes and/or 2) tail-class samples are treated as OOD samples. To address these iss…