From a14721057ac4457f15268c55b1120721cd5f7c20 Mon Sep 17 00:00:00 2001 From: Amine Elhafsi Date: Fri, 1 Nov 2024 17:25:36 -0700 Subject: [PATCH] fixed bib syntax issues --- _bibliography/ASL_Bib.bib | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/_bibliography/ASL_Bib.bib b/_bibliography/ASL_Bib.bib index 07e23922..380fd083 100644 --- a/_bibliography/ASL_Bib.bib +++ b/_bibliography/ASL_Bib.bib @@ -5514,6 +5514,19 @@ @inproceedings{AbtahiLandryEtAl2019 timestamp = {2020-04-13} } +@inproceedings{BazziShahidEtAl2024, + author = {Bazzi, M. and Shahid, A. and Agia, C. and Alora, J. and Forgione, M. and Piga, D. and Braghin, F. and Pavone, M. and Roveda, L.}, + title = {RoboMorph: In-Context Meta-Learning for Robot Dynamics Modeling}, + booktitle = proc_IFAC_ICINCO, + year = {2024}, + month = aug, + abstract = {The landscape of Deep Learning has experienced a major shift with the pervasive adoption of Transformer-based architectures, particularly in Natural Language Processing (NLP). Novel avenues for physical applications, such as solving Partial Differential Equations and Image Vision, have been explored. However, in challenging domains like robotics, where high non-linearity poses significant challenges, Transformer-based applications are scarce. While Transformers have been used to provide robots with knowledge about high-level tasks, few efforts have been made to perform system identification. This paper proposes a novel methodology to learn a meta-dynamical model of a high-dimensional physical system, such as the Franka robotic arm, using a Transformer-based architecture without prior knowledge of the system's physical parameters. The objective is to predict quantities of interest (end-effector pose and joint positions) given the torque signals for each joint. This prediction can be useful as a component for Deep Model Predictive Control frameworks in robotics. The meta-model establishes the correlation between torques and positions and predicts the output for the complete trajectory. This work provides empirical evidence of the efficacy of the in-context learning paradigm, suggesting future improvements in learning the dynamics of robotic systems without explicit knowledge of physical parameters. Code, videos, and supplementary materials can be found at project website. See this https://sites.google.com/view/robomorph.}, + address = {Porto, Portugal}, + owner = {agia}, + timestamp = {2024-10-30}, + url = {https://arxiv.org/abs/2409.11815} +} + @Comment{jabref-meta: databaseType:bibtex;} @Comment{jabref-meta: saveOrderConfig:specified;citationkey;false;author;true;title;true;}