paper-with-me

Papers

Identifying a Training-Set Attack's Target Using Renormalized Influence Estimation

2022-01-25 · Zayd Hammoudeh, Daniel Lowd

Targeted training-set attacks inject malicious instances into the training set to cause a trained model to mislabel one or more specific test instances. This work proposes the task of target identification, which determines whether a specific test instance is the target of a training-set attack. Target identification can be combined with adversarial-instance identification to find (and remove) the attack instances, mitigating the attack with minimal impact on other predictions. Rather than focusing on a single attack method or data modality, we build on influence estimation, which quantifies each training instance's contribution to a model's prediction. We show that existing influence estimators' poor practical performance often derives from their over-reliance on training instances and iterations with large losses. Our renormalized influence estimators fix this weakness; they far outperform the original estimators at identifying influential groups of training examples in both adversarial and non-adversarial settings, even finding up to 100% of adversarial training instances with no clean-data false positives. Target identification then simplifies to detecting test instances with anomalous influence values. We demonstrate our method's effectiveness on backdoor and poisoning attacks across various data domains, including text, vision, and speech, as well as against a gray-box, adaptive attacker that specifically optimizes the adversarial instances to evade our method. Our source code is available at https://github.com/ZaydH/target_identification.

📄 PDF Abstract BibTeX arXiv:2201.10055

Code (1)

zaydh/target_identification 공식 구현 pytorch

Similar Papers 제목 키워드 기반

FlexLLM: Exploring LLM Customization for Moving Target Defense on Black-Box LLMs Against Jailbreak Attacks

2024-12-10 · Bocheng Chen, Hanqing Guo, Qiben Yan

Defense in large language models (LLMs) is crucial to counter the numerous attackers exploiting these systems to generate harmful content through manipulated prompts, known as jailbreak attacks. Although many defense str…

Coordinated Reply Attacks in Influence Operations: Characterization and Detection

2024-10-25 · Manita Pote, Tuğrulcan Elmas, Alessandro Flammini, Filippo Menczer

Coordinated reply attacks are a tactic observed in online influence operations and other coordinated campaigns to support or harass targeted individuals, or influence them or their followers. Despite its potential to inf…

Classification

Segmentation-Renormalized Deep Feature Modulation for Unpaired Image Harmonization

2021-02-11 · Mengwei Ren, Neel Dey, James Fishbaugh, Guido Gerig

Deep networks are now ubiquitous in large-scale multi-center imaging studies. However, the direct aggregation of images across sites is contraindicated for downstream statistical and deep learning-based image analysis du…

Image HarmonizationSegmentationTranslation

Property Inference Attacks on Convolutional Neural Networks: Influence and Implications of Target Model's Complexity

2021-04-27 · Mathias P. M. Parisot, Balazs Pejo, Dayana Spagnuelo

Machine learning models' goal is to make correct predictions for specific tasks by learning important properties and patterns from data. By doing so, there is a chance that the model learns properties that are unrelated …

HINT: Healthy Influential-Noise based Training to Defend against Data Poisoning Attacks

2023-09-15 · Minh-Hao Van, Alycia N. Carey, Xintao Wu

While numerous defense methods have been proposed to prohibit potential poisoning attacks from untrusted data sources, most research works only defend against specific attacks, which leaves many avenues for an adversary …

Data Poisoning