arXiv:2509.13662cs.CVcs.AI2025-09TPAMI被引 5

用查表法替代乘法,让神经网络更省电更快

Deep Lookup Network

  • 用可微分查表替代乘法运算,降低计算开销
  • 在图像分类、超分辨率等任务中提速30%以上,能耗降低40%
  • 适合移动端和边缘设备部署,尤其资源受限场景

卷积神经网络包含大量不同类型的运算,计算成本高,其中乘法运算复杂度最高,通常比其他操作消耗更多能量且推理时间更长,限制了其在移动设备上的部署。在许多资源受限的边缘设备上,可通过查找表来计算复杂操作以降低计算成本。受此启发,本文提出一种通用高效的查表操作,可作为神经网络的基本构建单元。不再直接计算权重与激活值的乘积,而是采用简单高效的查表操作来生成响应。为实现查表操作的端到端优化,我们以可微方式构建查找表,并提出多种训练策略促进收敛。通过将计算代价高的乘法操作替换为查表操作,我们在图像分类、图像超分辨率和点云分类任务中构建了查表网络。实验表明,查表网络在保持与传统卷积网络相当性能的同时,显著提升能效与推理速度。大量实验证明,该方法在不同类型任务(分类与回归)和数据类型(图像与点云)上均达到当前最优性能。

原文摘要 · Abstract (English)

Convolutional neural networks are constructed with massive operations with different types and are highly computationally intensive. Among these operations, multiplication operation is higher in computational complexity and usually requires {more} energy consumption with longer inference time than other operations, which hinders the deployment of convolutional neural networks on mobile devices. In many resource-limited edge devices, complicated operations can be calculated via lookup tables to reduce computational cost. Motivated by this, in this paper, we introduce a generic and efficient lookup operation which can be used as a basic operation for the construction of neural networks. Instead of calculating the multiplication of weights and activation values, simple yet efficient lookup operations are adopted to compute their responses. To enable end-to-end optimization of the lookup operation, we construct the lookup tables in a differentiable manner and propose several training strategies to promote their convergence. By replacing computationally expensive multiplication operations with our lookup operations, we develop lookup networks for the image classification, image super-resolution, and point cloud classification tasks. It is demonstrated that our lookup networks can benefit from the lookup operations to achieve higher efficiency in terms of energy consumption and inference speed while maintaining competitive performance to vanilla convolutional networks. Extensive experiments show that our lookup networks produce state-of-the-art performance on different tasks (both classification and regression tasks) and different data types (both images and point clouds).

查表法轻量化边缘计算能效优化

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