<?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>affective computing and gait analysis &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/affective-computing-and-gait-analysis/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Wed, 09 Sep 2026 00:54:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>affective computing and gait analysis &#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>Multi-semantic graph-transformer network improves gait-based emotion recognition</title>
		<link>https://scienmag.com/multi-semantic-graph-transformer-network-improves-gait-based-emotion-recognition/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Wed, 09 Sep 2026 00:53:56 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[affective computing and gait analysis]]></category>
		<category><![CDATA[affective computing in human movement]]></category>
		<category><![CDATA[AI for emotion detection from walking patterns]]></category>
		<category><![CDATA[AI model for human emotion detection]]></category>
		<category><![CDATA[computational models of emotional expression through gait]]></category>
		<category><![CDATA[computationally efficient emotion recognition models]]></category>
		<category><![CDATA[deep learning for emotion detection]]></category>
		<category><![CDATA[deep learning for gait emotion classification]]></category>
		<category><![CDATA[emotion recognition from walking patterns]]></category>
		<category><![CDATA[Gait-based emotion recognition]]></category>
		<category><![CDATA[human posture and gait analysis for emotion inference]]></category>
		<category><![CDATA[human posture and movement analysis for emotion inference]]></category>
		<category><![CDATA[mental health screening through movement]]></category>
		<category><![CDATA[mental health screening using gait analysis]]></category>
		<category><![CDATA[movement pattern analysis for psychological assessment]]></category>
		<category><![CDATA[multi-semantic graph-transformer network]]></category>
		<category><![CDATA[resource-efficient emotion recognition algorithms]]></category>
		<category><![CDATA[socially aware robots and surveillance systems]]></category>
		<category><![CDATA[socially aware robots emotion detection]]></category>
		<category><![CDATA[state-of-the-art gait analysis]]></category>
		<category><![CDATA[state-of-the-art gait analysis models]]></category>
		<category><![CDATA[surveillance systems emotion recognition]]></category>
		<guid isPermaLink="false">https://scienmag.com/multi-semantic-graph-transformer-network-improves-gait-based-emotion-recognition/</guid>

					<description><![CDATA[Computer scientists in Beijing have unveiled a new artificial intelligence model that can read human emotions from the way people walk, achieving state-of-the-art accuracy while using fewer computational resources than rival systems. The model, called MSH-GT, was developed by Ruicheng Wang, Ning He, Jinhua Wang, Lu Liu and Xuankai Chen at Beijing Union University and [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Computer scientists in Beijing have unveiled a new artificial intelligence model that can read human emotions from the way people walk, achieving state-of-the-art accuracy while using fewer computational resources than rival systems. The model, called MSH-GT, was developed by Ruicheng Wang, Ning He, Jinhua Wang, Lu Liu and Xuankai Chen at Beijing Union University and is described in a study published in the International Journal of Machine Learning and Cybernetics. Its release comes amid growing interest in gait-based emotion recognition, a field with applications ranging from socially aware robots and surveillance systems to mental health screening tools that can detect depression from movement patterns.</p>
<p>The central idea behind the research is deceptively simple: the way a person moves reveals how they feel. Psychologists documented this link as early as the 1980s, showing that observers could reliably identify happiness, anger, sadness and other emotional states from gait alone. Happy walkers tend to bounce, with exaggerated arm swings and an energetic stride, while angry walkers move with heavy, forceful steps and sad walkers drag their feet with slumped posture. Translating this human perceptual ability into an algorithm, however, has proven to be one of the harder problems in affective computing.</p>
<p>The Beijing team&#8217;s approach is based on skeleton data, which reduces a walking person to a time-varying set of joint positions, typically dozens of keypoints representing the head, torso, arms and legs. Skeleton-based recognition has several practical advantages over analyzing raw video. It strips away clothing, lighting, background clutter and other confounding factors, protects privacy by discarding facial features and appearance, and compresses each video frame into a compact geometric representation that neural networks can process efficiently. But it also discards information, which means the network must infer emotion purely from the geometry and dynamics of the moving body, often producing skeletal patterns that look nearly identical for visually similar emotional states.</p>
<p>Existing skeleton-based methods have faced three persistent limitations, according to the researchers. The first concerns how the skeleton is modeled spatially. Most graph convolutional networks connect joints according to the physical structure of the body, linking the elbow to the shoulder and the knee to the hip, mirroring anatomical connections. Yet emotions are often expressed through long-distance coordination between body parts that are not physically adjacent. A depressed gait, for example, may combine a dropped head with a shuffling step and reduced arm swing, requiring the model to relate distant joints across the whole body. Physical graphs miss these semantically related connections.</p>
<p>The second limitation is temporal. Many earlier systems rely on local convolutional operations along the time axis, which examine only a small window of consecutive frames at each step. To capture how motion evolves over an entire gait cycle, the network must stack many such layers, and even then its receptive field remains limited. Subtle emotional cues, such as hesitation before a step or the damping of a normally energetic stride, can unfold over long time scales that local windows fail to encompass. The third limitation is the ambiguity problem: emotions such as anxiety and sadness, or excitement and anger, can produce nearly indistinguishable skeleton sequences, and standard classification networks often confuse them.</p>
<p>MSH-GT addresses all three weaknesses through a combination of three modules. The heart of the system is the hierarchical graph-transformer module, which fuses two complementary mechanisms. Hierarchical graph convolutions construct multi-scale semantic connections among joints using what the researchers call a centroid diffusion strategy. Instead of restricting connections to physical neighbors, this strategy treats selected joints as centers and progressively diffuses information outward through the graph, allowing the network to build relationships at multiple semantic scales, from fine local articulations to whole-body coordination patterns. Layered on top of this spatial modeling, Transformer attention mechanisms aggregate information across the entire temporal sequence, giving the model a global view of the gait cycle rather than a succession of narrow local glimpses. Attention weights let the network learn, for each walking sequence, which frames and which joint relationships matter most for distinguishing one emotion from another.</p>
<p>To make the most of different kinds of motion information, the team designed a dual-stream architecture. One stream processes the instantaneous pose of the body, the configuration of joints at each moment, while the other captures motion, the way those joint configurations change over time. A motion-pose spatio-temporal fusion module then combines the two streams, so that static postural cues such as a slumped shoulders and dynamic cues such as stride length and walking speed reinforce one another rather than being analyzed in isolation. This separation echoes the way human observers implicitly combine what a body looks like with how it is moving when judging emotion.</p>
<p>The third innovation targets the ambiguity problem directly. The prototype-based refinement contrastive module learns feature prototypes, essentially representative reference vectors, for each emotional category, and then pulls the features of each training sample toward its correct class prototype while pushing it away from the prototypes of other classes. This contrastive shaping of the feature space increases the margin between confusing emotion pairs, improving the discriminability of features for the hard, borderline samples that most often cause misclassification. In effect, the module teaches the network not just to classify, but to spread similar-looking emotions further apart in its internal representation.</p>
<p>The researchers evaluated MSH-GT on two widely used benchmarks, the Emotion-Gait dataset and the ELMD dataset, under their standard experimental protocols. The model achieved competitive state-of-the-art accuracy on both, outperforming or matching strong graph-based baselines. Crucially, it did so with fewer parameters and fewer floating-point operations, a measure of computational cost, than several competing architectures. That efficiency matters for real-world deployment: gait emotion recognition is envisioned in settings such as robots navigating crowded spaces, where a robot must infer the emotional state of nearby pedestrians quickly enough to adjust its path and behave politely, and in monitoring systems where lightweight models are needed for continuous operation.</p>
<p>The paper situates itself within a rapidly evolving lineage of gait emotion recognition systems. Earlier graph convolutional approaches, including STEP and subsequent adaptive and multiscale graph networks such as STA-GCN, AST-GCN and MSA-GCN, progressively refined how skeletons are represented, while more recent hybrid designs have begun combining graph convolutions with Transformers to exploit both structured spatial modeling and long-range temporal attention. MSH-GT pushes this hybrid strategy further by making the semantic graph itself hierarchical and multi-scale, rather than a fixed physical skeleton, and by adding an explicit mechanism for resolving ambiguous cases.</p>
<p>Practical applications extend well beyond robotics. Researchers have previously shown that multimedia gait analysis can help assess depression in students, and affect-aware systems are being explored for human-vehicle interaction, crowd monitoring and biometric contexts. A privacy-preserving gait model that runs efficiently could support early-warning mental health tools, adaptive smart environments that respond to occupant mood, and surveillance or human-computer interaction systems that read bodily affect without cameras capturing identifying facial images. At the same time, the technology raises familiar ethical questions about emotion surveillance, and the study relies on public datasets collected with informed consent, underscoring the importance of how such data is gathered before any deployment.</p>
<p>The team has released the source code publicly on GitHub, allowing other researchers to reproduce the results, build on the architecture and test it on new data. The work was supported by the National Natural Science Foundation of China. As machines are increasingly asked to share spaces with people, understanding not only where a person is going but how they feel while getting there may become a standard requirement, and models like MSH-GT suggest that the answer may be written in every step we take.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Skeleton-based gait emotion recognition using a multi-semantic hierarchical graph-transformer network</p>
<p><strong>Article Title:</strong> MSH-GT: a multi-semantic hierarchically graph-transformer network for gait emotion recognition</p>
<p><strong>Article References:</strong> Wang, R., He, N., Wang, J., Liu, L., &amp; Chen, X. (2026). MSH-GT: a multi-semantic hierarchically graph-transformer network for gait emotion recognition. <em>International Journal of Machine Learning and Cybernetics, 17</em>(9), Article 454. <a href="https://doi.org/10.1007/s13042-026-03284-1" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s13042-026-03284-1</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s13042-026-03284-1" target="_blank" rel="noopener noreferrer">10.1007/s13042-026-03284-1</a></p>
<p><strong>Keywords:</strong> Emotion recognition, Gait, Graph-transformer, Multi-semantic hierarchical modeling, Skeleton data, Graph convolutional networks, Affective computing, Dual-stream fusion, Contrastive learning, Human-robot interaction</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">190497</post-id>	</item>
	</channel>
</rss>
