Skip to content

Commit

Permalink
add slides 28.10.2024
Browse files Browse the repository at this point in the history
  • Loading branch information
hbaniecki committed Nov 6, 2024
1 parent cce14aa commit f3ede4c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions 2024/2024_10_28_Adversarial_attacks_against_object_detection.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f3ede4c

Please sign in to comment.