Zum Hauptinhalt springen

Showing 1–12 of 12 results for author: Marzari, L

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

    cs.LG cs.AI

    Rigorous Probabilistic Guarantees for Robust Counterfactual Explanations

    Authors: Luca Marzari, Francesco Leofante, Ferdinando Cicalese, Alessandro Farinelli

    Abstract: We study the problem of assessing the robustness of counterfactual explanations for deep learning models. We focus on $\textit{plausible model shifts}$ altering model parameters and propose a novel framework to reason about the robustness property in this setting. To motivate our solution, we begin by showing for the first time that computing the robustness of counterfactuals with respect to plaus… ▽ More

    Submitted 10 July, 2024; originally announced July 2024.

    Comments: Accepted at the 27th European Conference on Artificial Intelligence (ECAI 2024). Marzari and Leofante contributed equally to the paper

  2. arXiv:2407.01639  [pdf, other

    cs.LG cs.SE

    ModelVerification.jl: a Comprehensive Toolbox for Formally Verifying Deep Neural Networks

    Authors: Tianhao Wei, Luca Marzari, Kai S. Yun, Hanjiang Hu, Peizhi Niu, Xusheng Luo, Changliu Liu

    Abstract: Deep Neural Networks (DNN) are crucial in approximating nonlinear functions across diverse applications, ranging from image classification to control. Verifying specific input-output properties can be a highly challenging task due to the lack of a single, self-contained framework that allows a complete range of verification types. To this end, we present \texttt{ModelVerification.jl (MV)}, the fir… ▽ More

    Submitted 30 June, 2024; originally announced July 2024.

  3. arXiv:2406.08315  [pdf, other

    cs.AI cs.LG

    Improving Policy Optimization via $\varepsilon$-Retrain

    Authors: Luca Marzari, Changliu Liu, Priya L. Donti, Enrico Marchesini

    Abstract: We present $\varepsilon$-retrain, an exploration strategy designed to encourage a behavioral preference while optimizing policies with monotonic improvement guarantees. To this end, we introduce an iterative procedure for collecting retrain areas -- parts of the state space where an agent did not follow the behavioral preference. Our method then switches between the typical uniform restart state d… ▽ More

    Submitted 12 June, 2024; originally announced June 2024.

  4. arXiv:2312.05890  [pdf, other

    cs.AI

    Scaling #DNN-Verification Tools with Efficient Bound Propagation and Parallel Computing

    Authors: Luca Marzari, Gabriele Roncolato, Alessandro Farinelli

    Abstract: Deep Neural Networks (DNNs) are powerful tools that have shown extraordinary results in many scenarios, ranging from pattern recognition to complex robotic problems. However, their intricate designs and lack of transparency raise safety concerns when applied in real-world applications. In this context, Formal Verification (FV) of DNNs has emerged as a valuable solution to provide provable guarante… ▽ More

    Submitted 10 December, 2023; originally announced December 2023.

    Comments: Accepted at AIRO 2023 the 10th Italian Workshop on Artificial Intelligence and Robotics co-located with the 22nd International Conference of the Italian Association for Artificial Intelligence (AI*IA 2023), Rome, Italy

  5. arXiv:2308.09842  [pdf, other

    cs.LG cs.AI

    Enumerating Safe Regions in Deep Neural Networks with Provable Probabilistic Guarantees

    Authors: Luca Marzari, Davide Corsi, Enrico Marchesini, Alessandro Farinelli, Ferdinando Cicalese

    Abstract: Identifying safe areas is a key point to guarantee trust for systems that are based on Deep Neural Networks (DNNs). To this end, we introduce the AllDNN-Verification problem: given a safety property and a DNN, enumerate the set of all the regions of the property input domain which are safe, i.e., where the property does hold. Due to the #P-hardness of the problem, we propose an efficient approxima… ▽ More

    Submitted 20 February, 2024; v1 submitted 18 August, 2023; originally announced August 2023.

    Comments: Accepted at the 38th Annual AAAI Conference on Artificial Intelligence 2024

  6. arXiv:2303.03207  [pdf, other

    cs.RO

    Constrained Reinforcement Learning and Formal Verification for Safe Colonoscopy Navigation

    Authors: Davide Corsi, Luca Marzari, Ameya Pore, Alessandro Farinelli, Alicia Casals, Paolo Fiorini, Diego Dall'Alba

    Abstract: The field of robotic Flexible Endoscopes (FEs) has progressed significantly, offering a promising solution to reduce patient discomfort. However, the limited autonomy of most robotic FEs results in non-intuitive and challenging manoeuvres, constraining their application in clinical settings. While previous studies have employed lumen tracking for autonomous navigation, they fail to adapt to the pr… ▽ More

    Submitted 16 August, 2023; v1 submitted 6 March, 2023; originally announced March 2023.

    Comments: Accepted in the IEEE International Conference on Intelligent Robots and Systems (IROS), 2023. [Corsi, Marzari and Pore contributed equally]

  7. arXiv:2302.10030  [pdf, other

    cs.AI cs.LG

    Safe Deep Reinforcement Learning by Verifying Task-Level Properties

    Authors: Enrico Marchesini, Luca Marzari, Alessandro Farinelli, Christopher Amato

    Abstract: Cost functions are commonly employed in Safe Deep Reinforcement Learning (DRL). However, the cost is typically encoded as an indicator function due to the difficulty of quantifying the risk of policy decisions in the state space. Such an encoding requires the agent to visit numerous unsafe states to learn a cost-value function to drive the learning process toward safety. Hence, increasing the numb… ▽ More

    Submitted 20 February, 2023; originally announced February 2023.

    Comments: Accepted at the 22nd International Conference on Autonomous Agents and Multiagent Systems (AAMAS). Marchesini and Marzari contributed equally

  8. arXiv:2302.06695  [pdf, other

    cs.AI cs.RO

    Online Safety Property Collection and Refinement for Safe Deep Reinforcement Learning in Mapless Navigation

    Authors: Luca Marzari, Enrico Marchesini, Alessandro Farinelli

    Abstract: Safety is essential for deploying Deep Reinforcement Learning (DRL) algorithms in real-world scenarios. Recently, verification approaches have been proposed to allow quantifying the number of violations of a DRL policy over input-output relationships, called properties. However, such properties are hard-coded and require task-level knowledge, making their application intractable in challenging saf… ▽ More

    Submitted 13 February, 2023; originally announced February 2023.

    Comments: Accepted at the 2023 IEEE International Conference on Robotics and Automation (ICRA). Marzari and Marchesini contributed equally

  9. arXiv:2301.07068  [pdf, other

    cs.AI cs.LG

    The #DNN-Verification Problem: Counting Unsafe Inputs for Deep Neural Networks

    Authors: Luca Marzari, Davide Corsi, Ferdinando Cicalese, Alessandro Farinelli

    Abstract: Deep Neural Networks are increasingly adopted in critical tasks that require a high level of safety, e.g., autonomous driving. While state-of-the-art verifiers can be employed to check whether a DNN is unsafe w.r.t. some given property (i.e., whether there is at least one unsafe input configuration), their yes/no output is not informative enough for other purposes, such as shielding, model selecti… ▽ More

    Submitted 19 June, 2023; v1 submitted 17 January, 2023; originally announced January 2023.

    Comments: Accepted in the International Joint Conference on Artificial Intelligence (IJCAI), 2023. [Marzari and Corsi contributed equally]

  10. arXiv:2205.13536  [pdf, other

    cs.RO cs.LG math.OC

    Verifying Learning-Based Robotic Navigation Systems

    Authors: Guy Amir, Davide Corsi, Raz Yerushalmi, Luca Marzari, David Harel, Alessandro Farinelli, Guy Katz

    Abstract: Deep reinforcement learning (DRL) has become a dominant deep-learning paradigm for tasks where complex policies are learned within reactive systems. Unfortunately, these policies are known to be susceptible to bugs. Despite significant progress in DNN verification, there has been little work demonstrating the use of modern verification tools on real-world, DRL-controlled systems. In this case stud… ▽ More

    Submitted 10 January, 2023; v1 submitted 26 May, 2022; originally announced May 2022.

    Comments: To appear in Proc. 29th Int. Conf. on Tools and Algorithms for the Construction and Analysis of Systems (TACAS)

  11. arXiv:2112.12490  [pdf, other

    cs.AI cs.LG cs.RO

    Curriculum Learning for Safe Mapless Navigation

    Authors: Luca Marzari, Davide Corsi, Enrico Marchesini, Alessandro Farinelli

    Abstract: This work investigates the effects of Curriculum Learning (CL)-based approaches on the agent's performance. In particular, we focus on the safety aspect of robotic mapless navigation, comparing over a standard end-to-end (E2E) training strategy. To this end, we present a CL approach that leverages Transfer of Learning (ToL) and fine-tuning in a Unity-based simulation with the Robotnik Kairos as a… ▽ More

    Submitted 29 December, 2021; v1 submitted 23 December, 2021; originally announced December 2021.

    Comments: 8 pages, 5 figures. The poster version of this paper has been accepted by The 37th ACM/SIGAPP Symposium on Applied Computing Proceedings (SAC IRMAS 2022)

  12. arXiv:2102.04022  [pdf, other

    cs.RO

    Towards Hierarchical Task Decomposition using Deep Reinforcement Learning for Pick and Place Subtasks

    Authors: Luca Marzari, Ameya Pore, Diego Dall'Alba, Gerardo Aragon-Camarasa, Alessandro Farinelli, Paolo Fiorini

    Abstract: Deep Reinforcement Learning (DRL) is emerging as a promising approach to generate adaptive behaviors for robotic platforms. However, a major drawback of using DRL is the data-hungry training regime that requires millions of trial and error attempts, which is impractical when running experiments on robotic systems. Learning from Demonstrations (LfD) has been introduced to solve this issue by clonin… ▽ More

    Submitted 19 October, 2021; v1 submitted 8 February, 2021; originally announced February 2021.

    Comments: This work has been accepted to the IEEE International Conference on Advanced Robotics (ICAR) 2021