Autonomously collect a single rollout to train a NeRF for rendering, mapping and navigation

April 21, 20238 min

Overview

Decision SnapshotReady For Pilot

The method demonstrates practical value in simulation across several robotics tasks and includes noise studies, but relies on simulated privileged signals and nontrivial NeRF training time; real-robot readiness needs robust pose-estimation and compute.

Citations5

Evidence Strength0.80

Confidence0.90

Risk Signals10

Trust Signals

Findings with numeric evidence: 5/5

Findings with evidence refs: 5/5

Results with explicit delta: 7/7

Reproducibility

Status: Partial assets available

Open source: Partial

At A Glance

Cost impact: 40%

Production readiness: 60%

Novelty: 50%

Authors

Pierre Marza, Laetitia Matignon, Olivier Simonin, Dhruv Batra, Christian Wolf, Devendra Singh Chaplot

Links

Abstract / PDF / Code / Data

Why It Matters For Business

AutoNeRF can automate 3D scene capture for robot deployment, cutting manual data collection and enabling safe simulation-based finetuning of navigation policies from a single short rollout.

Who Should Care

Summary TLDR

AutoNeRF trains a modular exploration agent to autonomously collect one episode of camera data in an unseen indoor scene and use that data to train a Neural Radiance Field (NeRF). The learned NeRF is evaluated beyond rendering — on bird's-eye maps, planning, and camera pose refinement. Modular RL policies trained with obstacle- or viewpoint-focused intrinsic rewards produce richer training data and consistently outperform classical frontier exploration and end-to-end RL on these downstream robotics tasks. The method works at house scale in simulation and degrades gracefully with realistic sensor/pose noise.

Problem Statement

NeRFs need dense, well-chosen multi-view data, but current pipelines rely on manual camera sweeps or curated datasets. The paper asks: can an embodied agent autonomously explore an unknown scene for a short time and collect data good enough to train a NeRF that is useful for robotics tasks like mapping, planning and pose refinement?

Main Contribution

AutoNeRF: a pipeline where a modular RL exploration policy collects one rollout per scene to train a NeRF for density, RGB and semantics.

Design and compare intrinsic reward functions (coverage, obstacle, semantic, viewpoint) for exploration tailored to NeRF training.

Key Findings

Modular exploration trained for obstacle/viewpoint coverage yields better RGB rendering than Frontier or E2E RL.

NumbersPSNR 25.56 (Ours obs.) vs 19.75 (Frontier) on uniform scene poses

Practical UseUse a modular exploration policy and obstacle/viewpoint-focused reward to collect training views if your goal is high-quality novel-view rendering.

Evidence RefTable 2

Maps derived from NeRFs trained on modular-policy data have higher occupancy recall than Frontier.

NumbersOccupancy recall 77.0% (Ours view.) vs 49.9% (Frontier)

Practical UseCollect viewpoint-diverse trajectories to improve downstream map completeness for navigation.

Evidence RefTable 3

Results

MetricValueBaselineDeltaSplit / DatasetEvidenceEvidence Ref
RGB rendering (PSNR)25.56 (Ours obs.)19.75 (Frontier)+5.81 PSNRuniformly sampled poses in Gibson valTable 2 reports PSNR across policies after training NeRF on single rolloutTable 2
Rendering LPIPS0.203 (Ours obs.)0.343 (Frontier)-0.140 LPIPSuniformly sampled poses in Gibson valTable 2 shows lower LPIPS for Ours(obs.) indicating closer perceptual matchTable 2

What To Try In 7 Days

Run the modular exploration policy in Habitat on one target scene to collect a single rollout and train a fast NeRF (Nerfacto) to inspect rendered views.

Compare Frontier vs modular-obstacle rewards: measure PSNR and BEV recall to see practical impact on downstream maps.

Use the generated mesh in sim to finetune a pre-trained navigation policy and evaluate Success/SPL gains on that scene.

Agent Features

Memory
egocentric top-down semantic map integrated over timeLoRA
Planning
global waypoint predictionfast-marching local path following
Tool Use
Mask R-CNN for semantic masksPPO for policy trainingFast Marching Method for local navigation
Frameworks
HabitatNerfstudio
Is Agentic

Yes

Architectures
modular hierarchical policy (Mapping, Global Policy, Local Policy)Global Policy: CNN trained with PPOLocal Policy: analytical Fast Marching path follower

Optimization Features

Training Optimization
use of Nerfacto (fast NeRF variant) for quicker trainingproposal sampling and hash encoding for efficiency

Reproducibility

Code AvailableNo
Data AvailableYes
Open Source StatusPartial
LicenseUnknown

Data URLs

https://github.com/facebookresearch/habitat-sim (Habitat)Gibson dataset (used for training/eval)

Risks & Boundaries

Limitations

Many experiments use privileged poses and simulator semantics; real-world noisy poses reduce quality.

Mask R-CNN semantics are noisy and lower downstream performance compared with simulator labels.

When Not To Use

When you require photo-perfect, production-grade meshes without investing in longer NeRF training or pose refinement.

If you cannot obtain reasonable camera poses or perform pose correction (poses are very noisy).

Failure Modes

Noisy camera poses reduce rendering and map accuracy substantially.

Semantic mask errors from an off-the-shelf detector degrade semantic maps and ObjectGoal planning.

Core Entities

Models

Semantic Nerfactovanilla Semantic NeRFInstant-NGP

Metrics

PSNRSSIMLPIPSmIoUAccuracyPrecisionRecallSuccessSPLPose convergence rateRotation errorTranslation error

Datasets

GibsonGibson-tinyHabitat simulator