# Detecting Repeating Objects using Patch Correlation Analysis

**Authors:** Inbar Huberman, Raanan Fattal

arXiv: 1904.05629 · 2019-04-16

## TL;DR

This paper introduces an unsupervised method for detecting and counting repeating objects in images by analyzing patch correlations, which reduces the need for annotated training data and improves accuracy.

## Contribution

The method automatically estimates deformable part model parameters using patch correlation analysis, eliminating the need for user-annotated training data.

## Key findings

- Achieves higher accuracy than state-of-the-art techniques.
- Reduces user annotation effort through active learning.
- Effectively detects and counts repeating objects in diverse images.

## Abstract

In this paper we describe a new method for detecting and counting a repeating object in an image. While the method relies on a fairly sophisticated deformable part model, unlike existing techniques it estimates the model parameters in an unsupervised fashion thus alleviating the need for a user-annotated training data and avoiding the associated specificity. This automatic fitting process is carried out by exploiting the recurrence of small image patches associated with the repeating object and analyzing their spatial correlation. The analysis allows us to reject outlier patches, recover the visual and shape parameters of the part model, and detect the object instances efficiently. In order to achieve a practical system which is able to cope with diverse images, we describe a simple and intuitive active-learning procedure that updates the object classification by querying the user on very few carefully chosen marginal classifications. Evaluation of the new method against the state-of-the-art techniques demonstrates its ability to achieve higher accuracy through a better user experience.

## Full text

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

## Figures

19 figures with captions in the complete paper: https://tomesphere.com/paper/1904.05629/full.md

## References

32 references — full list in the complete paper: https://tomesphere.com/paper/1904.05629/full.md

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