Approximate Signed Multiplier with Sign-Focused Compressor for Edge Detection Applications

πŸ“… 2025-10-26
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF

career value

207K/year
πŸ€– AI Summary
In signed multiplication for edge detection and similar applications, frequent occurrences of constant-1 terms and negative partial products severely degrade energy efficiency. To address this, we propose a sign-aware approximate signed multiplier architecture. Our method introduces two novel compression unitsβ€”A+B+C+1 and A+B+C+D+1β€”that explicitly model sign logic to simplify negative-term handling; it further combines truncation of the least-significant (Nβˆ’1) columns of the partial-product matrix with an error-compensation mechanism, achieving substantial computational savings under controllable accuracy loss. Integrated into a custom convolutional layer, the proposed multiplier, implemented in 8-bit precision, reduces power-delay product by 29.21% and power consumption by 14.39% over the state-of-the-art. Experimental validation on real-world edge detection tasks confirms its superior trade-off between accuracy and energy efficiency.

Technology Category

Application Category

πŸ“ Abstract
This paper presents an approximate signed multiplier architecture that incorporates a sign-focused compressor, specifically designed for edge detection applications in machine learning and signal processing. The multiplier incorporates two types of sign-focused compressors: A + B + C + 1 and A + B + C + D + 1. Both exact and approximate compressor designs are utilized, with a focus on efficiently handling constant value "1" and negative partial products, which frequently appear in the partial product matrices of signed multipliers. To further enhance efficiency, the lower N - 1 columns of the partial product matrix are truncated, followed by an error compensation mechanism. Experimental results show that the proposed 8-bit approximate multiplier achieves a 29.21% reduction in power delay product (PDP) and a 14.39% reduction in power compared to the best of existing multipliers. The proposed multiplier is integrated into a custom convolution layer and performs edge detection, demonstrating its practical utility in real-world applications.
Problem

Research questions and friction points this paper is trying to address.

Designing efficient approximate signed multipliers for edge detection applications
Optimizing power consumption and delay in signed multiplier architectures
Handling negative partial products and truncation in multiplier designs
Innovation

Methods, ideas, or system contributions that make the work stand out.

Approximate signed multiplier with sign-focused compressor
Truncates lower columns with error compensation mechanism
Reduces power delay product by 29.21%
πŸ”Ž Similar Papers
No similar papers found.