Hevolve AI: Self-Evolving Multimodal AI Agents

Turn your domain expertise into AI agents that keep learning. Hevolve AI lets experts build multimodal AI systems by talking to them and correcting them in real time, with no code to write.

Key Features

Quick Links

© 2024 Hevolve AI Pvt Ltd. All rights reserved.

← All research
Artificial Intelligence
arXiv (cs.CV) · July 16, 2026

MAGiSt3R: Multi-Agent Feed-forward 3D Reconstruction from Monocular RGB Videos

Ziren Gong, Xiaohan Li, Fabio Tosi +4 more

Turning an ordinary single-camera video into a 3D model of the scene, while also figuring out where the camera was moment to moment, is a demanding job to do quickly. MAGiSt3R tackles it with a divide-and-conquer setup that runs at nearly 10 frames per second.

The idea is to have multiple agents each build local 3D point maps from chunks of the video using a fast feed-forward model, then hand those pieces to a merging component that stitches them together, both within each agent's work and across agents, into one global map. Because errors in camera position tend to pile up as you go, it adds a pose-graph optimization step to pull that accumulated drift back into line. Tested on synthetic and real footage, it reports better reconstruction and camera tracking than existing state-of-the-art methods.

This reflects only the abstract, which is light on specifics, so the paper is where the models and numbers live.

From the arXiv (cs.CV) abstract

This paper presents MAGiSt3R, a multi-agent 3D reconstruction framework performing reconstruction and camera tracking for monocular RGB videos at almost 10 FPS. MAGiSt3R relies on a feed-forward model from the 3R family to process RGB videos and regress local point maps, and on a merging model, MAGMA, that combines local maps at both intra-agent and inter-agent levels to obtain the final global point map. Furthermore, MAGiSt3R performs pose graph optimization to mitigate…


More Artificial Intelligence papers