GroupNL: Low-Resource and Robust CNN Design over Cloud and Device
Chuntao Ding, Jianhang Xie, Junna Zhang, Salman Raza, Shangguang Wang, Jiannong Cao

TL;DR
This paper introduces GroupNL, a lightweight, resource-efficient nonlinear transformation method for CNNs that enhances robustness and accuracy on IoT devices without additional convolution operations.
Contribution
The paper proposes GroupNL, a novel nonlinear transformation approach that generates diversified feature maps efficiently, improving CNN robustness and accuracy with minimal resource overhead.
Findings
GroupNL-ResNet-18 achieves 2.86% higher accuracy than ResNet-18 on Icons-50.
GroupNL-EfficientNet-ES outperforms EfficientNet-ES by about 1.1% on ImageNet-C.
GroupNL reduces resource consumption while maintaining or improving model performance.
Abstract
Deploying Convolutional Neural Network (CNN) models on ubiquitous Internet of Things (IoT) devices in a cloud-assisted manner to provide users with a variety of high-quality services has become mainstream. Most existing studies speed up model cloud training/on-device inference by reducing the number of convolution (Conv) parameters and floating-point operations (FLOPs). However, they usually employ two or more lightweight operations (e.g., depthwise Conv, cheap Conv) to replace a Conv, which can still affect the model's speedup even with fewer parameters and FLOPs. To this end, we propose the Grouped NonLinear transformation generation method (GroupNL), leveraging data-agnostic, hyperparameters-fixed, and lightweight Nonlinear Transformation Functions (NLFs) to generate diversified feature maps on demand via grouping, thereby reducing resource consumption while improving the…
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 · Adversarial Robustness in Machine Learning · Brain Tumor Detection and Classification
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings · Convolution · Sparse Evolutionary Training
