paper-with-me

Papers

LASERS: LAtent Space Encoding for Representations with Sparsity for Generative Modeling

2024-09-16 · Xin Li, Anand Sarwate

Learning compact and meaningful latent space representations has been shown to be very useful in generative modeling tasks for visual data. One particular example is applying Vector Quantization (VQ) in variational autoencoders (VQ-VAEs, VQ-GANs, etc.), which has demonstrated state-of-the-art performance in many modern generative modeling applications. Quantizing the latent space has been justified by the assumption that the data themselves are inherently discrete in the latent space (like pixel values). In this paper, we propose an alternative representation of the latent space by relaxing the structural assumption than the VQ formulation. Specifically, we assume that the latent space can be approximated by a union of subspaces model corresponding to a dictionary-based representation under a sparsity constraint. The dictionary is learned/updated during the training process. We apply this approach to look at two models: Dictionary Learning Variational Autoencoders (DL-VAEs) and DL-VAEs with Generative Adversarial Networks (DL-GANs). We show empirically that our more latent space is more expressive and has leads to better representations than the VQ approach in terms of reconstruction quality at the expense of a small computational overhead for the latent space computation. Our results thus suggest that the true benefit of the VQ approach might not be from discretization of the latent space, but rather the lossy compression of the latent space. We confirm this hypothesis by showing that our sparse representations also address the codebook collapse issue as found common in VQ-family models.

📄 PDF Abstract BibTeX arXiv:2409.11184

Code (0)

등록된 구현이 없습니다.

Tasks

Dictionary LearningQuantization

Similar Papers 제목 키워드 기반

Toward Structural Multimodal Representations: Specialization, Selection, and Sparsification via Mixture-of-Experts

2026-05-05 · Hahyeon Choi, Nojun Kwak arxiv

We propose S3 (Specialization, Selection, Sparsification), a framework that rethinks multimodal learning through a structural perspective. Instead of encoding all signals into a fixed embedding, S3 decomposes multimodal …

Contrastive Learning

DeepLTRS: A Deep Latent Recommender System based on User Ratings and Reviews

2021-01-01 · Dingge LIANG, Marco Corneli, Pierre Latouche, Charles Bouveyron

We introduce a deep latent recommender system named deepLTRS in order to provide users with high quality recommendations based on observed user ratings and texts of product reviews. The underlying motivation is that, whe…

Recommendation Systems

Learning Sparse Sentence Encoding without Supervision: An Exploration of Sparsity in Variational Autoencoders

2020-09-25 · ACL (RepL4NLP) 2021 8 · Victor Prokhorov, Yingzhen Li, Ehsan Shareghi, Nigel Collier

It has been long known that sparsity is an effective inductive bias for learning efficient representation of data in vectors with fixed dimensionality, and it has been explored in many areas of representation learning. O…

Inductive BiasRepresentation LearningSentencetext-classification+1

Neural Random Projections for Language Modelling

2018-07-02 · ICLR 2019 5 · Davide Nunes, Luis Antunes

Neural network-based language models deal with data sparsity problems by mapping the large discrete space of words into a smaller continuous space of real-valued vectors. By learning distributed vector representations fo…

Language Modelling

Emergence of Latent Binary Encoding in Deep Neural Network Classifiers

2023-10-12 · Luigi Sbailò, Luca Ghiringhelli

We investigate the emergence of binary encoding within the latent space of deep-neural-network classifiers. Such binary encoding is induced by the introduction of a linear penultimate layer, which employs during training…