paper-with-me

홈 › Papers

Focal Loss Dense Detector for Vehicle Surveillance

2018-03-03 · Xiaoliang Wang, Peng Cheng, Xinchuan Liu, Benedict Uzochukwu

Deep learning has been widely recognized as a promising approach in different computer vision applications. Specifically, one-stage object detector and two-stage object detector are regarded as the most important two groups of Convolutional Neural Network based object detection methods. One-stage object detector could usually outperform two-stage object detector in speed; However, it normally trails in detection accuracy, compared with two-stage object detectors. In this study, focal loss based RetinaNet, which works as one-stage object detector, is utilized to be able to well match the speed of regular one-stage detectors and also defeat two-stage detectors in accuracy, for vehicle detection. State-of-the-art performance result has been showed on the DETRAC vehicle dataset.

📄 PDF Abstract BibTeX arXiv:1803.01114

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject Detectionvehicle detection

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
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 설명 없음
RetinaNet RetinaNet is a one-stage object detection model that utilizes a focal loss function to address class imbalance during training.…
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 제목 키워드 기반

Fast and Accurate, Convolutional Neural Network Based Approach for Object Detection from UAV

2018-08-16 · Xiaoliang Wang, Peng Cheng, Xinchuan Liu, Benedict Uzochukwu

Unmanned Aerial Vehicles (UAVs), have intrigued different people from all walks of life, because of their pervasive computing capabilities. UAV equipped with vision techniques, could be leveraged to establish navigation …

ManagementObjectobject-detectionObject Detection

Focal Loss for Dense Object Detection

2017-08-07 · ICCV 2017 10 · Tsung-Yi Lin, Priya Goyal, Ross Girshick, Kaiming He 외

The highest accuracy object detectors to date are based on a two-stage approach popularized by R-CNN, where a classifier is applied to a sparse set of candidate object locations. In contrast, one-stage detectors that are…

2D Object DetectionDense Object DetectionKnowledge DistillationLong-tail Learning+5

VarifocalNet: An IoU-aware Dense Object Detector

2020-08-31 · CVPR 2021 1 · Haoyang Zhang, Ying Wang, Feras Dayoub, Niko Sünderhauf

Accurately ranking the vast number of candidate detections is crucial for dense object detectors to achieve high performance. Prior work uses the classification score or a combination of classification and predicted loca…

General ClassificationObjectObject Detection

3D-DETNet: a Single Stage Video-Based Vehicle Detector

2018-01-05 · Suichan Li

Video-based vehicle detection has received considerable attention over the last ten years and there are many deep learning based detection methods which can be applied to it. However, these methods are devised for still …

Object Detectionvehicle detection

Resolving Class Imbalance in Object Detection with Weighted Cross Entropy Losses

2020-06-02 · Trong Huy Phan, Kazuma Yamamoto

Object detection is an important task in computer vision which serves a lot of real-world applications such as autonomous driving, surveillance and robotics. Along with the rapid thrive of large-scale data, numerous stat…

Autonomous DrivingObjectobject-detectionObject Detection