CVJun 10, 2020

Condensing Two-stage Detection with Automatic Object Key Part Discovery

arXiv:2006.05597v3Has Code
Originality Highly original
AI Analysis

This work addresses the computational inefficiency of large two-stage detectors for computer vision applications, offering a significant parameter reduction while maintaining accuracy.

The paper tackles the problem of excessive model size in two-stage object detectors by condensing detection heads through automatic object key part discovery, achieving a 50% parameter reduction with minimal accuracy loss and up to 96% reduction with only a 1.5% performance drop.

Modern two-stage object detectors generally require excessively large models for their detection heads to achieve high accuracy. To address this problem, we propose that the model parameters of two-stage detection heads can be condensed and reduced by concentrating on object key parts. To this end, we first introduce an automatic object key part discovery task to make neural networks discover representative sub-parts in each foreground object. With these discovered key parts, we then decompose the object appearance modeling into a key part modeling process and a global modeling process for detection. Key part modeling encodes fine and detailed features from the discovered key parts, and global modeling encodes rough and holistic object characteristics. In practice, such decomposition allows us to significantly abridge model parameters without sacrificing much detection accuracy. Experiments on popular datasets illustrate that our proposed technique consistently maintains original performance while waiving around 50% of the model parameters of common two-stage detection heads, with the performance only deteriorating by 1.5% when waiving around 96% of the original model parameters. Codes are released on: https://github.com/zhechen/Condensing2stageDetection.

Code Implementations1 repo
Foundations

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

Your Notes