paper-with-me

홈 › Papers

BoolNet: Minimizing The Energy Consumption of Binary Neural Networks

2021-06-13 · Nianhui Guo, Joseph Bethge, Haojin Yang, Kai Zhong, Xuefei Ning, Christoph Meinel, Yu Wang

Recent works on Binary Neural Networks (BNNs) have made promising progress in narrowing the accuracy gap of BNNs to their 32-bit counterparts. However, the accuracy gains are often based on specialized model designs using additional 32-bit components. Furthermore, almost all previous BNNs use 32-bit for feature maps and the shortcuts enclosing the corresponding binary convolution blocks, which helps to effectively maintain the accuracy, but is not friendly to hardware accelerators with limited memory, energy, and computing resources. Thus, we raise the following question: How can accuracy and energy consumption be balanced in a BNN network design? We extensively study this fundamental problem in this work and propose a novel BNN architecture without most commonly used 32-bit components: \textit{BoolNet}. Experimental results on ImageNet demonstrate that BoolNet can achieve 4.6x energy reduction coupled with 1.2\% higher accuracy than the commonly used BNN architecture Bi-RealNet. Code and trained models are available at: https://github.com/hpi-xnor/BoolNet.

📄 PDF Abstract BibTeX arXiv:2106.06991

Code (1)

hpi-xnor/BoolNet 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

BoolNet: Streamlining Binary Neural Networks Using Binary Feature Maps

2021-09-29 · Nianhui Guo, Joseph Bethge, Haojin Yang, Kai Zhong 외

Recent works on Binary Neural Networks (BNNs) have made promising progress in narrowing the accuracy gap of BNNs to their 32-bit counterparts, often based on specialized model designs using additional 32-bit components. …

Time-varying Mixing Matrix Design for Energy-efficient Decentralized Federated Learning

2025-12-30 · Xusheng Zhang, Tuan Nguyen, Ting He arxiv

We consider the design of mixing matrices to minimize the operation cost for decentralized federated learning (DFL) in wireless networks, with focus on minimizing the maximum per-node energy consumption. As a critical hy…

Federated Learning

A Memetic NSGA-III for Green Flexible Production with Real-Time Energy Costs & Emissions

2024-05-23 · Sascha C Burmeister

The use of renewable energies strengthens decarbonization strategies. To integrate volatile renewable sources, energy systems require grid expansion, storage capabilities, or flexible consumption. This study focuses on i…

Scheduling

Modeling the Energy Consumption of HEVC Intra Decoding

2022-03-03 · Christian Herglotz, Dominic Springer, Andrea Eichenseer, André Kaup

Battery life is one of the major limitations to mobile device use, which makes research on energy efficient soft- and hardware an important task. This paper investigates the energy required by a CPU when decoding compres…

CPUDecoder

Minimizing Energy Consumption of Deep Learning Models by Energy-Aware Training

2023-07-01 · Dario Lazzaro, Antonio Emanuele Cinà, Maura Pintor, Ambra Demontis 외

Deep learning models undergo a significant increase in the number of parameters they possess, leading to the execution of a larger number of operations during inference. This expansion significantly contributes to higher…