paper-with-me

Papers

Energy-Latency Attacks via Sponge Poisoning

2022-03-14 · Antonio Emanuele Cinà, Ambra Demontis, Battista Biggio, Fabio Roli, Marcello Pelillo

Sponge examples are test-time inputs optimized to increase energy consumption and prediction latency of deep networks deployed on hardware accelerators. By increasing the fraction of neurons activated during classification, these attacks reduce sparsity in network activation patterns, worsening the performance of hardware accelerators. In this work, we present a novel training-time attack, named sponge poisoning, which aims to worsen energy consumption and prediction latency of neural networks on any test input without affecting classification accuracy. To stage this attack, we assume that the attacker can control only a few model updates during training -- a likely scenario, e.g., when model training is outsourced to an untrusted third party or distributed via federated learning. Our extensive experiments on image classification tasks show that sponge poisoning is effective, and that fine-tuning poisoned models to repair them poses prohibitive costs for most users, highlighting that tackling sponge poisoning remains an open issue.

📄 PDF Abstract BibTeX arXiv:2203.08147

Code (2)

cinofix/sponge_poisoning_energy_latency_attack 공식 구현 pytorch
iliaishacked/sponge_examples 공식 구현 pytorch

Tasks

ClassificationFederated Learningimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Energy-Latency Attacks to On-Device Neural Networks via Sponge Poisoning

2023-05-06 · Zijian Wang, Shuo Huang, Yujin Huang, Helei Cui

In recent years, on-device deep learning has gained attention as a means of developing affordable deep learning applications for mobile devices. However, on-device models are constrained by limited energy and computation…

Deep Learning

Sponge Attacks on Sensing AI: Energy-Latency Vulnerabilities and Defense via Model Pruning

2025-05-09 · Syed Mhamudul Hasan, Hussein Zangoti, Iraklis Anagnostopoulos, Abdur R. Shahid

Recent studies have shown that sponge attacks can significantly increase the energy consumption and inference latency of deep neural networks (DNNs). However, prior work has focused primarily on computer vision and natur…

Model Compression

The SkipSponge Attack: Sponge Weight Poisoning of Deep Neural Networks

2024-02-09 · Jona te Lintelo, Stefanos Koffas, Stjepan Picek

Sponge attacks aim to increase the energy consumption and computation time of neural networks. In this work, we present a novel sponge attack called SkipSponge. SkipSponge is the first sponge attack that is performed dir…

image-classificationImage Classification

The Impact of Uniform Inputs on Activation Sparsity and Energy-Latency Attacks in Computer Vision

2024-03-27 · Andreas Müller, Erwin Quiring

Resource efficiency plays an important role for machine learning nowadays. The energy and decision latency are two critical aspects to ensure a sustainable and practical application. Unfortunately, the energy consumption…

image-classificationImage Classification

Poster: Sponge ML Model Attacks of Mobile Apps

2023-03-01 · Souvik Paul, Nicolas Kourtellis

Machine Learning (ML)-powered apps are used in pervasive devices such as phones, tablets, smartwatches and IoT devices. Recent advances in collaborative, distributed ML such as Federated Learning (FL) attempt to solve pr…

AttributeFederated LearningModel Poisoning