ACT-R: Adaptive Camera Trajectories for Single View 3D Reconstruction
Yizhi Wang, Mingrui Zhao, Hao Zhang
TL;DR
ACT-R tackles single-view 3D reconstruction by introducing an adaptive camera-trajectory (ACT) strategy that maximizes occlusion revelation and 3D consistency within a fixed view budget. It builds semantic-difference blocks from slice predictions, plans an orbit that prioritizes high-uncertainty regions, then generates a sequence of novel views with a video diffusion model and reconstructs the object with either NeUS or InstantMesh, all without direct 3D supervision. Across 1,030 objects on the GSO dataset, ACT-R consistently improves reconstruction quality and 2D view fidelity compared to static and random baselines, with ablations highlighting the benefits of VGG16-based semantic differences and multi-view planning. The approach is practical and flexible, enabling plug-and-play use with various diffusion-based view generators and 3D backbones, potentially accelerating robust 3D understanding in applications where full 3D supervision is unavailable.
Abstract
We introduce the simple idea of adaptive view planning to multi-view synthesis, aiming to improve both occlusion revelation and 3D consistency for single-view 3D reconstruction. Instead of producing an unordered set of views independently or simultaneously, we generate a sequence of views, leveraging temporal consistency to enhance 3D coherence. More importantly, our view sequence is not determined by a pre-determined and fixed camera setup. Instead, we compute an adaptive camera trajectory (ACT), forming an orbit, which seeks to maximize the visibility of occluded regions of the 3D object to be reconstructed. Once the best orbit is found, we feed it to a video diffusion model to generate novel views around the orbit, which can then be passed to any multi-view 3D reconstruction model to obtain the final result. Our multi-view synthesis pipeline is quite efficient since it involves no run-time training/optimization, only forward inferences by applying pre-trained models for occlusion analysis and multi-view synthesis. Our method predicts camera trajectories that reveal occlusions effectively and produce consistent novel views, significantly improving 3D reconstruction over SOTA alternatives on the unseen GSO dataset. Project Page: https://mingrui-zhao.github.io/ACT-R/
