Gaussian Masked Autoencoders
Jathushan Rajasegaran, Xinlei Chen, Rulilong Li, Christoph Feichtenhofer, Jitendra Malik, Shiry Ginosar
TL;DR
Gaussian Masked Autoencoders (GMAE) extend Masked Autoencoders by learning a mid-level 3D Gaussian representation that is rendered into 2D images via differentiable splatting. The Gaussians are parameterized by $g=\\{p, s, \phi, r, o\} \in \mathbb{R}^{14}$ with covariance $\\Sigma = R S S^{T} R^{T}$ and $S = \text{diag}(s)$, and are learned through a pixel-space reconstruction objective that promotes joint semantic and spatial understanding. GMAE achieves competitive semantic performance on ImageNet and COCO while enabling zero-shot spatial tasks such as figure-ground segmentation, image layering, and edge detection, evidenced by both quantitative metrics and qualitative visualizations. By integrating differentiable 3D reasoning into self-supervised learning, GMAE offers a scalable framework for high-fidelity visual data modeling and suggests directions for future exploration of mid-level representations.
Abstract
This paper explores Masked Autoencoders (MAE) with Gaussian Splatting. While reconstructive self-supervised learning frameworks such as MAE learns good semantic abstractions, it is not trained for explicit spatial awareness. Our approach, named Gaussian Masked Autoencoder, or GMAE, aims to learn semantic abstractions and spatial understanding jointly. Like MAE, it reconstructs the image end-to-end in the pixel space, but beyond MAE, it also introduces an intermediate, 3D Gaussian-based representation and renders images via splatting. We show that GMAE can enable various zero-shot learning capabilities of spatial understanding (e.g., figure-ground segmentation, image layering, edge detection, etc.) while preserving the high-level semantics of self-supervised representation quality from MAE. To our knowledge, we are the first to employ Gaussian primitives in an image representation learning framework beyond optimization-based single-scene reconstructions. We believe GMAE will inspire further research in this direction and contribute to developing next-generation techniques for modeling high-fidelity visual data. More details at https://brjathu.github.io/gmae
