<?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>audiovisual emotion analysis &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/audiovisual-emotion-analysis/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 26 Sep 2026 02:38:43 +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>audiovisual emotion 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>New AI network keeps reading emotions even when data streams go dark</title>
		<link>https://scienmag.com/new-ai-network-keeps-reading-emotions-even-when-data-streams-go-dark/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Sat, 26 Sep 2026 02:38:43 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[affective computing]]></category>
		<category><![CDATA[AI resilience to data stream interruptions]]></category>
		<category><![CDATA[audiovisual emotion analysis]]></category>
		<category><![CDATA[CH-SIMS]]></category>
		<category><![CDATA[CMU-MOSEI]]></category>
		<category><![CDATA[CMU-MOSI]]></category>
		<category><![CDATA[contrastive learning]]></category>
		<category><![CDATA[cross-modal fusion]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[deep learning robustness]]></category>
		<category><![CDATA[dual-path fusion network]]></category>
		<category><![CDATA[emotion detection from speech and visuals]]></category>
		<category><![CDATA[emotion inference in real-world scenarios]]></category>
		<category><![CDATA[Emotion recognition AI]]></category>
		<category><![CDATA[machine learning for incomplete data]]></category>
		<category><![CDATA[missing data in AI systems]]></category>
		<category><![CDATA[missing modality]]></category>
		<category><![CDATA[multi-sensor emotion decoding]]></category>
		<category><![CDATA[multimodal sentiment analysis]]></category>
		<category><![CDATA[robustness]]></category>
		<category><![CDATA[Transformer]]></category>
		<category><![CDATA[variational autoencoder]]></category>
		<category><![CDATA[variational autoencoder models]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=216123</guid>

					<description><![CDATA[Researchers in China have developed a dual-path deep learning network that keeps multimodal sentiment analysis accurate even when text, audio or video inputs go missing.]]></description>
										<content:encoded><![CDATA[<p>Every time you speak, you communicate far more than words. The tilt of your eyebrows, the rhythm of your voice, the hesitation before a phrase—all of it carries emotional signal. Artificial intelligence systems built to decode these signals, known as multimodal sentiment analysis models, combine text, audio and visual data to judge whether a person sounds happy, angry or neutral. But in the real world, those data streams rarely arrive intact. A camera may fail in poor lighting, a microphone may drop out, and network delays can strip entire channels of information. A new study published in the International Journal of Machine Learning and Cybernetics tackles this fragility head-on with a deep learning architecture designed to stay accurate even when some of its inputs simply vanish.</p>
<p>The research, conducted by Jiaxu Li and Wei Liu of the School of Information and Electronic Engineering at Shandong Technology and Business University in Yantai, China, introduces a model called VMMD, short for Variational Autoencoder-Based Multi-Granularity Missing-Aware Dual-Path Fusion Network. Published on 17 September 2026, the work addresses what the authors describe as the dual challenges of accuracy and robustness in complex scenarios, where incomplete modality information degrades performance and undermines sentiment polarity inference.</p>
<p>The scale of the problem becomes clear when considering how these systems are deployed. Emotion-aware interfaces for virtual assistants, mental health screening tools and human-computer interaction platforms all rely on fusing information from multiple sensors. Earlier approaches to missing modality problems have included generative adversarial networks that attempt to impute missing views, modality translation techniques that map one channel onto another, and transformer-based feature reconstruction networks. Yet each strategy carries trade-offs: generative imputation can hallucinate plausible-looking but emotionally misleading features, while translation methods depend heavily on statistical correlations that may not hold across speakers or recording conditions.</p>
<p>At the heart of VMMD lies a component the authors call the Modal-Token Missing-Aware Module, or MT-MAM. This module generates what the researchers describe as robust proxy features—stand-in representations that can substitute for missing data. It does so by integrating core semantic information from each modality, guided by two distinct levels of modeling. At the modal level, an uncertainty weighting scheme assesses how reliable each modality is in a given instance, drawing on the principles of variational autoencoders, which encode data as probability distributions rather than fixed points and can therefore express how confident the model is about what it has learned. At the token level, the module applies missing-aware modeling of the dominant modality, typically the text stream, which in most sentiment benchmarks carries the strongest and most consistent emotional signal.</p>
<p>This dual granularity matters because emotions are expressed at different scales simultaneously. A single word can flip the polarity of an entire sentence, while a sustained facial expression shapes the interpretation of a whole video clip. By weighting whole modalities according to their uncertainty and then modeling token-level absence within the dominant modality, MT-MAM produces proxy features that preserve the core semantics needed for sentiment discrimination even when, for example, the video channel is completely unavailable. The variational autoencoder backbone allows the network to treat missingness as an uncertain condition to be reasoned about probabilistically, rather than a hard failure to be patched over with zeros or averages.</p>
<p>Proxy features alone, however, are not enough. The authors note that single proxy representations have limitations in sentiment discrimination, precisely because they compress an entire modality into a compact stand-in. To compensate, VMMD incorporates a second path built on the Transformer architecture, the same attention-driven design that underpins modern large language models. This second path integrates semantic clues from the non-dominant modalities—audio prosody, visual expressions, and any residual tokens that survived data loss—and supplies supplementary evidence to the fusion process. The dual-path design therefore runs two complementary streams of information in parallel: one robust and condensed, one rich and detailed, with each compensating for the other&#8217;s blind spots.</p>
<p>Running two paths creates its own subtle hazard, and it is here that the paper&#8217;s third innovation enters. Because the proxy features and the supplementary information are built at different granularities, their semantic representations can drift apart, becoming inconsistent in ways that confuse the final classifier. To address this, the researchers introduce the Cross-Path Semantic Consistency Constraint, or CSCC, a mechanism driven by contrastive learning. Contrastive learning, popularized in frameworks such as supervised contrastive loss, trains a model by pulling semantically similar representations closer together in an embedding space while pushing dissimilar ones apart. CSCC applies this idea across the two paths of the network, explicitly aligning the heterogeneous representations so that the proxy features and the supplementary clues tell a coherent story about the same emotional content.</p>
<p>The authors report that experiments on multiple datasets demonstrate the effectiveness and robustness of the proposed model. The experimental work, described in the paper&#8217;s contribution statement, included simulations of modality missing, data preprocessing on the widely used CMU-MOSI and CMU-MOSEI English benchmark corpora and the Chinese CH-SIMS dataset, model training and comprehensive result analysis. These benchmarks are the standard proving grounds for the field: CMU-MOSI contains short monologue video clips rated for sentiment intensity, CMU-MOSEI extends the format to thousands of speakers in the wild, and CH-SIMS provides fine-grained annotations of each modality separately, allowing researchers to test how well models handle disagreement between what is said, how it is said and how the speaker looks.</p>
<p>The broader significance of the work lies in a shift of philosophy. Rather than treating missing data as an anomaly to be repaired, VMMD treats uncertainty as a first-class property of the input, to be weighted, modeled and constrained throughout the fusion process. This mirrors a wider trend in machine learning toward reliable representation learning for incomplete multi-view data, an area that has seen growing attention as multimodal systems move out of the laboratory and into noisy deployment environments such as mobile devices, video conferencing platforms and social media monitoring.</p>
<p>For the field of affective computing, the implications extend to any application where machines must understand people through imperfect sensors. Depression screening tools that combine speech and facial analysis, sentiment monitoring of customer service calls, and social robotics all face the reality that modalities drop out unpredictably. An architecture that maintains accurate sentiment polarity inference under uncertain missingness, while explicitly reconciling the semantic tension between different levels of representation, offers a template for building systems that degrade gracefully rather than catastrophically. The research was supported by Shandong Technology and Business University, and the authors state that the data underlying the study will be made available on request.</p>
<p><strong>Subject of Research:</strong> Robust multimodal sentiment analysis under uncertain missing modalities using a dual-path fusion network</p>
<p><strong>Article Title:</strong> Dual-path fusion network for multimodal sentiment analysis under uncertain missing modalities</p>
<p><strong>Article References:</strong> Li, J., &amp; Liu, W. (2026). Dual-path fusion network for multimodal sentiment analysis under uncertain missing modalities. <em>International Journal of Machine Learning and Cybernetics, 17</em>(10), Article 468. <a href="https://doi.org/10.1007/s13042-026-03312-0" rel="noopener noreferrer">https://doi.org/10.1007/s13042-026-03312-0</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s13042-026-03312-0" rel="noopener noreferrer">10.1007/s13042-026-03312-0</a></p>
<p><strong>Keywords:</strong> multimodal sentiment analysis, missing modality, variational autoencoder, contrastive learning, Transformer, cross-modal fusion, deep learning, affective computing, robustness, CMU-MOSI, CMU-MOSEI, CH-SIMS</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">216123</post-id>	</item>
	</channel>
</rss>
