Skip to main content

Showing 1–50 of 54 results for author: Gopinath, D

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

    cs.RO cs.AI cs.LG

    On the Strengths and Weaknesses of Data for Open-set Embodied Assistance

    Authors: Pradyumna Tambwekar, Andrew Silva, Deepak Gopinath, Jonathan DeCastro, Xiongyi Cui, Guy Rosman

    Abstract: Embodied foundation models are increasingly performant in real-world domains such as robotics or autonomous driving. These models are often deployed in interactive or assistive settings, where it is important that these assistive models generalize to new users and new tasks. Diverse interactive data generation offers a promising avenue for providing data-efficient generalization capabilities for i… ▽ More

    Submitted 5 March, 2026; originally announced March 2026.

  2. arXiv:2601.05503  [pdf, ps, other

    cs.LG cs.AI

    Over-Searching in Search-Augmented Large Language Models

    Authors: Roy Xie, Deepak Gopinath, David Qiu, Dong Lin, Haitian Sun, Saloni Potdar, Bhuwan Dhingra

    Abstract: Search-augmented large language models (LLMs) excel at knowledge-intensive tasks by integrating external retrieval. However, they often over-search -- unnecessarily invoking search tool even when it does not improve response quality, which leads to computational inefficiency and hallucinations by incorporating irrelevant context. In this work, we conduct a systematic evaluation of over-searching a… ▽ More

    Submitted 11 March, 2026; v1 submitted 8 January, 2026; originally announced January 2026.

    Comments: Accepted to EACL 2026 Main Conference

  3. arXiv:2512.17091  [pdf, ps, other

    cs.LG cs.AI cs.RO

    Learning to Plan, Planning to Learn: Adaptive Hierarchical RL-MPC for Sample-Efficient Decision Making

    Authors: Toshiaki Hori, Jonathan DeCastro, Deepak Gopinath, Avinash Balachandran, Guy Rosman

    Abstract: We propose a new approach for solving planning problems with a hierarchical structure, fusing reinforcement learning and MPC planning. Our formulation tightly and elegantly couples the two planning paradigms. It leverages reinforcement learning actions to inform the MPPI sampler, and adaptively aggregates MPPI samples to inform the value estimation. The resulting adaptive process leverages further… ▽ More

    Submitted 18 December, 2025; originally announced December 2025.

    Comments: 23 pages, 8 figures. Under review

  4. arXiv:2511.20627  [pdf, ps, other

    cs.AI

    Fighting AI with AI: Leveraging Foundation Models for Assuring AI-Enabled Safety-Critical Systems

    Authors: Anastasia Mavridou, Divya Gopinath, Corina S. Păsăreanu

    Abstract: The integration of AI components, particularly Deep Neural Networks (DNNs), into safety-critical systems such as aerospace and autonomous vehicles presents fundamental challenges for assurance. The opacity of AI systems, combined with the semantic gap between high-level requirements and low-level network representations, creates barriers to traditional verification approaches. These AI-specific ch… ▽ More

    Submitted 25 November, 2025; originally announced November 2025.

  5. arXiv:2510.25951  [pdf, ps, other

    cs.AI

    Estimating cognitive biases with attention-aware inverse planning

    Authors: Sounak Banerjee, Daphne Cornelisse, Deepak Gopinath, Emily Sumner, Jonathan DeCastro, Guy Rosman, Eugene Vinitsky, Mark K. Ho

    Abstract: People's goal-directed behaviors are influenced by their cognitive biases, and autonomous systems that interact with people should be aware of this. For example, people's attention to objects in their environment will be biased in a way that systematically affects how they perform everyday tasks such as driving to work. Here, building on recent work in computational cognitive science, we formally… ▽ More

    Submitted 29 October, 2025; originally announced October 2025.

  6. arXiv:2509.21677  [pdf, ps, other

    cs.LG cs.SE

    Prophecy: Inferring Formal Properties from Neuron Activations

    Authors: Divya Gopinath, Corina S. Pasareanu, Muhammad Usman

    Abstract: We present Prophecy, a tool for automatically inferring formal properties of feed-forward neural networks. Prophecy is based on the observation that a significant part of the logic of feed-forward networks is captured in the activation status of the neurons at inner layers. Prophecy works by extracting rules based on neuron activations (values or on/off statuses) as preconditions that imply certai… ▽ More

    Submitted 25 September, 2025; originally announced September 2025.

  7. arXiv:2509.14548  [pdf, ps, other

    cs.RO cs.HC

    SimCoachCorpus: A naturalistic dataset with language and trajectories for embodied teaching

    Authors: Emily Sumner, Deepak E. Gopinath, Laporsha Dees, Patricio Reyes Gomez, Xiongyi Cui, Andrew Silva, Jean Costa, Allison Morgan, Mariah Schrum, Tiffany L. Chen, Avinash Balachandran, Guy Rosman

    Abstract: Curated datasets are essential for training and evaluating AI approaches, but are often lacking in domains where language and physical action are deeply intertwined. In particular, few datasets capture how people acquire embodied skills through verbal instruction over time. To address this gap, we introduce SimCoachCorpus: a unique dataset of race car simulator driving that allows for the investig… ▽ More

    Submitted 17 September, 2025; originally announced September 2025.

  8. arXiv:2507.13575  [pdf, ps, other

    cs.LG cs.AI

    Apple Intelligence Foundation Language Models: Tech Report 2025

    Authors: Ethan Li, Anders Boesen Lindbo Larsen, Chen Zhang, Xiyou Zhou, Jun Qin, Dian Ang Yap, Narendran Raghavan, Xuankai Chang, Margit Bowler, Eray Yildiz, John Peebles, Hannah Gillis Coleman, Matteo Ronchi, Peter Gray, Keen You, Anthony Spalvieri-Kruse, Ruoming Pang, Reed Li, Yuli Yang, Emad Soroush, Zhiyun Lu, Crystal Xiao, Rong Situ, Jordan Huffaker, David Griffiths , et al. (373 additional authors not shown)

    Abstract: We introduce two multilingual, multimodal foundation language models that power Apple Intelligence features across Apple devices and services: i a 3B-parameter on-device model optimized for Apple silicon through architectural innovations such as KV-cache sharing and 2-bit quantization-aware training; and ii a scalable server model built on a novel Parallel-Track Mixture-of-Experts PT-MoE transform… ▽ More

    Submitted 27 August, 2025; v1 submitted 17 July, 2025; originally announced July 2025.

  9. arXiv:2505.19640  [pdf, ps, other

    cs.CL

    Interleaved Reasoning for Large Language Models via Reinforcement Learning

    Authors: Roy Xie, David Qiu, Deepak Gopinath, Dong Lin, Yanchao Sun, Chong Wang, Saloni Potdar, Bhuwan Dhingra

    Abstract: Long chain-of-thought (CoT) significantly enhances the reasoning capabilities of large language models (LLMs). However, extensive reasoning traces lead to inefficiencies and increased time-to-first-token (TTFT). We propose a training paradigm that uses only reinforcement learning (RL) to guide reasoning LLMs to interleave thinking and answering for multi-hop questions. We observe that models inher… ▽ More

    Submitted 6 January, 2026; v1 submitted 26 May, 2025; originally announced May 2025.

  10. 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.

  11. arXiv:2504.11717  [pdf, ps, other

    cs.RO eess.SY

    Safety with Agency: Human-Centered Safety Filter with Application to AI-Assisted Motorsports

    Authors: Donggeon David Oh, Justin Lidard, Haimin Hu, Himani Sinhmar, Elle Lazarski, Deepak Gopinath, Emily S. Sumner, Jonathan A. DeCastro, Guy Rosman, Naomi Ehrich Leonard, Jaime Fernández Fisac

    Abstract: We propose a human-centered safety filter (HCSF) for shared autonomy that significantly enhances system safety without compromising human agency. Our HCSF is built on a neural safety value function, which we first learn scalably through black-box interactions and then use at deployment to enforce a novel state-action control barrier function (Q-CBF) safety constraint. Since this Q-CBF safety filte… ▽ More

    Submitted 17 December, 2025; v1 submitted 15 April, 2025; originally announced April 2025.

    Comments: Accepted to Robotics: Science and Systems (R:SS) 2025, 22 pages, 16 figures, 7 tables Updates for v4: typos in Appendix Subsection A revised

    Journal ref: Proceedings of Robotics: Science and Systems (RSS), 2025

  12. 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)

  13. arXiv:2502.19899  [pdf, other

    cs.RO cs.AI cs.HC

    Shared Autonomy for Proximal Teaching

    Authors: Megha Srivastava, Reihaneh Iranmanesh, Yuchen Cui, Deepak Gopinath, Emily Sumner, Andrew Silva, Laporsha Dees, Guy Rosman, Dorsa Sadigh

    Abstract: Motor skill learning often requires experienced professionals who can provide personalized instruction. Unfortunately, the availability of high-quality training can be limited for specialized tasks, such as high performance racing. Several recent works have leveraged AI-assistance to improve instruction of tasks ranging from rehabilitation to surgical robot tele-operation. However, these works oft… ▽ More

    Submitted 27 February, 2025; originally announced February 2025.

    Comments: Accepted to ACM/IEEE International Conference on Human-Robot Interaction, 2025

  14. arXiv:2410.10062  [pdf, other

    cs.RO cs.AI cs.HC

    Dreaming to Assist: Learning to Align with Human Objectives for Shared Control in High-Speed Racing

    Authors: Jonathan DeCastro, Andrew Silva, Deepak Gopinath, Emily Sumner, Thomas M. Balch, Laporsha Dees, Guy Rosman

    Abstract: Tight coordination is required for effective human-robot teams in domains involving fast dynamics and tactical decisions, such as multi-car racing. In such settings, robot teammates must react to cues of a human teammate's tactical objective to assist in a way that is consistent with the objective (e.g., navigating left or right around an obstacle). To address this challenge, we present Dream2Assi… ▽ More

    Submitted 13 October, 2024; originally announced October 2024.

    Comments: Accepted to CoRL 2024, Munich, Germany

  15. arXiv:2410.07400  [pdf

    cs.CL cs.SD eess.AS

    Advocating Character Error Rate for Multilingual ASR Evaluation

    Authors: Thennal D K, Jesin James, Deepa P Gopinath, Muhammed Ashraf K

    Abstract: Automatic speech recognition (ASR) systems have traditionally been evaluated using English datasets, with the word error rate (WER) serving as the predominant metric. WER's simplicity and ease of interpretation have contributed to its widespread adoption, particularly for English. However, as ASR systems expand to multilingual contexts, WER fails in various ways, particularly with morphologically… ▽ More

    Submitted 18 October, 2024; v1 submitted 9 October, 2024; originally announced October 2024.

    Comments: 4 pages

  16. Transforming disaster risk reduction with AI and big data: Legal and interdisciplinary perspectives

    Authors: Kwok P Chun, Thanti Octavianti, Nilay Dogulu, Hristos Tyralis, Georgia Papacharalampous, Ryan Rowberry, Pingyu Fan, Mark Everard, Maria Francesch-Huidobro, Wellington Migliari, David M. Hannah, John Travis Marshall, Rafael Tolosana Calasanz, Chad Staddon, Ida Ansharyani, Bastien Dieppois, Todd R Lewis, Juli Ponce, Silvia Ibrean, Tiago Miguel Ferreira, Chinkie Peliño-Golle, Ye Mu, Manuel Delgado, Elizabeth Silvestre Espinoza, Martin Keulertz , et al. (2 additional authors not shown)

    Abstract: Managing complex disaster risks requires interdisciplinary efforts. Breaking down silos between law, social sciences, and natural sciences is critical for all processes of disaster risk reduction. This enables adaptive systems for the rapid evolution of AI technology, which has significantly impacted the intersection of law and natural environments. Exploring how AI influences legal frameworks and… ▽ More

    Submitted 20 September, 2024; originally announced October 2024.

    Comments: 20 pages, 2 figures

    Journal ref: Wiley Interdisciplinary Reviews: Data Mining and Knowledge Discovery 15 (2025) e70011

  17. arXiv:2410.01608  [pdf, other

    cs.RO

    Computational Teaching for Driving via Multi-Task Imitation Learning

    Authors: Deepak Gopinath, Xiongyi Cui, Jonathan DeCastro, Emily Sumner, Jean Costa, Hiroshi Yasuda, Allison Morgan, Laporsha Dees, Sheryl Chau, John Leonard, Tiffany Chen, Guy Rosman, Avinash Balachandran

    Abstract: Learning motor skills for sports or performance driving is often done with professional instruction from expert human teachers, whose availability is limited. Our goal is to enable automated teaching via a learned model that interacts with the student similar to a human teacher. However, training such automated teaching systems is limited by the availability of high-quality annotated datasets of e… ▽ More

    Submitted 2 October, 2024; originally announced October 2024.

    Comments: 12 pages, 3 figures, 3 tables

  18. arXiv:2407.21075  [pdf, other

    cs.AI cs.CL cs.LG

    Apple Intelligence Foundation Language Models

    Authors: Tom Gunter, Zirui Wang, Chong Wang, Ruoming Pang, Andy Narayanan, Aonan Zhang, Bowen Zhang, Chen Chen, Chung-Cheng Chiu, David Qiu, Deepak Gopinath, Dian Ang Yap, Dong Yin, Feng Nan, Floris Weers, Guoli Yin, Haoshuo Huang, Jianyu Wang, Jiarui Lu, John Peebles, Ke Ye, Mark Lee, Nan Du, Qibin Chen, Quentin Keunebroek , et al. (130 additional authors not shown)

    Abstract: We present foundation language models developed to power Apple Intelligence features, including a ~3 billion parameter model designed to run efficiently on devices and a large server-based language model designed for Private Cloud Compute. These models are designed to perform a wide range of tasks efficiently, accurately, and responsibly. This report describes the model architecture, the data used… ▽ More

    Submitted 29 July, 2024; originally announced July 2024.

  19. arXiv:2407.08730  [pdf, other

    cs.NE

    Evaluating Deep Neural Networks in Deployment (A Comparative and Replicability Study)

    Authors: Eduard Pinconschi, Divya Gopinath, Rui Abreu, Corina S. Pasareanu

    Abstract: As deep neural networks (DNNs) are increasingly used in safety-critical applications, there is a growing concern for their reliability. Even highly trained, high-performant networks are not 100% accurate. However, it is very difficult to predict their behavior during deployment without ground truth. In this paper, we provide a comparative and replicability study on recent approaches that have been… ▽ More

    Submitted 27 July, 2024; v1 submitted 11 July, 2024; originally announced July 2024.

  20. arXiv:2406.09810  [pdf, other

    cs.RO eess.SY

    Think Deep and Fast: Learning Neural Nonlinear Opinion Dynamics from Inverse Dynamic Games for Split-Second Interactions

    Authors: Haimin Hu, Jaime Fernández Fisac, Naomi Ehrich Leonard, Deepak Gopinath, Jonathan DeCastro, Guy Rosman

    Abstract: Non-cooperative interactions commonly occur in multi-agent scenarios such as car racing, where an ego vehicle can choose to overtake the rival, or stay behind it until a safe overtaking "corridor" opens. While an expert human can do well at making such time-sensitive decisions, autonomous agents are incapable of rapidly reasoning about complex, potentially conflicting options, leading to suboptima… ▽ More

    Submitted 26 April, 2025; v1 submitted 14 June, 2024; originally announced June 2024.

    Comments: IEEE International Conference on Robotics and Automation (ICRA) 2025

  21. 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.

  22. arXiv:2402.14174  [pdf, other

    cs.RO cs.AI eess.SY math.OC

    Blending Data-Driven Priors in Dynamic Games

    Authors: Justin Lidard, Haimin Hu, Asher Hancock, Zixu Zhang, Albert Gimó Contreras, Vikash Modi, Jonathan DeCastro, Deepak Gopinath, Guy Rosman, Naomi Ehrich Leonard, María Santos, Jaime Fernández Fisac

    Abstract: As intelligent robots like autonomous vehicles become increasingly deployed in the presence of people, the extent to which these systems should leverage model-based game-theoretic planners versus data-driven policies for safe, interaction-aware motion planning remains an open question. Existing dynamic game formulations assume all agents are task-driven and behave optimally. However, in reality, h… ▽ More

    Submitted 6 July, 2024; v1 submitted 21 February, 2024; originally announced February 2024.

    Comments: 20 pages, 12 figures

  23. arXiv:2402.05893  [pdf, other

    cs.HC

    Personalizing Driver Safety Interfaces via Driver Cognitive Factors Inference

    Authors: Emily S Sumner, Jonathan DeCastro, Jean Costa, Deepak E Gopinath, Everlyne Kimani, Shabnam Hakimi, Allison Morgan, Andrew Best, Hieu Nguyen, Daniel J Brooks, Bassam ul Haq, Andrew Patrikalakis, Hiroshi Yasuda, Kate Sieck, Avinash Balachandran, Tiffany Chen, Guy Rosman

    Abstract: Recent advances in AI and intelligent vehicle technology hold promise to revolutionize mobility and transportation, in the form of advanced driving assistance (ADAS) interfaces. Although it is widely recognized that certain cognitive factors, such as impulsivity and inhibitory control, are related to risky driving behavior, play a significant role in on-road risk-taking, existing systems fail to l… ▽ More

    Submitted 8 February, 2024; originally announced February 2024.

    Comments: 12 pages, 7 figures

  24. arXiv:2305.20041  [pdf, other

    cs.GR cs.RO

    Simulation and Retargeting of Complex Multi-Character Interactions

    Authors: Yunbo Zhang, Deepak Gopinath, Yuting Ye, Jessica Hodgins, Greg Turk, Jungdam Won

    Abstract: We present a method for reproducing complex multi-character interactions for physically simulated humanoid characters using deep reinforcement learning. Our method learns control policies for characters that imitate not only individual motions, but also the interactions between characters, while maintaining balance and matching the complexity of reference data. Our approach uses a novel reward for… ▽ More

    Submitted 31 May, 2023; originally announced May 2023.

    Comments: 11 pages. Accepted to SIGGRAPH 2023

  25. 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.

  26. arXiv:2303.17912  [pdf, other

    cs.CV cs.GR

    CIRCLE: Capture In Rich Contextual Environments

    Authors: Joao Pedro Araujo, Jiaman Li, Karthik Vetrivel, Rishi Agarwal, Deepak Gopinath, Jiajun Wu, Alexander Clegg, C. Karen Liu

    Abstract: Synthesizing 3D human motion in a contextual, ecological environment is important for simulating realistic activities people perform in the real world. However, conventional optics-based motion capture systems are not suited for simultaneously capturing human movements and complex scenes. The lack of rich contextual 3D human motion datasets presents a roadblock to creating high-quality generative… ▽ More

    Submitted 31 March, 2023; originally announced March 2023.

  27. 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.

  28. arXiv:2211.12796  [pdf, other

    cs.SD cs.CL eess.AS

    IMaSC -- ICFOSS Malayalam Speech Corpus

    Authors: Deepa P Gopinath, Thennal D K, Vrinda V Nair, Swaraj K S, Sachin G

    Abstract: Modern text-to-speech (TTS) systems use deep learning to synthesize speech increasingly approaching human quality, but they require a database of high quality audio-text sentence pairs for training. Malayalam, the official language of the Indian state of Kerala and spoken by 35+ million people, is a low resource language in terms of available corpora for TTS systems. In this paper, we present IMaS… ▽ More

    Submitted 23 November, 2022; originally announced November 2022.

    Comments: 18 pages, 8 figures

  29. arXiv:2210.14685  [pdf, other

    cs.LG cs.AI cs.RO

    Leveraging Demonstrations with Latent Space Priors

    Authors: Jonas Gehring, Deepak Gopinath, Jungdam Won, Andreas Krause, Gabriel Synnaeve, Nicolas Usunier

    Abstract: Demonstrations provide insight into relevant state or action space regions, bearing great potential to boost the efficiency and practicality of reinforcement learning agents. In this work, we propose to leverage demonstration datasets by combining skill learning and sequence modeling. Starting with a learned joint latent space, we separately train a generative model of demonstration sequences and… ▽ More

    Submitted 13 March, 2023; v1 submitted 26 October, 2022; originally announced October 2022.

    Comments: Published in Transactions on Machine Learning Research (03/2023)

  30. arXiv:2208.03407  [pdf, other

    cs.SE cs.AI cs.LG

    An Overview of Structural Coverage Metrics for Testing Neural Networks

    Authors: Muhammad Usman, Youcheng Sun, Divya Gopinath, Rishi Dange, Luca Manolache, Corina S. Pasareanu

    Abstract: Deep neural network (DNN) models, including those used in safety-critical domains, need to be thoroughly tested to ensure that they can reliably perform well in different scenarios. In this article, we provide an overview of structural coverage metrics for testing DNN models, including neuron coverage (NC), k-multisection neuron coverage (kMNC), top-k neuron coverage (TKNC), neuron boundary covera… ▽ More

    Submitted 5 August, 2022; originally announced August 2022.

  31. arXiv:2207.09619  [pdf, other

    cs.HC cs.AI cs.RO

    Learning Latent Traits for Simulated Cooperative Driving Tasks

    Authors: Jonathan A. DeCastro, Deepak Gopinath, Guy Rosman, Emily Sumner, Shabnam Hakimi, Simon Stent

    Abstract: To construct effective teaming strategies between humans and AI systems in complex, risky situations requires an understanding of individual preferences and behaviors of humans. Previously this problem has been treated in case-specific or data-agnostic ways. In this paper, we build a framework capable of capturing a compact latent representation of the human in terms of their behavior and preferen… ▽ More

    Submitted 19 July, 2022; originally announced July 2022.

  32. arXiv:2205.03894  [pdf, ps, other

    cs.CR cs.AI

    VPN: Verification of Poisoning in Neural Networks

    Authors: Youcheng Sun, Muhammad Usman, Divya Gopinath, Corina S. Păsăreanu

    Abstract: Neural networks are successfully used in a variety of applications, many of them having safety and security concerns. As a result researchers have proposed formal verification techniques for verifying neural network properties. While previous efforts have mainly focused on checking local robustness in neural networks, we instead study another neural network security issue, namely data poisoning. I… ▽ More

    Submitted 8 May, 2022; originally announced May 2022.

  33. Transformer Inertial Poser: Real-time Human Motion Reconstruction from Sparse IMUs with Simultaneous Terrain Generation

    Authors: Yifeng Jiang, Yuting Ye, Deepak Gopinath, Jungdam Won, Alexander W. Winkler, C. Karen Liu

    Abstract: Real-time human motion reconstruction from a sparse set of (e.g. six) wearable IMUs provides a non-intrusive and economic approach to motion capture. Without the ability to acquire position information directly from IMUs, recent works took data-driven approaches that utilize large human motion datasets to tackle this under-determined problem. Still, challenges remain such as temporal consistency,… ▽ More

    Submitted 8 December, 2022; v1 submitted 29 March, 2022; originally announced March 2022.

    Comments: SIGGRAPH Asia 2022. Video: https://youtu.be/rXb6SaXsnc0. Code: https://github.com/jyf588/transformer-inertial-poser

  34. arXiv:2202.01179  [pdf, other

    cs.CR cs.CV

    AntidoteRT: Run-time Detection and Correction of Poison Attacks on Neural Networks

    Authors: Muhammad Usman, Youcheng Sun, Divya Gopinath, Corina S. Pasareanu

    Abstract: We study backdoor poisoning attacks against image classification networks, whereby an attacker inserts a trigger into a subset of the training data, in such a way that at test time, this trigger causes the classifier to predict some target class. %There are several techniques proposed in the literature that aim to detect the attack but only a few also propose to defend against it, and they typical… ▽ More

    Submitted 31 January, 2022; originally announced February 2022.

  35. arXiv:2110.12588  [pdf, other

    cs.LG cs.AI cs.SE

    QuantifyML: How Good is my Machine Learning Model?

    Authors: Muhammad Usman, Divya Gopinath, Corina S. Păsăreanu

    Abstract: The efficacy of machine learning models is typically determined by computing their accuracy on test data sets. However, this may often be misleading, since the test data may not be representative of the problem that is being studied. With QuantifyML we aim to precisely quantify the extent to which machine learning models have learned and generalized from the given data. Given a trained model, Quan… ▽ More

    Submitted 24 October, 2021; originally announced October 2021.

    Comments: In Proceedings FMAS 2021, arXiv:2110.11527

    Journal ref: EPTCS 348, 2021, pp. 92-100

  36. arXiv:2110.08610  [pdf, other

    cs.HC cs.CV cs.LG cs.RO

    MAAD: A Model and Dataset for "Attended Awareness" in Driving

    Authors: Deepak Gopinath, Guy Rosman, Simon Stent, Katsuya Terahata, Luke Fletcher, Brenna Argall, John Leonard

    Abstract: We propose a computational model to estimate a person's attended awareness of their environment. We define attended awareness to be those parts of a potentially dynamic scene which a person has attended to in recent history and which they are still likely to be physically aware of. Our model takes as input scene information in the form of a video and noisy gaze estimates, and outputs visual salien… ▽ More

    Submitted 16 October, 2021; originally announced October 2021.

    Comments: 25 pages, 13 figures, 14 tables, Accepted at EPIC@ICCV 2021 Workshop. Main paper + Supplementary Material

  37. arXiv:2110.04663  [pdf, other

    cs.RO cs.AI cs.HC

    Learning to Control Complex Robots Using High-Dimensional Interfaces: Preliminary Insights

    Authors: Jongmin M. Lee, Temesgen Gebrekristos, Dalia De Santis, Mahdieh Nejati-Javaremi, Deepak Gopinath, Biraj Parikh, Ferdinando A. Mussa-Ivaldi, Brenna D. Argall

    Abstract: Human body motions can be captured as a high-dimensional continuous signal using motion sensor technologies. The resulting data can be surprisingly rich in information, even when captured from persons with limited mobility. In this work, we explore the use of limited upper-body motions, captured via motion sensors, as inputs to control a 7 degree-of-freedom assistive robotic arm. It is possible th… ▽ More

    Submitted 9 October, 2021; originally announced October 2021.

    Comments: Presented at AI-HRI symposium as part of AAAI-FSS 2021 (arXiv:2109.10836)

    Report number: AIHRI/2021/54

  38. MedKnowts: Unified Documentation and Information Retrieval for Electronic Health Records

    Authors: Luke Murray, Divya Gopinath, Monica Agrawal, Steven Horng, David Sontag, David R. Karger

    Abstract: Clinical documentation can be transformed by Electronic Health Records, yet the documentation process is still a tedious, time-consuming, and error-prone process. Clinicians are faced with multi-faceted requirements and fragmented interfaces for information exploration and documentation. These challenges are only exacerbated in the Emergency Department -- clinicians often see 35 patients in one sh… ▽ More

    Submitted 23 September, 2021; originally announced September 2021.

    Comments: 15 Pages, 8 figures, UIST 21, October 10-13

  39. arXiv:2103.12535  [pdf, other

    cs.LG cs.AI

    NNrepair: Constraint-based Repair of Neural Network Classifiers

    Authors: Muhammad Usman, Divya Gopinath, Youcheng Sun, Yannic Noller, Corina Pasareanu

    Abstract: We present NNrepair, a constraint-based technique for repairing neural network classifiers. The technique aims to fix the logic of the network at an intermediate layer or at the last layer. NNrepair first uses fault localization to find potentially faulty network parameters (such as the weights) and then performs repair using constraint solving to apply small modifications to the parameters to rem… ▽ More

    Submitted 14 June, 2021; v1 submitted 23 March, 2021; originally announced March 2021.

  40. arXiv:2103.00124  [pdf, other

    cs.LG cs.AI cs.SE

    NEUROSPF: A tool for the Symbolic Analysis of Neural Networks

    Authors: Muhammad Usman, Yannic Noller, Corina Pasareanu, Youcheng Sun, Divya Gopinath

    Abstract: This paper presents NEUROSPF, a tool for the symbolic analysis of neural networks. Given a trained neural network model, the tool extracts the architecture and model parameters and translates them into a Java representation that is amenable for analysis using the Symbolic PathFinder symbolic execution tool. Notably, NEUROSPF encodes specialized peer classes for parsing the model's parameters, ther… ▽ More

    Submitted 26 February, 2021; originally announced March 2021.

  41. arXiv:2102.12898  [pdf, other

    eess.IV cs.CV

    ShuffleUNet: Super resolution of diffusion-weighted MRIs using deep learning

    Authors: Soumick Chatterjee, Alessandro Sciarra, Max Dünnwald, Raghava Vinaykanth Mushunuri, Ranadheer Podishetti, Rajatha Nagaraja Rao, Geetha Doddapaneni Gopinath, Steffen Oeltze-Jafra, Oliver Speck, Andreas Nürnberger

    Abstract: Diffusion-weighted magnetic resonance imaging (DW-MRI) can be used to characterise the microstructure of the nervous tissue, e.g. to delineate brain white matter connections in a non-invasive manner via fibre tracking. Magnetic Resonance Imaging (MRI) in high spatial resolution would play an important role in visualising such fibre tracts in a superior manner. However, obtaining an image of such r… ▽ More

    Submitted 25 February, 2021; originally announced February 2021.

  42. arXiv:2007.15153  [pdf, other

    cs.LG cs.CL cs.IR stat.ML

    Fast, Structured Clinical Documentation via Contextual Autocomplete

    Authors: Divya Gopinath, Monica Agrawal, Luke Murray, Steven Horng, David Karger, David Sontag

    Abstract: We present a system that uses a learned autocompletion mechanism to facilitate rapid creation of semi-structured clinical documentation. We dynamically suggest relevant clinical concepts as a doctor drafts a note by leveraging features from both unstructured and structured medical data. By constraining our architecture to shallow neural networks, we are able to make these suggestions in real time.… ▽ More

    Submitted 29 July, 2020; originally announced July 2020.

    Comments: Published in Machine Learning for Healthcare 2020 conference

  43. arXiv:2007.02092  [pdf, other

    cs.RO cs.AI

    Customized Handling of Unintended Interface Operation in Assistive Robots

    Authors: Deepak Gopinath, Mahdieh Nejati Javaremi, Brenna D. Argall

    Abstract: We present an assistance system that reasons about a human's intended actions during robot teleoperation in order to provide appropriate corrections for unintended behavior. We model the human's physical interaction with a control interface during robot teleoperation and distinguish between intended and measured physical actions explicitly. By reasoning over the unobserved intentions using model-b… ▽ More

    Submitted 5 November, 2020; v1 submitted 4 July, 2020; originally announced July 2020.

    Comments: 10 pages, 7 figures, preprint

  44. Active Intent Disambiguation for Shared Control Robots

    Authors: Deepak E. Gopinath, Brenna D. Argall

    Abstract: Assistive shared-control robots have the potential to transform the lives of millions of people afflicted with severe motor impairments. The usefulness of shared-control robots typically relies on the underlying autonomy's ability to infer the user's needs and intentions, and the ability to do so unambiguously is often a limiting factor for providing appropriate assistance confidently and accurate… ▽ More

    Submitted 7 May, 2020; originally announced May 2020.

  45. arXiv:2004.08440  [pdf, other

    cs.LO cs.AI cs.LG

    Parallelization Techniques for Verifying Neural Networks

    Authors: Haoze Wu, Alex Ozdemir, Aleksandar Zeljić, Ahmed Irfan, Kyle Julian, Divya Gopinath, Sadjad Fouladi, Guy Katz, Corina Pasareanu, Clark Barrett

    Abstract: Inspired by recent successes with parallel optimization techniques for solving Boolean satisfiability, we investigate a set of strategies and heuristics that aim to leverage parallel computing to improve the scalability of neural network verification. We introduce an algorithm based on partitioning the verification problem in an iterative manner and explore two partitioning strategies, that work b… ▽ More

    Submitted 21 August, 2020; v1 submitted 17 April, 2020; originally announced April 2020.

  46. arXiv:1912.00289  [pdf, other

    cs.CV

    A Programmatic and Semantic Approach to Explaining and DebuggingNeural Network Based Object Detectors

    Authors: Edward Kim, Divya Gopinath, Corina Pasareanu, Sanjit Seshia

    Abstract: Even as deep neural networks have become very effective for tasks in vision and perception, it remains difficult to explain and debug their behavior. In this paper, we present a programmatic and semantic approach to explaining, understanding, and debugging the correct and incorrect behaviors of a neural network-based perception system. Our approach is semantic in that it employs a high-level repre… ▽ More

    Submitted 16 June, 2020; v1 submitted 30 November, 2019; originally announced December 2019.

    Journal ref: CVPR (2020)

  47. arXiv:1909.13755  [pdf, other

    cs.CC cs.CG

    Hamiltonicity in Semi-Regular Tessellation Dual Graphs

    Authors: Divya Gopinath, Rohan Kodialam, Kevin Lu, Jayson Lynch, Santiago Ospina

    Abstract: This paper shows NP-completeness for finding Hamiltonian cycles in induced subgraphs of the dual graphs of semi-regular tessilations. It also shows NP-hardness for a new, wide class of graphs called augmented square grids. This work follows up on prior studies of the complexity of finding Hamiltonian cycles in regular and semi-regular grid graphs.

    Submitted 30 September, 2019; originally announced September 2019.

  48. arXiv:1909.06515  [pdf, other

    cs.CL cs.SD eess.AS

    Harnessing Indirect Training Data for End-to-End Automatic Speech Translation: Tricks of the Trade

    Authors: Juan Pino, Liezl Puzon, Jiatao Gu, Xutai Ma, Arya D. McCarthy, Deepak Gopinath

    Abstract: For automatic speech translation (AST), end-to-end approaches are outperformed by cascaded models that transcribe with automatic speech recognition (ASR), then translate with machine translation (MT). A major cause of the performance gap is that, while existing AST corpora are small, massive datasets exist for both the ASR and MT subsystems. In this work, we evaluate several data augmentation and… ▽ More

    Submitted 22 October, 2019; v1 submitted 13 September, 2019; originally announced September 2019.

    Comments: IWSLT 2019

  49. arXiv:1904.13215  [pdf, other

    cs.LG cs.AI cs.FL

    Property Inference for Deep Neural Networks

    Authors: Divya Gopinath, Hayes Converse, Corina S. Pasareanu, Ankur Taly

    Abstract: We present techniques for automatically inferring formal properties of feed-forward neural networks. We observe that a significant part (if not all) of the logic of feed forward networks is captured in the activation status ('on' or 'off') of its neurons. We propose to extract patterns based on neuron decisions as preconditions that imply certain desirable output property e.g., the prediction bein… ▽ More

    Submitted 10 September, 2020; v1 submitted 29 April, 2019; originally announced April 2019.

    Comments: Errata: This version updates the ASE'19 conference version by correcting the definition of the three properties that were checked for ACASXU

  50. arXiv:1810.08303  [pdf, other

    cs.AI cs.LG

    Compositional Verification for Autonomous Systems with Deep Learning Components

    Authors: Corina S. Pasareanu, Divya Gopinath, Huafeng Yu

    Abstract: As autonomy becomes prevalent in many applications, ranging from recommendation systems to fully autonomous vehicles, there is an increased need to provide safety guarantees for such systems. The problem is difficult, as these are large, complex systems which operate in uncertain environments, requiring data-driven machine-learning components. However, learning techniques such as Deep Neural Netwo… ▽ More

    Submitted 18 October, 2018; originally announced October 2018.