paper-with-me

Papers

DLTTA: Dynamic Learning Rate for Test-time Adaptation on Cross-domain Medical Images

2022-05-27 · Hongzheng Yang, Cheng Chen, Meirui Jiang, Quande Liu, Jianfeng Cao, Pheng Ann Heng, Qi Dou

Test-time adaptation (TTA) has increasingly been an important topic to efficiently tackle the cross-domain distribution shift at test time for medical images from different institutions. Previous TTA methods have a common limitation of using a fixed learning rate for all the test samples. Such a practice would be sub-optimal for TTA, because test data may arrive sequentially therefore the scale of distribution shift would change frequently. To address this problem, we propose a novel dynamic learning rate adjustment method for test-time adaptation, called DLTTA, which dynamically modulates the amount of weights update for each test image to account for the differences in their distribution shift. Specifically, our DLTTA is equipped with a memory bank based estimation scheme to effectively measure the discrepancy of a given test sample. Based on this estimated discrepancy, a dynamic learning rate adjustment strategy is then developed to achieve a suitable degree of adaptation for each test sample. The effectiveness and general applicability of our DLTTA is extensively demonstrated on three tasks including retinal optical coherence tomography (OCT) segmentation, histopathological image classification, and prostate 3D MRI segmentation. Our method achieves effective and fast test-time adaptation with consistent performance improvement over current state-of-the-art test-time adaptation methods. Code is available at: https://github.com/med-air/DLTTA.

📄 PDF Abstract BibTeX arXiv:2205.13723

Code (1)

med-air/dltta 공식 구현 pytorch

Tasks

Histopathological Image Classificationimage-classificationImage ClassificationMRI segmentationTest-time Adaptation

Similar Papers 제목 키워드 기반

Temporal Memory-Aware Online Test-Time Adaptation on Dynamic Graphs

2026-08-28 · Bo Li, Xin Zheng, Ming Jin, Can Wang 외 arxiv

Test-time adaptation (TTA) on graphs aims to adapt a graph neural network (GNN) that is well-trained on the training graph to the test graph, which involves potential distribution shifts that may harm model generalizatio…

Test-time AdaptationGraph Neural Network

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

Order-Aware Test-Time Adaptation: Leveraging Temporal Dynamics for Robust Streaming Inference

2026-01-28 · Young Kyung Kim, Oded Schlesinger, Qiangqiang Wu, J. Matías Di Martino 외 arxiv

Test-Time Adaptation (TTA) enables pre-trained models to adjust to distribution shift by learning from unlabeled test-time streams. However, existing methods typically treat these streams as independent samples, overlook…

Test-time AdaptationImage ClassificationSentiment Analysis

Robust Test-Time Adaptation in Dynamic Scenarios

2023-03-24 · CVPR 2023 1 · Longhui Yuan, Binhui Xie, Shuang Li

Test-time adaptation (TTA) intends to adapt the pretrained model to test distributions with only unlabeled test data streams. Most of the previous TTA methods have achieved great success on simple test data streams such …

Autonomous DrivingTest-time Adaptation

Efficient Test-Time Adaptation of Vision-Language Models

2024-03-27 · CVPR 2024 1 · Adilbek Karmanov, Dayan Guan, Shijian Lu, Abdulmotaleb El Saddik 외

Test-time adaptation with pre-trained vision-language models has attracted increasing attention for tackling distribution shifts during the test time. Though prior studies have achieved very promising performance, they i…

Pseudo LabelTest-time Adaptation