← Search

Shuai Feng

9 accepted papers

2026

A Novel Fine-Tuned CLIP-OOD Detection Method with Double Loss Constraint Through Optimal Transport Semantic Alignment

AAAI 2026technical

Detecting Out-Of-Distribution (OOD) samples in image classification is crucial for model reliability. With the rise of Vision-Language Models (VLMs), CLIP-OOD has become a research hotspot. However, we observe the Low Focus Attention phenomenon from the image encoders of CLIP, which means the attent

Cited by 0SourcePDFScholar
2026

RealMirror: A Comprehensive, Open-Source Vision-Language-Action Platform for Embodied AI

ICRA 2026poster

The emerging field of Vision-Language-Action (VLA) for humanoid robots faces several fundamental challenges, including the high cost of data acquisition, the lack of a standardized benchmark, and the significant gap between simulation and the real world. To overcome these obstacles, we propose RealM…

2025

Robust Logit Adjustment for Learning with Long-Tailed Noisy Data

AAAI 2025technical

Learning with noisy labels (LNL) methods have enabled the deployment of machine learning systems with imperfectly labeled data. However, these methods often struggle to identify noise in the presence of long-tailed (LT) class distributions, where the memorization effect becomes class-dependent. Conv…

Cited by 0SourcePDFScholar
2025

Test-Time Selective Adaptation for Uni-Modal Distribution Shift in Multi-Modal Data

ICML 2025poster

Modern machine learning applications are characterized by the increasing size of deep models and the growing diversity of data modalities. This trend underscores the importance of efficiently adapting pre-trained multi-modal models to the test distribution in real time, i.e., multi-modal test-time…

2024

AD3: Implicit Action is the Key for World Models to Distinguish the Diverse Visual Distractors

ICML 2024poster

Model-based methods have significantly contributed to distinguishing task-irrelevant distractors for visual control. However, prior research has primarily focused on heterogeneous distractors like noisy background videos, leaving homogeneous distractors that closely resemble controllable agents larg…

Cited by 3SourcePDFScholar
2024

CASE: Exploiting Intra-class Compactness and Inter-class Separability of Feature Embeddings for Out-of-Distribution Detection

AAAI 2024technical

Detecting out-of-distribution (OOD) inputs is critical for reliable machine learning, but deep neural networks often make overconfident predictions, even for OOD inputs that deviate from the distribution of training data. Prior methods relied on the widely used softmax cross-entropy (CE) loss that i…

Cited by 3SourcePDFScholar
2024

Leveraging Separated World Model for Exploration in Visually Distracted Environments

NeurIPS 2024poster

Model-based unsupervised reinforcement learning (URL) has gained prominence for reducing environment interactions and learning general skills using intrinsic rewards. However, distractors in observations can severely affect intrinsic reward estimation, leading to a biased exploration process, especi…

Cited by 1SourcePDFScholar
2024

SeMOPO: Learning High-quality Model and Policy from Low-quality Offline Visual Datasets

ICML 2024poster

Model-based offline reinforcement Learning (RL) is a promising approach that leverages existing data effectively in many real-world applications, especially those involving high-dimensional inputs like images and videos. To alleviate the distribution shift issue in offline RL, existing model-based m…

Cited by 0SourcePDFScholar
2023

READ: Aggregating Reconstruction Error into Out-of-Distribution Detection

AAAI 2023technical

Detecting out-of-distribution (OOD) samples is crucial to the safe deployment of a classifier in the real world. However, deep neural networks are known to be overconfident for abnormal data. Existing works directly design score function by mining the inconsistency from classifier for in-distributio…