diff --git a/_publications/2024-01-12-SAM.md b/_publications/2024-01-12-SAM.md new file mode 100644 index 0000000..e8ad255 --- /dev/null +++ b/_publications/2024-01-12-SAM.md @@ -0,0 +1,30 @@ +--- +title: "Validation report 003: YOLOv5-license-plate exploration with SHAP" +collection: publications +permalink: /publication/2024-01-12-SAM +excerpt: 'This project investigates the robustness of a fine-tuned YOLOv5 model for license plate detection against DPatch adversarial attacks and explores the interpretability of its predictions through SHAP analysis. The study found that DPatch adversarial attacks reduce the model's detection rates, with discrepancies from previous findings attributed to specific fine-tuning and model advancements. SHAP analysis highlighted the model's focus on specific regions, such as the license plate, providing insights into its decision-making process.' +date: 2024-01-12 +venue: 'Explainable Machine Learning 2023/2024 course' +paperurl: 'https://modeloriented.github.io/CVE-AI/files/2023_SAM.pdf' +citation: 'Robert Laskowski, Szymon Sadkowski. (2024). "Interpreting License Plate Detection Model: A SHAP-based Analysis and Adversarial Attack Exploration." Github: ModelOriented/CVE-AI.' +tags: + - YOLOv5 + - SHAP + - DPatch + - License Plate Detection +--- + +This project investigates the robustness of a YOLOv5-based model(Ultralytics (2021)), finetuned for license plate detection, against adversarial attacks using a variation of DPatch Liu et al. (2019). Additionally, we explore the interpretability of the model’s predictions through SHAP Lundberg and Lee (2017). + +