Papers › Non-Local Spatial Propagation Network for Depth Completion

Non-Local Spatial Propagation Network for Depth Completion

20 Jul 2020ECCV 2020 8arXiv:2007.10042archive 2025-07-28

Jinsun Park, Kyungdon Joo, Zhe Hu, Chi-Kuei Liu, In So Kweon

In this paper, we propose a robust and efficient end-to-end non-local spatial propagation network for depth completion. The proposed network takes RGB and sparse depth images as inputs and estimates non-local neighbors and their affinities of each pixel, as well as an initial depth map with pixel-wise confidences. The initial depth prediction is then iteratively refined by its confidence and non-local spatial propagation procedure based on the predicted non-local neighbors and corresponding affinities. Unlike previous algorithms that utilize fixed-local neighbors, the proposed algorithm effectively avoids irrelevant local neighbors and concentrates on relevant non-local neighbors during propagation. In addition, we introduce a learnable affinity normalization to better learn the affinity combinations compared to conventional methods. The proposed algorithm is inherently robust to the mixed-depth problem on depth boundaries, which is one of the major issues for existing depth estimation/completion algorithms. Experimental results on indoor and outdoor datasets demonstrate that the proposed algorithm is superior to conventional algorithms in terms of depth completion accuracy and robustness to the mixed-depth problem. Our implementation is publicly available on the project page.

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

Code

Syntology Ran 1 of 5 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 1 ran with no contract checked.

By repository: official repository: 5 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.

zzangjinsun/NLSPN_ECCV20 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

5 samples harvested; 1 ran; 0 honoured the contract we drafted; 4 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
4unverified

Licence: 0 of the 5 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 zzangjinsun/NLSPN_ECCV20. “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.

convert_str_to_num zzangjinsun/NLSPN_ECCV20/src/utility.py official repository ran MIT (permissive) · f8ca3cb40c015a0b · report
conv_bn_relu zzangjinsun/NLSPN_ECCV20/src/model/common.py official repository unverified MIT (permissive) · 6cb043ab22719b0a · report
get_resnet18 zzangjinsun/NLSPN_ECCV20/src/model/common.py official repository unverified MIT (permissive) · d3f8a892fddc538a · report
get_resnet34 zzangjinsun/NLSPN_ECCV20/src/model/common.py official repository unverified MIT (permissive) · 31c1784010ed8209 · report
make_optimizer_scheduler zzangjinsun/NLSPN_ECCV20/src/utility.py official repository unverified MIT (permissive) · ac1d9fa412ad7df0 · report

Tasks

Depth CompletionDepth EstimationDepth PredictionStereo-LiDAR Fusion

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Depth Completion KITTI Depth Completion NLSPN MAE 199.59 #4 of 16 Archive leaderboard report
Depth Completion KITTI Depth Completion NLSPN RMSE 741.68 #4 of 16 Archive leaderboard report
Depth Completion KITTI Depth Completion NLSPN Runtime [ms] 220 #4 of 16 Archive leaderboard report
Depth Completion KITTI Depth Completion NLSPN iMAE 0.84 #4 of 16 Archive leaderboard report
Depth Completion KITTI Depth Completion NLSPN iRMSE 1.99 #4 of 16 Archive leaderboard report
Depth Completion NYU-Depth V2 NLSPN REL 0.012 #1 of 3 Archive leaderboard report
Depth Completion NYU-Depth V2 NLSPN RMSE 0.092 #1 of 3 Archive leaderboard report
Depth Completion VOID NLSPN MAE 26.736 #1 of 6 Archive leaderboard report
Depth Completion VOID NLSPN RMSE 79.121 #1 of 6 Archive leaderboard report
Depth Completion VOID NLSPN iMAE 12.703 #1 of 6 Archive leaderboard report
Depth Completion VOID NLSPN iRMSE 33.876 #1 of 6 Archive leaderboard report
Stereo-LiDAR Fusion KITTI Depth Completion Validation NLSPN RMSE 771.8 #5 of 9 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