PulseAugur
实时 14:13:23
English(EN) Smart Scissor: Coupling Spatial Redundancy Reduction and CNN Compression for Embedded Hardware

Smart Scissor 框架在提高精度的同时降低了CNN的成本

研究人员开发了“Smart Scissor”,一个旨在提高卷积神经网络(CNN)在嵌入式硬件上效率的新框架。该方法通过动态裁剪前景对象来解决图像中的空间冗余,保留了简单分辨率缩放可能丢失的关键细节。此外,它通过压缩深度、宽度和分辨率的复合收缩策略来解决CNN中的计算冗余。实验表明,Smart Scissor 将 ResNet50 的计算成本降低了 41.5%,同时将准确率提高了 0.3%,优于最先进的 HRank 框架。 AI

影响 该方法可以在资源受限的边缘设备上实现更强大的AI模型。

排序理由 这是一篇详细介绍CNN优化新方法的学术论文。

在 arXiv cs.LG 阅读 →

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

Smart Scissor 框架在提高精度的同时降低了CNN的成本

报道来源 [2]

  1. arXiv cs.LG TIER_1 English(EN) · Hao Kong, Di Liu, Shuo Huai, Xiangzhong Luo, Weichen Liu, Ravi Subramaniam, Christian Makaya, Qian Lin ·

    智能剪刀:融合空间冗余规约与CNN压缩以适配嵌入式硬件

    arXiv:2607.06915v1 Announce Type: cross Abstract: Scaling down the resolution of input images can greatly reduce the computational overhead of convolutional neural networks (CNNs), which is promising for edge AI. However, as an image usually contains much spatial redundancy, e.g.…

  2. arXiv cs.CV TIER_1 English(EN) · Qian Lin ·

    智能剪刀:结合空间冗余约简和CNN压缩以用于嵌入式硬件

    Scaling down the resolution of input images can greatly reduce the computational overhead of convolutional neural networks (CNNs), which is promising for edge AI. However, as an image usually contains much spatial redundancy, e.g., background pixels, directly shrinking the whole …