Multiplier-less Neural Processing Unit for Low Power Convolution

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Neural processing units (NPUs) face high power consumption and gate count due to the presence of multipliers in MAC units, which are inefficient in computing convolutional neural networks (CNNs) as they waste power on zero bits and experience bit-toggling from small-magnitude values.

Innovation Solution

The method decomposes each weight into multiple sub-weights with only one valid bit, allowing for bit-plane processing that replaces multiplications with shifts and accumulations, reducing power consumption by eliminating unnecessary multiplications and bit-toggling.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If MAC units with multipliers are used for convolution calculations, then computation accuracy is maintained, but power consumption and gate count increase significantly

Engineering Contradiction:
Improvecomputation accuracyVSAvoidpower consumption
Core Design Contradiction:
Measurement precisionVSUse of energy by moving object

Solution Approach 1:

The patent segments the weight values into multiple bit-planes, where each bit-plane contains only bits at the same significance position from multiple weights. This segmentation allows the convolution operation to be decomposed into multiple simpler operations that process one bit-plane at a time, replacing full multipliers with simpler adder trees that operate on segmented data.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent transforms the traditional weight-space computation into a bit-plane dimension. Instead of processing weights directly in their original form, it reorganizes weights by bit significance positions across different weights, creating bit-plane matrices. This dimensional transformation enables the use of addition-based computation instead of multiplication, reducing power consumption while maintaining accuracy.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

2Productivity

If MAC units with multipliers are used for convolution calculations, then computation speed is maintained, but gate count increases significantly

Engineering Contradiction:
Improvecomputation speedVSAvoidgate count
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent segments the weight values into multiple bit-planes, where each bit-plane contains only bits at the same significance position from multiple weights. This segmentation allows the convolution operation to be decomposed into multiple simpler operations that process one bit-plane at a time, replacing full multipliers with simpler adder trees that operate on segmented data.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent extracts only the significant bits from weight values and organizes them into bit-plane matrices. By taking out and reorganizing the essential computational information into a compact bit-plane format, the system eliminates the need for complex multiplier circuits while preserving the necessary computation capability through addition-based operations.

Inventive Principle:
Principle #2Taking out (Extraction)

3Reliability

If traditional multiplication-based MAC operations are used, then computational completeness is achieved, but unnecessary power is consumed on zero bits

Engineering Contradiction:
Improvecomputational completenessVSAvoidpower waste on zero bits
Core Design Contradiction:
ReliabilityVSLoss of energy

Solution Approach 1:

The patent extracts only the significant bits from weight values and organizes them into bit-plane matrices. By taking out and reorganizing the essential computational information into a compact bit-plane format, the system eliminates the need for complex multiplier circuits while preserving the necessary computation capability through addition-based operations.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent performs computation on only the necessary bit-planes that contain significant information, rather than processing all bits uniformly. By identifying and processing only the relevant bit-planes (those with non-zero values), the system avoids wasting power on zero bits while maintaining complete computational accuracy for the convolution operation.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS20240370520A1Multiplier-less convolution based neural processing unit and method of operating the same
Publication Date: 2024.11.07 OMNIVISION TECHNOLOGIES INC
  • US20240370520A1 patent drawing
  • US20240370520A1 patent drawing
  • US20240370520A1 patent drawing

AI summary

A method for convolution calculation in a neural network is provided. The method comprises: decomposing each weight into multiple sub-weights, each with only one valid bit, representing different bit significance (bit plane); accumulating input feature map units corresponding to each of the sub-weights with the same bit significance to obtain intermediate sums; shifting each of the intermediate sums according to the bit significance of the corresponding sub-weights to obtain shifted intermediate sums; and accumulating the shifted intermediate sums.