facebookresearch/pixio
[CVPR 2026] Pixio: a capable vision encoder dedicated to dense prediction, simply by pixel reconstruction
What it solves
Pixio provides a vision encoder specifically optimized for dense prediction tasks—such as monocular depth estimation, semantic segmentation, and 3D reconstruction—where high-resolution, pixel-level detail is critical. It addresses the limitations of general-purpose vision encoders by focusing on pixel reconstruction during pre-training.
How it works
Built upon the Masked Autoencoder (MAE) architecture, Pixio introduces three primary algorithmic improvements: a deeper decoder, larger masking granularity, and an increased number of class tokens. Additionally, it replaces the standard ImageNet-1K pre-training data with a self-curated version of the MetaCLIP-2B dataset to improve scale and quality.
Who it’s for
It is designed for researchers and developers working on computer vision tasks that require dense, pixel-accurate predictions rather than simple image-level classification.
Highlights
- Superior Dense Prediction: Outperforms MAE, DINOv2, and DINOv3 in monocular depth estimation and 3D reconstruction.
- Strong Segmentation Performance: Achieves competitive or leading results on benchmarks like ADE20K and Pascal VOC.
- Scalable Architecture: Offers pre-trained models ranging from 86M (Pixio-B) to 5.4B (Pixio-5B) parameters.
- Flexible Integration: Compatible with both raw source code and the Hugging Face Transformers API.
Related
- Project
- Project
- Project
- Project
- Project