UNCOVER: Unknown Class Object Detection for Autonomous Vehicles in Real-time
Lars Schmarje, Kaspar Sakman, Reinhard Koch, Dan Zhang

TL;DR
UNCOVER is a real-time detection method for autonomous vehicles that identifies unknown objects by learning objectness and using data augmentation, achieving high recall and low false positives in open-world scenarios.
Contribution
It introduces a novel occupancy prediction approach combined with data augmentation to detect unknown objects in autonomous driving, enhancing generalization and real-time performance.
Findings
Achieves high recall of unknown objects in benchmarks.
Maintains real-time detection speeds.
Reduces false positives with geometric filtering.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Autonomous Vehicle Technology and Safety · Vehicle License Plate Recognition
MethodsBalanced Selection · Mixup
