CVSep 5, 2019

Detector With Focus: Normalizing Gradient In Image Pyramid

arXiv:1909.02301v16 citations
Originality Incremental advance
AI Analysis

This addresses a technical bottleneck in multi-scale object detection for computer vision applications, though it appears incremental as it builds on existing pyramid-based methods.

The paper tackles gradient variation caused by interpolation in image pyramids, which hinders classifier performance, by proposing a gradient normalization method that reduces variance and improves results across pedestrian detection, pose estimation, and object detection tasks.

An image pyramid can extend many object detection algorithms to solve detection on multiple scales. However, interpolation during the resampling process of an image pyramid causes gradient variation, which is the difference of the gradients between the original image and the scaled images. Our key insight is that the increased variance of gradients makes the classifiers have difficulty in correctly assigning categories. We prove the existence of the gradient variation by formulating the ratio of gradient expectations between an original image and scaled images, then propose a simple and novel gradient normalization method to eliminate the effect of this variation. The proposed normalization method reduce the variance in an image pyramid and allow the classifier to focus on a smaller coverage. We show the improvement in three different visual recognition problems: pedestrian detection, pose estimation, and object detection. The method is generally applicable to many vision algorithms based on an image pyramid with gradients.

Foundations

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

Your Notes