<?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>cross-attention &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/cross-attention/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 18:15:36 +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>cross-attention &#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 Framework SyncDIT Turns Complex Sound Into Perfectly Synchronized Video</title>
		<link>https://scienmag.com/new-ai-framework-syncdit-turns-complex-sound-into-perfectly-synchronized-video/</link>
		
		<dc:creator><![CDATA[Violet Maxwell]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 18:15:36 +0000</pubDate>
				<category><![CDATA[Earth Science]]></category>
		<category><![CDATA[audio synchronization]]></category>
		<category><![CDATA[audio-visual alignment]]></category>
		<category><![CDATA[contrastive learning]]></category>
		<category><![CDATA[cross-attention]]></category>
		<category><![CDATA[diffusion transformer]]></category>
		<category><![CDATA[generative AI]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[Musical Instrument Video dataset]]></category>
		<category><![CDATA[SyncDiT]]></category>
		<category><![CDATA[Synchformer]]></category>
		<category><![CDATA[video generation]]></category>
		<category><![CDATA[Wan2.1]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=197260</guid>

					<description><![CDATA[Researchers have unveiled SyncDIT, a diffusion-transformer framework that generates high-fidelity video synchronized frame-by-frame to complex audio such as musical performances, supported by a new high-resolution Musical Instrument Video dataset.]]></description>
										<content:encoded><![CDATA[<p>Artificial intelligence has become remarkably good at generating video from text prompts and at animating talking faces from speech recordings, but a stubborn gap has remained between these two capabilities. Real-world sound is rarely as tidy as a clean voice track: it includes the percussive attack of a piano hammer, the sustained resonance of a violin string, the layered textures of environmental noise. Most audio-driven video generators, trained almost exclusively on speech, simply fall apart when handed such rich acoustic material. A team of researchers from Xi&#8217;an Jiaotong University and the Institute of Artificial Intelligence at China Telecom (TeleAI) now reports a framework designed specifically to close that gap. Their system, called SyncDiT, generates high-quality video from a reference image and a complex audio clip, aligning every generated frame with the fine-grained temporal structure of the sound that drives it.</p>
<p>The core insight behind SyncDiT is that synchronization, not just semantic relevance, is what makes audio-driven video convincing. When a viewer watches a generated pianist, the fingers must strike the keys at the exact moments notes sound; when a drumbeat lands, the visual response must be immediate. Previous systems conditioned on non-speech audio, such as TempoTokens, AADiff and TPoS, learned temporally aware audio embeddings and injected them into pretrained text-to-video diffusion models, but they struggled to achieve frame-level correspondence and often produced videos of visibly lower quality. The authors trace these shortcomings to two roots: the limitations of existing datasets, which rarely pair diverse audio with precisely aligned visuals, and the limitations of audio feature representations borrowed from speech processing, which emphasize narrow-band vocal timbre over the broad spectral and rhythmic dynamics of music and environmental sound.</p>
<p>SyncDiT addresses the representation problem first. Rather than relying on a speech-trained encoder such as Wav2Vec, the framework adopts Synchformer, a transformer-based encoder trained with contrastive learning to map audio and video segments into a shared latent space. During pre-training on the large-scale AudioSet corpus, matched audio-video pairs at the same temporal position are pulled together while mismatched pairs within the same sequence are pushed apart, using a bidirectional contrastive loss with a trainable temperature parameter. The result is a synchronization-aware audio representation that captures rhythmic structure, timbral diversity and transient acoustic events. The video branch of the encoder processes RGB frames while the audio branch processes Mel spectrograms, and the alignment objective forces the two modalities into a common coordinate system in which temporal correspondence is explicit rather than incidental.</p>
<p>The second innovation is architectural. SyncDiT is built on Wan2.1, an open-source Diffusion Transformer (DiT) video generation model that replaces the conventional U-Net denoising backbone with space-time transformers operating on latents produced by a causal 3D variational autoencoder. The researchers added a new component, the Audio Sync Cross-Attention module, which threads audio information directly into every pretrained DiT block. Input audio is segmented into windows that match the temporal structure of the video latents, with each window covering roughly sixteen video frames at 25 frames per second and zero-padding applied at boundaries. The resulting synchronization features are projected into the latent space through a learnable mapping, and one-dimensional rotary positional embeddings are applied to both video latents and audio features to strengthen temporal encoding. Crucially, the temporal dimensions are reshaped into the batch dimension so that each video latent attends only to its own corresponding audio segment, enforcing strict frame-level alignment rather than allowing the model to average audio influence across the whole clip.</p>
<p>Training such a model proved to require careful choreography. The team observed that training exclusively on audio-video aligned data eroded the model&#8217;s responsiveness to text conditioning, a side effect that would cripple its usefulness as a general video generator. Their solution is a two-stage strategy with stochastic modality dropout: in the first stage, audio features are randomly zeroed out with probability 0.1 and text captions are replaced with blank inputs at the same rate, forcing the network to remain competent in both channels. In the second stage, the proportion of audio-free image-to-video samples is gradually increased, restoring text control while preserving synchronization ability. The model is also conditioned not only on a single reference frame but on the first few frames of the target video, providing richer temporal context for smooth motion. At inference time, an autoregressive strategy extends generation to longer sequences by feeding the final frames of each generated segment, along with a mask, into the next.</p>
<p>A major contribution of the work is a new benchmark. The researchers curated the Musical Instrument Video (MIV) dataset from roughly 48,500 online videos totaling nearly 400 hours of instrumental performance. Raw footage was segmented into clips of up to one minute using video cut detection, automatically captioned with the Qwen language model, and then manually graded by audio-visual synchronization quality into high, medium and low tiers. The high-quality tier, containing 18,500 clips and nearly 106 hours of reliably synchronized piano, guitar, violin and other instrument performances, forms the training core, with 100 randomly sampled clips reserved for testing. Combined with the existing AVSync15 benchmark, a curated subset of VGGSound spanning fifteen strongly aligned sound categories such as dog barking and machine gun fire, the datasets give the field a rigorous testbed for complex-audio video generation.</p>
<p>The experimental results are striking. Trained on 40 NVIDIA H100 GPUs with a batch size of 40 and a learning rate of 2e-5, SyncDiT outperformed the open-source AVSyncD baseline across most metrics on both benchmarks, including Fréchet Inception Distance and Fréchet Video Distance for visual quality, CLIP-based image-audio and image-text alignment scores, and the AlignSync, RelSync and DeSync measures of audio-visual synchronization. On the MIV dataset, where complex acoustic patterns meet sophisticated human motion, the advantage was especially pronounced: AVSyncD produced noticeable frame-to-frame instability, while SyncDiT generated fine-grained, naturalistic hand movements that tracked the input audio closely. An ablation study underscored the importance of encoder choice. Substituting MuQ for Synchformer caused the model to miss critical audio events, such as failing to press a piano key when its note sounded, while Wav2Vec made the model hypersensitive to irrelevant cues like piano reverberation, producing exaggerated and unnatural body motion.</p>
<p>The authors are candid about the framework&#8217;s limits. Intense musical passages can drive the model to generate overly large hand movements, producing visible artifacts around the hands, a weakness they attribute to the underlying DiT architecture. Despite the two-stage training regime, some text-control capabilities, particularly prompts involving camera movement, degrade, largely because most training footage lacks camera motion. These limitations mark out the terrain for future work, but they do not diminish the central achievement: a unified framework that extracts fine-grained synchronization cues from spectrally diverse, temporally dynamic audio and converts them into visually coherent, rhythm-accurate video. The research was supported by the Institute of Artificial Intelligence, China Telecom, and published as open access in the journal Vicinagearth.</p>
<p>The implications extend well beyond the laboratory. Lifelike audio-driven video has obvious applications in entertainment, virtual performance, education and accessibility, and a model that respects the rhythmic and transient structure of real sound rather than merely the envelope of a speech signal brings those applications closer to practical reality. Equally significant is the MIV dataset itself, which the authors describe as a valuable resource for audio-visual alignment research and broader multimedia applications. As generative video models continue their rapid advance, the lesson of SyncDiT is that the hardest problems may lie not in generating plausible pixels but in binding those pixels, frame by frame, to the temporal fabric of the audible world.</p>
<p><strong>Subject of Research:</strong> Audio-visual aligned video generation from complex audio signals using a diffusion transformer framework</p>
<p><strong>Article Title:</strong> SyncDIT: audio-visual aligned video generation with audio synchronization feature</p>
<p><strong>Article References:</strong> Song, Q., Guo, Z., He, Y., Wang, Z., He, Z., Zhang, C., Jiang, C., &amp; Li, X. (2026). SyncDIT: audio-visual aligned video generation with audio synchronization feature. <em>Vicinagearth, 3</em>(1), Article 5. <a href="https://doi.org/10.1007/s44336-026-00036-1" rel="noopener noreferrer">https://doi.org/10.1007/s44336-026-00036-1</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s44336-026-00036-1" rel="noopener noreferrer">10.1007/s44336-026-00036-1</a></p>
<p><strong>Keywords:</strong> video generation, audio-visual alignment, diffusion transformer, SyncDiT, audio synchronization, cross-attention, Musical Instrument Video dataset, contrastive learning, Synchformer, Wan2.1, generative AI, multimedia</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">197260</post-id>	</item>
	</channel>
</rss>
