Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yzy1996 committed Jan 30, 2024
1 parent a74ce1a commit 95b9b5f
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions 6-Disentangled Representation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,44 @@ A collection of resources on generative models which utilize generator functions



## Introduction

The **disentangled representation learning** is first introduced in [Bengio et al. Representation learning: A review and new perspectives. PAMI, 2013]. This is to say that each scalar of the representation only encodes a single independent factor.



## Literature

- [beta-VAE: Learning Basic Visual Concepts with a Constrained Variational Framework](https://openreview.net/forum?id=Sy2fzU9gl)

- [Variational Inference of Disentangled Latent Concepts from Unlabeled Observations](https://arxiv.org/abs/1711.00848)
**[`ICLR 2018`]** *Abhishek Kumar, Prasanna Sattigeri, Avinash Balakrishnan*

- [Challenging Common Assumptions in the Unsupervised Learning of Disentangled Representations](https://arxiv.org/abs/1811.12359)
**[`arXiv 2018`]** *Francesco Locatello, Stefan Bauer, Mario Lucic, Gunnar Rätsch, Sylvain Gelly, Bernhard Schölkopf, Olivier Bachem*

- [Rethinking Content and Style Exploring Bias for Unsupervised
Disentanglement](http://arxiv.org/abs/2102.10544)
**[`arXiv 2021`]** *Xuanchi Ren, Tao Yang, Yuwang Wang, Wenjun Zeng*

- [Learning Disentangled Representation by Exploiting Pretrained Generative Models: A Contrastive Learning View](https://arxiv.org/abs/2102.10543)
**[`ICLR 2022`]** *Xuanchi Ren, Tao Yang, Yuwang Wang, Wenjun Zeng*

- [Disentangled Representation Learning](http://arxiv.org/abs/2211.11695)
**[`arXiv 2022`]** *Xin Wang, Hong Chen, Si'ao Tang, Zihao Wu, Wenwu Zhu*



## Related

Compositional Generalization: people exhibit the capacity to understand and produce a potentially infinite number of novel combinations of known components. As Chomsky said, to make “infinite use of finite means.”

https://blog.research.google/2020/03/measuring-compositional-generalization.html





独立的研究可能不是足够充分的,应该是在你的模型框架下去探究解耦的可能性,这应该是模型本身所应该具备的能力。


0 comments on commit 95b9b5f

Please sign in to comment.