paper-with-me

Papers

Focal Loss in 3D Object Detection

2018-09-17 · Peng Yun, Lei Tai, Yu-An Wang, Chengju Liu, Ming Liu

3D object detection is still an open problem in autonomous driving scenes. When recognizing and localizing key objects from sparse 3D inputs, autonomous vehicles suffer from a larger continuous searching space and higher fore-background imbalance compared to image-based object detection. In this paper, we aim to solve this fore-background imbalance in 3D object detection. Inspired by the recent use of focal loss in image-based object detection, we extend this hard-mining improvement of binary cross entropy to point-cloud-based object detection and conduct experiments to show its performance based on two different 3D detectors: 3D-FCN and VoxelNet. The evaluation results show up to 11.2AP gains through the focal loss in a wide range of hyperparameters for 3D object detection.

📄 PDF Abstract BibTeX arXiv:1809.06065

Code (1)

pyun-ram/FL3D 공식 구현 tf

Tasks

3D Object DetectionAutonomous DrivingAutonomous VehiclesObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…

Similar Papers 제목 키워드 기반

Automated Focal Loss for Image based Object Detection

2019-04-19 · Michael Weber, Michael Fürst, J. Marius Zöllner

Current state-of-the-art object detection algorithms still suffer the problem of imbalanced distribution of training data over object classes and background. Recent work introduced a new loss function called focal loss t…

Objectobject-detectionObject Detectionregression+1

Comparing Objective Functions for Segmentation and Detection of Microaneurysms in Retinal Images

2020-01-25 · MIDL 2019 7 · Jakob Kristian Holm Andersen, Thiusius Rajeeth Savarimuthu, Jakob Grauslund

Retinal microaneurysms (MAs) are the earliest signs of diabetic retinopathy (DR) which is the leading cause of blindness among the working aged population in the western world. Detection of MAs present a particular chall…

Balance-Oriented Focal Loss with Linear Scheduling for Anchor Free Object Detection

2020-12-26 · Hopyong Gil, Sangwoo Park, Yusang Park, Wongoo Han 외

Most existing object detectors suffer from class imbalance problems that hinder balanced performance. In particular, anchor free object detectors have to solve the background imbalance problem due to detection in a per-p…

Objectobject-detectionObject DetectionScheduling

Reduced Focal Loss: 1st Place Solution to xView object detection in Satellite Imagery

2019-03-04 · Nikolay Sergievskiy, Alexander Ponamarev

This paper describes our approach to the DIUx xView 2018 Detection Challenge [1]. This challenge focuses on a new satellite imagery dataset. The dataset contains 60 object classes that are highly imbalanced. Due to the i…

object-detectionObject Detection

PolyLoss: A Polynomial Expansion Perspective of Classification Loss Functions

2022-04-26 · ICLR 2022 4 · Zhaoqi Leng, Mingxing Tan, Chenxi Liu, Ekin Dogus Cubuk 외

Cross-entropy loss and focal loss are the most common choices when training deep neural networks for classification problems. Generally speaking, however, a good loss function can take on much more flexible forms, and sh…

3D Object Detectionimage-classificationImage ClassificationInstance Segmentation+2