CVOct 29, 2019

Weighted boxes fusion: Ensembling boxes from different object detection models

arXiv:1910.13302v362 citationsHas Code
Originality Incremental advance
AI Analysis

This method improves object detection accuracy for computer vision applications, but it is incremental as it builds on existing ensembling techniques.

The authors tackled the problem of combining predictions from different object detection models by introducing weighted boxes fusion, which uses confidence scores to average bounding boxes, achieving top results on Open Images and COCO datasets.

In this work, we present a novel method for combining predictions of object detection models: weighted boxes fusion. Our algorithm utilizes confidence scores of all proposed bounding boxes to constructs the averaged boxes. We tested method on several datasets and evaluated it in the context of the Open Images and COCO Object Detection tracks, achieving top results in these challenges. The source code is publicly available at https://github.com/ZFTurbo/Weighted-Boxes-Fusion

Code Implementations10 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes