paper-with-me

Papers

Quantised Global Autoencoder: A Holistic Approach to Representing Visual Data

2024-07-16 · Tim Elsner, Paula Usinger, Victor Czech, Gregor Kobsik, Yanjiang He, Isaak Lim, Leif Kobbelt

In quantised autoencoders, images are usually split into local patches, each encoded by one token. This representation is redundant in the sense that the same number of tokens is spend per region, regardless of the visual information content in that region. Adaptive discretisation schemes like quadtrees are applied to allocate tokens for patches with varying sizes, but this just varies the region of influence for a token which nevertheless remains a local descriptor. Modern architectures add an attention mechanism to the autoencoder which infuses some degree of global information into the local tokens. Despite the global context, tokens are still associated with a local image region. In contrast, our method is inspired by spectral decompositions which transform an input signal into a superposition of global frequencies. Taking the data-driven perspective, we learn custom basis functions corresponding to the codebook entries in our VQ-VAE setup. Furthermore, a decoder combines these basis functions in a non-linear fashion, going beyond the simple linear superposition of spectral decompositions. We can achieve this global description with an efficient transpose operation between features and channels and demonstrate our performance on compression.

📄 PDF Abstract BibTeX arXiv:2407.11913

Code (0)

등록된 구현이 없습니다.

Tasks

Decoder

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
VQ-VAE VQ-VAE is a type of variational autoencoder that uses vector quantisation to obtain a discrete latent representation. It differs from…

Similar Papers 제목 키워드 기반

Global Context with Discrete Diffusion in Vector Quantised Modelling for Image Generation

2021-12-03 · CVPR 2022 1 · Minghui Hu, Yujie Wang, Tat-Jen Cham, Jianfei Yang 외

The integration of Vector Quantised Variational AutoEncoder (VQ-VAE) with autoregressive models as generation part has yielded high-quality results on image generation. However, the autoregressive models will strictly fo…

DenoisingImage GenerationImage InpaintingText Generation

Learning Sampling in Financial Statement Audits using Vector Quantised Autoencoder Neural Networks

2020-08-06 · Marco Schreyer, Timur Sattarov, Anita Gierbl, Bernd Reimer 외

The audit of financial statements is designed to collect reasonable assurance that an issued statement is free from material misstatement 'true and fair presentation'. International audit standards require the assessment…

Closely Interactive Human Reconstruction with Proxemics and Physics-Guided Adaption

2024-04-17 · CVPR 2024 1 · Buzhen Huang, Chen Li, Chongyang Xu, Liang Pan 외

Existing multi-person human reconstruction approaches mainly focus on recovering accurate poses or avoiding penetration, but overlook the modeling of close interactions. In this work, we tackle the task of reconstructing…

The Utility of Decorrelating Colour Spaces in Vector Quantised Variational Autoencoders

2020-09-30 · Arash Akbarinia, Raquel Gil-Rodríguez, Alban Flachot, Matteo Toscani

Vector quantised variational autoencoders (VQ-VAE) are characterised by three main components: 1) encoding visual data, 2) assigning $k$ different vectors in the so-called embedding space, and 3) decoding the learnt feat…

image-classificationImage ClassificationScene Segmentation

Evidence-Aware Inferential Text Generation with Vector Quantised Variational AutoEncoder

2020-06-15 · ACL 2020 6 · Daya Guo, Duyu Tang, Nan Duan, Jian Yin 외

Generating inferential texts about an event in different perspectives requires reasoning over different contexts that the event occurs. Existing works usually ignore the context that is not explicitly provided, resulting…

Common Sense ReasoningDecoderText Generation