Chris Agia

Contacts:

Email: cagia at cs dot stanford dot edu

Chris Agia


Chris is a graduate student in the Department of Computer Science advised jointly by Professors Jeannette Bohg and Marco Pavone. His research focuses on how complex robotic behavior can be learned from data and embodied interaction (reinforcement learning), along with how to use these behaviors to feasibly and efficiently plan for any task (task & motion planning).

Prior to joining Stanford, Chris graduated with honors from University of Toronto’s Engineering Science program. In that time, he conducted research in robot vision, mapping, planning, and control with UofT’s Robot Vision and Learning Lab, Autonomous Systems and Biomechatronics Lab, and McGill’s Mobile Robotics Lab. Chris has also held internships with Microsoft Mixed Reality, Google Cloud, and Noah’s Ark Research Labs.

Beyond research, Chris enjoys practicing soccer, tennis, going on trail runs, reading, and playing music’s golden age on the guitar, bass and drums.

Awards:

  • Stanford School of Engineering Fellowship (2021)

ASL Publications

  1. R. Sinha, A. Elhafsi, C. Agia, M. Foutter, E. Schmerling, and M. Pavone, “Real-Time Anomaly Detection and Planning with Large Language Models,” in Robotics: Science and Systems, 2024. (Submitted)

    Abstract: Foundation models, e.g., large language models, trained on internet-scale data possess zero-shot generalization capabilities that make them a promising technology for anomaly detection for robotic systems. Fully realizing this promise, however, poses two challenges: (i) mitigating the considerable computational expense of these models such that they may be applied online, and (ii) incorporating their judgement regarding potential anomalies into a safe control framework. In this work we present a two-stage reasoning framework: a fast binary anomaly classifier based on analyzing observations in an LLM embedding space, which may trigger a slower fallback selection stage that utilizes the reasoning capabilities of generative LLMs. These stages correspond to branch points in a model predictive control strategy that maintains the joint feasibility of continuing along various fallback plans as soon as an anomaly is detected (while the selector decides), thus ensuring safety. We demonstrate that, even when instantiated with relatively small language models, our fast anomaly classifier outperforms autoregressive reasoning with state-of-the-art GPT models. This enables our runtime monitor to improve the trustworthiness of dynamic robotic systems under resource and time constraints.

    @inproceedings{SinhaElhafsiEtAl2024,
      author = {Sinha, R. and Elhafsi, A. and Agia, C. and Foutter, M. and Schmerling, E. and Pavone, M.},
      title = {Real-Time Anomaly Detection and Planning with Large Language Models},
      booktitle = {{Robotics: Science and Systems}},
      keywords = {sub},
      note = {Submitted},
      year = {2024},
      owner = {rhnsinha},
      timestamp = {2024-03-01}
    }
    
  2. C. Agia, G. C. Vila, S. Bandyopadhyay, D. S. Bayard, K. Cheung, C. H. Lee, E. Wood, I. Aenishanslin, S. Ardito, L. Fesq, M. Pavone, and I. A. D. Nesnas, “Modeling Considerations for Developing Deep Space Autonomous Spacecraft and Simulators,” in IEEE Aerospace Conference, 2024.

    Abstract:

    @inproceedings{AgiaVilaEtAl2024,
      author = {Agia, C. and Vila, {G. C.} and Bandyopadhyay, S. and Bayard, {D. S.} and Cheung, K. and Lee, {C. H.} and Wood, E. and Aenishanslin, I. and Ardito, S. and Fesq, L. and Pavone, M. and Nesnas, {I. A. D.}},
      title = {Modeling Considerations for Developing Deep Space Autonomous Spacecraft and Simulators},
      booktitle = {{IEEE Aerospace Conference}},
      year = {2024},
      asl_abstract = {To extend the limited scope of autonomy used in prior missions for operation in distant and complex environments, there is a need to further develop and mature autonomy that jointly reasons over multiple subsystems, which we term system-level autonomy. System-level autonomy establishes situational awareness that resolves conflicting information across subsystems, which may necessitate the refinement and interconnection of the underlying spacecraft and environment onboard models. However, with a limited understanding of the assumptions and tradeoffs of modeling to arbitrary extents, designing onboard models to support system-level capabilities presents a significant challenge. In this paper, we provide a detailed analysis of the increasing levels of model fidelity for several key spacecraft subsystems, with the goal of informing future spacecraft functional- and system-level autonomy algorithms and the physics-based simulators on which they are validated. We do not argue for the adoption of a particular fidelity class of models but, instead, highlight the potential tradeoffs and opportunities associated with the use of models for onboard autonomy and in physics-based simulators at various fidelity levels. We ground our analysis in the context of deep space exploration of small bodies, an emerging frontier for autonomous spacecraft operation in space, where the choice of models employed onboard the spacecraft may determine mission success. We conduct our experiments in the Multi-Spacecraft Concept and Autonomy Tool (MuSCAT), a software suite for developing spacecraft autonomy algorithms.},
      asl_address = {Big Sky, Montana},
      asl_month = mar,
      asl_url = {https://arxiv.org/abs/2401.11371},
      owner = {agia},
      timestamp = {2024-03-01}
    }
    
  3. K. Lin, C. Agia, T. Migimatsu, M. Pavone, and J. Bohg, “Text2Motion: From Natural Language Instructions to Feasible Plans,” Autonomous Robots, vol. 47, pp. 1345–1365, 2023.

    Abstract:

    @article{LinAgiaEtAl2023,
      author = {Lin, K. and Agia, C. and Migimatsu, T. and Pavone, M. and Bohg, J.},
      title = {Text2Motion: From Natural Language Instructions to Feasible Plans},
      journal = {{Autonomous Robots}},
      volume = {47},
      number = {},
      pages = {1345–-1365},
      year = {2023},
      asl_month = nov,
      asl_abstract = {We propose Text2Motion, a language-based planning framework enabling robots to solve sequential manipulation tasks that require long-horizon reasoning. Given a natural language instruction, our framework constructs both a task- and motion-level plan that is verified to reach inferred symbolic goals. Text2Motion uses feasibility heuristics encoded in Q-functions of a library of skills to guide task planning with Large Language Models. Whereas previous language-based planners only consider the feasibility of individual skills, Text2Motion actively resolves geometric dependencies spanning skill sequences by performing geometric feasibility planning during its search. We evaluate our method on a suite of problems that require long-horizon reasoning, interpretation of abstract goals, and handling of partial affordance perception. Our experiments show that Text2Motion can solve these challenging problems with a success rate of 82%, while prior state-of-the-art language-based planning methods only achieve 13%. Text2Motion thus provides promising generalization characteristics to semantically diverse sequential manipulation tasks with geometric dependencies between skills.},
      asl_doi = {10.1007/s10514-023-10131-7},
      asl_url = {https://doi.org/10.1007/s10514-023-10131-7},
      owner = {agia},
      timestamp = {2024-02-29}
    }
    
  4. A. Elhafsi, R. Sinha, C. Agia, E. Schmerling, I. A. D. Nesnas, and M. Pavone, “Semantic Anomaly Detection with Large Language Models,” Autonomous Robots, vol. 47, pp. 1035–1055, 2023.

    Abstract:

    @article{ElhafsiSinhaEtAl2023,
      author = {Elhafsi, A. and Sinha, R. and Agia, C. and Schmerling, E. and Nesnas, I. A. D and Pavone, M.},
      title = {Semantic Anomaly Detection with Large Language Models},
      journal = {{Autonomous Robots}},
      volume = {47},
      number = {},
      pages = {1035–-1055},
      year = {2023},
      asl_month = oct,
      asl_abstract = {As robots acquire increasingly sophisticated skills and see increasingly complex and varied environments, the threat of an edge case or anomalous failure is ever present. For example, Tesla cars have seen interesting failure modes ranging from autopilot disengagements due to inactive traffic lights carried by trucks to phantom braking caused by images of stop signs on roadside billboards. These system-level failures are not due to failures of any individual component of the autonomy stack but rather system-level deficiencies in semantic reasoning. Such edge cases, which we call semantic anomalies, are simple for a human to disentangle yet require insightful reasoning. To this end, we study the application of large language models (LLMs), endowed with broad contextual understanding and reasoning capabilities, to recognize such edge cases and introduce a monitoring framework for semantic anomaly detection in vision-based policies. Our experiments apply this framework to a finite state machine policy for autonomous driving and a learned policy for object manipulation. These experiments demonstrate that the LLM-based monitor can effectively identify semantic anomalies in a manner that shows agreement with human reasoning. Finally, we provide an extended discussion on the strengths and weaknesses of this approach and motivate a research outlook on how we can further use foundation models for semantic anomaly detection. Our project webpage can be found at https://sites.google.com/view/llm-anomaly-detection.},
      asl_doi = {10.1007/s10514-023-10132-6},
      asl_url = {https://doi.org/10.1007/s10514-023-10132-6},
      owner = {amine},
      timestamp = {2024-02-29}
    }