In Pursuit of Pixel Supervision for Visual Pre-training
Lihe Yang, Shang-Wen Li, Yang Li, Xinjie Lei, Dong Wang, Abdelrahman Mohamed, Hengshuang Zhao, Hu Xu
TL;DR
This work advocates pixel-space self-supervision for visual pre-training and introduces Pixio, an enhanced MAE with a deeper decoder, larger masking blocks, and more class tokens, trained on 2B web images with minimal curation. Across monocular depth, 3D reconstruction, semantic segmentation, and robot learning, Pixio matches or outperforms state-of-the-art latent-space methods like DINOv3 at similar scales, demonstrating robust cross-domain transfer. The authors provide extensive ablations, distillation experiments, and implementation details, and they acknowledge limitations of pixel-only masking while outlining future directions toward web-scale video data and temporal objectives. Overall, the results position pixel-based supervision as a strong, scalable complement to latent-space approaches for visual foundation models.
Abstract
At the most basic level, pixels are the source of the visual information through which we perceive the world. Pixels contain information at all levels, ranging from low-level attributes to high-level concepts. Autoencoders represent a classical and long-standing paradigm for learning representations from pixels or other raw inputs. In this work, we demonstrate that autoencoder-based self-supervised learning remains competitive today and can produce strong representations for downstream tasks, while remaining simple, stable, and efficient. Our model, codenamed "Pixio", is an enhanced masked autoencoder (MAE) with more challenging pre-training tasks and more capable architectures. The model is trained on 2B web-crawled images with a self-curation strategy with minimal human curation. Pixio performs competitively across a wide range of downstream tasks in the wild, including monocular depth estimation (e.g., Depth Anything), feed-forward 3D reconstruction (i.e., MapAnything), semantic segmentation, and robot learning, outperforming or matching DINOv3 trained at similar scales. Our results suggest that pixel-space self-supervised learning can serve as a promising alternative and a complement to latent-space approaches.
