Back
CVPR 2026

MuM: Multi-View Masked Image Modeling for 3D Vision

1Chalmers University of Technology2Linköping University3University of Amsterdam
MuM teaser

Figure 1. MuM extends masked autoencoders to arbitrarily many views, learning features tailored for 3D vision that outperform DINOv3 and CroCo v2 on feedforward reconstruction, dense matching, and relative pose estimation.

Abstract

Self-supervised learning on images seeks to extract meaningful visual representations from unlabeled data. When scaled to large datasets, this paradigm has achieved state-of-the-art performance and the resulting trained models such as DINOv3 have seen widespread adoption. However, most prior efforts are optimized for semantic understanding rather than geometric reasoning. One important exception is Cross-View Completion, CroCo, which is a form of masked autoencoding (MAE) tailored for 3D understanding. In this work, we continue on the path proposed by CroCo and focus on learning features tailored for 3D vision. In a nutshell, we extend MAE to arbitrarily many views of the same scene. By uniformly masking all views and employing a lightweight decoder with inter-frame attention, our approach is inherently simpler and more scalable than CroCo. We evaluate the resulting model, MuM, extensively on downstream tasks including feedforward reconstruction, dense image matching and relative pose estimation, finding that it outperforms the state-of-the-art visual encoders DINOv3 and CroCo v2. Code is available at github.com/davnords/mum.

Results

MuM training

Figure 2. Training dynamics.

The MuM objective is trivially scalable

Multi-view Camera Pose Estimation

AUC@30 (↑) for 10 random frames.

MethodCO3Dv2Re10KMegaDepth
Frozen encoder
CroCo v258.227.760.7
DINOv366.936.759.3
MuM71.550.873.0
Distillation finetuning
Random init.10.628.041.8
MuM62.650.978.6

Point Cloud Estimation

Median accuracy and completeness on DTU and ETH3D (↓ is better).

MethodDTUETH3D
Acc. ↓Comp. ↓Acc. ↓Comp. ↓
Frozen encoder
CroCo v28.512.30.91.0
DINOv36.43.70.91.0
MuM3.71.60.80.8
Distillation finetuning
Random init.8.411.71.01.4
MuM6.42.60.60.5

BibTeX

@inproceedings{nordstrom2026mum,
  title={MuM: Multi-View Masked Image Modeling for 3D Vision}, 
  author={David Nordström and Johan Edstedt and Fredrik Kahl and Georg Bökman},
  booktitle={IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year={2026}
}