paper-with-me

Papers

UNCOVER: Unknown Class Object Detection for Autonomous Vehicles in Real-time

2024-12-05 · Lars Schmarje, Kaspar Sakman, Reinhard Koch, Dan Zhang

Autonomous driving (AD) operates in open-world scenarios, where encountering unknown objects is inevitable. However, standard object detectors trained on a limited number of base classes tend to ignore any unknown objects, posing potential risks on the road. To address this, it is important to learn a generic rather than a class specific objectness from objects seen during training. We therefore introduce an occupancy prediction together with bounding box regression. It learns to score the objectness by calculating the ratio of the predicted area occupied by actual objects. To enhance its generalizability, we increase the object diversity by exploiting data from other domains via Mosaic and Mixup augmentation. The objects outside the AD training classes are classified as a newly added out-of-distribution (OOD) class. Our solution UNCOVER, for UNknown Class Object detection for autonomous VEhicles in Real-time, excels at achieving both real-time detection and high recall of unknown objects on challenging AD benchmarks. To further attain very low false positive rates, particularly for close objects, we introduce a post-hoc filtering step that utilizes geometric cues extracted from the depth map, typically available within the AD system.

📄 PDF Abstract BibTeX arXiv:2412.03986

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingAutonomous VehiclesObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

BASE 설명 없음
Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Multimodal Detection of Unknown Objects on Roads for Autonomous Driving

2022-05-03 · Daniel Bogdoll, Enrico Eisen, Maximilian Nitsche, Christin Scheib 외

Tremendous progress in deep learning over the last years has led towards a future with autonomous vehicles on our roads. Nevertheless, the performance of their perception systems is strongly dependent on the quality of t…

Anomaly DetectionAutonomous DrivingAutonomous Vehicles

SalienDet: A Saliency-based Feature Enhancement Algorithm for Object Detection for Autonomous Driving

2023-05-11 · Ning Ding, Ce Zhang, Azim Eskandarian

Object detection (OD) is crucial to autonomous driving. On the other hand, unknown objects, which have not been seen in training sample set, are one of the reasons that hinder autonomous vehicles from driving beyond the …

Autonomous DrivingAutonomous VehiclesIncremental LearningObject+3

HD-OOD3D: Supervised and Unsupervised Out-of-Distribution object detection in LiDAR data

2024-10-31 · Louis Soum-Fontez, Jean-Emmanuel Deschaud, François Goulette

Autonomous systems rely on accurate 3D object detection from LiDAR data, yet most detectors are limited to a predefined set of known classes, making them vulnerable to unexpected out-of-distribution (OOD) objects. In thi…

3D Object DetectionObjectobject-detectionObject Detection+1

Uncertainty Aware Proposal Segmentation for Unknown Object Detection

2021-11-25 · Yimeng Li, Jana Kosecka

Recent efforts in deploying Deep Neural Networks for object detection in real world applications, such as autonomous driving, assume that all relevant object classes have been observed during training. Quantifying the pe…

Autonomous DrivingObjectobject-detectionObject Detection+3

From Open Vocabulary to Open World: Teaching Vision Language Models to Detect Novel Objects

2024-11-27 · Zizhao Li, Zhengkang Xiang, Joseph West, Kourosh Khoshelham

Traditional object detection methods operate under the closed-set assumption, where models can only detect a fixed number of objects predefined in the training set. Recent works on open vocabulary object detection (OVD) …

Autonomous DrivingObjectobject-detectionObject Detection+3