Daily Arxiv

This page organizes papers related to artificial intelligence published around the world.
This page is summarized using Google Gemini and is operated on a non-profit basis.
The copyright of the paper belongs to the author and the relevant institution. When sharing, simply cite the source.

A Personalized Data-Driven Generative Model of Human Repetitive Motion

Created by
  • Haebom

Author

Angelo Di Porzio, Marco Coraggio

Outline

As autonomous virtual avatars and robots are expected to increasingly be deployed in human collective activities (e.g., rehabilitation therapy, sports, and manufacturing), realistic human motion models are essential for designing cognitive architectures and control strategies to drive these agents. In this study, we propose a novel data-driven approach to capture individual human motor behavior characteristics. First, we demonstrate that motion amplitude effectively characterizes individual motor characteristics. We then propose a fully data-driven approach based on long short-term memory (LSTM) neural networks to generate unique motions that capture the unique characteristics of specific individuals. We validate the architecture using real human data and demonstrate that, while state-of-the-art Kuramoto-like models fail to reproduce individual motor characteristics, the proposed model accurately reproduces the velocity distribution and amplitude envelope of trained individuals and distinguishes them from others.

Takeaways, Limitations

Takeaways:
It has been demonstrated that movement amplitude is effective in characterizing individual movement characteristics.
We propose the possibility of generating motions that accurately reproduce an individual's unique motion characteristics through a data-driven model based on LSTM.
We confirmed that the existing model (Kuramoto-like model) has limitations in capturing individual characteristics.
Limitations:
There is a lack of information about the specifics of the data used in the paper (e.g., type of activity, number of participants, etc.).
Further research is needed on the model's generalization ability to other motion types or environments.
Further validation of its effectiveness in real-world applications (e.g., rehabilitation therapy, robotic control) is needed.
👍