NestedVAE: Isolating Common Factors via Weak Supervision
Fair and unbiased machine learning is an important and active field of research, as decision processes are increasingly driven by models that learn from data. Unfortunately, any biases present in the data may be learned by the model, thereby inappropriately transferring that bias into the decision making process. We identify the connection between the task of bias reduction and that of isolating factors common between domains whilst encouraging domain specific invariance. To isolate the common factors we combine the theory of deep latent variable models with information bottleneck theory for scenarios whereby data may be naturally paired across domains and no additional supervision is required. The result is the Nested Variational AutoEncoder (NestedVAE). Two outer VAEs with shared weights attempt to reconstruct the input and infer a latent space, whilst a nested VAE attempts to reconstruct the latent representation of one image, from the latent representation of its paired image. In so doing, the nested VAE isolates the common latent factors/causes and becomes invariant to unwanted factors that are not shared between paired images. We also propose a new metric to provide a balanced method of evaluating consistency and classifier performance across domains which we refer to as the Adjusted Parity metric. An evaluation of NestedVAE on both domain and attribute invariance, change detection, and learning common factors for the prediction of biological sex demonstrates that NestedVAE significantly outperforms alternative methods.
Code (0)
등록된 구현이 없습니다.
Tasks
AttributeChange DetectionDecision MakingMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Learning ABCs: Approximate Bijective Correspondence for isolating factors of variation with weak supervision
Representational learning forms the backbone of most deep learning applications, and the value of a learned representation is intimately tied to its information content regarding different factors of variation. Finding g…
Data AugmentationPose TransferApproximate Bijective Correspondence for isolating factors of variation
Representational learning forms the backbone of most deep learning applications, and the value of a learned representation is intimately tied to its information content regarding different factors of variation. Finding g…
Contrastive LearningData AugmentationPose TransferForward Selection Fama-MacBeth Regression with Higher-Order Asset Pricing Factors
We show that the higher-orders and their interactions of the common sparse linear factors can effectively subsume the factor zoo. To this extend, we propose a forward selection Fama-MacBeth procedure as a method to estim…
regressionIsolating Latent Structure with Cross-population Variational Autoencoders
A significant body of recent work has examined variational autoencoders as a powerful approach for tasks which involve modeling the distribution of complex data such as images and text. In this work, we present a framewo…
Continual LearningDenoisingImage DenoisingWeak-to-Strong On-Policy Distillation
On-policy distillation (OPD), which aligns a student with the teacher's token-level distribution on the student's own rollouts, is an effective paradigm for transferring capabilities across LLMs. Prevailing approaches as…