Papers › Point Scene Understanding via Disentangled Instance Mesh Reconstruction

Point Scene Understanding via Disentangled Instance Mesh Reconstruction

31 Mar 2022arXiv:2203.16832archive 2025-07-28

Jiaxiang Tang, Xiaokang Chen, Jingbo Wang, Gang Zeng

Semantic scene reconstruction from point cloud is an essential and challenging task for 3D scene understanding. This task requires not only to recognize each instance in the scene, but also to recover their geometries based on the partial observed point cloud. Existing methods usually attempt to directly predict occupancy values of the complete object based on incomplete point cloud proposals from a detection-based backbone. However, this framework always fails to reconstruct high fidelity mesh due to the obstruction of various detected false positive object proposals and the ambiguity of incomplete point observations for learning occupancy values of complete objects. To circumvent the hurdle, we propose a Disentangled Instance Mesh Reconstruction (DIMR) framework for effective point scene understanding. A segmentation-based backbone is applied to reduce false positive object proposals, which further benefits our exploration on the relationship between recognition and reconstruction. Based on the accurate proposals, we leverage a mesh-aware latent code space to disentangle the processes of shape completion and mesh generation, relieving the ambiguity caused by the incomplete point observations. Furthermore, with access to the CAD model pool at test time, our model can also be used to improve the reconstruction quality by performing mesh retrieval without extra training. We thoroughly evaluate the reconstructed mesh quality with multiple metrics, and demonstrate the superiority of our method on the challenging ScanNet dataset. Code is available at \url{https://github.com/ashawkey/dimr}.

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="2203.16832")

Code

Syntology Ran 2 of 16 code samples harvested from 1 repository linked to this paper; 14 have no recorded run. Of those that ran: 2 ran · fixture could not drive it.

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

ashawkey/dimr officialmentioned in papermentioned on GitHubpytorchApache-2.0 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

16 samples harvested; 2 ran; 0 honoured the contract we drafted; 14 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.

2ran · fixture could not drive it
14unverified

Licence: 0 of the 16 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 ashawkey/dimr. “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.

make_coord ashawkey/dimr/model/bsp.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · 002a7e71085f0700 · report
voc_ap ashawkey/dimr/evaluation/iou/metrics.py official repository ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 95c31c78be42f723 · report
chamfer_distance ashawkey/dimr/evaluation/cd/metrics.py official repository unverified Apache-2.0 (permissive) · db0ecf50d179a176 · report
compute_mesh_iou ashawkey/dimr/evaluation/iou/metrics.py official repository unverified Apache-2.0 (permissive) · d29b83a50ca7413d · report
get_coords_color ashawkey/dimr/util/visualize.py official repository unverified Apache-2.0 (permissive) · 308f1be6b6077572 · report
get_instances ashawkey/dimr/util/utils_3d.py official repository unverified Apache-2.0 (permissive) · 4e07440bd3364b80 · report
get_iou ashawkey/dimr/evaluation/iou/metrics.py official repository unverified Apache-2.0 (permissive) · e3928e46e3ea2137 · report
huber_loss ashawkey/dimr/model/rfs.py official repository unverified Apache-2.0 (permissive) · 3e37ecc673899eb2 · report
intersectionAndUnion ashawkey/dimr/util/utils.py official repository unverified Apache-2.0 (permissive) · a75f890684e211c9 · report
is_power2 ashawkey/dimr/util/utils.py official repository unverified Apache-2.0 (permissive) · acda2d896528f730 · report
load_ids ashawkey/dimr/util/utils_3d.py official repository unverified Apache-2.0 (permissive) · 14f23821245c2d26 · report
nn_distance ashawkey/dimr/model/rfs.py official repository unverified Apache-2.0 (permissive) · 9f96ab7daaf63758 · report
non_max_suppression ashawkey/dimr/model/rfs.py official repository unverified Apache-2.0 (permissive) · ad0e905aaa1821e5 · report
read_txt ashawkey/dimr/util/visualize.py official repository unverified Apache-2.0 (permissive) · 1152f339832a3ce7 · report
reparametrize ashawkey/dimr/model/bsp.py official repository unverified Apache-2.0 (permissive) · e8fa8332e3980a60 · report
voc_ap ashawkey/dimr/evaluation/cd/metrics.py official repository unverified Apache-2.0 (permissive) · 8c98f95224124856 · report

Tasks

RetrievalScene Understanding

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