paper-with-me

홈 › Papers

Disentanglement by Cyclic Reconstruction

2021-12-24 · David Bertoin, Emmanuel Rachelson

Deep neural networks have demonstrated their ability to automatically extract meaningful features from data. However, in supervised learning, information specific to the dataset used for training, but irrelevant to the task at hand, may remain encoded in the extracted representations. This remaining information introduces a domain-specific bias, weakening the generalization performance. In this work, we propose splitting the information into a task-related representation and its complementary context representation. We propose an original method, combining adversarial feature predictors and cyclic reconstruction, to disentangle these two representations in the single-domain supervised case. We then adapt this method to the unsupervised domain adaptation problem, consisting of training a model capable of performing on both a source and a target domain. In particular, our method promotes disentanglement in the target domain, despite the absence of training labels. This enables the isolation of task-specific information from both domains and a projection into a common representation. The task-specific representation allows efficient transfer of knowledge acquired from the source domain to the target domain. In the single-domain case, we demonstrate the quality of our representations on information retrieval tasks and the generalization benefits induced by sharpened task-specific representations. We then validate the proposed method on several classical domain adaptation benchmarks and illustrate the benefits of disentanglement for domain adaptation.

📄 PDF Abstract BibTeX arXiv:2112.12980

Code (1)

sureli/dicyr_code 공식 구현 pytorch

Tasks

DisentanglementDomain AdaptationInformation RetrievalRetrievalUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

Structural Causal 3D Reconstruction

2022-07-20 · Weiyang Liu, Zhen Liu, Liam Paull, Adrian Weller 외

This paper considers the problem of unsupervised 3D object reconstruction from in-the-wild single-view images. Due to ambiguity and intrinsic ill-posedness, this problem is inherently difficult to solve and therefore req…

3D Object Reconstruction3D ReconstructionDisentanglementInductive Bias+1

DSDRNet: Disentangling Representation and Reconstruct Network for Domain Generalization

2024-04-22 · Juncheng Yang, Zuchao Li, Shuai Xie, Wei Yu 외

Domain generalization faces challenges due to the distribution shift between training and testing sets, and the presence of unseen target domains. Common solutions include domain alignment, meta-learning, data augmentati…

Data AugmentationDisentanglementDomain GeneralizationEnsemble Learning+1

Disentangled cyclic reconstruction for domain adaptation

2021-01-01 · David Bertoin, Emmanuel Rachelson

The domain adaptation problem involves learning a unique classification or regres-sion model capable of performing on both a source and a target domain. Althoughthe labels for the source data are available during trainin…

DisentanglementDomain AdaptationUnsupervised Domain Adaptation

Variantional autoencoder with decremental information bottleneck for disentanglement

2023-03-22 · Jiantao Wu, Shentong Mo, Muhammad Awais, Sara Atito 외

One major challenge of disentanglement learning with variational autoencoders is the trade-off between disentanglement and reconstruction fidelity. Previous studies, which increase the information bottleneck during train…

DisentanglementRepresentation Learning

Overlooked Implications of the Reconstruction Loss for VAE Disentanglement

2022-02-27 · Nathan Michlo, Richard Klein, Steven James

Learning disentangled representations with variational autoencoders (VAEs) is often attributed to the regularisation component of the loss. In this work, we highlight the interaction between data and the reconstruction t…

Disentanglement