PulseAugur
实时 10:27:59
English(EN) Loss-Aware Feature-Map Pruning in Convolutional Neural Networks Using Multi-Armed Bandits

AI研究使用多臂老虎机剪枝神经网络

研究人员开发了一种新颖的方法来剪枝卷积神经网络(CNN)中的特征图,以降低计算成本和存储需求。该方法利用多臂老虎机算法,特别是UCB1和Thompson Sampling,在最小化准确性损失的同时识别和移除冗余特征图。研究表明,这些基于老虎机的算法在MNIST、CIFAR-10和SVHN等各种数据集上,其准确性与未剪枝模型相当,并且显著优于传统的贪婪和基于幅度的剪枝技术。 AI

影响 这项研究通过降低计算负载和存储需求,可能带来更高效的AI模型,使其更容易部署。

排序理由 该条目是一篇学术论文,详细介绍了一种优化神经网络的新方法。[lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.AI 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

AI研究使用多臂老虎机剪枝神经网络

报道来源 [1]

  1. arXiv cs.AI TIER_1 English(EN) · Salem Ameen, Sunil Vadera ·

    使用多臂老虎机在卷积神经网络中进行损失感知特征图剪枝

    arXiv:2607.22564v1 Announce Type: new Abstract: Convolutional neural networks often contain redundant feature maps that increase storage and inference cost. This paper presents a loss-aware feature-map pruning framework using multi-armed bandits. Feature-map pruning is structured…