paper-with-me

Papers

Poisoning MorphNet for Clean-Label Backdoor Attack to Point Clouds

2021-05-11 · Guiyu Tian, Wenhao Jiang, Wei Liu, Yadong Mu

This paper presents Poisoning MorphNet, the first backdoor attack method on point clouds. Conventional adversarial attack takes place in the inference stage, often fooling a model by perturbing samples. In contrast, backdoor attack aims to implant triggers into a model during the training stage, such that the victim model acts normally on the clean data unless a trigger is present in a sample. This work follows a typical setting of clean-label backdoor attack, where a few poisoned samples (with their content tampered yet labels unchanged) are injected into the training set. The unique contributions of MorphNet are two-fold. First, it is key to ensure the implanted triggers both visually imperceptible to humans and lead to high attack success rate on the point clouds. To this end, MorphNet jointly optimizes two objectives for sample-adaptive poisoning: a reconstruction loss that preserves the visual similarity between benign / poisoned point clouds, and a classification loss that enforces a modern recognition model of point clouds tends to mis-classify the poisoned sample to a pre-specified target category. This implicitly conducts spectral separation over point clouds, hiding sample-adaptive triggers in fine-grained high-frequency details. Secondly, existing backdoor attack methods are mainly designed for image data, easily defended by some point cloud specific operations (such as denoising). We propose a third loss in MorphNet for suppressing isolated points, leading to improved resistance to denoising-based defense. Comprehensive evaluations are conducted on ModelNet40 and ShapeNetcorev2. Our proposed Poisoning MorphNet outstrips all previous methods with clear margins.

📄 PDF Abstract BibTeX arXiv:2105.04839

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackBackdoor AttackDenoising

Similar Papers 제목 키워드 기반

Checkerboard: Closed-Form and Data-Independent Trigger Design for Clean-Label Backdoor Attacks

2026-05-02 · Yi Yang, Jinyang Huang, Binbin Liu, Feng-Qi Cui 외 arxiv

Backdoor attacks threaten the deep-learning supply chain by poisoning a small fraction of the training data so that a model behaves normally on clean inputs but maps triggered inputs to an attacker-chosen class. Clean-la…

A Semantic and Clean-label Backdoor Attack against Graph Convolutional Networks

2025-03-19 · Jiazhu Dai, Haoyu Sun

Graph Convolutional Networks (GCNs) have shown excellent performance in graph-structured tasks such as node classification and graph classification. However, recent research has shown that GCNs are vulnerable to a new ty…

Backdoor AttackGraph ClassificationNode Classification

Poisoning the Inner Prediction Logic of Graph Neural Networks for Clean-Label Backdoor Attacks

2026-03-05 · Yuxiang Zhang, Bin Ma, Enyan Dai arxiv

Graph Neural Networks (GNNs) have achieved remarkable results in various tasks. Recent studies reveal that graph backdoor attacks can poison the GNN model to predict test nodes with triggers attached as the target class.…

Enhancing Clean Label Backdoor Attack with Two-phase Specific Triggers

2022-06-10 · Nan Luo, Yuanzhang Li, Yajie Wang, Shangbo Wu 외

Backdoor attacks threaten Deep Neural Networks (DNNs). Towards stealthiness, researchers propose clean-label backdoor attacks, which require the adversaries not to alter the labels of the poisoned training datasets. Clea…

Backdoor Attackbackdoor defenseVocal Bursts Valence Prediction

Generalization Bound and New Algorithm for Clean-Label Backdoor Attack

2024-06-02 · Lijia Yu, Shuang Liu, Yibo Miao, Xiao-Shan Gao 외

The generalization bound is a crucial theoretical tool for assessing the generalizability of learning methods and there exist vast literatures on generalizability of normal learning, adversarial learning, and data poison…

Backdoor AttackData PoisoningGeneralization Bounds