VeloxNet: Efficient Spatial Gating for Lightweight Embedded Image Classification
Md Meftahul Ferdaus, Elias Ioup, Mahdi Abdelguerfi, Anton Netchaev, Steven Sloan, Ken Pathak, Kendall N. Niles

TL;DR
VeloxNet introduces a lightweight CNN architecture with spatial gating units that capture global spatial dependencies, significantly reducing parameters and improving accuracy for embedded image classification tasks.
Contribution
The paper proposes VeloxNet, replacing fire modules with spatial gating units to enhance global spatial modeling and efficiency in lightweight CNNs.
Findings
Reduces model parameters by 46.1% compared to SqueezeNet.
Improves weighted F1 scores on three aerial datasets.
Outperforms multiple baseline models in accuracy and efficiency.
Abstract
Deploying deep learning models on embedded devices for tasks such as aerial disaster monitoring and infrastructure inspection requires architectures that balance accuracy with strict constraints on model size, memory, and latency. This paper introduces VeloxNet, a lightweight CNN architecture that replaces SqueezeNet's fire modules with gated multi-layer perceptron (gMLP) blocks for embedded image classification. Each gMLP block uses a spatial gating unit (SGU) that applies learned spatial projections and multiplicative gating, enabling the network to capture spatial dependencies across the full feature map in a single layer. Unlike fire modules, which are limited to local receptive fields defined by small convolutional kernels, the SGU provides global spatial modeling at each layer with fewer parameters. We evaluate VeloxNet on three aerial image datasets: the Aerial Image Database for…
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
TopicsFire Detection and Safety Systems · Advanced Neural Network Applications · Infrastructure Maintenance and Monitoring
