paper-with-me

홈 › Papers

Domain Generalization with Fourier Transform and Soft Thresholding

2023-09-18 · Hongyi Pan, Bin Wang, Zheyuan Zhang, Xin Zhu, Debesh Jha, Ahmet Enis Cetin, Concetto Spampinato, Ulas Bagci

Domain generalization aims to train models on multiple source domains so that they can generalize well to unseen target domains. Among many domain generalization methods, Fourier-transform-based domain generalization methods have gained popularity primarily because they exploit the power of Fourier transformation to capture essential patterns and regularities in the data, making the model more robust to domain shifts. The mainstream Fourier-transform-based domain generalization swaps the Fourier amplitude spectrum while preserving the phase spectrum between the source and the target images. However, it neglects background interference in the amplitude spectrum. To overcome this limitation, we introduce a soft-thresholding function in the Fourier domain. We apply this newly designed algorithm to retinal fundus image segmentation, which is important for diagnosing ocular diseases but the neural network's performance can degrade across different sources due to domain shifts. The proposed technique basically enhances fundus image augmentation by eliminating small values in the Fourier domain and providing better generalization. The innovative nature of the soft thresholding fused with Fourier-transform-based domain generalization improves neural network models' performance by reducing the target images' background interference significantly. Experiments on public data validate our approach's effectiveness over conventional and state-of-the-art methods with superior segmentation metrics.

📄 PDF Abstract BibTeX arXiv:2309.09866

Code (1)

phy710/icassp2024-fdg-st 공식 구현

Tasks

Domain GeneralizationImage AugmentationImage SegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Frequency-Based Federated Domain Generalization for Polyp Segmentation

2024-10-02 · Hongyi Pan, Debesh Jha, Koushik Biswas, Ulas Bagci

Federated Learning (FL) offers a powerful strategy for training machine learning models across decentralized datasets while maintaining data privacy, yet domain shifts among clients can degrade performance, particularly …

Domain GeneralizationFederated LearningMedical Image AnalysisSegmentation

Adaptive Fourier Neural Operators: Efficient Token Mixers for Transformers

2021-11-24 · John Guibas, Morteza Mardani, Zongyi Li, Andrew Tao 외

Vision transformers have delivered tremendous success in representation learning. This is primarily due to effective token mixing through self attention. However, this scales quadratically with the number of pixels, whic…

Computational EfficiencyOperator learningRepresentation Learning

Efficient Token Mixing for Transformers via Adaptive Fourier Neural Operators

2021-09-29 · ICLR 2022 4 · John Guibas, Morteza Mardani, Zongyi Li, Andrew Tao 외

Vision transformers have delivered tremendous success in representation learning. This is primarily due to effective token mixing through self attention. However, this scales quadratically with the number of pixels, whic…

Computational EfficiencyOperator learningRepresentation Learning

Optimal Transport and Adaptive Thresholding for Universal Domain Adaptation on Time Series

2025-03-14 · Romain Mussard, Fannia Pacheco, Maxime Berar, Gilles Gasso 외

Universal Domain Adaptation (UniDA) aims to transfer knowledge from a labeled source domain to an unlabeled target domain, even when their classes are not fully shared. Few dedicated UniDA methods exist for Time Series (…

Domain AdaptationTime SeriesUniversal Domain Adaptation

DCT Perceptron Layer: A Transform Domain Approach for Convolution Layer

2022-11-15 · Hongyi Pan, Xin Zhu, Salih Atici, Ahmet Enis Cetin

In this paper, we propose a novel Discrete Cosine Transform (DCT)-based neural network layer which we call DCT-perceptron to replace the $3\times3$ Conv2D layers in the Residual neural Network (ResNet). Convolutional fil…