paper-with-me

Papers

OpenNet: Incremental Learning for Autonomous Driving Object Detection with Balanced Loss

2023-11-25 · Zezhou Wang, Guitao Cao, Xidong Xi, Jiangtao Wang

Automated driving object detection has always been a challenging task in computer vision due to environmental uncertainties. These uncertainties include significant differences in object sizes and encountering the class unseen. It may result in poor performance when traditional object detection models are directly applied to automated driving detection. Because they usually presume fixed categories of common traffic participants, such as pedestrians and cars. Worsely, the huge class imbalance between common and novel classes further exacerbates performance degradation. To address the issues stated, we propose OpenNet to moderate the class imbalance with the Balanced Loss, which is based on Cross Entropy Loss. Besides, we adopt an inductive layer based on gradient reshaping to fast learn new classes with limited samples during incremental learning. To against catastrophic forgetting, we employ normalized feature distillation. By the way, we improve multi-scale detection robustness and unknown class recognition through FPN and energy-based detection, respectively. The Experimental results upon the CODA dataset show that the proposed method can obtain better performance than that of the existing methods.

📄 PDF Abstract BibTeX arXiv:2311.14939

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingIncremental LearningObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

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…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
FPN 설명 없음

Similar Papers 제목 키워드 기반

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

CLAD: A realistic Continual Learning benchmark for Autonomous Driving

2022-10-07 · Eli Verwimp, Kuo Yang, Sarah Parisot, Hong Lanqing 외

In this paper we describe the design and the ideas motivating a new Continual Learning benchmark for Autonomous Driving (CLAD), that focuses on the problems of object classification and object detection. The benchmark ut…

Autonomous DrivingContinual LearningObjectobject-detection+2

Generalized Few-Shot 3D Object Detection of LiDAR Point Cloud for Autonomous Driving

2023-02-08 · Jiawei Liu, Xingping Dong, Sanyuan Zhao, Jianbing Shen

Recent years have witnessed huge successes in 3D object detection to recognize common objects for autonomous driving (e.g., vehicles and pedestrians). However, most methods rely heavily on a large amount of well-labeled …

3D Object DetectionAutonomous Drivingobject-detectionObject Detection

An Efficient Domain-Incremental Learning Approach to Drive in All Weather Conditions

2022-04-19 · M. Jehanzeb Mirza, Marc Masana, Horst Possegger, Horst Bischof

Although deep neural networks enable impressive visual perception performance for autonomous driving, their robustness to varying weather conditions still requires attention. When adapting these models for changed enviro…

AllAutonomous DrivingIncremental Learningobject-detection+1

Towards Generalized and Incremental Few-Shot Object Detection

2021-09-23 · Yiting Li, Haiyue Zhu, Jun Ma, Chek Sing Teo 외

Real-world object detection is highly desired to be equipped with the learning expandability that can enlarge its detection classes incrementally. Moreover, such learning from only few annotated training samples further …

Autonomous DrivingContinual LearningFew-Shot LearningFew-Shot Object Detection+3