Skip to main content

Showing 1–10 of 10 results for author: Stocco, A

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

    cs.LG cs.AI cs.RO cs.SE

    System Safety Monitoring of Learned Components Using Temporal Metric Forecasting

    Authors: Sepehr Sharifi, Andrea Stocco, Lionel C. Briand

    Abstract: In learning-enabled autonomous systems, safety monitoring of learned components is crucial to ensure their outputs do not lead to system safety violations, given the operational context of the system. However, develo** a safety monitor for practical deployment in real-world applications is challenging. This is due to limited access to internal workings and training data of the learned component.… ▽ More

    Submitted 21 May, 2024; originally announced May 2024.

  2. arXiv:2404.18577  [pdf, other

    cs.SE

    Assessing Quality Metrics for Neural Reality Gap Input Mitigation in Autonomous Driving Testing

    Authors: Stefano Carlo Lambertenghi, Andrea Stocco

    Abstract: Simulation-based testing of automated driving systems (ADS) is the industry standard, being a controlled, safe, and cost-effective alternative to real-world testing. Despite these advantages, virtual simulations often fail to accurately replicate real-world conditions like image fidelity, texture representation, and environmental accuracy. This can lead to significant differences in ADS behavior b… ▽ More

    Submitted 29 April, 2024; originally announced April 2024.

    Comments: In Proceedings of 17th IEEE International Conference on Software Testing, Verification and Validation 2024 (ICST '24)

  3. arXiv:2404.18573  [pdf, other

    cs.LG cs.RO cs.SE

    Predicting Safety Misbehaviours in Autonomous Driving Systems using Uncertainty Quantification

    Authors: Ruben Grewal, Paolo Tonella, Andrea Stocco

    Abstract: The automated real-time recognition of unexpected situations plays a crucial role in the safety of autonomous vehicles, especially in unsupported and unpredictable scenarios. This paper evaluates different Bayesian uncertainty quantification methods from the deep learning domain for the anticipatory testing of safety-critical misbehaviours during system-level simulation-based testing. Specifically… ▽ More

    Submitted 29 April, 2024; originally announced April 2024.

    Comments: In Proceedings of 17th IEEE International Conference on Software Testing, Verification and Validation 2024 (ICST '24)

  4. arXiv:2404.14366  [pdf

    cs.CY

    Lessons Learned in Performing a Trustworthy AI and Fundamental Rights Assessment

    Authors: Marjolein Boonstra, Frédérick Bruneault, Subrata Chakraborty, Tjitske Faber, Alessio Gallucci, Eleanore Hickman, Gerard Kema, Hee** Kim, Jaap Kooiker, Elisabeth Hildt, Annegret Lamadé, Emilie Wiinblad Mathez, Florian Möslein, Genien Pathuis, Giovanni Sartor, Marijke Steege, Alice Stocco, Willy Tadema, Jarno Tuimala, Isabel van Vledder, Dennis Vetter, Jana Vetter, Magnus Westerlund, Roberto V. Zicari

    Abstract: This report shares the experiences, results and lessons learned in conducting a pilot project ``Responsible use of AI'' in cooperation with the Province of Friesland, Rijks ICT Gilde-part of the Ministry of the Interior and Kingdom Relations (BZK) (both in The Netherlands) and a group of members of the Z-Inspection$^{\small{\circledR}}$ Initiative. The pilot project took place from May 2022 throug… ▽ More

    Submitted 22 April, 2024; originally announced April 2024.

    Comments: On behalf of the Z-Inspection$^{\small{\circledR}}$ Initiative

  5. arXiv:2306.07400  [pdf, other

    cs.SE

    Neural Embeddings for Web Testing

    Authors: Andrea Stocco, Alexandra Willi, Luigi Libero Lucio Starace, Matteo Biagiola, Paolo Tonella

    Abstract: Web test automation techniques employ web crawlers to automatically produce a web app model that is used for test generation. Existing crawlers rely on app-specific, threshold-based, algorithms to assess state equivalence. Such algorithms are hard to tune in the general case and cannot accurately identify and remove near-duplicate web pages from crawl models. Failing to retrieve an accurate web ap… ▽ More

    Submitted 12 June, 2023; originally announced June 2023.

    Comments: 12 pages; in revision

  6. Two is Better Than One: Digital Siblings to Improve Autonomous Driving Testing

    Authors: Matteo Biagiola, Andrea Stocco, Vincenzo Riccio, Paolo Tonella

    Abstract: Simulation-based testing represents an important step to ensure the reliability of autonomous driving software. In practice, when companies rely on third-party general-purpose simulators, either for in-house or outsourced testing, the generalizability of testing results to real autonomous vehicles is at stake. In this paper, we enhance simulation-based testing by introducing the notion of digital… ▽ More

    Submitted 24 April, 2024; v1 submitted 14 May, 2023; originally announced May 2023.

    ACM Class: D.2.5

  7. arXiv:2112.11255  [pdf, other

    cs.SE cs.AI cs.RO

    Mind the Gap! A Study on the Transferability of Virtual vs Physical-world Testing of Autonomous Driving Systems

    Authors: Andrea Stocco, Brian Pulfer, Paolo Tonella

    Abstract: Safe deployment of self-driving cars (SDC) necessitates thorough simulated and in-field testing. Most testing techniques consider virtualized SDCs within a simulation environment, whereas less effort has been directed towards assessing whether such techniques transfer to and are effective with a physical real-world vehicle. In this paper, we shed light on the problem of generalizing testing result… ▽ More

    Submitted 25 August, 2022; v1 submitted 21 December, 2021; originally announced December 2021.

    Comments: 13 pages; Accepted for publication in the IEEE Transactions of Software Engineering (TSE)

  8. arXiv:1910.11015  [pdf, other

    cs.SE cs.AI cs.LG

    Taxonomy of Real Faults in Deep Learning Systems

    Authors: Nargiz Humbatova, Gunel Jahangirova, Gabriele Bavota, Vincenzo Riccio, Andrea Stocco, Paolo Tonella

    Abstract: The growing application of deep neural networks in safety-critical domains makes the analysis of faults that occur in such systems of enormous importance. In this paper we introduce a large taxonomy of faults in deep learning (DL) systems. We have manually analysed 1059 artefacts gathered from GitHub commits and issues of projects that use the most popular DL frameworks (TensorFlow, Keras and PyTo… ▽ More

    Submitted 7 November, 2019; v1 submitted 24 October, 2019; originally announced October 2019.

  9. Web Test Dependency Detection

    Authors: Matteo Biagiola, Andrea Stocco, Ali Mesbah, Filippo Ricca, Paolo Tonella

    Abstract: E2E web test suites are prone to test dependencies due to the heterogeneous multi-tiered nature of modern web apps, which makes it difficult for developers to create isolated program states for each test case. In this paper, we present the first approach for detecting and validating test dependencies present in E2E web test suites. Our approach employs string analysis to extract an approximated se… ▽ More

    Submitted 10 October, 2019; v1 submitted 1 May, 2019; originally announced May 2019.

    Comments: 11 pages, published in the Proceedings of the 2019 27th ACM Joint Meeting on European Software Engineering Conference and Symposium on the Foundations of Software Engineering (ESEC/FSE 2019), pp. 154-164

  10. BrainNet: A Multi-Person Brain-to-Brain Interface for Direct Collaboration Between Brains

    Authors: Linxing Preston Jiang, Andrea Stocco, Darby M. Losey, Justin A. Abernethy, Chantel S. Prat, Rajesh P. N. Rao

    Abstract: We present BrainNet which, to our knowledge, is the first multi-person non-invasive direct brain-to-brain interface for collaborative problem solving. The interface combines electroencephalography (EEG) to record brain signals and transcranial magnetic stimulation (TMS) to deliver information noninvasively to the brain. The interface allows three human subjects to collaborate and solve a task usin… ▽ More

    Submitted 22 May, 2019; v1 submitted 23 September, 2018; originally announced September 2018.