paper-with-me

Papers

An evaluation metric for object detection algorithms in autonomous navigation systems and its application to a real-time alerting system

2018-10-10 · 2018 25th IEEE International Conference on Image Processing (ICIP) 2018 10 · Harshitha Machiraju, Sumohana S. Channappayya

An autonomous navigation system relies on a number of sensors including radar, LIDAR and a visible light camera for its operation. We focus our attention on the visible light camera in this work. Object detection is the key first step to processing the video input from the camera. Specifically, we address the problem of assessing the performance of object detection algorithms in hazardous driving conditions that an autonomous navigation system is expected to encounter in a realistic scenario. To this end, we propose a novel metric for quantifying the degradation in performance of an object detection algorithm under different weather conditions. Additionally' we introduce a real-time method to detect extreme variations in performance of the algorithm that can be used to issue an alert. We evaluate the performance of our metric and alerting system and demonstrate its utility using the YOLOv2 object detection algorithm trained on the KITTI and virtual KITTI dataset.

📄 PDF Abstract BibTeX

Code (1)

code-Assasin/Realtime-Alerting-System-for-Autonomous-Vehicles

Tasks

Autonomous NavigationObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Batch Normalization 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Darknet-19 설명 없음

Similar Papers 제목 키워드 기반

A Quality Index Metric and Method for Online Self-Assessment of Autonomous Vehicles Sensory Perception

2022-03-04 · Ce Zhang, Azim Eskandarian

Reliable object detection using cameras plays a crucial role in enabling autonomous vehicles to perceive their surroundings. However, existing camera-based object detection approaches for autonomous driving lack the abil…

Autonomous DrivingAutonomous VehiclesObjectobject-detection+3

Investigating the Impact of Multi-LiDAR Placement on Object Detection for Autonomous Driving

2021-05-02 · CVPR 2022 1 · Hanjiang Hu, Zuxin Liu, Sharad Chitlangia, Akhil Agnihotri 외

The past few years have witnessed an increasing interest in improving the perception performance of LiDARs on autonomous vehicles. While most of the existing works focus on developing new deep learning algorithms or mode…

3D Object DetectionAutonomous DrivingAutonomous VehiclesObject+2

Risk Ranked Recall: Collision Safety Metric for Object Detection Systems in Autonomous Vehicles

2021-06-08 · Ayoosh Bansal, Jayati Singh, Micaela Verucchi, Marco Caccamo 외

Commonly used metrics for evaluation of object detection systems (precision, recall, mAP) do not give complete information about their suitability of use in safety critical tasks, like obstacle detection for collision av…

Autonomous VehiclesCollision AvoidanceObjectobject-detection+1

LSM: A Comprehensive Metric for Assessing the Safety of Lane Detection Systems in Autonomous Driving

2024-07-10 · Jörg Gamerdinger, Sven Teufel, Stephan Amann, Georg Volk 외

Comprehensive perception of the vehicle's environment and correct interpretation of the environment are crucial for the safe operation of autonomous vehicles. The perception of surrounding objects is the main component f…

Autonomous DrivingAutonomous VehiclesLane DetectionObject+3

A Review and Comparative Study on Probabilistic Object Detection in Autonomous Driving

2020-11-20 · Di Feng, Ali Harakeh, Steven Waslander, Klaus Dietmayer

Capturing uncertainty in object detection is indispensable for safe autonomous driving. In recent years, deep learning has become the de-facto approach for object detection, and many probabilistic object detectors have b…

Autonomous DrivingObjectobject-detectionObject Detection