paper-with-me

홈 › Papers

Exploiting Inductive Bias in Transformers for Unsupervised Disentanglement of Syntax and Semantics with VAEs

2022-05-12 · NAACL 2022 7 · Ghazi Felhi, Joseph Le Roux, Djamé Seddah

We propose a generative model for text generation, which exhibits disentangled latent representations of syntax and semantics. Contrary to previous work, this model does not need syntactic information such as constituency parses, or semantic information such as paraphrase pairs. Our model relies solely on the inductive bias found in attention-based architectures such as Transformers. In the attention of Transformers, keys handle information selection while values specify what information is conveyed. Our model, dubbed QKVAE, uses Attention in its decoder to read latent variables where one latent variable infers keys while another infers values. We run experiments on latent representations and experiments on syntax/semantics transfer which show that QKVAE displays clear signs of disentangled syntax and semantics. We also show that our model displays competitive syntax transfer capabilities when compared to supervised models and that comparable supervised models need a fairly large amount of data (more than 50K samples) to outperform it on both syntactic and semantic transfer. The code for our experiments is publicly available.

📄 PDF Abstract BibTeX arXiv:2205.05943

Code (1)

ghazi-f/qkvae 공식 구현 pytorch

Tasks

DecoderDisentanglementInductive BiasText Generation

Similar Papers 제목 키워드 기반

DisCont: Self-Supervised Visual Attribute Disentanglement using Context Vectors

2020-06-10 · Sarthak Bhagat, Vishaal Udandarao, Shagun Uppal

Disentangling the underlying feature attributes within an image with no prior supervision is a challenging task. Models that can disentangle attributes well provide greater interpretability and control. In this paper, we…

AttributeContrastive LearningDisentanglement

Disentangling Granularity: An Implicit Inductive Bias in Factorized VAEs

2025-05-30 · Zihao Chen, Yu Xiang, Wenyong Wang

Despite the success in learning semantically meaningful, unsupervised disentangled representations, variational autoencoders (VAEs) and their variants face a fundamental theoretical challenge: substantial evidence indica…

DisentanglementInductive Bias

Rethinking Content and Style: Exploring Bias for Unsupervised Disentanglement

2021-02-21 · Xuanchi Ren, Tao Yang, Yuwang Wang, Wenjun Zeng

Content and style (C-S) disentanglement intends to decompose the underlying explanatory factors of objects into two independent subspaces. From the unsupervised disentanglement perspective, we rethink content and style a…

3D ReconstructionDisentanglementImage ReconstructionInductive Bias+2

Challenging Common Assumptions in the Unsupervised Learning of Disentangled Representations

2018-11-29 · ICML 2019 6 · Francesco Locatello, Stefan Bauer, Mario Lucic, Gunnar Rätsch 외

The key idea behind the unsupervised learning of disentangled representations is that real-world data is generated by a few explanatory factors of variation which can be recovered by unsupervised learning algorithms. In …

DisentanglementRepresentation Learning

VDSM: Unsupervised Video Disentanglement with State-Space Modeling and Deep Mixtures of Experts

2021-03-12 · CVPR 2021 1 · Matthew J. Vowels, Necati Cihan Camgoz, Richard Bowden

Disentangled representations support a range of downstream tasks including causal reasoning, generative modeling, and fair machine learning. Unfortunately, disentanglement has been shown to be impossible without the inco…

DecoderDisentanglementInductive BiasMixture-of-Experts