paper-with-me

홈 › Papers

Explainable AI-Guided Efficient Approximate DNN Generation for Multi-Pod Systolic Arrays

2025-03-20 · Ayesha Siddique, Khurram Khalil, Khaza Anuarul Hoque

Approximate deep neural networks (AxDNNs) are promising for enhancing energy efficiency in real-world devices. One of the key contributors behind this enhanced energy efficiency in AxDNNs is the use of approximate multipliers. Unfortunately, the simulation of approximate multipliers does not usually scale well on CPUs and GPUs. As a consequence, this slows down the overall simulation of AxDNNs aimed at identifying the appropriate approximate multipliers to achieve high energy efficiency with a minimum accuracy loss. To address this problem, we present a novel XAI-Gen methodology, which leverages the analytical model of the emerging hardware accelerator (e.g., Google TPU v4) and explainable artificial intelligence (XAI) to precisely identify the non-critical layers for approximation and quickly discover the appropriate approximate multipliers for AxDNN layers. Our results show that XAI-Gen achieves up to 7x lower energy consumption with only 1-2% accuracy loss. We also showcase the effectiveness of the XAI-Gen approach through a neural architecture search (XAI-NAS) case study. Interestingly, XAI-NAS achieves 40\% higher energy efficiency with up to 5x less execution time when compared to the state-of-the-art NAS methods for generating AxDNNs.

📄 PDF Abstract BibTeX arXiv:2503.16583

Code (0)

등록된 구현이 없습니다.

Tasks

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)Neural Architecture Search

Similar Papers 제목 키워드 기반

Energy Efficient Exact and Approximate Systolic Array Architecture for Matrix Multiplication

2025-08-31 · Pragun Jaswal, L. Hemanth Krishna, B. Srinivasu arxiv

Deep Neural Networks (DNNs) require highly efficient matrix multiplication engines for complex computations. This paper presents a systolic array architecture incorporating novel exact and approximate processing elements…

Edge Detection

Hierarchical Aspect-guided Explanation Generation for Explainable Recommendation

2021-10-20 · Yidan Hu, Yong liu, Chunyan Miao, Gongqi Lin 외

Explainable recommendation systems provide explanations for recommendation results to improve their transparency and persuasiveness. The existing explainable recommendation methods generate textual explanations without e…

DecoderExplainable RecommendationExplanation GenerationPersuasiveness+1

Lesion Guided Explainable Few Weak-shot Medical Report Generation

2022-11-16 · Jinghan Sun, Dong Wei, Liansheng Wang, Yefeng Zheng

Medical images are widely used in clinical practice for diagnosis. Automatically generating interpretable medical reports can reduce radiologists' burden and facilitate timely care. However, most existing approaches to a…

Medical Report Generation

SystolicAttention: Fusing FlashAttention within a Single Systolic Array

2025-07-15 · Jiawei Lin, Guokai Chen, Yuanlong Li, Thomas Bourgeat

Transformer models rely heavily on scaled dot-product attention (SDPA), typically implemented using the FlashAttention algorithm. However, current systolic-array-based accelerators face significant challenges when execut…

Scheduling

FlexSA: Flexible Systolic Array Architecture for Efficient Pruned DNN Model Training

2020-04-27 · Sangkug Lym, Mattan Erez

Modern deep learning models have high memory and computation cost. To make them fast and memory-cost efficient, structured model pruning is commonly used. We find that pruning a model using a common training accelerator …