Skip to main content

Showing 1–4 of 4 results for author: Barroso, P

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

    cs.RO cs.AI

    SAIL: Faster-than-Demonstration Execution of Imitation Learning Policies

    Authors: Nadun Ranawaka Arachchige, Zhenyang Chen, Wonsuhk Jung, Woo Chul Shin, Rohan Bansal, Pierre Barroso, Yu Hang He, Yingyang Celine Lin, Benjamin Joffe, Shreyas Kousik, Danfei Xu

    Abstract: Offline Imitation Learning (IL) methods such as Behavior Cloning are effective at acquiring complex robotic manipulation skills. However, existing IL-trained policies are confined to executing the task at the same speed as shown in demonstration data. This limits the task throughput of a robotic system, a critical requirement for applications such as industrial automation. In this paper, we introd… ▽ More

    Submitted 13 June, 2025; originally announced June 2025.

    Comments: The first two authors contributed equally

  2. arXiv:2503.04877  [pdf, other

    cs.CV cs.AI cs.LG cs.RO

    Adapt3R: Adaptive 3D Scene Representation for Domain Transfer in Imitation Learning

    Authors: Albert Wilcox, Mohamed Ghanem, Masoud Moghani, Pierre Barroso, Benjamin Joffe, Animesh Garg

    Abstract: Imitation Learning can train robots to perform complex and diverse manipulation tasks, but learned policies are brittle with observations outside of the training distribution. 3D scene representations that incorporate observations from calibrated RGBD cameras have been proposed as a way to mitigate this, but in our evaluations with unseen embodiments and camera viewpoints they show only modest imp… ▽ More

    Submitted 15 May, 2025; v1 submitted 6 March, 2025; originally announced March 2025.

    Comments: Videos, code, and data: https://pairlab.github.io/Adapt3R

  3. arXiv:2212.02425  [pdf, other

    cs.LO cs.PL

    Leroy and Blazy were right: their memory model soundness proof is automatable (Extended Version)

    Authors: Pedro Barroso, Mário Pereira, António Ravara

    Abstract: Xavier Leroy and Sandrine Blazy in 2007 conducted a formal verification, using the Coq proof assistant, of a memory model for low-level imperative languages such as C. Considering their formalization was performed essentially in first-order logic, one question left open by the authors was whether their proofs could be automated using a verification framework for first-order logic. We took the chal… ▽ More

    Submitted 5 December, 2022; originally announced December 2022.

    Comments: To be published in VSTTE'22

  4. arXiv:2003.05081  [pdf, other

    cs.LO

    Animated Logic: Correct Functional Conversion to Conjunctive Normal Form

    Authors: Pedro Barroso, Mário Pereira, António Ravara

    Abstract: We present an approach to obtain formally verified implementations of classical Computational Logic algorithms. We choose the Why3 platform because it allows to implement functions in a style very close to the mathematical definitions, as well as it allows a high degree of automation in the verification process. As proof of concept, we present a mathematical definition of the algorithm to conver… ▽ More

    Submitted 10 March, 2020; originally announced March 2020.

    Comments: 24 pages

    ACM Class: F.3.1