diff --git a/2024/2024_10_28_Adversarial_attacks_against_object_detection.md b/2024/2024_10_28_Adversarial_attacks_against_object_detection.md new file mode 100644 index 0000000..d0841ad --- /dev/null +++ b/2024/2024_10_28_Adversarial_attacks_against_object_detection.md @@ -0,0 +1,13 @@ +# Adversarial examples vs. context consistency defense for object detection + +Slides: https://hbaniecki.com/mi2seminar2024 + +## Abstract + +One defense strategy for detecting adversarial examples is to check for intrinsic context consistencies in the input data, where context refers to various relationships (e.g., object-to-object co-occurrence relationships) in images. I will present a paper showing that these context consistency checks don't work for properly crafted adversarial examples. ADC defines a joint optimization problem with two attack goals: (1) fooling the object detector and (2) evading the context consistency check system, at the same time. Experiments on PASCAL VOC and MS COCO datasets show that examples generated with ADC fool the object detector with a success rate of over 85%, and at the same time evade the recently proposed context consistency checks, with a “bypassing” rate of over 80%. + +## Source papers + +[Connecting the Dots: Detecting Adversarial Perturbations Using Context Inconsistency](https://arxiv.org/abs/2007.09763) + +[ADC: Adversarial attacks against object Detection that evade Context consistency checks](https://arxiv.org/abs/2110.12321) \ No newline at end of file diff --git a/README.md b/README.md index 13ffb42..8590446 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Join us at https://meet.drwhy.ai. * 07.10 - guest lecture by nadkom. dr Paweł Olber * 14.10 - Do Not Explain Vision Models without Context - Paulina Tomaszewska * 21.10 - [Positional Label for Self-Supervised Vision Transformer](https://github.com/MI2DataLab/MI2DataLab_Seminarium/tree/master/2024/2024_10_21_Positional_Label_for_Self-Supervised_Vision_Transformer) - Filip Kołodziejczyk -* 28.10 - ADC: Adversarial attacks against object Detection that evade Context consistency checks - Hubert Baniecki +* 28.10 - [Adversarial examples vs. context consistency defense for object detection](https://github.com/MI2DataLab/MI2DataLab_Seminarium/tree/master/2024/2024_10_28_Adversarial_attacks_against_object_detection.md) - Hubert Baniecki * 04.11 - Unlocking the Power of Spatial and Temporal Information in Medical Multimodal Pre-training - Bartosz Kochański * 18.11 - Vision Transformers provably learn spatial structure - Vladimir Zaigrajew