paper-with-me

Papers

Exploring Robustness of Image Recognition Models on Hardware Accelerators

2023-06-02 · Nikolaos Louloudakis, Perry Gibson, José Cano, Ajitha Rajan

As the usage of Artificial Intelligence (AI) on resource-intensive and safety-critical tasks increases, a variety of Machine Learning (ML) compilers have been developed, enabling compatibility of Deep Neural Networks (DNNs) with a variety of hardware acceleration devices. However, given that DNNs are widely utilized for challenging and demanding tasks, the behavior of these compilers must be verified. To this direction, we propose MutateNN, a tool that utilizes elements of both differential and mutation testing in order to examine the robustness of image recognition models when deployed on hardware accelerators with different capabilities, in the presence of faults in their target device code - introduced either by developers, or problems in their compilation process. We focus on the image recognition domain by applying mutation testing to 7 well-established DNN models, introducing 21 mutations of 6 different categories. We deployed our mutants on 4 different hardware acceleration devices of varying capabilities and observed that DNN models presented discrepancies of up to 90.3% in mutants related to conditional operators across devices. We also observed that mutations related to layer modification, arithmetic types and input affected severely the overall model performance (up to 99.8%) or led to model crashes, in a consistent manner across devices.

📄 PDF Abstract BibTeX arXiv:2306.01697

Code (1)

luludak/mutatenn 공식 구현 tf

Tasks

Image ClassificationModel Optimization

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Exploring Effects of Computational Parameter Changes to Image Recognition Systems

2022-11-01 · Nikolaos Louloudakis, Perry Gibson, José Cano, Ajitha Rajan

Image recognition tasks typically use deep learning and require enormous processing power, thus relying on hardware accelerators like GPUs and FPGAs for fast, timely processing. Failure in real-time image recognition tas…

Autonomous DrivingCode GenerationDeep Learning

DeltaNN: Assessing the Impact of Computational Environment Parameters on the Performance of Image Recognition Models

2023-06-05 · Nikolaos Louloudakis, Perry Gibson, José Cano, Ajitha Rajan

Image recognition tasks typically use deep learning and require enormous processing power, thus relying on hardware accelerators like GPUs and TPUs for fast, timely processing. Failure in real-time image recognition task…

Autonomous DrivingDeep Learning

A Survey on Deep Learning Hardware Accelerators for Heterogeneous HPC Platforms

2023-06-27 · Cristina Silvano, Daniele Ielmini, Fabrizio Ferrandi, Leandro Fiorin 외

Recent trends in deep learning (DL) have made hardware accelerators essential for various high-performance computing (HPC) applications, including image classification, computer vision, and speech recognition. This surve…

Deep LearningGPUimage-classificationImage Classification+3

A Case for Quantifying Statistical Robustness of Specialized Probabilistic AI Accelerators

2019-10-27 · Xiangyu Zhang, Sayan Mukherjee, Alvin R. Lebeck

Statistical machine learning often uses probabilistic algorithms, such as Markov Chain Monte Carlo (MCMC), to solve a wide range of problems. Many accelerators are proposed using specialized hardware to address sampling …

Diagnostic

Architectural Design and Performance Analysis of FPGA based AI Accelerators: A Comprehensive Review

2026-02-25 · Soumita Chatterjee, Sudip Ghosh, Tamal Ghosh, Hafizur Rahaman arxiv

Deep learning (DL) has emerged as a rapidly developing advanced technology, enabling the performance of complex tasks involving image recognition, natural language processing, and autonomous decision-making with high lev…