paper-with-me

홈 › Papers

Is Heuristic Sampling Necessary in Training Deep Object Detectors?

2019-09-11 · Joya Chen, Dong Liu, Tong Xu, Shiwei Wu, Yifei Cheng, Enhong Chen

To train accurate deep object detectors under the extreme foreground-background imbalance, heuristic sampling methods are always necessary, which either re-sample a subset of all training samples (hard sampling methods, \eg biased sampling, OHEM), or use all training samples but re-weight them discriminatively (soft sampling methods, \eg Focal Loss, GHM). In this paper, we challenge the necessity of such hard/soft sampling methods for training accurate deep object detectors. While previous studies have shown that training detectors without heuristic sampling methods would significantly degrade accuracy, we reveal that this degradation comes from an unreasonable classification gradient magnitude caused by the imbalance, rather than a lack of re-sampling/re-weighting. Motivated by our discovery, we propose a simple yet effective \emph{Sampling-Free} mechanism to achieve a reasonable classification gradient magnitude by initialization and loss scaling. Unlike heuristic sampling methods with multiple hyperparameters, our Sampling-Free mechanism is fully data diagnostic, without laborious hyperparameters searching. We verify the effectiveness of our method in training anchor-based and anchor-free object detectors, where our method always achieves higher detection accuracy than heuristic sampling methods on COCO and PASCAL VOC datasets. Our Sampling-Free mechanism provides a new perspective to address the foreground-background imbalance. Our code is released at \url{https://github.com/ChenJoya/sampling-free}.

📄 PDF Abstract BibTeX arXiv:1909.04868

Code (14)

ChenJoya/objnessdet 공식 구현 pytorch
ChenJoya/sampling-free 공식 구현 pytorch
facebookresearch/maskrcnn-benchmark 공식 구현 pytorch
FluteXu/ms-project pytorch
GuoLiuFang/maskrcnn-benchmark-lfs pytorch
SilvioGiancola/maskrcnn-benchmark pytorch
Zhang-Jing-Xuan/MaskRCNN pytorch
banben/maskrcnn-benchmark pytorch
basaltzhang/maskrcnn-benchmark pytorch
ccchang1023/maskrcnn-benchmark pytorch
cyctrung/DPnet pytorch
jonvthvn90/Project pytorch
markson14/WheatDet pytorch
ryota2425/maskrcnn-benchmark pytorch

Tasks

DiagnosticGeneral ClassificationInstance SegmentationObjectSemantic Segmentation

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 제목 키워드 기반

Foreground-Background Imbalance Problem in Deep Object Detectors: A Review

2020-06-16 · Joya Chen, Qi Wu, Dong Liu, Tong Xu

Recent years have witnessed the remarkable developments made by deep learning techniques for object detection, a fundamentally challenging problem of computer vision. Nevertheless, there are still difficulties in trainin…

Objectobject-detectionObject Detection

Rank & Sort Loss for Object Detection and Instance Segmentation

2021-07-24 · ICCV 2021 10 · Kemal Oksuz, Baris Can Cam, Emre Akbas, Sinan Kalkan

We propose Rank & Sort (RS) Loss, a ranking-based loss function to train deep object detection and instance segmentation methods (i.e. visual detectors). RS Loss supervises the classifier, a sub-network of these methods,…

Instance SegmentationObjectobject-detectionObject Detection+1

Residual Objectness for Imbalance Reduction

2019-08-24 · Joya Chen, Dong Liu, Bin Luo, Xuezheng Peng 외

For a long time, object detectors have suffered from extreme imbalance between foregrounds and backgrounds. While several sampling/reweighting schemes have been explored to alleviate the imbalance, they are usually heuri…

Robust Object Detection in Remote Sensing Imagery with Noisy and Sparse Geo-Annotations (Full Version)

2022-10-24 · Maximilian Bernhard, Matthias Schubert

Recently, the availability of remote sensing imagery from aerial vehicles and satellites constantly improved. For an automated interpretation of such data, deep-learning-based object detectors achieve state-of-the-art pe…

Objectobject-detectionObject DetectionObject Localization+1

Feature Selective Anchor-Free Module for Single-Shot Object Detection

2019-03-02 · CVPR 2019 6 · Chenchen Zhu, Yihui He, Marios Savvides

We motivate and present feature selective anchor-free (FSAF) module, a simple and effective building block for single-shot object detectors. It can be plugged into single-shot detectors with feature pyramid structure. Th…

feature selectionobject-detectionObject Detection