Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Data Collection by Experiments01:13

Data Collection by Experiments

Data collection is a systematic method of obtaining, observing, measuring, and analyzing accurate information. An experimental study is a standard method of data collection that involves the manipulation of the samples by applying some form of treatment prior to data collection. It refers to manipulating one variable to determine its changes on another variable. The sample subjected to treatment is known as “experimental units.”
An example of the experimental method is a public clinical trial...
Introduction to Learning01:18

Introduction to Learning

Learning is the process of acquiring knowledge or skills through practice or experience, leading to long-lasting behavioral changes. This acquisition occurs through interaction with the environment and requires practice or experience. For instance, mastering a skill such as surfing requires considerable practice and experience, highlighting the essential role of repeated interactions with the environment in learning.
In contrast to learned behaviors, unlearned behaviors such as crying, sexual...
Survival Tree01:19

Survival Tree

Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
 Building a Survival Tree
Constructing a survival tree begins...

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Human centric hybrid modeling of circular waste systems for urban transitions.

iScience·2026
Same author

Hybrid approximate multiplier architectures for low power DWT image compression.

Scientific reports·2026
Same author

Monthly soil temperature modelling across different depths using machine learning algorithms in northeast India.

Scientific reports·2026
Same author

A low-cost real-time embedded EOG-based assistive mobility system for individuals with motor function disorders.

Disability and rehabilitation. Assistive technology·2026
Same author

Efficient deep learning framework for arecanut disease detection using graph neural network and Bat algorithm.

Scientific reports·2026
Same author

Comparative study of ACO, dijkstra, and NN for routing efficiency in waste collection networks.

Scientific reports·2026
Same journal

Scaling contact force parameters across body size, limb count, and number of contact spheres.

Journal of biomechanics·2026
Same journal

The extrapolated body center of mass predicts subsequent foot placement choice during dynamic single-leg landings.

Journal of biomechanics·2026
Same journal

Lateral reactive stepping responses differ between individuals with and without transfemoral amputation.

Journal of biomechanics·2026
Same journal

Effect of foot orthoses on the biomechanics of stair ascent and descent in chronic metatarsalgia.

Journal of biomechanics·2026
Same journal

Reconstruction of gait variables from 3D foot geometry and sparse plantar pressure landmarks using deep learning.

Journal of biomechanics·2026
Same journal

Characterizing the relationship between isolated extrinsic lower limb muscle activity and Talocrural, Subtalar, and midtarsal joint kinematics under an unweighted condition.

Journal of biomechanics·2026
See all related articles

Related Experiment Video

Updated: Jun 17, 2026

Paw-Print Analysis of Contrast-Enhanced Recordings PrAnCER: A Low-Cost, Open-Access Automated Gait Analysis System for Assessing Motor Deficits
06:25

Paw-Print Analysis of Contrast-Enhanced Recordings PrAnCER: A Low-Cost, Open-Access Automated Gait Analysis System for Assessing Motor Deficits

Published on: August 12, 2019

9.0K

Gait data generation using lightweight generative deep learning framework.

Mainak Ghosh1, Anup Nandy1, Bidyut Kr Patra2

  • 1Department of Computer Science and Engineering, National Institute of Technology Rourkela, Rourkela, India.

Journal of Biomechanics
|September 16, 2025
PubMed
Summary
This summary is machine-generated.

This study introduces a new lightweight FNN-AE model for generating human gait data, addressing data scarcity in sports science and clinical applications. The model offers a computationally efficient solution for realistic gait pattern generation.

Keywords:
Autoencoder (AE)Data generationFeed-forward Neural Network (FNN)Gait dataGenerative modelLightweight model

More Related Videos

Low-Cost Gait Analysis for Behavioral Phenotyping of Mouse Models of Neuromuscular Disease
05:53

Low-Cost Gait Analysis for Behavioral Phenotyping of Mouse Models of Neuromuscular Disease

Published on: July 18, 2019

17.6K
Fully Automated Leg Tracking in Freely Moving Insects using Feature Learning Leg Segmentation and Tracking FLLIT
08:04

Fully Automated Leg Tracking in Freely Moving Insects using Feature Learning Leg Segmentation and Tracking FLLIT

Published on: April 23, 2020

7.2K

Related Experiment Videos

Last Updated: Jun 17, 2026

Paw-Print Analysis of Contrast-Enhanced Recordings PrAnCER: A Low-Cost, Open-Access Automated Gait Analysis System for Assessing Motor Deficits
06:25

Paw-Print Analysis of Contrast-Enhanced Recordings PrAnCER: A Low-Cost, Open-Access Automated Gait Analysis System for Assessing Motor Deficits

Published on: August 12, 2019

9.0K
Low-Cost Gait Analysis for Behavioral Phenotyping of Mouse Models of Neuromuscular Disease
05:53

Low-Cost Gait Analysis for Behavioral Phenotyping of Mouse Models of Neuromuscular Disease

Published on: July 18, 2019

17.6K
Fully Automated Leg Tracking in Freely Moving Insects using Feature Learning Leg Segmentation and Tracking FLLIT
08:04

Fully Automated Leg Tracking in Freely Moving Insects using Feature Learning Leg Segmentation and Tracking FLLIT

Published on: April 23, 2020

7.2K

Area of Science:

  • Biomechanics
  • Machine Learning
  • Robotics

Background:

  • Human gait analysis is crucial for sports science, exoskeleton design, and clinical applications.
  • Collecting gait data is challenging due to physiological and ethical constraints, leading to data scarcity.
  • Existing deep learning models, like Generative Adversarial Networks (GANs), are often computationally intensive and impractical for real-world use.

Purpose of the Study:

  • To develop a novel, lightweight hybrid model for efficient human gait data generation.
  • To address the limitations of computational intensity and data scarcity in current gait analysis methods.
  • To create a model that balances complexity and data fidelity for practical applications.

Main Methods:

  • Proposed a novel hybrid model combining a Feed-forward Neural Network (FNN) and an Autoencoder (AE), termed FNN-AE.
  • The FNN component generates initial gait data, while the AE refines it for enhanced realism.
  • Verified the model's physical plausibility using Newtonian equations of motion and biomechanical simulations on the OpenSim platform.

Main Results:

  • The FNN-AE model achieves satisfactory performance comparable to state-of-the-art methods.
  • The proposed architecture significantly reduces model complexity by utilizing fewer parameters.
  • Generated gait data demonstrated biomechanical feasibility when tested in simulations.

Conclusions:

  • The FNN-AE model presents an effective and computationally efficient solution for human gait data generation.
  • This lightweight approach overcomes the practical limitations of existing deep learning models for gait analysis.
  • The model shows promise for advancing research and applications in sports science, robotics, and clinical settings.