paper-with-me

Papers

Formal Verification of Deep Neural Networks for Object Detection

2024-07-01 · Yizhak Y. Elboher, Avraham Raviv, Yael Leibovich Weiss, Omer Cohen, Roy Assa, Guy Katz, Hillel Kugler

Deep neural networks (DNNs) are widely used in real-world applications, yet they remain vulnerable to errors and adversarial attacks. Formal verification offers a systematic approach to identify and mitigate these vulnerabilities, enhancing model robustness and reliability. While most existing verification methods focus on image classification models, this work extends formal verification to the more complex domain of emph{object detection} models. We propose a formulation for verifying the robustness of such models and demonstrate how state-of-the-art verification tools, originally developed for classification, can be adapted for this purpose. Our experiments, conducted on various datasets and networks, highlight the ability of formal verification to uncover vulnerabilities in object detection models, underscoring the need to extend verification efforts to this domain. This work lays the foundation for further research into formal verification across a broader range of computer vision applications.

📄 PDF Abstract BibTeX arXiv:2407.01295

Code (1)

avrahamraviv/formal-verification-of-object-detection 공식 구현 pytorch

Tasks

image-classificationImage ClassificationObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

IoUCert: Robustness Verification for Anchor-based Object Detectors

2026-03-03 · Benedikt Brückner, Alejandro J. Mercado, Yanghao Zhang, Panagiotis Kouvaros 외 arxiv

While formal robustness verification has seen significant success in image classification, scaling these guarantees to object detection remains notoriously difficult due to complex non-linear coordinate transformations a…

Image ClassificationObject Detection

Verification for Object Detection -- IBP IoU

2024-01-30 · Noémie Cohen, Mélanie Ducoffe, Ryma Boumazouza, Christophe Gabreau 외

We introduce a novel Interval Bound Propagation (IBP) approach for the formal verification of object detection models, specifically targeting the Intersection over Union (IoU) metric. The approach has been implemented in…

Handwritten Digit RecognitionObjectobject-detectionObject Detection

ForEx: A Formal Verification Framework for Explainable Reasoning in Logical Fallacy Detection and Annotation

2026-06-20 · Pei-Cing Huang, Chienyu Liu, Chan Hsu, Ci-Siang Chen 외 arxiv

Current evaluations of Large Language Models (LLMs) on logical fallacy detection focus on predicted labels, but do not establish whether those labels are supported by the reasoning the models provide. We propose ForEx (F…

CryptoFormalEval: Integrating LLMs and Formal Verification for Automated Cryptographic Protocol Vulnerability Detection

2024-11-20 · Cristian Curaba, Denis D'Ambrosi, Alessandro Minisini, Natalia Pérez-Campanero Antolín

Cryptographic protocols play a fundamental role in securing modern digital infrastructure, but they are often deployed without prior formal verification. This could lead to the adoption of distributed systems vulnerable …

Vulnerability Detection

Pragmatic Formal Verification of Sequential Error Detection and Correction Codes (ECCs) used in Safety-Critical Design

2024-04-28 · Aman Kumar

Error Detection and Correction Codes (ECCs) are often used in digital designs to protect data integrity. Especially in safety-critical systems such as automotive electronics, ECCs are widely used and the verification of …