Home

Awesome

A Repository of the Papers Addressing Imbalance Problems in Object Detection

This repository provides an up-to-date the list of studies addressing imbalance problems in object detection. It follows the taxonomy provided in the following paper (please cite the paper if you benefit from this repository):

K. Oksuz, B. C. Cam, S. Kalkan, E. Akbas, "Imbalance Problems in Object Detection: A Review", Transactions on Pattern Analysis and Machine Intelligence (TPAMI), 2020.[preprint]

BibTeX entry:

@ARTICLE{imbalance,
       author = {Kemal Oksuz and Baris Can Cam and Sinan Kalkan and Emre Akbas},
        title = "{Imbalance Problems in Object Detection: A Review}",
      journal = {Transactions on Pattern Analysis and Machine Intelligence (TPAMI)},
         year = "2020",
        pages = {1-1}
        }

How to request addition of a paper

If you know of a paper that addresses an imbalance problem concerning generic object detection and is not on this repository, you are welcome to request the addition of that paper by submitting a pull request. In your pull request please briefly state which section of your paper is related to which problem.

Following the methodology in our paper, the papers should be designed for the generic object detection problem (i.e. reporting results on generic object detection datasets such as ILSVRC, Pascal VOC, MS-COCO, Open Images, Objects 365 etc.).

Table of Contents (Follows the taxonomy in the paper)

  1. Class Imbalance
    1.1 Foreground-Background Class Imbalance
    1.2 Foreground-Foreground Class Imbalance
  2. Scale Imbalance
    2.1 Object/box-level Scale Imbalance
    2.2 Feature-level Imbalance
  3. Spatial Imbalance
    3.1 Imbalance in Regression Loss
    3.2 IoU Distribution Imbalance
    3.3 Object Location Imbalance
  4. Objective Imbalance

1. Class Imbalance <a name="1"></a>

1.1. Foreground-Background Class Imbalance <a name="1.1"></a>

1.2. Foreground-Foreground Class Imbalance <a name="1.2"></a>

2. Scale Imbalance <a name="2"></a>

2.1. Object/box-level Scale Imbalance <a name="2.1"></a>

2.2. Feature-level Imbalance <a name="2.2"></a>

3. Spatial Imbalance <a name="3"></a>

3.1. Imbalance in Regression Loss <a name="3.1"></a>

3.2. IoU Distribution Imbalance <a name="3.2"></a>

3.3. Object Location Imbalance <a name="3.3"></a>

4. Objective Imbalance <a name="4"></a>

Contact

Please contact Kemal Öksüz (kemal.oksuz@metu.edu.tr) for your questions about this webpage.