<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>healthy vs pathological gait pattern identification &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/healthy-vs-pathological-gait-pattern-identification/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Wed, 23 Sep 2026 23:02:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.2</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>healthy vs pathological gait pattern identification &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>Neural network learns the hidden geometry of human walking</title>
		<link>https://scienmag.com/neural-network-learns-the-hidden-geometry-of-human-walking/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Wed, 23 Sep 2026 23:02:52 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[anomaly detection]]></category>
		<category><![CDATA[anomaly detection in human walking patterns]]></category>
		<category><![CDATA[artificial neural networks in human movement analysis]]></category>
		<category><![CDATA[autoencoder]]></category>
		<category><![CDATA[automatic classification of walking speed and style]]></category>
		<category><![CDATA[biomechanics]]></category>
		<category><![CDATA[Biometrics]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[deep learning models for gait sequence generation]]></category>
		<category><![CDATA[gait analysis]]></category>
		<category><![CDATA[Generative Models]]></category>
		<category><![CDATA[healthy vs pathological gait pattern identification]]></category>
		<category><![CDATA[human motion]]></category>
		<category><![CDATA[human walking gait analysis]]></category>
		<category><![CDATA[lifelike human walking sequence synthesis with neural networks]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[machine learning for distinguishing male and female walking patterns]]></category>
		<category><![CDATA[motion capture]]></category>
		<category><![CDATA[neural network-based human locomotion modeling]]></category>
		<category><![CDATA[population-based gait analysis using AI]]></category>
		<category><![CDATA[statistical structure learning of human gait]]></category>
		<category><![CDATA[Variational]]></category>
		<category><![CDATA[variational autoencoder]]></category>
		<category><![CDATA[variational autoencoder for gait recognition]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=211058</guid>

					<description><![CDATA[A variational autoencoder trained only on healthy motion capture data can distinguish sex, speed and gait type while generating realistic synthetic walking cycles.]]></description>
										<content:encoded><![CDATA[<p>Every step a person takes is a signature written in bone, muscle and momentum, and for decades scientists have tried to read it. Now researchers at the Silesian University of Technology in Poland have shown that a type of artificial neural network called a variational autoencoder, or VAE, can learn the statistical structure of healthy human walking well enough to tell men from women, slow strides from fast ones, and walking from running, all without ever being shown a single pathological gait pattern. The study, published in Neural Computing and Applications, also demonstrates that the same network can generate new, remarkably lifelike walking sequences from scratch.</p>
<p>The team&#8217;s approach turns the usual logic of gait anomaly detection on its head. Conventionally, systems designed to flag unusual walking patterns are trained on datasets that mix healthy and pathological recordings, requiring careful clinical labeling of every subject. Here, the researchers trained their model exclusively on data from healthy young adults and then asked it to treat any movement that did not fit its learned idea of normal as an anomaly. In their framework, the anomalies were not diseases at all but ordinary population differences: the gait of the opposite sex, a different walking speed, or the transition from walking to running.</p>
<p>The raw material for the study came from a publicly available dataset recorded in a human motion laboratory with a gold-standard Vicon optical motion capture system. Thirty healthy volunteers performed walking and running tasks on both overground and a treadmill, though the researchers restricted their analysis to overground recordings because treadmill gait differs biomechanically in cadence, stride length and joint range of motion. After balancing the sexes by randomly excluding two male participants, the final cohort comprised fourteen women and fourteen men. Reflective markers placed according to the Conventional Gait Model tracked fifty-five anatomical points on the body at a high resolution of one hundred samples per second, while a parallel representation described the three-dimensional rotations of twenty-six skeletal joints.</p>
<p>Preparing the data required careful biomechanical housekeeping. Each walking or running cycle was cut from the continuous recordings at the moment a foot struck the ground, ensuring that every analyzed sequence covered exactly one full cycle of movement. Because cycles vary in duration, each one was resampled to a fixed length of one hundred time points, a standard convention in gait analysis in which each point represents one percent of the cycle. This normalization preserved the characteristic shape of the movement while giving the neural network inputs of uniform size. Trials with missing foot strike events or unnatural artifacts were discarded during quality control.</p>
<p>The variational autoencoder itself is a descendant of the humble autoencoder, a network first conceived in the 1980s as a nonlinear cousin of principal component analysis. An autoencoder squeezes its input through a narrow bottleneck called the latent space and then tries to reconstruct the original from that compressed code. The variational twist, introduced by Kingma and Welling in 2013, is that the encoder does not produce a single point but rather the parameters of a probability distribution, a mean and a variance, from which the latent code is sampled. This probabilistic formulation yields a smooth latent manifold in which nearby points correspond to similar movements, which is exactly what makes the architecture useful both for detecting deviations from normality and for generating new data.</p>
<p>In the Polish study, the analytical model operated on flattened joint-angle sequences, mapping each one through two hidden layers into a latent space of just four dimensions. The decoder mirrored the encoder, attempting to rebuild the original motion from the sampled code. Training minimized a combined loss: a mean squared reconstruction error plus a Kullback-Leibler divergence term that pulled the learned latent distribution toward a standard normal distribution. The researchers adopted the beta-VAE formulation, setting the regularization weight to a small value of 0.001 after preliminary experiments showed that larger values caused posterior collapse, in which the latent space carries no information, while values near zero led to overfitting. With only about 120 gait cycles per group, that delicate balancing act was essential.</p>
<p>The results were striking, particularly in their asymmetry. When a model trained on male walking was asked to score female gait, it achieved an area under the receiver operating characteristic curve of 0.862, meaning it could reliably distinguish the two populations. The reverse configuration, trained on female data, managed only 0.642. A similar pattern appeared in the speed experiment, where the slow-trained model scored 0.843 against 0.676 for the fast-trained model, and in the gait-type task, where walking-trained models achieved a perfect 1.000 and running-trained models 0.998. In every case, the model trained on the group with lower internal variability proved the sharper detector.</p>
<p>Crucially, that asymmetry was not an artifact of the neural architecture. The researchers compared their dense VAE against principal component analysis, One-Class SVM, Isolation Forest, and a sequential LSTM-based VAE, and found the same directional pattern across all five methods. This consistency indicates that the asymmetry is an intrinsic property of the underlying motion distributions: a population with lower within-group variance produces a narrower learned normality region, so data from the more variable group is more likely to fall outside it. The authors suggest that anatomical differences, such as the greater pelvic range of motion and hip rotation reported in female gait, may explain the sex-based result, though verifying that hypothesis would require analysis of participants&#8217; physical dimensions.</p>
<p>The generative half of the study produced equally compelling evidence that the network had internalized the physics of the body. A second, wider VAE trained on the full three-dimensional marker data generated skeletal walking sequences whose anthropometric properties closely matched reality: a height proxy of about 1533 millimeters versus 1526 in the real data, shoulder width of 334 versus 333 millimeters, and stride length within about 16 millimeters of the human average. Visual comparisons showed correct synchronization between lower and upper limbs and natural progression along the walking axis. The main caveat was variance: generated sequences showed reduced variability across all metrics, a well-known tendency of VAEs to regress toward the mean of the learned distribution, which limits their use as direct substitutes for real training data.</p>
<p>The study&#8217;s authors are careful to stress that the detected differences do not represent anomalies in any clinical sense. All participants were healthy, and the term anomaly here simply means a sample drawn from a distribution other than the one the model learned. Even so, the framework has clear practical appeal for situations where labeled examples of deviating gait are scarce, from monitoring movement changes over time to detecting asymmetries in athletes. With only 28 participants, the sample is small by deep learning standards, and the authors call for external validation and extension to clinical populations with documented movement disorders. If the directional asymmetry they discovered holds up, it may prove to be a fundamental feature of how variability itself shapes what a machine, or perhaps any observer, considers normal.</p>
<p><strong>Subject of Research:</strong> Variational autoencoder analysis and generation of human gait motion capture data</p>
<p><strong>Article Title:</strong> Variational autoencoder in analysis of motion capture data</p>
<p><strong>Article References:</strong> Furs, M., Hanak, D., &amp; Świtoński, A. (2026). Variational autoencoder in analysis of motion capture data. <em>Neural Computing and Applications, 38</em>(18), Article 754. <a href="https://doi.org/10.1007/s00521-026-12469-2" rel="noopener noreferrer">https://doi.org/10.1007/s00521-026-12469-2</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s00521-026-12469-2" rel="noopener noreferrer">10.1007/s00521-026-12469-2</a></p>
<p><strong>Keywords:</strong> variational autoencoder, motion capture, gait analysis, anomaly detection, machine learning, biomechanics, human motion, generative models, deep learning, biometrics, Variational, autoencoder</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">211058</post-id>	</item>
	</channel>
</rss>
