paper-with-me

Papers

Road Obstacle Detection based on Unknown Objectness Scores

2024-03-27 · Chihiro Noguchi, Toshiaki Ohgushi, Masao Yamanaka

The detection of unknown traffic obstacles is vital to ensure safe autonomous driving. The standard object-detection methods cannot identify unknown objects that are not included under predefined categories. This is because object-detection methods are trained to assign a background label to pixels corresponding to the presence of unknown objects. To address this problem, the pixel-wise anomaly-detection approach has attracted increased research attention. Anomaly-detection techniques, such as uncertainty estimation and perceptual difference from reconstructed images, make it possible to identify pixels of unknown objects as out-of-distribution (OoD) samples. However, when applied to images with many unknowns and complex components, such as driving scenes, these methods often exhibit unstable performance. The purpose of this study is to achieve stable performance for detecting unknown objects by incorporating the object-detection fashions into the pixel-wise anomaly detection methods. To achieve this goal, we adopt a semantic-segmentation network with a sigmoid head that simultaneously provides pixel-wise anomaly scores and objectness scores. Our experimental results show that the objectness scores play an important role in improving the detection performance. Based on these results, we propose a novel anomaly score by integrating these two scores, which we term as unknown objectness score. Quantitative evaluations show that the proposed method outperforms state-of-the-art methods when applied to the publicly available datasets.

📄 PDF Abstract BibTeX arXiv:2403.18207

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionAutonomous Drivingobject-detectionObject DetectionSemantic Segmentation

Similar Papers 제목 키워드 기반

PROB: Probabilistic Objectness for Open World Object Detection

2022-12-02 · CVPR 2023 1 · Orr Zohar, Kuan-Chieh Wang, Serena Yeung

Open World Object Detection (OWOD) is a new and challenging computer vision task that bridges the gap between classic object detection (OD) benchmarks and object detection in the real world. In addition to detecting and …

Objectobject-detectionObject DetectionOpen World Object Detection

Decoupled PROB: Decoupled Query Initialization Tasks and Objectness-Class Learning for Open World Object Detection

2025-07-17 · Riku Inoue, Masamitsu Tsuchiya, Yuji Yasui

Open World Object Detection (OWOD) is a challenging computer vision task that extends standard object detection by (1) detecting and classifying unknown objects without supervision, and (2) incrementally learning new obj…

object-detectionObject DetectionOpen World Object Detection

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 object…

Autonomous DrivingAutonomous VehiclesObjectobject-detection+1

Objectomaly: Objectness-Aware Refinement for OoD Segmentation with Structural Consistency and Boundary Precision

2025-07-10 · Jeonghoon Song, Sunghun Kim, Jaegyun Im, Byeongjoon Noh

Out-of-Distribution (OoD) segmentation is critical for safety-sensitive applications like autonomous driving. However, existing mask-based methods often suffer from boundary imprecision, inconsistent anomaly scores withi…

Autonomous Driving

Road Anomaly Detection by Partial Image Reconstruction With Segmentation Coupling

2021-01-01 · ICCV 2021 10 · Tomas Vojir, Tomas Sipka, Rahaf Aljundi, Nikolay Chumerin 외

We present a novel approach to the detection of unknown objects in the context of autonomous driving. The problem is formulated as anomaly detection, since we assume that the unknown stuff or object appearance cannot…

Anomaly DetectionAutonomous DrivingImage ReconstructionSegmentation+1