paper-with-me

홈 › Papers

Watch Out! Simple Horizontal Class Backdoor Can Trivially Evade Defense

2023-10-01 · Hua Ma, Shang Wang, Yansong Gao, Zhi Zhang, Huming Qiu, Minhui Xue, Alsharif Abuadbba, Anmin Fu, Surya Nepal, Derek Abbott

All current backdoor attacks on deep learning (DL) models fall under the category of a vertical class backdoor (VCB) -- class-dependent. In VCB attacks, any sample from a class activates the implanted backdoor when the secret trigger is present. Existing defense strategies overwhelmingly focus on countering VCB attacks, especially those that are source-class-agnostic. This narrow focus neglects the potential threat of other simpler yet general backdoor types, leading to false security implications. This study introduces a new, simple, and general type of backdoor attack coined as the horizontal class backdoor (HCB) that trivially breaches the class dependence characteristic of the VCB, bringing a fresh perspective to the community. HCB is now activated when the trigger is presented together with an innocuous feature, regardless of class. For example, the facial recognition model misclassifies a person who wears sunglasses with a smiling innocuous feature into the targeted person, such as an administrator, regardless of which person. The key is that these innocuous features are horizontally shared among classes but are only exhibited by partial samples per class. Extensive experiments on attacking performance across various tasks, including MNIST, facial recognition, traffic sign recognition, object detection, and medical diagnosis, confirm the high efficiency and effectiveness of the HCB. We rigorously evaluated the evasiveness of the HCB against a series of eleven representative countermeasures, including Fine-Pruning (RAID 18'), STRIP (ACSAC 19'), Neural Cleanse (Oakland 19'), ABS (CCS 19'), Februus (ACSAC 20'), NAD (ICLR 21'), MNTD (Oakland 21'), SCAn (USENIX SEC 21'), MOTH (Oakland 22'), Beatrix (NDSS 23'), and MM-BD (Oakland 24'). None of these countermeasures prove robustness, even when employing a simplistic trigger, such as a small and static white-square patch.

📄 PDF Abstract BibTeX arXiv:2310.00542

Code (1)

shihe98/hcb 공식 구현 pytorch

Tasks

Backdoor AttackMedical Diagnosisobject-detectionObject DetectionTraffic Sign Recognition

Methods 이 논문이 사용한 방법론

Focus 설명 없음
None 설명 없음

Similar Papers 제목 키워드 기반

Fast MRF Optimization with Application to Depth Reconstruction

2014-06-01 · CVPR 2014 6 · Qifeng Chen, Vladlen Koltun

We describe a simple and fast algorithm for optimizing Markov random fields over images. The algorithm performs block coordinate descent by optimally updating a horizontal or vertical line in each step. While the algorit…

Learning Abstract Classes using Deep Learning

2016-06-17 · Sebastian Stabinger, Antonio Rodriguez-Sanchez, Justus Piater

Humans are generally good at learning abstract concepts about objects and scenes (e.g.\ spatial orientation, relative sizes, etc.). Over the last years convolutional neural networks have achieved almost human performance…

Deep Learning

Dispersed Pixel Perturbation-based Imperceptible Backdoor Trigger for Image Classifier Models

2022-08-19 · Yulong Wang, Minghui Zhao, Shenghong Li, Xin Yuan 외

Typical deep neural network (DNN) backdoor attacks are based on triggers embedded in inputs. Existing imperceptible triggers are computationally expensive or low in attack success. In this paper, we propose a new backdoo…

Tree based Progressive Regression Model for Watch-Time Prediction in Short-video Recommendation

2023-06-06 · Xiao Lin, Xiaokai Chen, Linfeng Song, Jingwei Liu 외

An accurate prediction of watch time has been of vital importance to enhance user engagement in video recommender systems. To achieve this, there are four properties that a watch time prediction framework should satisfy:…

Recommendation Systemsregression

Watch Out for the Lifespan: Evaluating Backdoor Attacks Against Federated Model Adaptation

2025-11-18 · Bastien Vuillod, Pierre-Alain Moellic, Jean-Max Dutertre arxiv

Large models adaptation through Federated Learning (FL) addresses a wide range of use cases and is enabled by Parameter-Efficient Fine-Tuning techniques such as Low-Rank Adaptation (LoRA). However, this distributed learn…

parameter-efficient fine-tuningFederated Learning