paper-with-me

Papers

Dynamically Instance-Guided Adaptation: A Backward-Free Approach for Test-Time Domain Adaptive Semantic Segmentation

2023-01-01 · CVPR 2023 1 · Wei Wang, Zhun Zhong, Weijie Wang, Xi Chen, Charles Ling, Boyu Wang, Nicu Sebe

In this paper, we study the application of Test-time domain adaptation in semantic segmentation (TTDA-Seg) where both efficiency and effectiveness are crucial. Existing methods either have low efficiency (e.g., backward optimization) or ignore semantic adaptation (e.g., distribution alignment). Besides, they would suffer from the accumulated errors caused by unstable optimization and abnormal distributions. To solve these problems, we propose a novel backward-free approach for TTDA-Seg, called Dynamically Instance-Guided Adaptation (DIGA). Our principle is utilizing each instance to dynamically guide its own adaptation in a non-parametric way, which avoids the error accumulation issue and expensive optimizing cost. Specifically, DIGA is composed of a distribution adaptation module (DAM) and a semantic adaptation module (SAM), enabling us to jointly adapt the model in two indispensable aspects. DAM mixes the instance and source BN statistics to encourage the model to capture robust representation. SAM combines the historical prototypes with instance-level prototypes to adjust semantic predictions, which can be associated with the parametric classifier to mutually benefit the final results. Extensive experiments evaluated on five target domains demonstrate the effectiveness and efficiency of the proposed method. Our DIGA establishes new state-of-the-art performance in TTDA-Seg.

📄 PDF Abstract BibTeX

Code (1)

waybaba/diga 공식 구현 pytorch

Tasks

Domain AdaptationSemantic Segmentation

Similar Papers 제목 키워드 기반

AdaCount: Training-Free Similarity-Guided Spatial and Feature Adaptation for Zero-Shot Object Counting

2026-07-02 · Muhammad Ibraheem Siddiqui, Muhammad Haris Khan arxiv

Zero-shot object counting (ZOC) aims to count instances of arbitrary object categories specified only through textual prompts. Recent training-free approaches leverage foundation models such as SAM to reformulate countin…

Object Counting

IAP: Improving Continual Learning of Vision-Language Models via Instance-Aware Prompting

2025-03-26 · Hao Fu, Hanbin Zhao, Jiahua Dong, Chao Zhang 외

Recent pre-trained vision-language models (PT-VLMs) often face a Multi-Domain Class-Incremental Learning (MCIL) scenario in practice, where several classes and domains of multi-modal tasks are incrementally arrived. With…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning+1

DiSCTT: Consensus-Guided Self-Curriculum for Efficient Test-Time Adaptation in Reasoning

2026-03-05 · Mohammad Mahdi Moradi, Sudhir Mudur arxiv

Test-time adaptation offers a promising avenue for improving reasoning performance in large language models without additional supervision, but existing approaches often apply a uniform optimization objective across all …

Reinforcement LearningTest-time Adaptation

Multi-source-free Domain Adaptation via Uncertainty-aware Adaptive Distillation

2024-02-09 · Yaxuan Song, Jianan Fan, Dongnan Liu, Weidong Cai

Source-free domain adaptation (SFDA) alleviates the domain discrepancy among data obtained from domains without accessing the data for the awareness of data privacy. However, existing conventional SFDA methods face inher…

Domain AdaptationKnowledge DistillationSource-Free Domain AdaptationSource Free Object Detection+1

Discover Your Neighbors: Advanced Stable Test-Time Adaptation in Dynamic World

2024-06-08 · Qinting Jiang, Chuyang Ye, Dongyan Wei, Yuan Xue 외

Despite progress, deep neural networks still suffer performance declines under distribution shifts between training and test domains, leading to a substantial decrease in Quality of Experience (QoE) for multimedia applic…

ClusteringTest-time Adaptation