# Improving Object Detection with Region Similarity Learning

**Authors:** Feng Gao, Yihang Lou, Yan Bai, Shiqi Wang, Tiejun Huang, Ling-Yu Duan

arXiv: 1703.00234 · 2017-03-02

## TL;DR

This paper introduces a triplet embedding approach to enhance object detection by better distinguishing true objects from background regions, resulting in improved accuracy on standard benchmarks.

## Contribution

It proposes incorporating triplet embedding into object detection training to improve background-foreground discrimination, which is a novel approach in this context.

## Key findings

- Triplet embedding improves FastRCNN mAP by 2.1% on PASCAL VOC 2007.
- OHEM benefits from triplet embedding, gaining 1.2% mAP.
- Enhanced background discrimination leads to better detection performance.

## Abstract

Object detection aims to identify instances of semantic objects of a certain class in images or videos. The success of state-of-the-art approaches is attributed to the significant progress of object proposal and convolutional neural networks (CNNs). Most promising detectors involve multi-task learning with an optimization objective of softmax loss and regression loss. The first is for multi-class categorization, while the latter is for improving localization accuracy. However, few of them attempt to further investigate the hardness of distinguishing different sorts of distracting background regions (i.e., negatives) from true object regions (i.e., positives). To improve the performance of classifying positive object regions vs. a variety of negative background regions, we propose to incorporate triplet embedding into learning objective. The triplet units are formed by assigning each negative region to a meaningful object class and establishing class- specific negatives, followed by triplets construction. Over the benchmark PASCAL VOC 2007, the proposed triplet em- bedding has improved the performance of well-known FastRCNN model with a mAP gain of 2.1%. In particular, the state-of-the-art approach OHEM can benefit from the triplet embedding and has achieved a mAP improvement of 1.2%.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1703.00234/full.md

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/1703.00234/full.md

## References

19 references — full list in the complete paper: https://tomesphere.com/paper/1703.00234/full.md

---
Source: https://tomesphere.com/paper/1703.00234