HS-ResNet: Hierarchical-Split Block on Convolutional Neural Network
Pengcheng Yuan, Shufei Lin, Cheng Cui, Yuning Du, Ruoyu Guo, Dongliang, He, Errui Ding, Shumin Han

TL;DR
This paper introduces the Hierarchical-Split Block, a plug-and-play module that enhances CNN performance across various vision tasks by capturing multi-scale features through hierarchical split and concatenate connections.
Contribution
The paper proposes a novel Hierarchical-Split Block that can be integrated into CNNs, significantly improving performance on multiple vision tasks with flexible and efficient architecture design.
Findings
HS-ResNet50 achieves 81.28% top-1 accuracy on ImageNet-1k
Significant performance improvements over baseline models across tasks
Hierarchical-Split Block enhances multi-scale feature extraction
Abstract
This paper addresses representational block named Hierarchical-Split Block, which can be taken as a plug-and-play block to upgrade existing convolutional neural networks, improves model performance significantly in a network. Hierarchical-Split Block contains many hierarchical split and concatenate connections within one single residual block. We find multi-scale features is of great importance for numerous vision tasks. Moreover, Hierarchical-Split block is very flexible and efficient, which provides a large space of potential network architectures for different applications. In this work, we present a common backbone based on Hierarchical-Split block for tasks: image classification, object detection, instance segmentation and semantic image segmentation/parsing. Our approach shows significant improvements over all these core tasks in comparison with the baseline. As shown in Figure1,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Advanced Image and Video Retrieval Techniques
MethodsHS-ResNet · Hierarchical-Split Block · Depthwise Convolution · Pointwise Convolution · Batch Normalization · Depthwise Separable Convolution · Residual Connection · *Communicated@Fast*How Do I Communicate to Expedia? · Average Pooling · Sigmoid Activation
