paper-with-me

Papers

Domain Generalization through Attenuation of Domain-Specific Information

2025-04-09 · Reiji Saito, Kazuhiro Hotta

In this paper, we propose a new evaluation metric called Domain Independence (DI) and Attenuation of Domain-Specific Information (ADSI) which is specifically designed for domain-generalized semantic segmentation in automotive images. DI measures the presence of domain-specific information: a lower DI value indicates strong domain dependence, while a higher DI value suggests greater domain independence. This makes it roughly where domain-specific information exists and up to which frequency range it is present. As a result, it becomes possible to effectively suppress only the regions in the image that contain domain-specific information, enabling feature extraction independent of the domain. ADSI uses a Butterworth filter to remove the low-frequency components of images that contain inherent domain-specific information such as sensor characteristics and lighting conditions. However, since low-frequency components also contain important information such as color, we should not remove them completely. Thus, a scalar value (ranging from 0 to 1) is multiplied by the low-frequency components to retain essential information. This helps the model learn more domain-independent features. In experiments, GTA5 (synthetic dataset) was used as training images, and a real-world dataset was used for evaluation, and the proposed method outperformed conventional approaches. Similarly, in experiments that the Cityscapes (real-world dataset) was used for training and various environment datasets such as rain and nighttime were used for evaluation, the proposed method demonstrated its robustness under nighttime conditions.

📄 PDF Abstract BibTeX arXiv:2504.06781

Code (1)

ReijiSoftmaxSaito/ADSI 공식 구현 pytorch

Tasks

Domain GeneralizationSemantic Segmentation

Similar Papers 제목 키워드 기반

Generalizable CT-Free PET Attenuation and Scatter Correction for Pediatric Patients

2026-04-24 · Jia-Mian Wu, Jun Liu, Siqi Li, Xiaoya Wang 외 arxiv

Computed tomography (CT)-based attenuation and scatter correction improves quantitative PET but adds radiation exposure that is particularly undesirable in pediatric imaging. Existing CT-free methods are commonly trained…

Unsupervised learning for cross-domain medical image synthesis using deformation invariant cycle consistency networks

2018-08-12 · Chengjia Wang, Gillian Macnaught, Giorgos Papanastasiou, Tom MacGillivray 외

Recently, the cycle-consistent generative adversarial networks (CycleGAN) has been widely used for synthesis of multi-domain medical images. The domain-specific nonlinear deformations captured by CycleGAN make the synthe…

Image Generation

Exploiting Domain-Specific Features to Enhance Domain Generalization

2021-10-18 · NeurIPS 2021 12 · Manh-Ha Bui, Toan Tran, Anh Tuan Tran, Dinh Phung

Domain Generalization (DG) aims to train a model, from multiple observed source domains, in order to perform well on unseen target domains. To obtain the generalization capability, prior DG approaches have focused on ext…

Domain GeneralizationMeta-Learning

Complex-valued Imaging with Total Variation Regularization: An Application to Full-Waveform Inversion in Visco-acoustic Media

2020-07-30 · Hossein S. Aghamiry, Ali Gholami, Stephane Operto

Full waveform inversion (FWI) is a nonlinear PDE constrained optimization problem, which seeks to estimate constitutive parameters of a medium such as phase velocity, density, and anisotropy, by fitting waveforms. Attenu…

Ultrasound Domain Adaptation Using Frequency Domain Analysis

2021-09-21 · Mostafa Sharifzadeh, Ali K. Z. Tehrani, Habib Benali, Hassan Rivaz

A common issue in exploiting simulated ultrasound data for training neural networks is the domain shift problem, where the trained models on synthetic data are not generalizable to clinical data. Recently, Fourier Domain…

Domain AdaptationLesion Segmentation