CVDec 26, 2014

Detect2Rank : Combining Object Detectors Using Learning to Rank

arXiv:1412.7957v120 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of selecting and combining diverse object detectors for computer vision applications, offering a practical solution with measurable improvements.

The paper tackles the problem of combining multiple object detectors to improve detection performance, achieving significant gains over single detectors, such as 17.0% improvement over EES on VOC07 and 16.2% on VOC10.

Object detection is an important research area in the field of computer vision. Many detection algorithms have been proposed. However, each object detector relies on specific assumptions of the object appearance and imaging conditions. As a consequence, no algorithm can be considered as universal. With the large variety of object detectors, the subsequent question is how to select and combine them. In this paper, we propose a framework to learn how to combine object detectors. The proposed method uses (single) detectors like DPM, CN and EES, and exploits their correlation by high level contextual features to yield a combined detection list. Experiments on the PASCAL VOC07 and VOC10 datasets show that the proposed method significantly outperforms single object detectors, DPM (8.4%), CN (6.8%) and EES (17.0%) on VOC07 and DPM (6.5%), CN (5.5%) and EES (16.2%) on VOC10.

Foundations

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

Your Notes