Papers › Active Implicit Object Reconstruction using Uncertainty-guided Next-Best-View Optimization

Active Implicit Object Reconstruction using Uncertainty-guided Next-Best-View Optimization

29 Mar 2023arXiv:2303.16739archive 2025-07-28

Dongyu Yan, Jianheng Liu, Fengyu Quan, Haoyao Chen, Mengmeng Fu

Actively planning sensor views during object reconstruction is crucial for autonomous mobile robots. An effective method should be able to strike a balance between accuracy and efficiency. In this paper, we propose a seamless integration of the emerging implicit representation with the active reconstruction task. We build an implicit occupancy field as our geometry proxy. While training, the prior object bounding box is utilized as auxiliary information to generate clean and detailed reconstructions. To evaluate view uncertainty, we employ a sampling-based approach that directly extracts entropy from the reconstructed occupancy probability field as our measure of view information gain. This eliminates the need for additional uncertainty maps or learning. Unlike previous methods that compare view uncertainty within a finite set of candidates, we aim to find the next-best-view (NBV) on a continuous manifold. Leveraging the differentiability of the implicit representation, the NBV can be optimized directly by maximizing the view uncertainty using gradient descent. It significantly enhances the method's adaptability to different scenarios. Simulation and real-world experiments demonstrate that our approach effectively improves reconstruction accuracy and efficiency of view planning in active reconstruction tasks. The proposed system will open source at https://github.com/HITSZ-NRSL/ActiveImplicitRecon.git.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2303.16739")

Code

Syntology Ran 0 of 18 code samples harvested from 1 repository linked to this paper; 18 have no recorded run.

By repository: official repository: 18 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

hitsz-nrsl/activeimplicitrecon officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 0 ran; 0 honoured the contract we drafted; 18 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

18unverified

Licence: 0 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from hitsz-nrsl/activeimplicitrecon. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Exp hitsz-nrsl/activeimplicitrecon/active_recon/model/pose.py official repository unverified MIT (permissive) · 25fef5051aaf7b72 · report
biased_sigmoid hitsz-nrsl/activeimplicitrecon/active_recon/model/network.py official repository unverified MIT (permissive) · 4e88fd00592210f0 · report
cal_angle_gain hitsz-nrsl/activeimplicitrecon/active_recon/task/nbv.py official repository unverified MIT (permissive) · 2e7a18de4305e23c · report
cal_move_cost hitsz-nrsl/activeimplicitrecon/active_recon/task/planner.py official repository unverified MIT (permissive) · 9af245f0f997d41a · report
cal_relative_pose hitsz-nrsl/activeimplicitrecon/active_recon/utils/misc.py official repository unverified MIT (permissive) · 370c067b86c2578a · report
creat_side hitsz-nrsl/activeimplicitrecon/active_recon/utils/tagdet.py official repository unverified MIT (permissive) · f71e9aebdeb63e6c · report
create_board hitsz-nrsl/activeimplicitrecon/active_recon/utils/tagdet.py official repository unverified MIT (permissive) · 92e2be8435710ca2 · report
create_box hitsz-nrsl/activeimplicitrecon/active_recon/utils/tagdet.py official repository unverified MIT (permissive) · e608466cd80dd356 · report
eval_rays_information_gain hitsz-nrsl/activeimplicitrecon/active_recon/task/nbv.py official repository unverified MIT (permissive) · d683de2a6a110fe3 · report
load_pose hitsz-nrsl/activeimplicitrecon/active_recon/utils/misc.py official repository unverified MIT (permissive) · 0c53aadae835c502 · report
make_c2w hitsz-nrsl/activeimplicitrecon/active_recon/model/pose.py official repository unverified MIT (permissive) · 3c57ee0c5874a792 · report
model_state_to_torch_pose hitsz-nrsl/activeimplicitrecon/active_recon/task/sensor_rosnode.py official repository unverified MIT (permissive) · 7a4f4aa3906509a9 · report
render_color_depth_opacity_weight hitsz-nrsl/activeimplicitrecon/active_recon/utils/render.py official repository unverified MIT (permissive) · b3809e04669c0b23 · report
render_occ_rgb hitsz-nrsl/activeimplicitrecon/active_recon/utils/render.py official repository unverified MIT (permissive) · aa7beb747a17265c · report
ros2tensorpose hitsz-nrsl/activeimplicitrecon/active_recon/task/sensor_rosnode.py official repository unverified MIT (permissive) · 89464cabc5ff68b2 · report
sample_points_even_in_bbox hitsz-nrsl/activeimplicitrecon/active_recon/utils/geometry.py official repository unverified MIT (permissive) · 0af9a3c70c63bee8 · report
sample_points_on_ray hitsz-nrsl/activeimplicitrecon/active_recon/utils/geometry.py official repository unverified MIT (permissive) · 8a163decae0ed3d3 · report
vec2skew hitsz-nrsl/activeimplicitrecon/active_recon/model/pose.py official repository unverified MIT (permissive) · ac8493adf8db5f3f · report

Tasks

Object Reconstruction

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections