paper-with-me

Papers

Out-of-Distribution Detection for Monocular Depth Estimation

2023-08-11 · ICCV 2023 1 · Julia Hornauer, Adrian Holzbock, Vasileios Belagiannis

In monocular depth estimation, uncertainty estimation approaches mainly target the data uncertainty introduced by image noise. In contrast to prior work, we address the uncertainty due to lack of knowledge, which is relevant for the detection of data not represented by the training distribution, the so-called out-of-distribution (OOD) data. Motivated by anomaly detection, we propose to detect OOD images from an encoder-decoder depth estimation model based on the reconstruction error. Given the features extracted with the fixed depth encoder, we train an image decoder for image reconstruction using only in-distribution data. Consequently, OOD images result in a high reconstruction error, which we use to distinguish between in- and out-of-distribution samples. We built our experiments on the standard NYU Depth V2 and KITTI benchmarks as in-distribution data. Our post hoc method performs astonishingly well on different models and outperforms existing uncertainty estimation approaches without modifying the trained encoder-decoder depth estimation model.

📄 PDF Abstract BibTeX arXiv:2308.06072

Code (1)

jhornauer/mde_ood 공식 구현 pytorch

Tasks

Anomaly DetectionDecoderDepth EstimationImage ReconstructionMonocular Depth EstimationOut-of-Distribution Detection

Methods 이 논문이 사용한 방법론

HOC 설명 없음

Similar Papers 제목 키워드 기반

Categorical Depth Distribution Network for Monocular 3D Object Detection

2021-03-01 · CVPR 2021 1 · Cody Reading, Ali Harakeh, Julia Chae, Steven L. Waslander

Monocular 3D object detection is a key problem for autonomous vehicles, as it provides a solution with simple configuration compared to typical multi-sensor systems. The main challenge in monocular 3D detection lies in a…

3D Object DetectionAutonomous VehiclesDepth EstimationMonocular 3D Object Detection+3

Task-Aware Monocular Depth Estimation for 3D Object Detection

2019-09-17 · Xinlong Wang, Wei Yin, Tao Kong, Yuning Jiang 외

Monocular depth estimation enables 3D perception from a single 2D image, thus attracting much research attention for years. Almost all methods treat foreground and background regions ("things and stuff") in an image equa…

3D Object Detection3D Object RecognitionDepth EstimationDepth Prediction+5

Revisiting Monocular 3D Object Detection from Scene-Level Depth Retargeting to Instance-Level Spatial Refinement

2024-12-26 · Qiude Zhang, Chunyu Lin, Zhijie Shen, Nie Lang 외

Monocular 3D object detection is challenging due to the lack of accurate depth. However, existing depth-assisted solutions still exhibit inferior performance, whose reason is universally acknowledged as the unsatisfactor…

3D Object DetectionDepth EstimationMonocular 3D Object DetectionMonocular Depth Estimation+3

Diversity Matters: Fully Exploiting Depth Clues for Reliable Monocular 3D Object Detection

2022-05-19 · CVPR 2022 1 · Zhuoling Li, Zhan Qu, Yang Zhou, Jianzhuang Liu 외

As an inherently ill-posed problem, depth estimation from single images is the most challenging part of monocular 3D object detection (M3OD). Many existing methods rely on preconceived assumptions to bridge the missing s…

3D Object DetectionDepth EstimationDiversityMonocular 3D Object Detection+3

Error Diagnosis of Deep Monocular Depth Estimation Models

2021-11-15 · Jagpreet Chawla, Nikhil Thakurdesai, Anuj Godase, Md Reza 외

Estimating depth from a monocular image is an ill-posed problem: when the camera projects a 3D scene onto a 2D plane, depth information is inherently and permanently lost. Nevertheless, recent work has shown impressive r…

Depth EstimationDepth PredictionMonocular Depth Estimation