Skip to main content

Showing 1–13 of 13 results for author: Mangal, R

Searching in archive cs. Search in all archives.
.
  1. arXiv:2506.17275  [pdf, ps, other

    eess.SY cs.AI cs.LG

    Conformal Safety Shielding for Imperfect-Perception Agents

    Authors: William Scarbro, Calum Imrie, Sinem Getir Yaman, Kavan Fatehi, Corina S. Pasareanu, Radu Calinescu, Ravi Mangal

    Abstract: We consider the problem of safe control in discrete autonomous agents that use learned components for imperfect perception (or more generally, state estimation) from high-dimensional observations. We propose a shield construction that provides run-time safety guarantees under perception errors by restricting the actions available to an agent, modeled as a Markov decision process, as a function of… ▽ More

    Submitted 12 June, 2025; originally announced June 2025.

    Comments: 32 pages; Equal contribution by W. Scarbro and C. Imrie

  2. arXiv:2504.20942  [pdf, other

    cs.LG cs.RO

    Scenario-based Compositional Verification of Autonomous Systems with Neural Perception

    Authors: Christopher Watson, Rajeev Alur, Divya Gopinath, Ravi Mangal, Corina S. Pasareanu

    Abstract: Recent advances in deep learning have enabled the development of autonomous systems that use deep neural networks for perception. Formal verification of these systems is challenging due to the size and complexity of the perception DNNs as well as hard-to-quantify, changing environment conditions. To address these challenges, we propose a probabilistic verification framework for autonomous systems… ▽ More

    Submitted 29 April, 2025; originally announced April 2025.

  3. arXiv:2503.17416  [pdf, other

    cs.SE cs.AI cs.LG

    Debugging and Runtime Analysis of Neural Networks with VLMs (A Case Study)

    Authors: Boyue Caroline Hu, Divya Gopinath, Corina S. Pasareanu, Nina Narodytska, Ravi Mangal, Susmit Jha

    Abstract: Debugging of Deep Neural Networks (DNNs), particularly vision models, is very challenging due to the complex and opaque decision-making processes in these networks. In this paper, we explore multi-modal Vision-Language Models (VLMs), such as CLIP, to automatically interpret the opaque representation space of vision models using natural language. This in turn, enables a semantic analysis of model b… ▽ More

    Submitted 20 March, 2025; originally announced March 2025.

    Comments: CAIN 2025 (4th International Conference on AI Engineering -- Software Engineering for AI)

  4. arXiv:2407.13594  [pdf, ps, other

    cs.LG

    Validating Mechanistic Interpretations: An Axiomatic Approach

    Authors: Nils Palumbo, Ravi Mangal, Zifan Wang, Saranya Vijayakumar, Corina S. Pasareanu, Somesh Jha

    Abstract: Mechanistic interpretability aims to reverse engineer the computation performed by a neural network in terms of its internal components. Although there is a growing body of research on mechanistic interpretation of neural networks, the notion of a mechanistic interpretation itself is often ad-hoc. Inspired by the notion of abstract interpretation from the program analysis literature that aims to d… ▽ More

    Submitted 20 June, 2025; v1 submitted 18 July, 2024; originally announced July 2024.

    Comments: Accepted to ICML 2025

  5. arXiv:2403.19837  [pdf, other

    cs.LG cs.AI cs.CL cs.CV cs.LO

    Concept-based Analysis of Neural Networks via Vision-Language Models

    Authors: Ravi Mangal, Nina Narodytska, Divya Gopinath, Boyue Caroline Hu, Anirban Roy, Susmit Jha, Corina Pasareanu

    Abstract: The analysis of vision-based deep neural networks (DNNs) is highly desirable but it is very challenging due to the difficulty of expressing formal specifications for vision tasks and the lack of efficient verification procedures. In this paper, we propose to leverage emerging multimodal, vision-language, foundation models (VLMs) as a lens through which we can reason about vision models. VLMs have… ▽ More

    Submitted 10 April, 2024; v1 submitted 28 March, 2024; originally announced March 2024.

  6. arXiv:2311.13445  [pdf, other

    cs.LG cs.CR

    Transfer Attacks and Defenses for Large Language Models on Coding Tasks

    Authors: Chi Zhang, Zifan Wang, Ravi Mangal, Matt Fredrikson, Limin Jia, Corina Pasareanu

    Abstract: Modern large language models (LLMs), such as ChatGPT, have demonstrated impressive capabilities for coding tasks including writing and reasoning about code. They improve upon previous neural network models of code, such as code2seq or seq2seq, that already demonstrated competitive results when performing tasks such as code summarization and identifying code vulnerabilities. However, these previous… ▽ More

    Submitted 22 November, 2023; originally announced November 2023.

  7. arXiv:2310.09361  [pdf, other

    cs.LG

    Is Certifying $\ell_p$ Robustness Still Worthwhile?

    Authors: Ravi Mangal, Klas Leino, Zifan Wang, Kai Hu, Weicheng Yu, Corina Pasareanu, Anupam Datta, Matt Fredrikson

    Abstract: Over the years, researchers have developed myriad attacks that exploit the ubiquity of adversarial examples, as well as defenses that aim to guard against the security vulnerabilities posed by such attacks. Of particular interest to this paper are defenses that provide provable guarantees against the class of $\ell_p$-bounded attacks. Certified defenses have made significant progress, taking robus… ▽ More

    Submitted 13 October, 2023; originally announced October 2023.

  8. arXiv:2305.18372  [pdf, other

    cs.AI cs.LG

    Assumption Generation for the Verification of Learning-Enabled Autonomous Systems

    Authors: Corina Pasareanu, Ravi Mangal, Divya Gopinath, Huafeng Yu

    Abstract: Providing safety guarantees for autonomous systems is difficult as these systems operate in complex environments that require the use of learning-enabled components, such as deep neural networks (DNNs) for visual perception. DNNs are hard to analyze due to their size (they can have thousands or millions of parameters), lack of formal specifications (DNNs are typically learnt from labeled data, in… ▽ More

    Submitted 27 May, 2023; originally announced May 2023.

  9. arXiv:2302.04634  [pdf, other

    cs.CV cs.AI cs.FL cs.LG

    Closed-loop Analysis of Vision-based Autonomous Systems: A Case Study

    Authors: Corina S. Pasareanu, Ravi Mangal, Divya Gopinath, Sinem Getir Yaman, Calum Imrie, Radu Calinescu, Huafeng Yu

    Abstract: Deep neural networks (DNNs) are increasingly used in safety-critical autonomous systems as perception components processing high-dimensional image data. Formal analysis of these systems is particularly challenging due to the complexity of the perception DNNs, the sensors (cameras), and the environment conditions. We present a case study applying formal probabilistic analysis techniques to an exper… ▽ More

    Submitted 6 February, 2023; originally announced February 2023.

  10. arXiv:2206.00278  [pdf, other

    cs.LG

    On the Perils of Cascading Robust Classifiers

    Authors: Ravi Mangal, Zifan Wang, Chi Zhang, Klas Leino, Corina Pasareanu, Matt Fredrikson

    Abstract: Ensembling certifiably robust neural networks is a promising approach for improving the \emph{certified robust accuracy} of neural models. Black-box ensembles that assume only query-access to the constituent models (and their robustness certifiers) during prediction are particularly attractive due to their modular structure. Cascading ensembles are a popular instance of black-box ensembles that ap… ▽ More

    Submitted 19 October, 2022; v1 submitted 1 June, 2022; originally announced June 2022.

  11. arXiv:2202.03360  [pdf, other

    cs.LG

    Discrete-Event Controller Synthesis for Autonomous Systems with Deep-Learning Perception Components

    Authors: Radu Calinescu, Calum Imrie, Ravi Mangal, Genaína Nunes Rodrigues, Corina Păsăreanu, Misael Alpizar Santana, Gricel Vázquez

    Abstract: We present DeepDECS, a new method for the synthesis of correct-by-construction discrete-event controllers for autonomous systems that use deep neural network (DNN) classifiers for the perception step of their decision-making processes. Despite major advances in deep learning in recent years, providing safety guarantees for these systems remains very challenging. Our controller synthesis method add… ▽ More

    Submitted 27 March, 2023; v1 submitted 7 February, 2022; originally announced February 2022.

    Comments: 18 pages 6 Figures 2 Tables

    ACM Class: D.2.2; D.2.4; G.3; I.2.0; I.2.6

  12. arXiv:2107.11445  [pdf, other

    cs.LG cs.NE

    Self-Correcting Neural Networks For Safe Classification

    Authors: Klas Leino, Aymeric Fromherz, Ravi Mangal, Matt Fredrikson, Bryan Parno, Corina Păsăreanu

    Abstract: Classifiers learnt from data are increasingly being used as components in systems where safety is a critical concern. In this work, we present a formal notion of safety for classifiers via constraints called safe-ordering constraints. These constraints relate requirements on the order of the classes output by a classifier to conditions on its input, and are expressive enough to encode various inte… ▽ More

    Submitted 9 June, 2022; v1 submitted 23 July, 2021; originally announced July 2021.

  13. arXiv:1902.05983  [pdf, other

    cs.LG cs.PL cs.SE stat.ML

    Robustness of Neural Networks: A Probabilistic and Practical Approach

    Authors: Ravi Mangal, Aditya V. Nori, Alessandro Orso

    Abstract: Neural networks are becoming increasingly prevalent in software, and it is therefore important to be able to verify their behavior. Because verifying the correctness of neural networks is extremely challenging, it is common to focus on the verification of other properties of these systems. One important property, in particular, is robustness. Most existing definitions of robustness, however, focus… ▽ More

    Submitted 15 February, 2019; originally announced February 2019.

    Comments: Accepted for publication at ICSE-NIER 2019