paper-with-me

홈 › Papers

Gradual Domain Adaptation via Normalizing Flows

2022-06-23 · Shogo Sagawa, Hideitsu Hino

Standard domain adaptation methods do not work well when a large gap exists between the source and target domains. Gradual domain adaptation is one of the approaches used to address the problem. It involves leveraging the intermediate domain, which gradually shifts from the source domain to the target domain. In previous work, it is assumed that the number of intermediate domains is large and the distance between adjacent domains is small; hence, the gradual domain adaptation algorithm, involving self-training with unlabeled datasets, is applicable. In practice, however, gradual self-training will fail because the number of intermediate domains is limited and the distance between adjacent domains is large. We propose the use of normalizing flows to deal with this problem while maintaining the framework of unsupervised domain adaptation. The proposed method learns a transformation from the distribution of the target domain to the Gaussian mixture distribution via the source domain. We evaluate our proposed method by experiments using real-world datasets and confirm that it mitigates the above-explained problem and improves the classification performance.

📄 PDF Abstract BibTeX arXiv:2206.11492

Code (1)

ismhinolab/gda_via_cnf 공식 구현 pytorch

Tasks

Domain AdaptationUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Normalizing Flows Normalizing Flows are a method for constructing complex distributions by transforming a probability density through a series of invertible mappings. By repeatedly applying…
Gradual Self-Training Gradual self-training is a method for semi-supervised domain adaptation. The goal is to adapt an initial classifier trained on a source domain given only unlabeled data that…

Similar Papers 제목 키워드 기반

Improving $Λ$ Signal Extraction with Domain Adaptation via Normalizing Flows

2024-03-21 · Rowan Kelleher, Matthew McEneaney, Anselm Vossen

The present study presents a novel application for normalizing flows for domain adaptation. The study investigates the ability of flow based neural networks to improve signal extraction of $\Lambda$ Hyperons at CLAS12. N…

Domain Adaptation

AlignFlow: Cycle Consistent Learning from Multiple Domains via Normalizing Flows

2019-05-30 · ICLR Workshop DeepGenStruct 2019 · Aditya Grover, Christopher Chute, Rui Shu, Zhangjie Cao 외

Given datasets from multiple domains, a key challenge is to efficiently exploit these data sources for modeling a target domain. Variants of this problem have been studied in many contexts, such as cross-domain translati…

Density EstimationDomain AdaptationImage-to-Image TranslationTranslation+1

Bayesian Active Learning By Distribution Disagreement

2025-01-02 · Thorben Werner, Lars Schmidt-Thieme

Active Learning (AL) for regression has been systematically under-researched due to the increased difficulty of measuring uncertainty in regression models. Since normalizing flows offer a full predictive distribution ins…

Active LearningregressionUncertainty Quantification

Fisher-Bingham-like normalizing flows on the sphere

2025-10-06 · Thorsten Glüsenkamp arxiv

A generic D-dimensional Gaussian can be conditioned or projected onto the D-1 unit sphere, thereby leading to the well-known Fisher-Bingham (FB) or Angular Gaussian (AG) distribution families, respectively. These are som…

Density Estimation

TTTFlow: Unsupervised Test-Time Training with Normalizing Flow

2022-10-20 · David Osowiechi, Gustavo A. Vargas Hakim, Mehrdad Noori, Milad Cheraghalikhani 외

A major problem of deep neural networks for image classification is their vulnerability to domain changes at test-time. Recent methods have proposed to address this problem with test-time training (TTT), where a two-bran…

image-classificationImage ClassificationSource-Free Domain AdaptationTest-time Adaptation