# ALFA: Agglomerative Late Fusion Algorithm for Object Detection

**Authors:** Evgenii Razinkov, Iuliia Saveleva, Ji\v{r}i Matas

arXiv: 1907.06067 · 2019-07-16

## TL;DR

ALFA is a new late fusion algorithm for object detection that uses agglomerative clustering to combine predictions from multiple detectors, improving accuracy on standard datasets.

## Contribution

ALFA introduces a novel agglomerative clustering approach for late fusion in object detection, outperforming existing methods on PASCAL VOC datasets.

## Key findings

- Achieves up to 32% lower error than best individual detectors.
- Outperforms baseline fusion strategies and the DBF algorithm.
- Effective with pairs and triplets of state-of-the-art detectors.

## Abstract

We propose ALFA - a novel late fusion algorithm for object detection. ALFA is based on agglomerative clustering of object detector predictions taking into consideration both the bounding box locations and the class scores. Each cluster represents a single object hypothesis whose location is a weighted combination of the clustered bounding boxes.   ALFA was evaluated using combinations of a pair (SSD and DeNet) and a triplet (SSD, DeNet and Faster R-CNN) of recent object detectors that are close to the state-of-the-art. ALFA achieves state of the art results on PASCAL VOC 2007 and PASCAL VOC 2012, outperforming the individual detectors as well as baseline combination strategies, achieving up to 32% lower error than the best individual detectors and up to 6% lower error than the reference fusion algorithm DBF - Dynamic Belief Fusion.

## Full text

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

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1907.06067/full.md

## References

16 references — full list in the complete paper: https://tomesphere.com/paper/1907.06067/full.md

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