PulseAugur
EN
LIVE 12:53:54

InferNet exploits GPU profiles for DNN architecture inference

Researchers have developed InferNet, a novel method for inferring the architecture of deep neural networks (DNNs) by analyzing aggregate GPU profiles. This technique bypasses the need for complex, fine-grained data analysis, instead utilizing coarse-grained system-level information like GPU kernel calls and memory events. InferNet can accurately predict both the general architecture family and specific variants, achieving 100% model extraction accuracy in evaluations across different AI frameworks, DNN types, and hardware platforms. AI

IMPACT This research could lead to new methods for detecting and mitigating DNN model extraction attacks, enhancing AI security.

RANK_REASON The item is a research paper detailing a new method for inferring DNN architectures. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

InferNet exploits GPU profiles for DNN architecture inference

COVERAGE [1]

  1. arXiv cs.LG TIER_1 English(EN) · Raja Hasnain Anwar, Jonah O'Brien Weiss, Tiago Alves, Sandip Kundu ·

    InferNet: Exploiting Aggregate GPU Profiles as Side-Channel for DNN Architecture Inference

    arXiv:2304.03388v2 Announce Type: replace Abstract: Deep Neural Networks (DNNs) have become ubiquitous for their ability to solve problems across various domains, including computer vision, natural language processing, and speech recognition. However, as their adoption grows, the…