CVApr 27, 2015

Mid-level Elements for Object Detection

arXiv:1504.07284v17 citations
Originality Incremental advance
AI Analysis

This work addresses object detection for computer vision, offering an interpretable method with incremental improvements over existing approaches.

The paper tackles object detection by introducing a simple mid-level representation that improves HOG-based pipelines, achieving performance comparable to state-of-the-art on PASCAL VOC comp-3 without external data.

Building on the success of recent discriminative mid-level elements, we propose a surprisingly simple approach for object detection which performs comparable to the current state-of-the-art approaches on PASCAL VOC comp-3 detection challenge (no external data). Through extensive experiments and ablation analysis, we show how our approach effectively improves upon the HOG-based pipelines by adding an intermediate mid-level representation for the task of object detection. This representation is easily interpretable and allows us to visualize what our object detector "sees". We also discuss the insights our approach shares with CNN-based methods, such as sharing representation between categories helps.

Foundations

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

Your Notes