paper-with-me

Papers

Masked Generative Modeling with Enhanced Sampling Scheme

2023-09-14 · Daesoo Lee, Erlend Aune, Sara Malacarne

This paper presents a novel sampling scheme for masked non-autoregressive generative modeling. We identify the limitations of TimeVQVAE, MaskGIT, and Token-Critic in their sampling processes, and propose Enhanced Sampling Scheme (ESS) to overcome these limitations. ESS explicitly ensures both sample diversity and fidelity, and consists of three stages: Naive Iterative Decoding, Critical Reverse Sampling, and Critical Resampling. ESS starts by sampling a token set using the naive iterative decoding as proposed in MaskGIT, ensuring sample diversity. Then, the token set undergoes the critical reverse sampling, masking tokens leading to unrealistic samples. After that, critical resampling reconstructs masked tokens until the final sampling step is reached to ensure high fidelity. Critical resampling uses confidence scores obtained from a self-Token-Critic to better measure the realism of sampled tokens, while critical reverse sampling uses the structure of the quantized latent vector space to discover unrealistic sample paths. We demonstrate significant performance gains of ESS in both unconditional sampling and class-conditional sampling using all the 128 datasets in the UCR Time Series archive.

📄 PDF Abstract BibTeX arXiv:2309.07945

Code (1)

ml4its/timevqvae 공식 구현 pytorch

Tasks

DiversityTime Series

Similar Papers 제목 키워드 기반

Beyond Masked and Unmasked: Discrete Diffusion Models via Partial Masking

2025-05-24 · Chen-Hao Chao, Wei-Fang Sun, Hanwen Liang, Chun-Yi Lee 외

Masked diffusion models (MDM) are powerful generative models for discrete data that generate samples by progressively unmasking tokens in a sequence. Each token can take one of two states: masked or unmasked. We observe …

Image GenerationLanguage Modelling

i-MAE: Are Latent Representations in Masked Autoencoders Linearly Separable?

2022-10-20 · Kevin Zhang, Zhiqiang Shen

Masked image modeling (MIM) has been recognized as a strong self-supervised pre-training approach in the vision domain. However, the mechanism and properties of the learned representations by such a scheme, as well as ho…

Image Reconstruction

MEGA: Masked Generative Autoencoder for Human Mesh Recovery

2024-05-29 · CVPR 2025 1 · Guénolé Fiche, Simon Leglaive, Xavier Alameda-Pineda, Francesc Moreno-Noguer

Human Mesh Recovery (HMR) from a single RGB image is a highly ambiguous problem, as an infinite set of 3D interpretations can explain the 2D observation equally well. Nevertheless, most HMR methods overlook this issue an…

Human Mesh Recovery

Partition Generative Modeling: Masked Modeling Without Masks

2025-05-24 · Justin Deschenaux, Lan Tran, Caglar Gulcehre

We introduce ``Partition Generative Models'' (PGMs), a novel approach to masked generative modeling (MGMs), particularly effective for masked diffusion language modeling (MDLMs). PGM divides tokens into two distinct grou…

Computational EfficiencyLanguage ModelingLanguage Modelling

Masked Diffusion Models are Secretly Time-Agnostic Masked Models and Exploit Inaccurate Categorical Sampling

2024-09-04 · Kaiwen Zheng, Yongxin Chen, Hanzi Mao, Ming-Yu Liu 외

Masked diffusion models (MDMs) have emerged as a popular research topic for generative modeling of discrete data, thanks to their superior performance over other discrete diffusion models, and are rivaling the auto-regre…

Language ModelingLanguage ModellingText Generation