Papers › Towards Better Data Exploitation in Self-Supervised Monocular Depth Estimation

Towards Better Data Exploitation in Self-Supervised Monocular Depth Estimation

11 Sep 2023arXiv:2309.05254archive 2025-07-28

Jinfeng Liu, Lingtong Kong, Jie Yang, Wei Liu

Depth estimation plays an important role in the robotic perception system. Self-supervised monocular paradigm has gained significant attention since it can free training from the reliance on depth annotations. Despite recent advancements, existing self-supervised methods still underutilize the available training data, limiting their generalization ability. In this paper, we take two data augmentation techniques, namely Resizing-Cropping and Splitting-Permuting, to fully exploit the potential of training datasets. Specifically, the original image and the generated two augmented images are fed into the training pipeline simultaneously and we leverage them to conduct self-distillation. Additionally, we introduce the detail-enhanced DepthNet with an extra full-scale branch in the encoder and a grid decoder to enhance the restoration of fine details in depth maps. Experimental results demonstrate our method can achieve state-of-the-art performance on the KITTI benchmark, with both raw ground truth and improved ground truth. Moreover, our models also show superior generalization performance when transferring to Make3D and NYUv2 datasets. Our codes are available at https://github.com/Sauf4896/BDEdepth.

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

Code

Syntology Ran 13 of 15 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 11 ran with no contract checked.

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

LiuJF1226/BDEdepth 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

15 samples harvested; 13 ran; 0 honoured the contract we drafted; 2 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 · our draft was wrong
11ran
2unverified

Licence: 0 of the 15 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 LiuJF1226/BDEdepth. “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.

compute_errors LiuJF1226/BDEdepth/evaluate_depth.py official repository ran fingerprinted MIT (permissive) · e2188805a6ab6f90 · report
concat_image_seq LiuJF1226/BDEdepth/prepare_cityscapes.py official repository ran MIT (permissive) · 544b6e34da1bddf0 · report
conv1x1 LiuJF1226/BDEdepth/networks/hrnet.py official repository ran · our draft was wrong MIT (permissive) · d9def42110729a85 · report
conv3x3 LiuJF1226/BDEdepth/networks/hrnet.py official repository ran · our draft was wrong MIT (permissive) · 160bb14bd76201b4 · report
cosine_schedule_with_warmup LiuJF1226/BDEdepth/utils.py official repository ran MIT (permissive) · a607a2f6dbab30e7 · report
disp_to_depth LiuJF1226/BDEdepth/layers.py official repository ran MIT (permissive) · 62287188376f0ba0 · report
get_translation_matrix LiuJF1226/BDEdepth/layers.py official repository ran fingerprinted MIT (permissive) · 955112f5788539a8 · report
load_velodyne_points LiuJF1226/BDEdepth/kitti_utils.py official repository ran MIT (permissive) · 8bfc895e86bfc7bc · report
read_calib_file LiuJF1226/BDEdepth/kitti_utils.py official repository ran MIT (permissive) · ff833c099a80a327 · report
readlines LiuJF1226/BDEdepth/utils.py official repository ran MIT (permissive) · 859a6ec5fa262fcb · report
resnet_multiimage_input LiuJF1226/BDEdepth/networks/posenet.py official repository ran MIT (permissive) · ab7c813560099f29 · report
sub2ind LiuJF1226/BDEdepth/kitti_utils.py official repository ran MIT (permissive) · 04e9b96b63844176 · report
transformation_from_parameters LiuJF1226/BDEdepth/layers.py official repository ran MIT (permissive) · cdc03d6bfc4d3a34 · report
batch_post_process_disparity LiuJF1226/BDEdepth/evaluate_depth.py official repository unverified MIT (permissive) · 6e1c3c123351222b · report
load_model LiuJF1226/BDEdepth/evaluate_depth.py official repository unverified MIT (permissive) · c27024ff816b4cdf · report

Tasks

Data AugmentationDecoderDepth EstimationMonocular Depth Estimation

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