pith. sign in

arxiv: 1704.03414 · v1 · pith:MOIYR4E4new · submitted 2017-04-11 · 💻 cs.CV

A-Fast-RCNN: Hard Positive Generation via Adversary for Object Detection

classification 💻 cs.CV
keywords objectocclusionsdeformationslearnadversarydetectorexamplesboost
0
0 comments X
read the original abstract

How do we learn an object detector that is invariant to occlusions and deformations? Our current solution is to use a data-driven strategy -- collect large-scale datasets which have object instances under different conditions. The hope is that the final classifier can use these examples to learn invariances. But is it really possible to see all the occlusions in a dataset? We argue that like categories, occlusions and object deformations also follow a long-tail. Some occlusions and deformations are so rare that they hardly happen; yet we want to learn a model invariant to such occurrences. In this paper, we propose an alternative solution. We propose to learn an adversarial network that generates examples with occlusions and deformations. The goal of the adversary is to generate examples that are difficult for the object detector to classify. In our framework both the original detector and adversary are learned in a joint manner. Our experimental results indicate a 2.3% mAP boost on VOC07 and a 2.6% mAP boost on VOC2012 object detection challenge compared to the Fast-RCNN pipeline. We also release the code for this paper.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Delving Deep into Liver Focal Lesion Detection: A Preliminary Study

    cs.CV 2019-07 unverdicted novelty 3.0

    Authors outline a preliminary CNN framework for liver lesion detection in CT images that adds image processing, region proposal, registration and classification steps to handle 3D medical data.