paper-with-me

홈 › Papers

Test-time Fourier Style Calibration for Domain Generalization

2022-05-13 · Xingchen Zhao, Chang Liu, Anthony Sicilia, Seong Jae Hwang, Yun Fu

The topic of generalizing machine learning models learned on a collection of source domains to unknown target domains is challenging. While many domain generalization (DG) methods have achieved promising results, they primarily rely on the source domains at train-time without manipulating the target domains at test-time. Thus, it is still possible that those methods can overfit to source domains and perform poorly on target domains. Driven by the observation that domains are strongly related to styles, we argue that reducing the gap between source and target styles can boost models' generalizability. To solve the dilemma of having no access to the target domain during training, we introduce Test-time Fourier Style Calibration (TF-Cal) for calibrating the target domain style on the fly during testing. To access styles, we utilize Fourier transformation to decompose features into amplitude (style) features and phase (semantic) features. Furthermore, we present an effective technique to Augment Amplitude Features (AAF) to complement TF-Cal. Extensive experiments on several popular DG benchmarks and a segmentation dataset for medical images demonstrate that our method outperforms state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2205.06427

Code (1)

RoyalVane/TAF-Cal 공식 구현 pytorch

Tasks

Domain Generalization

Similar Papers 제목 키워드 기반

Towards Reliable Test-Time Adaptation: Style Invariance as a Correctness Likelihood

2025-12-08 · Gilhyun Nam, Taewon Kim, Joonhyun Jeong, Eunho Yang arxiv

Test-time adaptation (TTA) enables efficient adaptation of deployed models, yet it often leads to poorly calibrated predictive uncertainty - a critical issue in high-stakes domains such as autonomous driving, finance, an…

Test-time AdaptationAutonomous Driving

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

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

2023-06-05 · Yuhao Huang, Xin Yang, Xiaoqiong Huang, Xinrui Zhou 외

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 c…

Robust classificationTest-time Adaptation

Fourier-Net: Fast Image Registration with Band-limited Deformation

2022-11-29 · Xi Jia, Joseph Bartlett, Wei Chen, Siyang Song 외

Unsupervised image registration commonly adopts U-Net style networks to predict dense displacement fields in the full-resolution spatial domain. For high-resolution volumetric image data, this process is however resource…

DecoderImage RegistrationMedical Image RegistrationUnsupervised Image Registration

Fourier-Net+: Leveraging Band-Limited Representation for Efficient 3D Medical Image Registration

2023-07-06 · Xi Jia, Alexander Thorley, Alberto Gomez, Wenqi Lu 외

U-Net style networks are commonly utilized in unsupervised image registration to predict dense displacement fields, which for high-resolution volumetric image data is a resource-intensive and time-consuming task. To tack…

DecoderImage RegistrationMedical Image RegistrationUnsupervised Image Registration