<?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>audio-visual fusion &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/audio-visual-fusion/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Fri, 25 Sep 2026 23:04:46 +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>audio-visual fusion &#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 Model Catches Deepfakes by Listening and Watching Simultaneously</title>
		<link>https://scienmag.com/new-ai-model-catches-deepfakes-by-listening-and-watching-simultaneously/</link>
		
		<dc:creator><![CDATA[Violet Maxwell]]></dc:creator>
		<pubDate>Fri, 25 Sep 2026 23:04:46 +0000</pubDate>
				<category><![CDATA[Earth Science]]></category>
		<category><![CDATA[advancements in deepfake detection competitions]]></category>
		<category><![CDATA[AI-based fake media identification]]></category>
		<category><![CDATA[audio-visual fusion]]></category>
		<category><![CDATA[audio-visual synchronization]]></category>
		<category><![CDATA[audiovisual forensics]]></category>
		<category><![CDATA[BYOL-A]]></category>
		<category><![CDATA[challenges in detecting synthetic videos with cloned voices]]></category>
		<category><![CDATA[cross-attention]]></category>
		<category><![CDATA[cross-modal forgery detection techniques]]></category>
		<category><![CDATA[DDL-AV dataset]]></category>
		<category><![CDATA[deepfake detection]]></category>
		<category><![CDATA[deepfake localization and interpretability]]></category>
		<category><![CDATA[digital forensics]]></category>
		<category><![CDATA[ERF-BA-TFD+ model]]></category>
		<category><![CDATA[generative adversarial networks]]></category>
		<category><![CDATA[LAV-DF dataset]]></category>
		<category><![CDATA[multimodal AI models]]></category>
		<category><![CDATA[multimodal deepfake detection systems]]></category>
		<category><![CDATA[multimodal learning]]></category>
		<category><![CDATA[MViTv2]]></category>
		<category><![CDATA[synthetic media forgeries]]></category>
		<category><![CDATA[temporal localization]]></category>
		<category><![CDATA[transformers]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=215172</guid>

					<description><![CDATA[A multimodal AI model called ERF-BA-TFD+ detects and localizes audio-visual deepfakes by cross-reconstructing audio and video features and reasoning over full-length footage, winning first place in an international deepfake detection competition.]]></description>
										<content:encoded><![CDATA[<p>Deepfakes have long been treated as a visual problem: a swapped face, a warped expression, a flicker of unnatural texture around the mouth. But the most dangerous forgeries circulating today are multimodal, blending synthetic video with cloned voices, generated speech, and mismatched audio tracks that would fool a casual viewer completely. A team of researchers led by Leyan Wang, Jian Zhao, and Zhaofeng He, working at the Institute of Artificial Intelligence (TeleAI) at China Telecom along with collaborators at Beijing University of Posts and Telecommunications and several Chinese universities, has now unveiled a detection system built specifically for this messier reality. Their model, called ERF-BA-TFD+, was described in the open-access journal Vicinagearth in November 2025, and it recently took first place in the Audio-Visual Detection and Localization track of the Workshop on Deepfake Detection, Localization, and Interpretability, a competition centered on the demanding DDL-AV dataset.</p>
<p>The core insight behind the new system is that real audio and real video are locked together in ways that are extremely difficult to forge consistently. When a person speaks, lip movements, facial expressions, prosody, and timing all co-vary. Generators can produce convincing audio and convincing video separately, but keeping the two streams synchronized and semantically consistent across an entire clip is far harder. ERF-BA-TFD+ exploits exactly this gap. Rather than analyzing each modality in isolation, as most earlier detectors did, it processes audio and video features simultaneously and hunts for the subtle discrepancies that emerge when one stream has been manipulated and the other has not, or when both have been forged but their temporal alignment betrays the fabrication.</p>
<p>Technically, the framework rests on two powerful feature extractors. For the visual stream, the researchers chose MViTv2, a hierarchical multiscale vision transformer. Unlike standard vision transformers that process every token at a fixed scale, MViTv2 progressively pools features, letting it capture anomalies at multiple granularities, from pixel-level texture irregularities to coarse, motion-based artifacts such as inconsistent facial kinematics. For audio, the team employed BYOL-A, a self-supervised model pre-trained on a vast and diverse corpus of sound. The choice of a self-supervised encoder is strategic: supervised detectors trained to spot specific artifact types tend to overfit and fail when confronted with novel forgery methods, whereas BYOL-A learns a rich general-purpose representation that can flag unnatural prosody, lip-sync mismatches, and distortions that are often imperceptible to human ears.</p>
<p>The heart of the temporal forgery detection pipeline is a module called CRATrans, the Cross-Reconstruction Attention Transformer. Instead of simply concatenating audio and video features, which can dilute the distinctive signals in each stream, CRATrans adopts a cross-reconstruction paradigm. During training, the model is forced to reconstruct the feature sequence of one modality using features from the other as context: visual features are rebuilt from audio cues and vice versa. This adversarial exercise teaches the network fine-grained inter-modal temporal dependencies. In genuine footage, where the streams are aligned and semantically consistent, reconstruction error stays low. In manipulated content, the attempt to reconstruct one stream from the other produces a markedly higher error, a direct and robust indicator of forgery. Multi-head self-attention models long-range dependencies within each modality, while cross-attention handles information exchange between them, and the resulting attention weights and reconstruction errors help pinpoint anomalous regions at inference time.</p>
<p>Localization proceeds in a coarse-to-fine hierarchy. Independent frame-level classification modules screen each modality separately, producing per-frame anomaly scores that capture modality-specific inconsistencies before any fusion can obscure them. A dedicated Boundary Localization Module, inspired by the proposal-relation mechanism of BSN++, then converts anomalous frames into precise temporal boundaries. It builds a confidence matrix over all possible start-end frame pairs, sharpened by two complementary attention mechanisms: position-aware attention for global temporal context and channel-aware attention for relationships among feature channels. Two separate boundary modules, one per modality, ensure that precision in localizing a forged audio segment is not compromised by imprecision in video, and the final outputs are refined through soft non-maximum suppression, with parameters empirically tuned to merge overlapping proposals and suppress low-confidence detections.</p>
<p>Perhaps the most inventive component is the Evidence-based Reasoning Framework, or ERF, which addresses a blind spot that plagues nearly all temporal detectors: the full-fake video. A model with a finite temporal receptive field learns to spot forgeries by contrasting suspicious segments with authentic ones. But when an entire video is fabricated, there is no clean baseline to contrast against, and such clips can slip through undetected. ERF reasons statistically over the whole video&#8217;s detection output. Localized forgeries produce some segments with high confidence; fully real videos yield uniformly low scores. A full-fake video, by contrast, often produces moderately confident scores everywhere with no single peak. If the maximum confidence across predicted segments fails to exceed a threshold, ERF re-evaluates the video at a global level and can reclassify it as a potential full-fake. The module is lightweight, essentially a corrective rule layer, yet it closed a genuine gap in the model&#8217;s logic.</p>
<p>The experimental path to the final system was itself revealing, unfolding in three phases on the DDL-AV and LAV-DF datasets, both of which contain segmented clips and full-length videos and confront models with text-to-speech, voice cloning, voice swapping, face swapping, facial animation, and text-to-video generation. In the first phase, the baseline model scored impressively on LAV-DF, achieving an average precision of 0.9630 at an intersection-over-union threshold of 0.5, but training on DDL-AV actually degraded those lenient-threshold scores, a counter-intuitive result the authors attribute to hyperspecialization on subtle artifacts. Tellingly, the strictest metric, AP at 0.95, improved slightly, suggesting the fine-tuned model had grown more sensitive to forgeries requiring very precise localization even as it lost confidence on easy cases.</p>
<p>The second phase exposed and then fixed a deeper weakness. A bad-case analysis showed the fusion model was almost blind to audio-only forgeries, posting a near-zero AP of 0.0163 on that subset, apparently because the strong visual stream drowned out faint auditory manipulation signals. Integrating the Unified Multimodal Attention framework, which uses cross-attention to force a more judicious weighting of both streams, produced a dramatic rebound: AP at 0.5 on the audio-forgery subset jumped to 0.9243. The final phase added the ERF module and lifted the overall competition score to 0.78, with average recall in the top-100 detections on a long-video validation set rising from 0.6513 to 0.7886. The authors report that ERF-BA-TFD+ achieved state-of-the-art results on DDL-AV and outperformed most competing models on LAV-DF while also offering superior processing speed.</p>
<p>For a field racing to keep pace with generative models built on GANs, diffusion architectures, and variational autoencoders, the study offers both a practical tool and a design philosophy. Its lessons, that balanced cross-modal attention is essential for resisting single-modality attacks, and that global statistical reasoning can rescue detectors from the full-fake blind spot, form what the authors describe as a blueprint for future systems. Challenges remain, particularly severe or non-linear temporal desynchronization between audio and video and the approach of next-generation forgeries with fewer low-level artifacts. The team points toward zero-shot and few-shot learning as a route to rapid adaptation against unseen manipulation techniques, and both the LAV-DF dataset, available on Hugging Face, and the forthcoming full release of DDL-AV should give the wider community the means to build on this work as the arms race between fabrication and detection continues.</p>
<p><strong>Subject of Research:</strong> Multimodal audio-visual deepfake detection using cross-modal reconstruction attention and evidence-based reasoning</p>
<p><strong>Article Title:</strong> ERF-BA-TFD+: a multimodal model for audio-visual deepfake detection</p>
<p><strong>Article References:</strong> Wang, L., Zhao, J., Zhang, X., Guo, X., Yuan, Y., Zhang, T., Chu, J., Jiang, Y., Yang, X., Jin, L., Zhang, C., &amp; He, Z. (2025). ERF-BA-TFD+: a multimodal model for audio-visual deepfake detection. <em>Vicinagearth, 2</em>(1), Article 10. <a href="https://doi.org/10.1007/s44336-025-00021-0" rel="noopener noreferrer">https://doi.org/10.1007/s44336-025-00021-0</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s44336-025-00021-0" rel="noopener noreferrer">10.1007/s44336-025-00021-0</a></p>
<p><strong>Keywords:</strong> deepfake detection, multimodal learning, audio-visual fusion, transformers, MViTv2, BYOL-A, temporal localization, DDL-AV dataset, LAV-DF dataset, digital forensics, generative adversarial networks, cross-attention</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">215172</post-id>	</item>
	</channel>
</rss>
