Papers › DenseFusion: 6D Object Pose Estimation by Iterative Dense Fusion

DenseFusion: 6D Object Pose Estimation by Iterative Dense Fusion

15 Jan 2019CVPR 2019 6arXiv:1901.04780archive 2025-07-28

Chen Wang, Danfei Xu, Yuke Zhu, Roberto Martín-Martín, Cewu Lu, Li Fei-Fei, Silvio Savarese

A key technical challenge in performing 6D object pose estimation from RGB-D image is to fully leverage the two complementary data sources. Prior works either extract information from the RGB image and depth separately or use costly post-processing steps, limiting their performances in highly cluttered scenes and real-time applications. In this work, we present DenseFusion, a generic framework for estimating 6D pose of a set of known objects from RGB-D images. DenseFusion is a heterogeneous architecture that processes the two data sources individually and uses a novel dense fusion network to extract pixel-wise dense feature embedding, from which the pose is estimated. Furthermore, we integrate an end-to-end iterative pose refinement procedure that further improves the pose estimation while achieving near real-time inference. Our experiments show that our method outperforms state-of-the-art approaches in two datasets, YCB-Video and LineMOD. We also deploy our proposed method to a real robot to grasp and manipulate objects based on the estimated pose.

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

Code

Syntology Ran 1 of 19 code samples harvested from 3 repositories linked to this paper; 18 have no recorded run. Of those that ran: 1 ran with no contract checked.

By repository: community (archive-listed): 19 samples from 3 repositories, 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.

RiplleYang/DenseFusion mentioned on GitHubpytorchMIT report
Theopetitjean/DenseFusion_R_Invariant mentioned on GitHubpytorch report
Yotonctu/densefusion_torch1.0 mentioned on GitHubpytorchMIT report
caoquan95/6D-pose-project mentioned on GitHubpytorchMIT report
cxt98/Densefusion-transparency mentioned on GitHubpytorch report
hz-ants/DenseFusion mentioned on GitHubpytorchMIT report
j96w/DenseFusion mentioned 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

19 samples harvested; 1 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.

1ran
18unverified

Licence: 0 of the 19 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 3 repositories linked to this paper, official or community; each sample names its own and says which. “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 RiplleYang/DenseFusion/lib/extractors.py community (archive-listed) ran MIT (permissive) · 48f5a5ec1d5dd2ef · report
depth_to_img caoquan95/6D-pose-project/lib/utils.py community (archive-listed) unverified MIT (permissive) · 9ed4d18190c7e529 · report
get_bbox cxt98/Densefusion-transparency/tools/eval_ycb.py community (archive-listed) unverified MIT (permissive) · e1034ecabd32d150 · report
get_bbox RiplleYang/DenseFusion/datasets/linemod/dataset.py community (archive-listed) unverified MIT (permissive) · 8a2471fdc7dceb0b · report
im_convert caoquan95/6D-pose-project/lib/utils.py community (archive-listed) unverified MIT (permissive) · 0b035b9e712d31ef · report
im_grad caoquan95/6D-pose-project/lib/loss_depth.py community (archive-listed) unverified MIT (permissive) · fec9b68daa13babb · report
lg10 caoquan95/6D-pose-project/lib/evaluate.py community (archive-listed) unverified MIT (permissive) · d57dd7273b4e8018 · report
loss_calculation RiplleYang/DenseFusion/vanilla_segmentation/loss.py community (archive-listed) unverified MIT (permissive) · 18bb339914e06ee3 · report
mask_to_bbox RiplleYang/DenseFusion/datasets/linemod/dataset.py community (archive-listed) unverified MIT (permissive) · d5126224280f4f78 · report
maxOfTwo caoquan95/6D-pose-project/lib/evaluate.py community (archive-listed) unverified MIT (permissive) · b23b47d4dad4cda6 · report
nValid caoquan95/6D-pose-project/lib/evaluate.py community (archive-listed) unverified MIT (permissive) · 46532fb6e38ef70c · report
ply_vtx RiplleYang/DenseFusion/datasets/linemod/dataset.py community (archive-listed) unverified MIT (permissive) · a58ba2b376ee7937 · report
reflection_matrix RiplleYang/DenseFusion/lib/transformations.py community (archive-listed) unverified MIT (permissive) · f7f6bfdeee237f86 · report
resnet18 RiplleYang/DenseFusion/lib/extractors.py community (archive-listed) unverified MIT (permissive) · 05c290474d8f5351 · report
resnet34 RiplleYang/DenseFusion/lib/extractors.py community (archive-listed) unverified MIT (permissive) · 55172193d5361242 · report
setup_logger RiplleYang/DenseFusion/lib/utils.py community (archive-listed) unverified MIT (permissive) · 490a3289069aba9a · report
setup_logger caoquan95/6D-pose-project/lib/utils.py community (archive-listed) unverified MIT (permissive) · 5f693bbf3296854b · report
translation_from_matrix RiplleYang/DenseFusion/lib/transformations.py community (archive-listed) unverified MIT (permissive) · 77cb383b0cd2a54e · report
translation_matrix RiplleYang/DenseFusion/lib/transformations.py community (archive-listed) unverified MIT (permissive) · edeb1406911ce025 · report

Tasks

3D Object Detection6D Pose Estimation6D Pose Estimation using RGBDObjectPose Estimation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
3D Object Detection DTTD-Mobile DenseFusion ADD AUC 69.67 #2 of 5 Archive leaderboard report
3D Object Detection DTTD-Mobile DenseFusion ADD-S AUC 85.88 #2 of 5 Archive leaderboard report
6D Pose Estimation LineMOD DenseFusion Accuracy (ADD) 94.3 #4 of 5 Archive leaderboard report
6D Pose Estimation YCB-Video DenseFusion ADDS AUC 93.1 #9 of 10 Archive leaderboard report
6D Pose Estimation using RGBD LineMOD DeepFusion Mean ADD 94.3 #5 of 8 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