# Universal Bounding Box Regression and Its Applications

**Authors:** Seungkwan Lee, Suha Kwak, and Minsu Cho

arXiv: 1904.06805 · 2019-04-16

## TL;DR

This paper introduces a universal, class-agnostic bounding box regressor that generalizes to unseen classes and enhances various vision tasks beyond traditional object detection.

## Contribution

The paper proposes the Universal Bounding-Box Regressor (UBBR), a novel anchor-free, class-agnostic model that generalizes well to unseen classes and improves localization in multiple vision applications.

## Key findings

- UBBR generalizes to unseen classes with limited training data
- It improves localization accuracy in weakly supervised detection
- Enhances object discovery performance

## Abstract

Bounding-box regression is a popular technique to refine or predict localization boxes in recent object detection approaches. Typically, bounding-box regressors are trained to regress from either region proposals or fixed anchor boxes to nearby bounding boxes of a pre-defined target object classes. This paper investigates whether the technique is generalizable to unseen classes and is transferable to other tasks beyond supervised object detection. To this end, we propose a class-agnostic and anchor-free box regressor, dubbed Universal Bounding-Box Regressor (UBBR), which predicts a bounding box of the nearest object from any given box. Trained on a relatively small set of annotated images, UBBR successfully generalizes to unseen classes, and can be used to improve localization in many vision problems. We demonstrate its effectivenss on weakly supervised object detection and object discovery.

## Full text

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

## Figures

10 figures with captions in the complete paper: https://tomesphere.com/paper/1904.06805/full.md

## References

38 references — full list in the complete paper: https://tomesphere.com/paper/1904.06805/full.md

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