中文
相关论文

相关论文: Increasing the Energy-Efficiency of Wearables Usin…

200 篇论文

Motivated by the increasing interest in the posit numeric format, in this paper we evaluate the accuracy and efficiency of posit arithmetic in contrast to the traditional IEEE 754 32-bit floating-point (FP32) arithmetic. We first design and…

硬件体系结构 · 计算机科学 2021-09-20 Stefan Dan Ciocirlan , Dumitrel Loghin , Lavanya Ramapantulu , Nicolae Tapus , Yong Meng Teo

The rapid adaptation of data driven AI models, such as deep learning inference, training, Vision Transformers (ViTs), and other HPC applications, drives a strong need for runtime precision configurable different non linear activation…

硬件体系结构 · 计算机科学 2026-02-12 Mukul Lokhande , Gopal Raut , Santosh Kumar Vishvakarma

Continuous cough monitors can greatly aid doctors in home monitoring and treatment of respiratory diseases. Although many algorithms have been proposed, they still face limitations in data privacy and short-term monitoring. Edge-AI offers a…

音频与语音处理 · 电气工程与系统科学 2025-07-01 Stefano Albini , Lara Orlandic , Jonathan Dan , Jérôme Thevenot , Tomas Teijeiro , Denisa Andreea Constantinescu , David Atienza

The rapid adoption of low-precision arithmetic in artificial intelligence and edge computing has created a strong demand for energy-efficient and flexible floating-point multiply-accumulate (MAC) units. This paper presents a dual-precision…

硬件体系结构 · 计算机科学 2026-04-10 Shubham Kumar , Vijay Pratap Sharma , Vaibhav Neema , Santosh Kumar Vishvakarma

Head-based signals such as EEG, EMG, EOG, and ECG collected by wearable systems will play a pivotal role in clinical diagnosis, monitoring, and treatment of important brain disorder diseases. However, the real-time transmission of the…

Low-precision formats have proven to be an efficient way to reduce not only the memory footprint but also the hardware resources and power consumption of deep learning computations. Under this premise, the posit numerical format appears to…

机器学习 · 计算机科学 2021-05-17 Gonçalo Raposo , Pedro Tomás , Nuno Roma

Today, almost all computer systems use IEEE-754 floating point to represent real numbers. Recently, posit was proposed as an alternative to IEEE-754 floating point as it has better accuracy and a larger dynamic range. The configurable…

硬件体系结构 · 计算机科学 2021-04-13 Varun Gohil , Sumit Walia , Joycee Mekie , Manu Awasthi

The recent advances in machine learning, in general, and Artificial Neural Networks (ANN), in particular, has made smart embedded systems an attractive option for a larger number of application areas. However, the high computational…

硬件体系结构 · 计算机科学 2023-09-06 Suresh Nambi , Salim Ullah , Aditya Lohana , Siva Satyendra Sahoo , Farhad Merchant , Akash Kumar

The growing demand for edge-AI systems requires arithmetic units that balance numerical precision, energy efficiency, and compact hardware while supporting diverse formats. Posit arithmetic offers advantages over floating- and fixed-point…

硬件体系结构 · 计算机科学 2026-01-27 Sonu Kumar , Lavanya Vinnakota , Mukul Lokhande , Santosh Kumar Vishvakarma , Adam Teman

The accuracy requirements in many scientific computing workloads result in the use of double-precision floating-point arithmetic in the execution kernels. Nevertheless, emerging real-number representations, such as posit arithmetic, show…

硬件体系结构 · 计算机科学 2024-03-15 David Mallasén , Alberto A. Del Barrio , Manuel Prieto-Matias

The recent developments in wearable devices and the Internet of Medical Things (IoMT) allow real-time monitoring and recording of electrocardiogram (ECG) signals. However, continuous monitoring of ECG signals is challenging in low-power…

信号处理 · 电气工程与系统科学 2021-12-16 Berken Utku Demirel , Islam Abdelsalam Bayoumy , Mohammad Abdullah Al Faruque

Floating-point operations can significantly impact the accuracy and performance of scientific applications on large-scale parallel systems. Recently, an emerging floating-point format called Posit has attracted attention as an alternative…

分布式、并行与集群计算 · 计算机科学 2020-03-26 Steven W. D. Chien , Ivy B. Peng , Stefano Markidis

In modern low-power embedded platforms, floating-point (FP) operations emerge as a major contributor to the energy consumption of compute-intensive applications with large dynamic range. Experimental evidence shows that 50% of the energy…

硬件体系结构 · 计算机科学 2017-11-29 Giuseppe Tagliavini , Stefan Mach , Davide Rossi , Andrea Marongiu , Luca Benini

This paper presents a mixed-computation neural network processing approach for edge applications that incorporates low-precision (low-width) Posit and low-precision fixed point (FixP) number systems. This mixed-computation approach employs…

机器学习 · 计算机科学 2023-12-06 Seyedarmin Azizi , Mahdi Nazemi , Mehdi Kamal , Massoud Pedram

The b-posit, or bounded posit, is a variation of the posit format designed for high performance computing (HPC) and AI applications. Unlike traditional floating-point formats (floats), posits use variable-length fields for exponent scaling…

硬件体系结构 · 计算机科学 2026-03-03 Aditya Anirudh Jonnalagadda , Rishi Thotli , John L. Gustafson

Floating-point square-root computation is a power- and delay-critical operation in edge-AI, signal-processing, and embedded systems. Conventional implementations typically rely on multipliers or iterative pipelines, resulting in increased…

硬件体系结构 · 计算机科学 2026-04-21 Prateek Goyal , Jatin Kumar Reddy Mothe , Swara Rajesh Shelke , Sujit Kumar Sahoo

Edge-AI applications still face considerable challenges in enhancing computational efficiency in resource-constrained environments. This work presents RAMAN, a resource-efficient and approximate posit(8,2)-based Multiply-Accumulate (MAC)…

硬件体系结构 · 计算机科学 2025-10-28 Mohd Faisal Khan , Mukul Lokhande , Santosh Kumar Vishvakarma

Much recent research is devoted to exploring tradeoffs between computational accuracy and energy efficiency at different levels of the system stack. Approximation at the floating point unit (FPU) allows saving energy by simply reducing the…

分布式、并行与集群计算 · 计算机科学 2021-02-18 Saeid Barati , Lee Ehudin , Hank Hoffmann

In this paper, we propose a low-power hardware for efficient deployment of binarized neural networks (BNNs) that have been trained for physiological datasets. BNNs constrain weights and feature-map to 1 bit, can pack in as many 1-bit…

信号处理 · 电气工程与系统科学 2019-03-28 Morteza Hosseini , Hirenkumar Paneliya , Uttej Kallakuri , Mohit Khatwani , Tinoosh Mohsenin

As the dimensions and operating voltages of computer electronics shrink to cope with consumers' demand for higher performance and lower power consumption, circuit sensitivity to soft errors increases dramatically. Recently, a new data-type…

硬件体系结构 · 计算机科学 2021-01-06 Ihsen Alouani , Anouar Ben Khalifa , Farhad Merchant , Rainer Leupers
‹ 上一页 1 2 3 10 下一页 ›