Cascaded Subpatch Networks for Effective CNNs
Xiaoheng Jiang, Yanwei Pang, Manli Sun, and Xuelong Li

TL;DR
This paper introduces Cascaded Subpatch Networks (CSNet), a novel CNN architecture that uses smaller subpatch filters in a cascaded manner to enhance feature representation and achieve state-of-the-art results on CIFAR10.
Contribution
The paper proposes a new subpatch filter design and a cascaded network structure that improves feature extraction and reduces parameters compared to traditional CNNs.
Findings
CSNet achieves 5.68% error on CIFAR10, the best to date.
The proposed method demonstrates superior effectiveness and compactness.
Experimental results on four datasets validate the approach.
Abstract
Conventional Convolutional Neural Networks (CNNs) use either a linear or non-linear filter to extract features from an image patch (region) of spatial size (Typically, is small and is equal to , e.g., is 5 or 7). Generally, the size of the filter is equal to the size of the input patch. We argue that the representation ability of equal-size strategy is not strong enough. To overcome the drawback, we propose to use subpatch filter whose spatial size is smaller than . The proposed subpatch filter consists of two subsequent filters. The first one is a linear filter of spatial size and is aimed at extracting features from spatial domain. The second one is of spatial size and is used for strengthening the connection between different input feature channels and for reducing the number of…
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.
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
