2019/04/30 by Shang-Hua Gao, Shanghua Gao, Ming-Ming Cheng +8 · 3 citations
Computer Science · Mathematics · #Advanced Image and Video Retrieval Techniques #Advanced Neural Network Applications #Algorithm #Artificial intelligence #Backbone network #Block (permutation group theory) #Computer science #Convolutional neural network #Layer (electronics) #Mathematics #Object detection #Pattern recognition (psychology) #Representation (politics) #Residual #Salient #Scale (ratio) #Visual Attention and Saliency Detection #cs.CV
paper · pdf · doi:10.1109/tpami.2019.2938758
published as IEEE TPAMI 2021 · 11 pages, 7 figures
openalex publication_date 2019/08/30 · arxiv created 2021/01/27 · arxiv updated 2021/01/28 · openalex created_date 2025/10/10 · openalex updated_date 2026/08/06
Representing features at multiple scales is of great importance for numerous vision tasks. Recent advances in backbone convolutional neural networks (CNNs) continually demonstrate stronger multi-scale representation ability, leading to consistent performance gains on a wide range of applications. However, most existing methods represent the multi-scale features in a layer-wise manner. In this paper, we propose a novel building block for CNNs, namely Res2Net, by constructing hierarchical residual-like connections within one single residual block. The Res2Net represents multi-scale features at a granular level and increases the range of receptive fields for each network layer. The proposed Res2Net block can be plugged into the state-of-the-art backbone CNN models, e.g., ResNet, ResNeXt, and DLA. We evaluate the Res2Net block on all these models and demonstrate consistent performance gains over baseline models on widely-used datasets, e.g., CIFAR-100 and ImageNet. Further ablation studies and experimental results on representative computer vision tasks, i.e., object detection, class activation mapping, and salient object detection, further verify the superiority of the Res2Net over the state-of-the-art baseline methods. The source code and trained models are available on https://mmcheng.net/res2net/.