Papers › Self-supervised Adversarial Training of Monocular Depth Estimation against...

Self-supervised Adversarial Training of Monocular Depth Estimation against Physical-World Attacks

9 Jun 2024arXiv:2406.05857archive 2025-07-28

Zhiyuan Cheng, Cheng Han, James Liang, Qifan Wang, Xiangyu Zhang, Dongfang Liu

Monocular Depth Estimation (MDE) plays a vital role in applications such as autonomous driving. However, various attacks target MDE models, with physical attacks posing significant threats to system security. Traditional adversarial training methods, which require ground-truth labels, are not directly applicable to MDE models that lack ground-truth depth. Some self-supervised model hardening techniques (e.g., contrastive learning) overlook the domain knowledge of MDE, resulting in suboptimal performance. In this work, we introduce a novel self-supervised adversarial training approach for MDE models, leveraging view synthesis without the need for ground-truth depth. We enhance adversarial robustness against real-world attacks by incorporating L_0-norm-bounded perturbation during training. We evaluate our method against supervised learning-based and contrastive learning-based approaches specifically designed for MDE. Our experiments with two representative MDE networks demonstrate improved robustness against various adversarial attacks, with minimal impact on benign performance.

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

Code

Syntology Ran 11 of 17 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 1 ran · fixture could not drive it; 8 ran with no contract checked.

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

Bob-cheng/DepthModelHardening officialmentioned in paperpytorchMIT 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

17 samples harvested; 11 ran; 1 honoured the contract we drafted; 6 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 · honoured contract
1ran · violated contract
1ran · fixture could not drive it
8ran
6unverified

Licence: 0 of the 17 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 bob-cheng/depthmodelhardening. “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.

batch_post_process_disparity bob-cheng/depthmodelhardening/DepthNetworks/monodepth2/evaluate_depth.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · a8814cc5c348b987 · report
compute_ate Bob-cheng/DepthModelHardening/DepthNetworks/depth-hints/evaluate_pose.py official repository ran fingerprinted MIT (permissive) · cccc24a3d20a9987 · report
compute_errors bob-cheng/depthmodelhardening/DepthNetworks/monodepth2/evaluate_depth.py official repository ran · violated contract fingerprinted MIT (permissive) · 71a2780a460fb55e · report
compute_errors Bob-cheng/DepthModelHardening/DepthNetworks/depth-hints/evaluate_depth_old.py official repository ran · honoured contract fingerprinted MIT (permissive) · edd4f86e8f02732f · report
disp_to_depth Bob-cheng/DepthModelHardening/depth_model.py official repository ran MIT (permissive) · 62287188376f0ba0 · report
disp_to_depth Bob-cheng/DepthModelHardening/my_utils.py official repository ran MIT (permissive) · 5ddbb1ceaa5ee4e9 · report
dump_xyz Bob-cheng/DepthModelHardening/DepthNetworks/depth-hints/evaluate_pose.py official repository ran fingerprinted MIT (permissive) · 0881d8bc3d8f6958 · report
get_mean_depth_diff Bob-cheng/DepthModelHardening/my_utils.py official repository ran MIT (permissive) · dde6b59baec616a6 · report
lin_interp Bob-cheng/DepthModelHardening/dataLoader.py official repository ran fingerprinted MIT (permissive) · deb9787d1bb70773 · report
load_and_preprocess_intrinsics Bob-cheng/DepthModelHardening/depth_model.py official repository ran MIT (permissive) · 15cbf0f1a95fa7c0 · report
readPathFiles Bob-cheng/DepthModelHardening/dataLoader.py official repository ran MIT (permissive) · 28f0d87414159ae0 · report
eval_depth_diff Bob-cheng/DepthModelHardening/my_utils.py official repository unverified MIT (permissive) · 70e2744feb71bee5 · report
import_depth_model Bob-cheng/DepthModelHardening/depth_model.py official repository unverified MIT (permissive) · 5fd18fbd334c67fe · report
pil_loader Bob-cheng/DepthModelHardening/dataLoader.py official repository unverified MIT (permissive) · 803f2bd90f370619 · report
process_car_img Bob-cheng/DepthModelHardening/image_preprocess.py official repository unverified MIT (permissive) · 1c9e00a872e5f1ca · report
process_img Bob-cheng/DepthModelHardening/image_preprocess.py official repository unverified MIT (permissive) · 15fe5d7084a8f164 · report
process_mask Bob-cheng/DepthModelHardening/image_preprocess.py official repository unverified MIT (permissive) · 3cafefe1573485fd · report

Tasks

Adversarial RobustnessAutonomous DrivingContrastive LearningDepth 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