arXiv:2607.06915cs.CVcs.AR2026-07中稿 · and published in I…被引 3

智能裁剪图像并压缩网络,让边缘设备跑得更快更准。

Smart Scissor: Coupling Spatial Redundancy Reduction and CNN Compression for Embedded Hardware

论文配图:Smart Scissor: Coupling Spatial Redundancy Reduction and CNN Compression for Embedded Hardware
图 1 · 摘自论文原文
  • 动态裁剪前景区域,保留关键信息
  • 压缩分辨率、宽度、深度,降低41.5%计算量
  • 适合资源受限的嵌入式视觉应用

缩小输入图像分辨率可显著降低卷积神经网络(CNN)的计算开销,适用于边缘AI。但图像常含大量空间冗余(如背景像素),直接缩放会丢失前景特征,导致精度严重下降。本文提出动态图像裁剪框架,通过轻量级前景预测器精准定位并裁剪前景,使小分辨率图像仍能准确识别。同时,针对CNN架构中的计算冗余,提出联合压缩深度、宽度和分辨率的复合压缩策略。最终将动态裁剪与复合压缩融合为统一框架Smart Scissor,显著降低计算开销并保持高精度。ImageNet-1K实验表明,该方法使ResNet50计算成本降低41.5%,且top-1精度提升0.3%;相比当前最优压缩框架HRank,在相同计算量下精度高出4.1%。代码与数据已开源。

原文摘要 · Abstract (English)

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 image will lose important features of the foreground object and lead to severe accuracy degradation. In this paper, we propose a dynamic image cropping framework to reduce the spatial redundancy by accurately cropping the foreground object from images. To achieve the instance-aware fine cropping, we introduce a lightweight foreground predictor to efficiently localize and crop the foreground of an image. The finely cropped images can be correctly recognized even at a small resolution. Meanwhile, computational redundancy also exists in CNN architectures. To pursue higher execution efficiency on resource-constrained embedded devices, we also propose a compound shrinking strategy to coordinately compress the three dimensions (depth, width, resolution) of CNNs. Eventually, we seamlessly combine the proposed dynamic image cropping and compound shrinking into a unified compression framework, Smart Scissor, which is expected to significantly reduce the computational overhead of CNNs while still maintaining high accuracy. Experiments on ImageNet-1K demonstrate that our method reduces the computational cost of ResNet50 by 41.5% while improving the top-1 accuracy by 0.3%. Moreover, compared to HRank, the state-of-the-art CNN compression framework, our method achieves 4.1% higher top-1 accuracy at the same computational cost. The codes and data are available at https://github.com/ntuliuteam/smart-scissor

边缘AI模型压缩图像裁剪CNN优化

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