CVJul 5, 2020

HoughNet: Integrating near and long-range evidence for bottom-up object detection

arXiv:2007.02355v361 citationsHas Code
AI Analysis

This addresses the problem of object detection in computer vision by enhancing current methods that rely only on local evidence, though it is incremental as it builds on existing voting-based paradigms.

The paper tackles object detection by introducing HoughNet, a method that integrates near and long-range evidence through a voting mechanism, achieving 46.4 AP on COCO, on par with state-of-the-art bottom-up methods and outperforming many one-stage and two-stage approaches.

This paper presents HoughNet, a one-stage, anchor-free, voting-based, bottom-up object detection method. Inspired by the Generalized Hough Transform, HoughNet determines the presence of an object at a certain location by the sum of the votes cast on that location. Votes are collected from both near and long-distance locations based on a log-polar vote field. Thanks to this voting mechanism, HoughNet is able to integrate both near and long-range, class-conditional evidence for visual recognition, thereby generalizing and enhancing current object detection methodology, which typically relies on only local evidence. On the COCO dataset, HoughNet's best model achieves 46.4 $AP$ (and 65.1 $AP_{50}$), performing on par with the state-of-the-art in bottom-up object detection and outperforming most major one-stage and two-stage methods. We further validate the effectiveness of our proposal in another task, namely, "labels to photo" image generation by integrating the voting module of HoughNet to two different GAN models and showing that the accuracy is significantly improved in both cases. Code is available at https://github.com/nerminsamet/houghnet.

Code Implementations2 repos
Foundations

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

Your Notes