← Search

Yunhe Gao

10 accepted papers

2026

Activation Matters: Test-time Activated Negative Labels for OOD Detection with Vision-Language Models

CVPR 2026

Out-of-distribution (OOD) detection aims to identify samples that deviate from in-distribution (ID). One popular pipeline addresses this by introducing negative labels distant from ID classes and detecting OOD based on their distance to these labels.However, such labels may present poor activation o

Cited by 0SourceScholar
2026

K-Prism: A Knowledge-Guided and Prompt Integrated Universal Medical Image Segmentation Model

ICLR 2026poster

Medical image segmentation is fundamental to clinical decision-making, yet existing models remain fragmented. They are usually trained on single knowledge sources and specific to individual tasks, modalities, or organs. This fragmentation contrasts sharply with clinical practice, where experts seaml…

Cited by 0SourcecodeScholar
2026

Learning Generalizable 3D Medical Image Representations from Mask-Guided Self-Supervision

CVPR 2026

Foundation models have transformed vision and language by learning general-purpose representations from large-scale unlabeled data, yet 3D medical imaging lacks analogous approaches. Existing self-supervised methods rely on low-level reconstruction or contrastive objectives that fail to capture the

Cited by 0SourcecodeScholar
2025

Show and Segment: Universal Medical Image Segmentation via In-Context Learning

CVPR 2025poster

Medical image segmentation remains challenging due to the vast diversity of anatomical structures, imaging modalities, and segmentation tasks. While deep learning has made significant advances, current approaches struggle to generalize as they require task-specific training or fine-tuning on unseen…

Cited by 0SourcePDFScholar
2025

The Hidden Life of Tokens: Reducing Hallucination of Large Vision-Language Models Via Visual Information Steering

ICML 2025poster

Large Vision-Language Models (LVLMs) can reason effectively over both textual and visual inputs, but they tend to hallucinate syntactically coherent yet visually ungrounded contents. In this paper, we investigate the internal dynamics of hallucination by examining the tokens logits rankings througho…

2024

Training Like a Medical Resident: Context-Prior Learning Toward Universal Medical Image Segmentation

CVPR 2024poster

A major focus of clinical imaging workflow is disease diagnosis and management leading to medical imaging datasets strongly tied to specific clinical objectives. This scenario has led to the prevailing practice of developing task-specific segmentation models without gaining insights from widespread…

2023

LEPARD: Learning Explicit Part Discovery for 3D Articulated Shape Reconstruction

NeurIPS 2023poster

Reconstructing the 3D articulated shape of an animal from a single in-the-wild image is a challenging task. We propose LEPARD, a learning-based framework that discovers semantically meaningful 3D parts and reconstructs 3D shapes in a part-based manner. This is advantageous as 3D parts are robust to…

Cited by 13SourcePDFScholar
2021

CrossNorm and SelfNorm for Generalization Under Distribution Shifts

ICCV 2021poster

Traditional normalization techniques (e.g., Batch Normalization and Instance Normalization) generally and simplistically assume that training and test data follow the same distribution. As distribution shifts are inevitable in real-world applications, well-trained models with previous normalization…

Cited by 73PDFcodeScholar
2020

OnlineAugment: Online Data Augmentation with Less Domain Knowledge

ECCV 2020poster

Data augmentation is one of the most important tools in training modern deep neural networks. Recently, great advances have been made in searching for optimal augmentation policies in the image classification domain. However, two key points related to data augmentation remain uncovered by the curren…