paper-with-me

Papers

ProtoTTA: Prototype-Guided Test-Time Adaptation

2026-04-16 · Mohammad Mahdi Abootorabi, Parvin Mousavi, Purang Abolmaesumi, Evan Shelhamer arxiv

Deep networks that rely on prototypes-interpretable representations that can be related to the model input-have gained significant attention for balancing high accuracy with inherent interpretability, which makes them suitable for critical domains such as healthcare. However, these models are limited by their reliance on training data, which hampers their robustness to distribution shifts. While test-time adaptation (TTA) improves the robustness of deep networks by updating parameters and statistics, the prototypes of interpretable models have not been explored for this purpose. We introduce ProtoTTA, a general framework for prototypical models that leverages intermediate prototype signals rather than relying solely on model outputs. ProtoTTA minimizes the entropy of the prototype-similarity distribution to encourage more confident and prototype-specific activations on shifted data. To maintain stability, we employ geometric filtering to restrict updates to samples with reliable prototype activations, regularized by prototype-importance weights and model-confidence scores. Experiments across four prototypical backbones on four diverse benchmarks spanning fine-grained vision, histopathology, and NLP demonstrate that ProtoTTA improves robustness over standard output entropy minimization while restoring correct semantic focus in prototype activations. We also introduce novel interpretability metrics and a vision-language model (VLM) evaluation framework to explain TTA dynamics, confirming ProtoTTA restores human-aligned semantic focus and correlates reliably with VLM-rated reasoning quality. Code is available at: https://github.com/DeepRCL/ProtoTTA.

📄 PDF Abstract BibTeX arXiv:2604.15494

Code (0)

등록된 구현이 없습니다.

Tasks

Test-time Adaptation

Similar Papers 제목 키워드 기반

BP-TTA: Balanced and Prototype-Guided Test-Time Adaptation in Dynamic Scenarios

2026-06-30 · Shaoyang Huang, Yashi Zhu, Yichen Yu, Lei Zhang 외 arxiv

Test-Time Adaptation (TTA) enables models trained on a source domain to adapt online to unlabeled test data under distribution shifts. While recent TTA methods have moved beyond static settings and begun to consider cont…

Test-time Adaptation

Distilling Image Prototypes for Guided Test-Time Adaptation

2026-09-09 · Liwen Wang, Xingbo Dong, Iman Yi Liao, Deyin Liu 외 arxiv

Test-Time Adaptation (TTA) enhances the robustness of models against distribution shifts but faces two critical challenges: error accumulation from noisy pseudo-labels and catastrophic forgetting of source knowledge. Unc…

Test-time Adaptation

Reliable Neural Collapse Approximation for Open-World Test-Time Adaptation

2026-08-20 · Jia-Qi Lin, Yuangang Pan, Chang-Dong Wang, Haizhang Zhang 외 arxiv

Test-Time Adaptation (TTA) methods aim to bridge the domain gap between the source and target domains. However, traditional TTA methods become ineffective when the label distribution shift occurs, a challenge commonly re…

Test-time AdaptationDomain Adaptation

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 외

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., backw…

Domain AdaptationSemantic Segmentation

Multi Task Consistency Guided Source-Free Test-Time Domain Adaptation Medical Image Segmentation

2023-10-18 · Yanyu Ye, Zhenxi Zhang, Wei Wei, Chunna Tian

Source-free test-time adaptation for medical image segmentation aims to enhance the adaptability of segmentation models to diverse and previously unseen test sets of the target domain, which contributes to the generaliza…

Domain AdaptationImage SegmentationMedical Image SegmentationSegmentation+2