CVAIJun 25, 2024

Unified Auto-Encoding with Masked Diffusion

arXiv:2406.17688v11 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the need for efficient and versatile models in machine learning by integrating diffusion and masked auto-encoder approaches, though it appears incremental as it builds on existing methods like diffusion transformers.

The paper tackles the problem of unifying generative and self-supervised representation learning by proposing a unified auto-encoding objective that combines patch-based and noise-based corruption techniques, achieving strong performance in tasks like linear probing and class-conditional generation without heavy data augmentations or multiple views.

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.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes