paper-with-me

Papers

TestMate: Test-Time Domain Adaptation Aided by Lightweight Vision Foundation Model

2026-07-04 · Dimitrios Fotiou, Vasileios Mygdalis, Ioannis Pitas arxiv

Test-Time Domain Adaptation (TTDA) aims to adapt Deep Neural Networks to distribution shifts using only streaming, unlabeled test data in real time. Current methods for semantic segmentation tasks suffer from critical limitations. Entropy minimization techniques require costly backpropagation, risking catastrophic forgetting and producing noisy segmentation boundaries. Memory-bank methods, while backpropagation-free, exhibit slow adaptation, requiring numerous samples to converge and struggle to handle continuous domain shifts. We introduce TestMate, a novel, real-time, and backpropagation-free TTDA framework that overcomes these issues. TestMate leverages generalization capability of a lightweight Visual Foundation Model to guide the adaptation. We use a zero-shot instance segmentation YOLOv8-seg based model to generate unlabeled mask proposals for objects and their parts at multiple scales in real time. These proposals are fused with the primary model via a heuristic, size-ordered competitive scheme, where small, high-confidence regions dominate and refine predictions in surrounding larger, less certain areas. This paremeter-free mechanism enables immediate adaptation from the first frame, inherently avoids catastrophic forgetting and effectively preserves fine object details and boundaries, even for small objects. TestMate can be used as a standalone, efficient refinement module or seamlessly integrated into existing TTDA methods to significantly boost their performance. We demonstrate state-of-the-art results across two benchmark datasets, proving TestMate's effectiveness in three distinct adaptation tasks: TTDA, Source-Free Domain Adaptation (SFDA), and online-TTDA. Code is available.

📄 PDF Abstract BibTeX arXiv:2607.03810

Code (0)

등록된 구현이 없습니다.

Tasks

Source-Free Domain AdaptationSemantic SegmentationInstance Segmentation

Similar Papers 제목 키워드 기반

C-SFDA: A Curriculum Learning Aided Self-Training Framework for Efficient Source Free Domain Adaptation

2023-03-30 · CVPR 2023 1 · Nazmul Karim, Niluthpol Chowdhury Mithun, Abhinav Rajvanshi, Han-Pang Chiu 외

Unsupervised domain adaptation (UDA) approaches focus on adapting models trained on a labeled source domain to an unlabeled target domain. UDA methods have a strong assumption that the source data is accessible during ad…

Domain AdaptationMemorizationPseudo LabelSemantic Segmentation+2

A Registration-aided Domain Adaptation Network for 3D Point Cloud Based Place Recognition

2020-12-09 · Zhijian Qiao, Hanjiang Hu, Weiang Shi, Siyuan Chen 외

In the field of large-scale SLAM for autonomous driving and mobile robotics, 3D point cloud based place recognition has aroused significant research interest due to its robustness to changing environments with drastic da…

3D Place RecognitionAutonomous DrivingDomain AdaptationMetric Learning

Gradient-Map-Guided Adaptive Domain Generalization for Cross Modality MRI Segmentation

2023-11-16 · Bingnan Li, Zhitong Gao, Xuming He

Cross-modal MRI segmentation is of great value for computer-aided medical diagnosis, enabling flexible data acquisition and model generalization. However, most existing methods have difficulty in handling local variation…

Domain GeneralizationMedical DiagnosisMRI segmentationSegmentation+1

Semantic Features Aided Multi-Scale Reconstruction of Inter-Modality Magnetic Resonance Images

2020-06-22 · Preethi Srinivasan, Prabhjot Kaur, Aditya Nigam, Arnav Bhavsar

Long acquisition time (AQT) due to series acquisition of multi-modality MR images (especially T2 weighted images (T2WI) with longer AQT), though beneficial for disease diagnosis, is practically undesirable. We propose a …

Decoder

Feature Selection for Unsupervised Domain Adaptation using Optimal Transport

2018-06-28 · Léo Gautheron, Ievgen Redko, Carole Lartizien

In this paper, we propose a new feature selection method for unsupervised domain adaptation based on the emerging optimal transportation theory. We build upon a recent theoretical analysis of optimal transport in domain …

Domain Adaptationfeature selectionUnsupervised Domain Adaptation