ExplorerMachine LearningMachine Learning
Research PaperResearchia:202601.29031

Late Breaking Results: Conversion of Neural Networks into Logic Flows for Edge Computing

Daniel Stein

Abstract

Neural networks have been successfully applied in various resource-constrained edge devices, where usually central processing units (CPUs) instead of graphics processing units exist due to limited power availability. State-of-the-art research still focuses on efficiently executing enormous numbers of multiply-accumulate (MAC) operations. However, CPUs themselves are not good at executing such mathematical operations on a large scale, since they are more suited to execute control flow logic, i.e....

Submitted: January 29, 2026Subjects: Machine Learning; Machine Learning

Description / Details

Neural networks have been successfully applied in various resource-constrained edge devices, where usually central processing units (CPUs) instead of graphics processing units exist due to limited power availability. State-of-the-art research still focuses on efficiently executing enormous numbers of multiply-accumulate (MAC) operations. However, CPUs themselves are not good at executing such mathematical operations on a large scale, since they are more suited to execute control flow logic, i.e., computer algorithms. To enhance the computation efficiency of neural networks on CPUs, in this paper, we propose to convert them into logic flows for execution. Specifically, neural networks are first converted into equivalent decision trees, from which decision paths with constant leaves are then selected and compressed into logic flows. Such logic flows consist of if and else structures and a reduced number of MAC operations. Experimental results demonstrate that the latency can be reduced by up to 14.9 % on a simulated RISC-V CPU without any accuracy degradation. The code is open source at https://github.com/TUDa-HWAI/NN2Logic


Source: arXiv:2601.22151v1 - http://arxiv.org/abs/2601.22151v1 PDF: https://arxiv.org/pdf/2601.22151v1 Original Link: http://arxiv.org/abs/2601.22151v1

Please sign in to join the discussion.

No comments yet. Be the first to share your thoughts!

Access Paper
View Source PDF
Submission Info
Date:
Jan 29, 2026
Topic:
Machine Learning
Area:
Machine Learning
Comments:
0
Bookmark
Late Breaking Results: Conversion of Neural Networks into Logic Flows for Edge Computing | Researchia