paper-with-me

홈 › Papers

Fourier Test-time Adaptation with Multi-level Consistency for Robust Classification

2023-06-05 · Yuhao Huang, Xin Yang, Xiaoqiong Huang, Xinrui Zhou, Haozhe Chi, Haoran Dou, Xindi Hu, Jian Wang, Xuedong Deng, Dong Ni

Deep classifiers may encounter significant performance degradation when processing unseen testing data from varying centers, vendors, and protocols. Ensuring the robustness of deep models against these domain shifts is crucial for their widespread clinical application. In this study, we propose a novel approach called Fourier Test-time Adaptation (FTTA), which employs a dual-adaptation design to integrate input and model tuning, thereby jointly improving the model robustness. The main idea of FTTA is to build a reliable multi-level consistency measurement of paired inputs for achieving self-correction of prediction. Our contribution is two-fold. First, we encourage consistency in global features and local attention maps between the two transformed images of the same input. Here, the transformation refers to Fourier-based input adaptation, which can transfer one unseen image into source style to reduce the domain gap. Furthermore, we leverage style-interpolated images to enhance the global and local features with learnable parameters, which can smooth the consistency measurement and accelerate convergence. Second, we introduce a regularization technique that utilizes style interpolation consistency in the frequency space to encourage self-consistency in the logit space of the model output. This regularization provides strong self-supervised signals for robustness enhancement. FTTA was extensively validated on three large classification datasets with different modalities and organs. Experimental results show that FTTA is general and outperforms other strong state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2306.02544

Code (0)

등록된 구현이 없습니다.

Tasks

Robust classificationTest-time Adaptation

Similar Papers 제목 키워드 기반

Decentralizing Test-time Adaptation under Heterogeneous Data Streams

2024-11-16 · Zixian Su, Jingwei Guo, Xi Yang, Qiufeng Wang 외

While Test-Time Adaptation (TTA) has shown promise in addressing distribution shifts between training and testing data, its effectiveness diminishes with heterogeneous data streams due to uniform target estimation. As pr…

Test-time Adaptation

Feather-Light Fourier Domain Adaptation in Magnetic Resonance Imaging

2022-07-31 · Ivan Zakazov, Vladimir Shaposhnikov, Iaroslav Bespalov, Dmitry V. Dylov

Generalizability of deep learning models may be severely affected by the difference in the distributions of the train (source domain) and the test (target domain) sets, e.g., when the sets are produced by different hardw…

Domain Adaptation

A Fourier Transform Framework for Domain Adaptation

2024-03-12 · Le Luo, Bingrong Xu, Qingyong Zhang, Cheng Lian 외

By using unsupervised domain adaptation (UDA), knowledge can be transferred from a label-rich source domain to a target domain that contains relevant information but lacks labels. Many existing UDA algorithms suffer from…

Domain AdaptationUnsupervised Domain Adaptation

Self-Bootstrapping for Versatile Test-Time Adaptation

2025-04-10 · Shuaicheng Niu, Guohao Chen, Peilin Zhao, Tianyi Wang 외

In this paper, we seek to develop a versatile test-time adaptation (TTA) objective for a variety of tasks - classification and regression across image-, object-, and pixel-level predictions. We achieve this through a sel…

Test-time Adaptation

Curriculum-Based Augmented Fourier Domain Adaptation for Robust Medical Image Segmentation

2023-06-06 · An Wang, Mobarakol Islam, Mengya Xu, Hongliang Ren

Accurate and robust medical image segmentation is fundamental and crucial for enhancing the autonomy of computer-aided diagnosis and intervention systems. Medical data collection normally involves different scanners, pro…

Domain AdaptationImage SegmentationMedical Image SegmentationSegmentation+2