REVIEW 2 major objections 50 references
Clean-label backdoor Mirage causes 73% misclassification in LiDAR 3D detectors using only 0.5% poisoned samples.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
Mirage achieves 73% misclassification success on LiDAR 3DOD models with 0.5% poisoning rate via label-consistent trigger injection.
T0 review reviewed 2026-06-26 challenge →
load-bearing objection Mirage claims a clean-label black-box backdoor for LiDAR 3DOD at 0.5% poisoning with 73% success, but the abstract supplies zero details on trigger construction or evaluation controls. the 2 major comments →
Mirage: a Clean-Label Backdoor against LiDAR 3D Object Detection
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
Core claim
Mirage is a black-box and clean-label backdoor attack against deep neural network-based LiDAR 3D object detection. It injects a small number of label-consistent poisoning samples into the training set, causing the model to learn a malicious association between a trigger pattern and an attacker-chosen target class while preserving normal training semantics. As a result, the compromised model behaves normally on benign inputs yet systematically misclassifies triggered objects as the target class during deployment. Evaluations on multiple state-of-the-art models and datasets confirm high success rates with low poisoning.
What carries the argument
Label-consistent poisoning samples that embed a trigger pattern to create a malicious association with an attacker-chosen target class.
Load-bearing premise
The attacker can successfully inject a small number of label-consistent poisoning samples containing an effective trigger pattern into the training dataset without the poisoning being detected.
What would settle it
Training a LiDAR 3DOD model on a dataset with the described 0.5% poisoned samples and checking whether the misclassification rate of triggered objects to the target class falls below 20% on held-out test scenes.
If this is right
- The attack achieves 73% misclassification success with a poisoning rate of only 0.5%.
- Detection performance on benign inputs stays close to that of unpoisoned models.
- The attack requires no white-box access and no modification of sample labels.
- It applies to multiple state-of-the-art LiDAR 3D object detection models and benchmark datasets.
Where Pith is reading between the lines
- Backdoor defenses for 3D detection may need to inspect input patterns rather than rely on label consistency checks.
- The same poisoning approach could be tested on other 3D perception tasks such as point-cloud segmentation.
- Trigger patterns that work in one dataset may require scene-specific adaptation to maintain effectiveness across varied environments.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces Mirage, a black-box clean-label backdoor attack on LiDAR 3D object detection models. It injects a small number of label-consistent poisoning samples (0.5% rate) containing a trigger pattern into the training set, causing the compromised model to misclassify triggered objects as an attacker-chosen target class at inference while behaving normally on benign inputs. The authors claim a 73% misclassification success rate across multiple state-of-the-art 3DOD models and benchmark datasets, with clean detection performance remaining close to that of benign models.
Significance. If the empirical results are reproducible and the attack generalizes as claimed, this would represent a meaningful advance in demonstrating practical backdoor threats to safety-critical autonomous perception systems. The clean-label and low-poisoning-rate aspects make the attack more realistic than prior work requiring label flips or white-box access, potentially motivating new defenses for 3D point-cloud models.
major comments (2)
- [Abstract] Abstract: the central claim of 73% misclassification success rate at 0.5% poisoning rate is presented without any description of trigger design, how the pattern is realized in point clouds while preserving label consistency, the precise definition of attack success rate in a detection setting, or the experimental controls used. This absence prevents verification that the reported numbers support the claim.
- [Abstract] The manuscript supplies no information on the trigger construction method or cross-scene generalization procedure, which are load-bearing for the weakest assumption that the trigger will reliably activate the backdoor across varied LiDAR scenes and models.
Simulated Author's Rebuttal
We thank the referee for the constructive feedback. We agree that the abstract would benefit from additional context on the trigger and success metric to better support the central claims. We will revise the abstract accordingly and address the points below.
read point-by-point responses
-
Referee: [Abstract] Abstract: the central claim of 73% misclassification success rate at 0.5% poisoning rate is presented without any description of trigger design, how the pattern is realized in point clouds while preserving label consistency, the precise definition of attack success rate in a detection setting, or the experimental controls used. This absence prevents verification that the reported numbers support the claim.
Authors: We agree the abstract is too terse. In the revision we will expand it to briefly note: (i) the trigger is a sparse, object-centric point pattern inserted at fixed relative offsets; (ii) label consistency is preserved by adding the pattern without altering the ground-truth bounding box or class; (iii) attack success rate is defined as the fraction of triggered objects that are both detected and classified as the attacker-chosen target; and (iv) results are obtained on multiple 3DOD architectures (PointPillars, SECOND, PV-RCNN) and datasets (KITTI, nuScenes) with standard clean-data controls. Full algorithmic and experimental details remain in Sections 3 and 4. revision: yes
-
Referee: [Abstract] The manuscript supplies no information on the trigger construction method or cross-scene generalization procedure, which are load-bearing for the weakest assumption that the trigger will reliably activate the backdoor across varied LiDAR scenes and models.
Authors: We will add a concise clause to the abstract stating that the trigger is constructed via an optimization procedure that balances effectiveness and sparsity while remaining object-centric (hence scene-agnostic). Cross-scene generalization is demonstrated empirically in Section 4 across diverse urban and highway scenes; the object-centric design avoids reliance on background geometry. These additions will make the abstract self-contained without duplicating the technical exposition in the body. revision: yes
Circularity Check
No significant circularity
full rationale
This is an empirical security paper describing a clean-label backdoor attack and reporting measured attack success rates (e.g., 73% misclassification at 0.5% poisoning) on LiDAR 3DOD models. No derivation chain, first-principles prediction, fitted parameter renamed as output, or self-citation load-bearing theorem exists; the claims rest on experimental results rather than any reduction of the form “Eq. X equals input Y by construction.”
Axiom & Free-Parameter Ledger
free parameters (2)
- poisoning_rate =
0.5%
- trigger_pattern
axioms (1)
- domain assumption An attacker can inject a small number of poisoning samples into the training set without detection.
Cite this review
Pith. "Pith review of Mirage: a Clean-Label Backdoor against LiDAR 3D Object Detection." pith.science (2026). https://pith.science/paper/X3N5D6GC
@misc{pith2026260620752,
author = {Pith},
title = {Pith review of: Mirage: a Clean-Label Backdoor against LiDAR 3D Object Detection},
year = {2026},
howpublished = {\url{https://pith.science/paper/X3N5D6GC}},
note = {Machine review of arXiv:2606.20752}
}
read the original abstract
Deep neural network-based LiDAR 3D object detection serves as a critical perception component in safety-critical autonomous systems. However, recent studies have revealed its vulnerability to backdoor attacks. Existing attacks typically require white-box access or label modification and focus on geometric attacks such as object disappearance or bounding-box manipulation. In this paper, we present Mirage, a black-box and clean-label backdoor attack against deep neural network-based LiDAR 3DOD. Mirage injects a small number of label-consistent poisoning samples into the training set, causing the model to learn a malicious association between a trigger pattern and an attacker-chosen target class while preserving normal training semantics. As a result, the compromised model behaves normally on benign inputs yet systematically misclassifies triggered objects as the target class during deployment. We evaluate Mirage on multiple state-of-the-art LiDAR 3DOD models and benchmark datasets. Experimental results show that Mirage achieves a 73% misclassification success rate with a poisoning rate of only 0.5%, while maintaining detection performance close to that of benign models.
Figures
Reference graph
Works this paper leans on
-
[1]
SECOND: Sparsely embedded convolu- tional detection,
Y . Yan, Y . Mao, and B. Li, “SECOND: Sparsely embedded convolu- tional detection,”Sensors, vol. 18, no. 10, p. 3337, 2018
2018
-
[2]
PointPillars: Fast encoders for object detection from point clouds,
A. Lang, S. V ora, H. Caesar, L. Zhou, J. Yang, and O. Beijbom, “PointPillars: Fast encoders for object detection from point clouds,” inIEEE/CVF CVPR, 2019, pp. 12 697–12 705
2019
-
[3]
Center-based 3D object detec- tion and tracking,
T. Yin, X. Zhou, and P. Kr ¨ahenb¨uhl, “Center-based 3D object detec- tion and tracking,” inIEEE/CVF CVPR, 2021
2021
-
[4]
Towards backdoor attacks against LiDAR object detection in autonomous driving,
Y . Zhang, Y . Zhu, Z. Liu, C. Miao, F. Hajiaghajani, L. Su, and C. Qiao, “Towards backdoor attacks against LiDAR object detection in autonomous driving,” inACM SenSys, 2022, pp. 533–547
2022
-
[5]
BadLiDet: A simple back- door attack against LiDAR object detection in autonomous driving,
S. Li, Y . Wen, H. Wang, and X. Cheng, “BadLiDet: A simple back- door attack against LiDAR object detection in autonomous driving,” inIEEE TrustCom, 2023, pp. 99–108
2023
-
[6]
MOBA: A material-oriented backdoor attack against LiDAR-based 3D object detection systems,
S. Chaturvedi, G. Bagwe, L. Zhang, P. He, and X. Yuan, “MOBA: A material-oriented backdoor attack against LiDAR-based 3D object detection systems,” inAAAI, 2026, arXiv:2511.09999
-
[7]
BadFusion: 2D-oriented backdoor attacks against 3D object detection,
S. Chaturvedi, L. Zhang, W. Zhang, P. He, and X. Yuan, “BadFusion: 2D-oriented backdoor attacks against 3D object detection,”arXiv preprint arXiv:2405.03884, 2024
-
[8]
Badmda: Towards backdoor injection during domain adaptation to collapse multi-agent perception,
T. Chen, B. Du, J. Zhao, H. Xia, H. Wang, and J. Wang, “Badmda: Towards backdoor injection during domain adaptation to collapse multi-agent perception,” inACM MM, 2025, pp. 975–983
2025
-
[9]
Narcissus: A practical clean-label backdoor attack with limited information,
Y . Zeng, M. Pan, H. Just, L. Lyu, M. Qiu, and R. Jia, “Narcissus: A practical clean-label backdoor attack with limited information,” in ACM CCS, 2023, pp. 771–785
2023
-
[10]
Bait and switch: Online training data poisoning of autonomous driving sys- tems,
N. Patel, P. Krishnamurthy, S. Garg, and F. Khorrami, “Bait and switch: Online training data poisoning of autonomous driving sys- tems,”arXiv preprint arXiv:2011.04065, 2020
-
[11]
Physical backdoor attacks to lane detection systems in autonomous driving,
X. Han, G. Xu, Y . Zhou, X. Yang, J. Li, and T. Zhang, “Physical backdoor attacks to lane detection systems in autonomous driving,” inACM MM. New York, NY , USA: Association for Computing Machinery, 2022, pp. 2957–2968
2022
-
[12]
3DSSD: Point-based 3D single stage object detector,
Z. Yang, Y . Sun, S. Liu, and J. Jia, “3DSSD: Point-based 3D single stage object detector,” inIEEE/CVF CVPR, 2020, pp. 11 040–11 048
2020
-
[13]
PointNet: Deep learning on point sets for 3D classification and segmentation,
C. Qi, H. Su, K. Mo, and L. Guibas, “PointNet: Deep learning on point sets for 3D classification and segmentation,” inIEEE CVPR, 2017, pp. 652–660
2017
-
[14]
PointNet++: Deep hierarchical feature learning on point sets in a metric space,
C. Qi, L. Yi, H. Su, and L. Guibas, “PointNet++: Deep hierarchical feature learning on point sets in a metric space,”Advances in Neural Information Processing Systems, vol. 30, 2017
2017
-
[15]
V oxelNet: End-to-end learning for point cloud based 3D object detection,
Y . Zhou and O. Tuzel, “V oxelNet: End-to-end learning for point cloud based 3D object detection,” inIEEE CVPR, 2018, pp. 4490–4499
2018
-
[16]
PointRCNN: 3D object proposal generation and detection from point cloud,
S. Shi, X. Wang, and H. Li, “PointRCNN: 3D object proposal generation and detection from point cloud,” inIEEE/CVF CVPR, 2019, pp. 770–779
2019
-
[17]
PV- RCNN: Point-voxel feature set abstraction for 3D object detection,
S. Shi, C. Guo, L. Jiang, Z. Wang, J. Shi, X. Wang, and H. Li, “PV- RCNN: Point-voxel feature set abstraction for 3D object detection,” inIEEE/CVF CVPR, 2020, pp. 10 529–10 538
2020
-
[18]
PV-RCNN++: Point-voxel feature set abstraction with local vector representation for 3D object detection,
S. Shi, L. Jiang, J. Deng, Z. Wang, C. Guo, J. Shi, X. Wang, and H. Li, “PV-RCNN++: Point-voxel feature set abstraction with local vector representation for 3D object detection,”International Journal of Computer Vision, vol. 131, no. 2, pp. 531–551, 2023
2023
-
[19]
CIA-SSD: Confident IoU-aware single-stage object detector from point cloud,
W. Zheng, W. Tang, S. Chen, L. Jiang, and C.-W. Fu, “CIA-SSD: Confident IoU-aware single-stage object detector from point cloud,” inAAAI, vol. 35, no. 4, 2021, pp. 3555–3562
2021
-
[20]
V oxel R- CNN: Towards high performance voxel-based 3D object detection,
J. Deng, S. Shi, P. Li, W. Zhou, Y . Zhang, and H. Li, “V oxel R- CNN: Towards high performance voxel-based 3D object detection,” inAAAI, vol. 35, no. 2, 2021, pp. 1201–1209
2021
-
[21]
Embracing single stride 3D object detector with sparse transformer,
L. Fan, Z. Pang, T. Zhang, Y .-X. Wang, H. Zhao, F. Wang, N. Wang, and Z. Zhang, “Embracing single stride 3D object detector with sparse transformer,” inIEEE/CVF CVPR, 2022, pp. 8458–8468
2022
-
[22]
TransFusion: Robust LiDAR-camera fusion for 3D object detection with transformers,
X. Bai, Z. Hu, X. Zhu, Q. Huang, Y . Chen, H. Fu, and C.-L. Tai, “TransFusion: Robust LiDAR-camera fusion for 3D object detection with transformers,” inIEEE/CVF CVPR, 2022, pp. 1080–1089
2022
-
[23]
Targeted Backdoor Attacks on Deep Learning Systems Using Data Poisoning
X. Chen, C. Liu, B. Li, K. Lu, and D. Song, “Targeted backdoor attacks on deep learning systems using data poisoning,”arXiv preprint arXiv:1712.05526, 2017
work page internal anchor Pith review Pith/arXiv arXiv 2017
-
[24]
BadNets: Evaluating backdooring attacks on deep neural networks,
T. Gu, K. Liu, B. Dolan-Gavitt, and S. Garg, “BadNets: Evaluating backdooring attacks on deep neural networks,”IEEE Access, vol. 7, pp. 47 230–47 244, 2019
2019
-
[25]
Label-Consistent Backdoor Attacks
A. Turner, D. Tsipras, and A. Madry, “Label-consistent backdoor attacks,”arXiv preprint arXiv:1912.02771, 2019
work page Pith review arXiv 1912
-
[26]
Hidden trigger backdoor attacks,
A. Saha, A. Subramanya, and H. Pirsiavash, “Hidden trigger backdoor attacks,” inAAAI, vol. 34, no. 07, 2020, pp. 11 957–11 965
2020
-
[27]
Sleeper agent: Scalable hidden trigger backdoors for neural networks trained from scratch,
H. Souri, L. Fowl, R. Chellappa, M. Goldblum, and T. Goldstein, “Sleeper agent: Scalable hidden trigger backdoors for neural networks trained from scratch,”Advances in Neural Information Processing Systems, vol. 35, pp. 19 165–19 178, 2022
2022
-
[28]
Witches’ brew: Industrial scale data poisoning via gradient matching,
J. Geiping, L. Fowl, R. Huang, W. Czaja, G. Taylor, M. Moeller, and T. Goldstein, “Witches’ brew: Industrial scale data poisoning via gradient matching,” inICLR, 2021
2021
-
[29]
BadDet: Backdoor attacks on object detection,
S.-H. Chan, Y . Dong, J. Zhu, X. Zhang, and J. Zhou, “BadDet: Backdoor attacks on object detection,” inECCV Workshops, ser. LNCS, vol. 13801. Springer, 2023, pp. 396–412, arXiv:2205.14497 (2022). Workshop proceedings published 2023
-
[30]
Attacking by aligning: Clean-label backdoor attacks on object detection,
Y . Cheng, W. Hu, and M. Cheng, “Attacking by aligning: Clean-label backdoor attacks on object detection,”arXiv preprint arXiv:2307.10487, 2023
-
[31]
PointBA: Towards backdoor attacks in 3D point cloud,
X. Li, Z. Chen, Y . Zhao, Z. Tong, Y . Zhao, A. Lim, and J. Zhou, “PointBA: Towards backdoor attacks in 3D point cloud,” inIEEE/CVF ICCV, 2021, pp. 16 492–16 501
2021
-
[32]
Poisoning MorphNet for clean-label backdoor attack to point clouds,
G. Tian, W. Jiang, W. Liu, and Y . Mu, “Poisoning MorphNet for clean-label backdoor attack to point clouds,”arXiv preprint arXiv:2105.04839, 2021
-
[33]
Imperceptible and robust backdoor attack in 3D point cloud,
K. Gao, J. Bai, B. Wu, M. Ya, and S.-T. Xia, “Imperceptible and robust backdoor attack in 3D point cloud,”IEEE Transactions on Information Forensics and Security, vol. 19, pp. 1267–1282, 2023
2023
-
[34]
iBA: Backdoor attack on 3D point cloud via reconstructing itself,
Y . Bian, S. Tian, and X. Liu, “iBA: Backdoor attack on 3D point cloud via reconstructing itself,”IEEE Transactions on Information Forensics and Security, vol. 19, pp. 7994–8008, 2024
2024
-
[35]
PointNCBW: Towards dataset ownership verification for point clouds via negative clean-label backdoor watermark,
C. Wei, Y . Wang, K. Gao, S. Shao, Y . Li, Z. Wang, and Z. Qin, “PointNCBW: Towards dataset ownership verification for point clouds via negative clean-label backdoor watermark,”IEEE Transactions on Information Forensics and Security, vol. 20, pp. 191–206, 2025
2025
-
[36]
PointCRT: Detecting backdoor in 3D point cloud via corruption robustness,
S. Hu, W. Liu, M. Li, Y . Zhang, X. Liu, X. Wang, L. Zhang, and J. Hou, “PointCRT: Detecting backdoor in 3D point cloud via corruption robustness,” inACM MM, 2023, pp. 666–675
2023
-
[37]
Are we ready for autonomous driving? the KITTI vision benchmark suite,
A. Geiger, P. Lenz, and R. Urtasun, “Are we ready for autonomous driving? the KITTI vision benchmark suite,” inIEEE CVPR. IEEE, 2012, pp. 3354–3361
2012
-
[38]
nuScenes: A multimodal dataset for autonomous driving,
H. Caesar, V . Bankiti, A. Lang, S. V ora, V . Liong, Q. Xu, A. Krishnan, Y . Pan, G. Baldan, and O. Beijbom, “nuScenes: A multimodal dataset for autonomous driving,” inIEEE/CVF CVPR, 2020, pp. 11 621– 11 631
2020
-
[39]
Dynamic graph CNN for learning on point clouds,
Y . Wang, Y . Sun, Z. Liu, S. Sarma, M. Bronstein, and J. Solomon, “Dynamic graph CNN for learning on point clouds,”ACM Transac- tions on Graphics, vol. 38, no. 5, pp. 1–12, 2019
2019
-
[40]
Detecting Backdoor Attacks on Deep Neural Networks by Activation Clustering
B. Chen, W. Carvalho, N. Baracaldo, H. Ludwig, B. Edwards, T. Lee, I. Molloy, and B. Srivastava, “Detecting backdoor attacks on deep neural networks by activation clustering,” inAAAI SafeAI Workshop, 2019, arXiv:1811.03728
work page internal anchor Pith review Pith/arXiv arXiv 2019
-
[41]
Spectral signatures in backdoor attacks,
B. Tran, J. Li, and A. Madry, “Spectral signatures in backdoor attacks,” inNeurIPS, 2018
2018
-
[42]
Anti-backdoor learning: Training clean models on poisoned data,
Y . Li, X. Lyu, N. Koren, L. Lyu, B. Li, and X. Ma, “Anti-backdoor learning: Training clean models on poisoned data,” inNeurIPS, 2021
2021
-
[43]
Fine-pruning: Defending against backdooring attacks on deep neural networks,
K. Liu, B. Dolan-Gavitt, and S. Garg, “Fine-pruning: Defending against backdooring attacks on deep neural networks,” inRAID, 2018
2018
-
[44]
Revisiting the assumption of latent separability for backdoor defenses,
X. Qi, T. Xie, Y . Li, S. Mahloujifar, and P. Mittal, “Revisiting the assumption of latent separability for backdoor defenses,” inICLR, 2023
2023
-
[45]
CloudFort: Enhancing ro- bustness of 3D point cloud classification against backdoor attacks via spatial partitioning and ensemble prediction,
W. Lan, Y . Yang, H. Shen, and S. Li, “CloudFort: Enhancing ro- bustness of 3D point cloud classification against backdoor attacks via spatial partitioning and ensemble prediction,”IET Computer Vision, vol. 19, no. 1, p. e70047, 2025
2025
-
[46]
DUP- Net: Denoiser and upsampler network for 3D adversarial point clouds defense,
H. Zhou, K. Chen, W. Zhang, H. Fang, W. Zhou, and N. Yu, “DUP- Net: Denoiser and upsampler network for 3D adversarial point clouds defense,” inIEEE/CVF ICCV, 2019
2019
-
[47]
IF-Defense: 3D adversarial point cloud defense via implicit function based restora- tion,
Z. Wu, Y . Duan, H. Wang, Q. Fan, and L. Guibas, “IF-Defense: 3D adversarial point cloud defense via implicit function based restora- tion,”arXiv preprint arXiv:2010.05272, 2020
-
[48]
A comprehensive study of the robustness for LiDAR-based 3D object detectors against adversarial attacks,
Y . Zhang, J. Hou, and Y . Yuan, “A comprehensive study of the robustness for LiDAR-based 3D object detectors against adversarial attacks,”International Journal of Computer Vision, vol. 132, no. 5, pp. 1592–1624, 2024
2024
-
[49]
A backdoor attack against 3D point cloud classifiers,
Z. Xiang, D. Miller, S. Chen, X. Li, and G. Kesidis, “A backdoor attack against 3D point cloud classifiers,” inIEEE/CVF ICCV, 2021, pp. 7597–7607
2021
-
[50]
Neural cleanse: Identifying and mitigating backdoor attacks in neural networks,
B. Wang, Y . Yao, S. Shan, H. Li, B. Viswanath, H. Zheng, and B. Zhao, “Neural cleanse: Identifying and mitigating backdoor attacks in neural networks,” inIEEE S&P, 2019. Appendix A. Disappearance-Rate and Clean-Utility Sweeps The main-text sweep (Figure 4) reports only the mis- classification success rate. For completeness, this appendix shows the two co...
2019
This paper was first reviewed by grok-4.3 on June 26, 2026.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.