← Search

Yixin Zhang

24 accepted papers

2026

Boosting Vision-Language Models Towards Cross-Domain Incremental Object Detection

CVPR 2026

Incremental Object Detection (IOD) aims to equip detectors with the ability to handle dynamic environments and emerging object categories, and the rise of vision-language models has substantially advanced this goal. However, existing studies often oversimplify real-world scenarios by assuming the in

Cited by 0SourcecodeScholar
2026

Compositional Visual Planning via Inference-Time Diffusion Scaling

ICLR 2026poster

Diffusion models excel at short-horizon robot planning, yet scaling them to long-horizon tasks remains challenging due to computational constraints and limited training data. Existing compositional approaches stitch together short segments by separately denoising each component and averaging overla…

Cited by 2SourcecodeScholar
2026

Rethinking Open-world Prompt Tuning: A Systematic Framework for Evaluation and Optimization

AAAI 2026technical

Prompt Tuning (PT) is a widely used strategy for adapting pre-trained Vision-Language Models (VLMs) to various downstream tasks. Conventional PT methods evaluate performance separately on known (base) and unknown (new) classes. However, in real-world scenarios, models often encounter inputs without

Cited by 0SourcePDFScholar
2026

Speech-Aware Long Context Pruning and Integration for Contextualized Automatic Speech Recognition

AAAI 2026technical

Automatic speech recognition (ASR) systems have achieved remarkable performance in common conditions but often struggle to leverage long-context information in contextualized scenarios that require domain-specific knowledge, such as conference presentations. This challenge arises primarily due to co

Cited by 0SourcePDFScholar
2026

Training-free Boosting for Few-shot Segmentation via Generalizing Semantic Mining

AAAI 2026technical

Few-shot Semantic Segmentation (FSS) aims to segment the novel target objects with the guidance of minimal annotated reference examples. The affinity-based method has great advantages in the FSS inference stage for both specialist model and foundation model. However, current affinity calculation me

Cited by 0SourcePDFScholar
2025

$U2$ Frame: A Unified and Unsupervised Learning Framework for LiDAR-Based Loop Closing

ICRA 2025

Loop closing is critically important in Simultaneous Localization and Mapping (SLAM) due to its ability to correct accumulated localization errors. However, existing methods are hindered by the difficulty of acquiring pose labels and the unreliability of ground truth data. In this paper, we propose

Cited by 0SourcecodeScholar
2025

Progressive Distribution Bridging: Unsupervised Adaptation for Large-scale Pre-trained Models via Adaptive Auxiliary Data

ICCV 2025poster

Large-scale pre-trained Vision-Language Models (VLMs) like CLIP have demonstrated promising zero-shot transfer capabilities to downstream tasks. However, their performance deteriorates when facing significant domain shifts. In this paper, we focus on cost-effective adaptation of large-scale pre-trai…

Cited by 0SourcePDFScholar
2025

Target Semantics Clustering via Text Representations for Robust Universal Domain Adaptation

AAAI 2025technical

Universal Domain Adaptation (UniDA) focuses on transferring source domain knowledge to the target domain under both domain shift and unknown category shift. Its main challenge lies in identifying common class samples and aligning them. Current methods typically obtain target domain semantics centers…

2025

The Illusion of Randomness: How LLMs Fail to Emulate Stochastic Decision-Making in Rock-Paper-Scissors Games?

EMNLP 2025

Prior research indicates that although large language models (LLMs) can precisely articulate the theoretical probability distributions associated with optimal strategic choices, their actual decision-making systematically diverges from these prescriptions—a phenomenon we define as the cognition–beha

Cited by 0SourcePDFScholar
2025

Towards Regularized Mixture of Predictions for Class-Imbalanced Semi-Supervised Facial Expression Recognition

IJCAI 2025

Semi-supervised facial expression recognition (SSFER) effectively assigns pseudo-labels to confident unlabeled samples when only limited emotional annotations are available. Existing SSFER methods are typically built upon an assumption of the class-balanced distribution. However, they are far from r

2024

Efficient Active Domain Adaptation for Semantic Segmentation by Selecting Information-rich Superpixels

ECCV 2024oral

"Unsupervised Domain Adaptation (UDA) for semantic segmentation has been widely studied to exploit the label-rich source data to assist the segmentation of unlabeled samples on target domain. Despite these efforts, UDA performance remains far below that of fully-supervised model owing to the lack of…

2024

Infer from What You Have Seen Before: Temporally-dependent Classifier for Semi-supervised Video Segmentation

CVPR 2024poster

Due to high expense of human labor one major challenge for semantic segmentation in real-world scenarios is the lack of sufficient pixel-level labels which is more serious when processing video data. To exploit unlabeled data for model training semi-supervised learning methods attempt to construct p…

2024

OpenSatMap: A Fine-grained High-resolution Satellite Dataset for Large-scale Map Construction

NeurIPS 2024poster

In this paper, we propose OpenSatMap, a fine-grained, high-resolution satellite dataset for large-scale map construction. Map construction is one of the foundations of the transportation industry, such as navigation and autonomous driving. Extracting road structures from satellite images is an effic…

Cited by 1SourcePDFScholar
2024

Probabilistic Contrastive Learning for Domain Adaptation

IJCAI 2024poster

Contrastive learning has shown impressive success in enhancing feature discriminability for various visual tasks in a self-supervised manner, but the standard contrastive paradigm (features+l2 normalization) has limited benefits when applied in domain adaptation. We find that this is mainly because…

2023

Class Relationship Embedded Learning for Source-Free Unsupervised Domain Adaptation

CVPR 2023poster

This work focuses on a practical knowledge transfer task defined as Source-Free Unsupervised Domain Adaptation (SFUDA), where only a well-trained source model and unlabeled target data are available. To fully utilize source knowledge, we propose to transfer the class relationship, which is domain-in…

2023

Exploit Domain-Robust Optical Flow in Domain Adaptive Video Semantic Segmentation

AAAI 2023technical

Domain adaptive semantic segmentation aims to exploit the pixel-level annotated samples on source domain to assist the segmentation of unlabeled samples on target domain. For such a task, the key is to construct reliable supervision signals on target domain. However, existing methods can only provid…

2023

Revisiting Foreground and Background Separation in Weakly-supervised Temporal Action Localization: A Clustering-based Approach

ICCV 2023poster

Weakly-supervised temporal action localization aims to localize action instances in videos with only video-level action labels. Existing methods mainly embrace a localization-by-classification pipeline that optimizes the snippet-level prediction with a video classification loss. However, this formul…

Cited by 19PDFcodeScholar
2023

Towards Effective Instance Discrimination Contrastive Loss for Unsupervised Domain Adaptation

ICCV 2023poster

Domain adaptation (DA) aims to transfer knowledge from a label-rich source domain to a related but label-scarce target domain. Recently, increasing research has focused on exploring data structure of the target domain. In light of the recent success of Instance Discrimination Contrastive (IDCo) loss…

Cited by 16PDFcodeScholar
2022

Continual Semantic Segmentation via Structure Preserving and Projected Feature Alignment

ECCV 2022poster

"Deep networks have been shown to suffer from catastrophic forgetting. In this work, we try to alleviate this phenomenon in the field of continual semantic segmentation (CSS). We observe that two main problems lie in existing arts. First, attention is only paid to designing constraints for encoder (…

Cited by 21SourcePDFScholar
2022

Enhancing Sequential Recommendation with Graph Contrastive Learning

IJCAI 2022poster

The sequential recommendation systems capture users' dynamic behavior patterns to predict their next interaction behaviors. Most existing sequential recommendation methods only exploit the local context information of an individual interaction sequence and learn model parameters solely based on the…

Cited by 74SourcePDFScholar