CVNov 16, 2020

DSIC: Dynamic Sample-Individualized Connector for Multi-Scale Object Detection

arXiv:2011.07774v21 citations
Originality Incremental advance
AI Analysis

This addresses the problem of fixed architectures in multi-scale object detection for computer vision applications, representing an incremental advance over existing feature integration methods like FPN.

The paper tackles the challenge of scale variation in object detection by proposing a Dynamic Sample-Individualized Connector (DSIC) that dynamically adjusts network connections for different samples, resulting in state-of-the-art performance improvements.

Although object detection has reached a milestone thanks to the great success of deep learning, the scale variation is still the key challenge. Integrating multi-level features is presented to alleviate the problems, like the classic Feature Pyramid Network (FPN) and its improvements. However, the specifically designed feature integration modules of these methods may not have the optimal architecture for feature fusion. Moreover, these models have fixed architectures and data flow paths, when fed with various samples. They cannot adjust and be compatible with each kind of data. To overcome the above limitations, we propose a Dynamic Sample-Individualized Connector (DSIC) for multi-scale object detection. It dynamically adjusts network connections to fit different samples. In particular, DSIC consists of two components: Intra-scale Selection Gate (ISG) and Cross-scale Selection Gate (CSG). ISG adaptively extracts multi-level features from backbone as the input of feature integration. CSG automatically activate informative data flow paths based on the multi-level features. Furthermore, these two components are both plug-and-play and can be embedded in any backbone. Experimental results demonstrate that the proposed method outperforms the state-of-the-arts.

Foundations

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

Your Notes