paper-with-me

홈 › Papers

TranSC: Hardware-Aware Design of Transcendental Functions Using Stochastic Logic

2026-01-12 · Mehran Moghadam, Sercan Aygun, M. Hassan Najafi arxiv

The hardware-friendly implementation of transcendental functions remains a longstanding challenge in design automation. These functions, which cannot be expressed as finite combinations of algebraic operations, pose significant complexity in digital circuit design. This study introduces a novel approach, TranSC, that utilizes stochastic computing (SC) for lightweight yet accurate implementation of transcendental functions. Building on established SC techniques, our method explores alternative random sources-specifically, quasi-random Van der Corput low-discrepancy (LD) sequences-instead of conventional pseudo-randomness. This shift enhances both the accuracy and efficiency of SC-based computations. We validate our approach through extensive experiments on various function types, including trigonometric, hyperbolic, and activation functions. The proposed design approach significantly reduces MSE by up to 98% compared to the state-of-the-art solutions while reducing hardware area, power consumption, and energy usage by 33%, 72%, and 64%, respectively.

📄 PDF Abstract BibTeX arXiv:2601.07172

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TransPimLib: A Library for Efficient Transcendental Functions on Processing-in-Memory Systems

2023-04-03 · Maurus Item, Juan Gómez-Luna, Yuxin Guo, Geraldo F. Oliveira 외

Processing-in-memory (PIM) promises to alleviate the data movement bottleneck in modern computing systems. However, current real-world PIM systems have the inherent disadvantage that their hardware is more constrained th…

CPUGPU

Transcendental Regularization of Finite Mixtures:Theoretical Guarantees and Practical Limitations

2026-02-03 · Ernest Fokoué arxiv

Finite mixture models are widely used for unsupervised learning, but maximum likelihood estimation via EM suffers from degeneracy as components collapse. We introduce transcendental regularization, a penalized likelihood…

Squareplus: A Softplus-Like Algebraic Rectifier

2021-12-22 · Jonathan T. Barron

We present squareplus, an activation function that resembles softplus, but which can be computed using only algebraic operations: addition, multiplication, and square-root. Because squareplus is ~6x faster to evaluate th…

CPU

AutoNumerics-Zero: Automated Discovery of State-of-the-Art Mathematical Functions

2023-12-13 · Esteban Real, Yao Chen, Mirko Rossini, Connal de Souza 외

Computers calculate transcendental functions by approximating them through the composition of a few limited-precision instructions. For example, an exponential can be calculated with a Taylor series. These approximation …

$π$-RAG: Oblivious Retrieval via Semantic Quantization and Transcendental Addressing for Large Language Models

2026-06-20 · Aniket Wattamwar, Mrunal Kakirwar arxiv

This paper introduces $π$-RAG, a novel architecture for oblivious retrieval that decouples Large Language Models (LLMs) from sensitive data storage without sacrificing semantic understanding. Traditional Retrieval-Augmen…