arXiv:2506.12335cs.CVcs.AI2025-06中稿 · manuscript

用分组非线性变换提升轻量CNN的鲁棒性与效率

GroupNL: Low-Resource and Robust CNN Design over Cloud and Device

  • 通过分组非线性函数生成多样化特征图,无需额外卷积操作
  • 在Icons-50上比基准模型高2.86%准确率,在ImageNet-C上高1.1%
  • 适合资源受限的云端协同物联网设备部署

在云辅助模式下将卷积神经网络(CNN)部署于无处不在的物联网设备,已成为主流。现有方法多通过减少卷积参数和浮点运算量(FLOPs)来加速云端训练或设备端推理,但通常使用两个或多个轻量操作(如深度可分离卷积、1×1卷积)替代一个卷积,仍可能影响速度提升。为此,我们提出分组非线性变换生成方法(GroupNL),利用数据无关、超参数固定的轻量非线性变换函数(NLFs),通过分组方式按需生成多样化特征图,降低资源消耗并提升CNN鲁棒性。在GroupNL卷积层中,先基于种子卷积生成少量种子特征图,再将其分组,每组采用不同NLFs,结合张量操作与非线性处理,在不增加卷积操作的前提下轻量生成所需特征图数量。进一步设计稀疏GroupNL卷积,合理配置输入通道与种子特征图间的分组关系以加速。在基准测试及设备端资源测量中验证,GroupNL卷积是基线模型中卷积层的优秀替代方案。具体而言,在Icons-50数据集上,GroupNL-ResNet-18准确率较ResNet-18高出2.86%;在ImageNet-C数据集上,GroupNL-EfficientNet-ES准确率约高于EfficientNet-ES 1.1%。

原文摘要 · Abstract (English)

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, $1\times1$ 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 robustness of CNNs. First, in a GroupNL Conv layer, a small set of feature maps, i.e., seed feature maps, are generated based on the seed Conv operation. Then, we split seed feature maps into several groups, each with a set of different NLFs, to generate the required number of diversified feature maps with tensor manipulation operators and nonlinear processing in a lightweight manner without additional Conv operations. We further introduce a sparse GroupNL Conv to speed up by reasonably designing the seed Conv groups between the number of input channels and seed feature maps. Experiments conducted on benchmarks and on-device resource measurements demonstrate that the GroupNL Conv is an impressive alternative to Conv layers in baseline models. Specifically, on Icons-50 dataset, the accuracy of GroupNL-ResNet-18 is 2.86% higher than ResNet-18; on ImageNet-C dataset, the accuracy of GroupNL-EfficientNet-ES achieves about 1.1% higher than EfficientNet-ES.

轻量CNN物联网特征增强模型效率

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。