Papers › Cooperative Holistic Scene Understanding: Unifying 3D Object, Layout, and Camera Pose...

Cooperative Holistic Scene Understanding: Unifying 3D Object, Layout, and Camera Pose Estimation

31 Oct 2018NeurIPS 2018 12arXiv:1810.13049archive 2025-07-28

Siyuan Huang, Siyuan Qi, Yinxue Xiao, Yixin Zhu, Ying Nian Wu, Song-Chun Zhu

Holistic 3D indoor scene understanding refers to jointly recovering the i) object bounding boxes, ii) room layout, and iii) camera pose, all in 3D. The existing methods either are ineffective or only tackle the problem partially. In this paper, we propose an end-to-end model that simultaneously solves all three tasks in real-time given only a single RGB image. The essence of the proposed method is to improve the prediction by i) parametrizing the targets (e.g., 3D boxes) instead of directly estimating the targets, and ii) cooperative training across different modules in contrast to training these modules individually. Specifically, we parametrize the 3D object bounding boxes by the predictions from several modules, i.e., 3D camera pose and object attributes. The proposed method provides two major advantages: i) The parametrization helps maintain the consistency between the 2D image and the 3D world, thus largely reducing the prediction variances in 3D coordinates. ii) Constraints can be imposed on the parametrization to train different modules simultaneously. We call these constraints "cooperative losses" as they enable the joint training and inference. We employ three cooperative losses for 3D bounding boxes, 2D projections, and physical constraints to estimate a geometrically consistent and physically plausible 3D scene. Experiments on the SUN RGB-D dataset shows that the proposed method significantly outperforms prior approaches on 3D object detection, 3D layout estimation, 3D camera pose estimation, and holistic scene understanding.

PaperPDFConference PDFCodeCode 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="1810.13049")

Code

Syntology Ran 1 of 18 code samples harvested from 1 repository linked to this paper; 17 have no recorded run. Of those that ran: 1 ran · our draft was wrong.

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

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; 1 ran; 0 honoured the contract we drafted; 17 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.

1ran · our draft was wrong
17unverified

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 thusiyuan/cooperative_scene_parsing. “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.

conv3x3 thusiyuan/cooperative_scene_parsing/models/resnet.py official repository ran · our draft was wrong MIT (permissive) · fac5364e2f53c6db · report
basis_from_ori thusiyuan/cooperative_scene_parsing/utils/net_utils.py official repository unverified MIT (permissive) · d7d70eec1f26a2ee · report
conv thusiyuan/cooperative_scene_parsing/utils/net_utils.py official repository unverified MIT (permissive) · b3b1caa583de1ef2 · report
flip_towards_viewer thusiyuan/cooperative_scene_parsing/utils/sunrgbd_utils.py official repository unverified MIT (permissive) · d00913003a1ae7d1 · report
get_corners_of_bb3d thusiyuan/cooperative_scene_parsing/utils/net_utils.py official repository unverified MIT (permissive) · d070fe9a565666f7 · report
get_corners_of_bb3d thusiyuan/cooperative_scene_parsing/utils/sunrgbd_utils.py official repository unverified MIT (permissive) · dbcddde3dfca915c · report
get_corners_of_bb3d_no_index thusiyuan/cooperative_scene_parsing/utils/sunrgbd_utils.py official repository unverified MIT (permissive) · df2844ad942a7725 · report
hex_to_rgb thusiyuan/cooperative_scene_parsing/utils/vis_utils.py official repository unverified MIT (permissive) · a93788c49d78992f · report
plot_cuboid thusiyuan/cooperative_scene_parsing/utils/vis_utils.py official repository unverified MIT (permissive) · eabf66badd22efef · report
resnet18 thusiyuan/cooperative_scene_parsing/models/resnet.py official repository unverified MIT (permissive) · c5c7080f6ecf3d19 · report
resnet34 thusiyuan/cooperative_scene_parsing/models/resnet.py official repository unverified MIT (permissive) · da793c6ec62d1b24 · report
rotation_matrix_3d_x thusiyuan/cooperative_scene_parsing/utils/camera_utils.py official repository unverified MIT (permissive) · e35af01f865dda39 · report
rotation_matrix_3d_y thusiyuan/cooperative_scene_parsing/utils/camera_utils.py official repository unverified MIT (permissive) · fcc42a597d7af788 · report
rotation_matrix_3d_z thusiyuan/cooperative_scene_parsing/utils/camera_utils.py official repository unverified MIT (permissive) · 61e36ec80c121182 · report
set_logger thusiyuan/cooperative_scene_parsing/config.py official repository unverified MIT (permissive) · 5d5053380b78ff19 · report
show_2dboxes thusiyuan/cooperative_scene_parsing/utils/vis_utils.py official repository unverified MIT (permissive) · 2b3009efbb7c1daa · report
show_2dboxes thusiyuan/cooperative_scene_parsing/preprocess/sunrgbd/sunrgbd_visualize.py official repository unverified MIT (permissive) · 7f8010cad4b21210 · report
show_2dcorner thusiyuan/cooperative_scene_parsing/preprocess/sunrgbd/sunrgbd_visualize.py official repository unverified MIT (permissive) · aa3870a02a8d9ff8 · report

Tasks

3D Object DetectionCamera Pose EstimationMonocular 3D Object DetectionObjectObject DetectionPose EstimationRoom Layout EstimationScene Understandingobject-detection

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Monocular 3D Object Detection SUN RGB-D Cooperative AP@0.15 (10 / NYU-37) 23.65 #5 of 7 Archive leaderboard report
Monocular 3D Object Detection SUN RGB-D Cooperative AP@0.15 (10 / PNet-30) 23.65 #5 of 7 Archive leaderboard report
Monocular 3D Object Detection SUN RGB-D Cooperative AP@0.15 (NYU-37) 12.23 #5 of 7 Archive leaderboard report
Room Layout Estimation SUN RGB-D Cooperative Camera Pitch 3.28 #5 of 7 Archive leaderboard report
Room Layout Estimation SUN RGB-D Cooperative Camera Roll 2.19 #5 of 7 Archive leaderboard report
Room Layout Estimation SUN RGB-D Cooperative IoU 56.9 #5 of 7 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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