paper-with-me

Papers

Dynamic Backdoors with Global Average Pooling

2022-03-04 · Stefanos Koffas, Stjepan Picek, Mauro Conti

Outsourced training and machine learning as a service have resulted in novel attack vectors like backdoor attacks. Such attacks embed a secret functionality in a neural network activated when the trigger is added to its input. In most works in the literature, the trigger is static, both in terms of location and pattern. The effectiveness of various detection mechanisms depends on this property. It was recently shown that countermeasures in image classification, like Neural Cleanse and ABS, could be bypassed with dynamic triggers that are effective regardless of their pattern and location. Still, such backdoors are demanding as they require a large percentage of poisoned training data. In this work, we are the first to show that dynamic backdoor attacks could happen due to a global average pooling layer without increasing the percentage of the poisoned training data. Nevertheless, our experiments in sound classification, text sentiment analysis, and image classification show this to be very difficult in practice.

📄 PDF Abstract BibTeX arXiv:2203.02079

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationimage-classificationImage ClassificationSentiment AnalysisSound Classification

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
Average Pooling 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…

Similar Papers 제목 키워드 기반

Mix-Pooling Strategy for Attention Mechanism

2022-08-22 · Shanshan Zhong, Wushao Wen, Jinghui Qin

Recently many effective attention modules are proposed to boot the model performance by exploiting the internal information of convolutional neural networks in computer vision. In general, many previous works ignore cons…

Deep Generalized Max Pooling

2019-08-14 · Vincent Christlein, Lukas Spranger, Mathias Seuret, Anguelos Nicolaou 외

Global pooling layers are an essential part of Convolutional Neural Networks (CNN). They are used to aggregate activations of spatial locations to produce a fixed-size vector in several state-of-the-art CNNs. Global aver…

Global Norm-Aware Pooling for Pose-Robust Face Recognition at Low False Positive Rate

2018-08-01 · Sheng Chen, Jia Guo, Yang Liu, Xiang Gao 외

In this paper, we propose a novel Global Norm-Aware Pooling (GNAP) block, which reweights local features in a convolutional neural network (CNN) adaptively according to their L2 norms and outputs a global feature vector …

Face RecognitionRobust Face Recognition

Architectural Neural Backdoors from First Principles

2024-02-10 · Harry Langford, Ilia Shumailov, Yiren Zhao, Robert Mullins 외

While previous research backdoored neural networks by changing their parameters, recent work uncovered a more insidious threat: backdoors embedded within the definition of the network's architecture. This involves inject…

Global Weighted Average Pooling Bridges Pixel-level Localization and Image-level Classification

2018-09-21 · Suo Qiu

In this work, we first tackle the problem of simultaneous pixel-level localization and image-level classification with only image-level labels for fully convolutional network training. We investigate the global pooling m…

General Classificationimage-classificationImage Classificationobject-detection+2