<?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>brain and body signal analysis &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/brain-and-body-signal-analysis/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Mon, 07 Sep 2026 04:44:40 +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>brain and body signal 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>Bidirectional decoupled learning improves cross-subject emotion recognition from physiological signals</title>
		<link>https://scienmag.com/bidirectional-decoupled-learning-improves-cross-subject-emotion-recognition-from-physiological-signals/</link>
		
		<dc:creator><![CDATA[Cassandra Pierce]]></dc:creator>
		<pubDate>Mon, 07 Sep 2026 04:44:36 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[affective computing framework]]></category>
		<category><![CDATA[bidirectional decoupled learning]]></category>
		<category><![CDATA[bidirectional decoupled learning in affective computing]]></category>
		<category><![CDATA[brain and body signal analysis]]></category>
		<category><![CDATA[cross-individual emotion decoding]]></category>
		<category><![CDATA[cross-subject emotion classification]]></category>
		<category><![CDATA[emotion decoding from physiological data]]></category>
		<category><![CDATA[emotion recognition from physiological signals]]></category>
		<category><![CDATA[generalization of emotion recognition models]]></category>
		<category><![CDATA[human-computer interaction through physiological signals]]></category>
		<category><![CDATA[machine learning for mental health monitoring]]></category>
		<category><![CDATA[meta-causal learning for emotion detection]]></category>
		<category><![CDATA[meta-causal learning in affective computing]]></category>
		<category><![CDATA[neural signals and emotion analysis]]></category>
		<category><![CDATA[open-access research in emotion recognition]]></category>
		<category><![CDATA[personalized healthcare using physiological signals]]></category>
		<category><![CDATA[personalized healthcare with physiological signals]]></category>
		<category><![CDATA[physiological emotion recognition]]></category>
		<category><![CDATA[single-sample emotion classification]]></category>
		<category><![CDATA[single-sample emotion recognition]]></category>
		<category><![CDATA[transfer learning for emotion recognition]]></category>
		<guid isPermaLink="false">https://scienmag.com/bidirectional-decoupled-learning-improves-cross-subject-emotion-recognition-from-physiological-signals/</guid>

					<description><![CDATA[Emotions leave fingerprints in the body that no one can fully fake. Electrical ripples across the scalp, the steady drum of the heart, the invisible sweat of the skin — all of them betray what a person is truly feeling, even when the face stays perfectly still. For years, researchers have dreamed of machines that [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Emotions leave fingerprints in the body that no one can fully fake. Electrical ripples across the scalp, the steady drum of the heart, the invisible sweat of the skin — all of them betray what a person is truly feeling, even when the face stays perfectly still. For years, researchers have dreamed of machines that can read these physiological signals and decode human emotion automatically, a capability that would transform mental health monitoring, human-computer interaction and personalized healthcare. Now, a team at Capital University of Economics and Business in Beijing has moved that dream significantly closer to reality, with an artificial intelligence framework that doesn&#8217;t just recognize emotions from brain and body signals, but generalizes to complete strangers it has never seen before — even when those strangers provide only a single labeled example per emotion.</p>
<p>The new study, published as open-access research in the journal Cognitive Computation, introduces a framework called Meta-Causal Bidirectional Decoupled Learning, or MBDL. Its authors — Yanping Fu, Wenyuan Wang, Zhehao Shang and Yifan Li — set out to attack one of the most stubborn problems in affective computing: the fact that an emotion classifier trained on one group of people often collapses when applied to another. The reason is deceptively simple. Every human nervous system is wired slightly differently. One person&#8217;s relaxed baseline heart rate is another&#8217;s elevated state; cortical rhythms that signal calm in one brain look entirely different in the next. Because of this physiological variability, most existing emotion recognition systems work well only when tested on the same individuals they were trained on, which renders them nearly useless in the real world, where new users appear constantly.</p>
<p>The Beijing team&#8217;s solution is built on two technical pillars. The first is a module called Bidirectional Interaction Disentanglement, or BID. It takes the raw data from multiple physiological channels — electroencephalography (EEG) recordings of brain activity, along with peripheral signals such as electrocardiogram readings and galvanic skin response — and pulls them apart into three separate latent subspaces: one encoding the emotion itself, one encoding the identity of the person, and one encoding the quirks of the measurement modality. Where previous disentanglement methods treated these subspaces as rigidly isolated after separation, the BID module does something fundamentally different: it allows the subspaces to talk to each other in both directions, using a technique known as conditional instance normalization. In practice, this means the model explicitly learns how a person&#8217;s identity colors their emotional expression, and conversely, how their momentary emotional state shapes how their identity manifests in the body — mirroring the real dynamic coupling between physiological substrate and psychological experience during the generation of an emotion.</p>
<p>The second pillar is a Meta-Causal Learning module, which fuses two cutting-edge ideas: meta-learning and causal inference. The meta-learning component treats every individual subject as an independent learning task. Using the Model-Agnostic Meta-Learning (MAML) algorithm, the model is trained across thousands of simulated episodes in which it must adapt to new &#8220;virtual subjects&#8221; with only a handful of examples. Through this process, the network acquires transferable initial parameters — a kind of pre-loaded intuition about human emotion physiology — that can be fine-tuned to a genuinely new person with a single gradient update and just one labeled sample per emotion category. But meta-learning alone has a weakness: it can latch onto statistical shortcuts that happen to work within the training population yet fail beyond it. That is where the causal machinery comes in.</p>
<p>The causal element of MBDL is built around counterfactual reasoning, a concept borrowed from structural causal models. During training, the system deliberately constructs &#8220;what if&#8221; scenarios: it takes two different people who experienced the same emotion, swaps their identity features in the latent space, and demands that the model&#8217;s emotion prediction remain unchanged. This intervention is mathematically enforced through a causal consistency loss, measured as a symmetric Kullback-Leibler divergence between the original and counterfactual predictions. The logic is elegant — emotion should be causally determined by the stimulus and the person&#8217;s internal state, not by who they happen to be. By forcing invariance under identity swaps, the framework systematically strips out spurious, subject-specific correlations and leaves behind only the stable causal factors that genuinely drive emotional responses and therefore generalize to anyone.</p>
<p>To test the framework, the researchers used the two most widely cited public benchmarks in the field: the DEAP dataset, in which subjects watched one-minute music videos while EEG and peripheral signals were recorded, and MAHNOB-HCI, a multimodal dataset with 27 subjects responding to video clips of varying length. Under a rigorous leave-one-subject-out cross-validation protocol — meaning the model was repeatedly tested on individuals entirely excluded from training — MBDL outperformed an extensive roster of state-of-the-art competitors, including dynamic graph neural networks, attention-based convolutional networks, knowledge distillation frameworks and correlation-driven graph decomposition methods. On DEAP, the framework achieved 66.83 percent accuracy for arousal and 68.82 percent for valence in the standard setting, beating the strongest baseline by more than two percentage points, itself a substantial margin in a field where gains are often measured in fractions of a percent.</p>
<p>The few-shot results were far more striking. With meta-learning enabled, MBDL reached 82.54 percent arousal accuracy on DEAP with just one labeled sample per emotion, climbing to 86.05 percent with five samples — improvements of roughly three percentage points over a strong MAML baseline. On MAHNOB-HCI, the one-shot advantage was similarly pronounced. For context, a person&#8217;s emotion recognition from a single physiological example is a task most conventional deep learning systems simply cannot perform; MBDL&#8217;s ability to do so suggests that the combination of disentangled representations and causal regularization genuinely captures something universal about how emotion is embodied across human beings.</p>
<p>Ablation studies, in which individual components of the framework were surgically removed, confirmed that every piece earns its place. Removing the bidirectional interaction module caused the largest performance drop — over five percentage points on both datasets — proving that static, one-way disentanglement leaves critical information on the table. Removing the causal consistency loss cost nearly four points on MAHNOB-HCI, demonstrating the power of counterfactual training to suppress identity-related artifacts. Mutual information minimization and the meta-learning loop each contributed smaller but consistent gains, and when both the BID module and causal regularization were stripped out, performance collapsed to its lowest level. Perhaps most convincing of all, the researchers directly visualized the causal structure learned by the network: in the full MBDL model, the spurious causal edge from identity to emotion shrank from a 6.5 percent prediction drop to just 2.0 percent, providing concrete evidence that the counterfactual training does exactly what it was designed to do.</p>
<p>The interpretability analyses add an extra layer of scientific value beyond raw accuracy. Brain topography maps derived from the model&#8217;s attention weights show that MBDL activates a distributed fronto-parietal network — electrodes such as Fz, Cz and Pz over regions long associated with emotional arousal in the neuroscience literature — whereas a comparable earlier method concentrated narrowly on occipital areas more tied to visual processing than to affect itself. Feature interaction maps reveal that the model dynamically reweights its physiological channels depending on the emotion and the individual: skin conductance receives stronger modulation for high-arousal states like excitement or fear, while EEG features carry more weight for valence judgments that distinguish pleasant from unpleasant feelings. Meanwhile, t-SNE visualizations of the learned emotion features show crisp, well-separated emotion clusters in which samples from different subjects are thoroughly interleaved — the hallmark of a representation that has successfully abstracted away individual differences to reveal the shared emotional core.</p>
<p>The implications reach well beyond the laboratory. Real-time mental health monitoring, adaptive interfaces that respond to a user&#8217;s frustration or fatigue, depression detection, stress management and even pain assessment all depend on emotion recognition systems that must work for people they have never encountered, often with almost no personal calibration data. A framework that adapts from a single labeled heartbeat-and-brainwave sample per emotion, while remaining robust to the physiological idiosyncrasies of any individual, addresses precisely the deployment bottleneck that has kept affective computing largely confined to research settings. The authors note that their approach, funded by the National Natural Science Foundation of China, will next be extended toward online meta-learning for continuous adaptation to streaming data, larger and more diverse datasets, and clinical applications including depression and stress monitoring.</p>
<p>There are, of course, caveats. Both benchmark datasets were recorded in controlled laboratory conditions with video stimuli, and real-world signals are noisier, longer and messier. Accuracy in the high 60s under strict cross-subject validation, while state-of-the-art, still leaves meaningful room for error in safety-critical applications. Yet the trajectory is unmistakable. By teaching a machine not merely to correlate but to reason causally about where emotion lives in the body — and by letting it rehearse thousands of encounters with simulated strangers before meeting a real one — the MBDL framework marks a meaningful step toward emotion-aware technology that truly works for everyone, not just the people it was trained on. In a world increasingly mediated by machines, the ability of those machines to understand how humans feel, quickly and accurately, may prove one of the most consequential capabilities of the coming decade.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Cross-subject emotion recognition from multimodal physiological signals using meta-causal bidirectional decoupled learning</p>
<p><strong>Article Title:</strong> Meta-Causal Bidirectional Decoupled Learning for Cross-subject Emotion Recognition with Multi-modal Physiological Signals</p>
<p><strong>Article References:</strong> Fu, Y., Wang, W., Shang, Z., &amp; Li, Y. (2026). Meta-Causal Bidirectional Decoupled Learning for Cross-subject Emotion Recognition with Multi-modal Physiological Signals. <em>Cognitive Computation, 18</em>(1), Article 84. <a href="https://doi.org/10.1007/s12559-026-10632-4" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s12559-026-10632-4</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s12559-026-10632-4" target="_blank" rel="noopener noreferrer">10.1007/s12559-026-10632-4</a></p>
<p><strong>Keywords:</strong> multimodal physiological signals, emotion recognition, cross-subject generalization, causal inference, meta-learning, decoupled representation, EEG, few-shot learning, counterfactual reasoning, affective computing</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">189209</post-id>	</item>
	</channel>
</rss>
