BriefGPT.xyz
Sep, 2024
CycleBNN:二进制神经网络中的循环精度训练
CycleBNN: Cyclic Precision Training in Binary Neural Networks
HTML
PDF
Federico Fontana, Romeo Lanzino, Anxhelo Diko, Gian Luca Foresti, Luigi Cinque
TL;DR
本研究针对二进制神经网络(BNNs)在训练过程中的高能耗和性能下降问题,提出了一种新的循环精度训练方法CycleBNN。该方法通过动态调整训练过程中使用的精度,实现了训练效率与模型性能之间的有效平衡,显著降低了训练过程中所需的运算量,同时在多个数据集上取得了竞争性的性能表现。
Abstract
This paper works on
Binary Neural Networks
(BNNs), a promising avenue for efficient
Deep Learning
, offering significant reductions in computational overhead and memory footprint to full precision networks. Howeve
→