paper-with-me

Papers

Unified Auto-Encoding with Masked Diffusion

2024-06-25 · Philippe Hansen-Estruch, Sriram Vishwanath, Amy Zhang, Manan Tomar

At the core of both successful generative and self-supervised representation learning models there is a reconstruction objective that incorporates some form of image corruption. Diffusion models implement this approach through a scheduled Gaussian corruption process, while masked auto-encoder models do so by masking patches of the image. Despite their different approaches, the underlying similarity in their methodologies suggests a promising avenue for an auto-encoder capable of both de-noising tasks. We propose a unified self-supervised objective, dubbed Unified Masked Diffusion (UMD), that combines patch-based and noise-based corruption techniques within a single auto-encoding framework. Specifically, UMD modifies the diffusion transformer (DiT) training process by introducing an additional noise-free, high masking representation step in the diffusion noising schedule, and utilizes a mixed masked and noised image for subsequent timesteps. By integrating features useful for diffusion modeling and for predicting masked patch tokens, UMD achieves strong performance in downstream generative and representation learning tasks, including linear probing and class-conditional generation. This is achieved without the need for heavy data augmentations, multiple views, or additional encoders. Furthermore, UMD improves over the computational efficiency of prior diffusion based methods in total training time. We release our code at https://github.com/philippe-eecs/small-vision.

📄 PDF Abstract BibTeX arXiv:2406.17688

Code (2)

google-research/big_vision 공식 구현 jax
philippe-eecs/small-vision 공식 구현 jax

Tasks

Computational EfficiencyRepresentation Learning

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Pseudo-Masked Language Models for Unified Language Model Pre-Training

2020-01-01 · ICML 2020 1 · Hangbo Bao, Li Dong, Furu Wei, Wenhui Wang 외

We propose to pre-train a unified language model for both autoencoding and partially autoregressive language modeling tasks using a novel training procedure, referred to as a pseudo-masked language model (PMLM). Given an…

DecoderLanguage ModelingLanguage ModellingNatural Language Understanding+1

UniLMv2: Pseudo-Masked Language Models for Unified Language Model Pre-Training

2020-02-28 · Hangbo Bao, Li Dong, Furu Wei, Wenhui Wang 외

We propose to pre-train a unified language model for both autoencoding and partially autoregressive language modeling tasks using a novel training procedure, referred to as a pseudo-masked language model (PMLM). Given an…

Abstractive Text SummarizationDecoderLanguage ModelingLanguage Modelling+3

MDLMPE: Distribution Aware Positional Encoding for Masked Diffusion Language Models

2026-08-04 · Tong Ling, Hang Lei, Feng Xiao, Changhui Sun 외 arxiv

Masked diffusion language models (MDLMs) enable parallel generation and bidirectional context modeling, but their positional context differs fundamentally from that of autoregressive (AR) models. Whereas AR decoding expo…

TRACE: Structure-Aware Character Encoding for Robust and Generalizable Document Watermarking

2026-03-13 · Jiale Meng, Jie Zhang, Runyi Hu, Zhe-Ming Lu 외 arxiv

We propose TRACE, a structure-aware framework leveraging diffusion models for localized character encoding to embed data. Unlike existing methods that rely on edge features or pre-defined codebooks, TRACE exploits charac…

Dynin-Omni: Omnimodal Unified Large Diffusion Language Model

2026-03-09 · Jaeik Kim, Woojin Kim, Jihwan Hong, Yejoon Lee 외 arxiv

We present Dynin-Omni, the first masked-diffusion-based omnimodal foundation model that unifies text, image, and speech understanding and generation, together with video understanding, within a single architecture. Unlik…

Cross-Modal RetrievalSpeech RecognitionImage Generation