Keywords: Convolutional Neural Networks, Columnar Stages, Input Replication, Image Classification, Detection
TL;DR: A simple and accurate ConvNet backbone for resource constraints scenarios
Abstract: In the era of vision Transformers, the recent success of VanillaNet shows the huge
potential of simple and concise convolutional neural networks (ConvNets). Where
such models mainly focus on runtime, it is also crucial to simultaneously focus
on other aspects, e.g., FLOPs, parameters, etc, to strengthen their utility further.
To this end, we introduce a refreshing ConvNet macro design called Columnar
Stage Network (CoSNet). CoSNet has a systematically developed simple and
concise structure, smaller depth, low parameter count, low FLOPs, and attention-
less operations, well suited for resource-constrained deployment. The key novelty
of CoSNet is deploying parallel convolutions with fewer kernels fed by input
replication, using columnar stacking of these convolutions, and minimizing the use
of 1×1 convolution layers. Our comprehensive evaluations show that CoSNet rivals
many renowned ConvNets and Transformer designs under resource-constrained
scenarios. Pretrained models shall be open-sourced.
Primary Area: applications to computer vision, audio, language, and other modalities
Code Of Ethics: I acknowledge that I and all co-authors of this work have read and commit to adhering to the ICLR Code of Ethics.
Submission Guidelines: I certify that this submission complies with the submission instructions as described on https://iclr.cc/Conferences/2025/AuthorGuide.
Anonymous Url: I certify that there is no URL (e.g., github page) that could be used to find authors’ identity.
No Acknowledgement Section: I certify that there is no acknowledgement section in this submission for double blind review.
Submission Number: 5799
Loading