REVIEW 4 major objections 7 minor 17 references
Flowley claims that a single-stage, alignment-module-free flow-matching model can generate state-of-the-art video-synchronized audio by using a progressive soft mask in cross-attention, and that richer captions extend the edge to zero-shot
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-02 08:17 UTC pith:7H47QJAJ
load-bearing objection Single-stage 169M Flowley with the PSCA mask reports strong VGGSound numbers and SoundCap transfers to MMAudio, but no error bars and a hard-coded alignment window make the SOTA claim conditional. the 4 major comments →
Precise Video-to-Audio Generation with Cross-Modal Alignment in Latent Space
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The paper argues that temporal alignment can be embedded in the flow model rather than added as a module. PSCA modifies visual cross-attention by adding a log-mask to the attention logits: mask value is 1 for the video frame aligned to audio token i under j_c(i)=floor(r_v i/r_a), decays with a cosine over a hand-set fade zone beyond a hard window, and the whole fade zone is scaled by beta that decreases with block depth. This makes early layers attend to a broad context and later layers converge to a hard local window, all at zero extra parameter or computational cost. The claimed consequence is state-of-the-art results on VGGSound across multiple metrics and competitive or better human pref
What carries the argument
The central mechanism is the Progressive Soft-masked Cross-Attention (PSCA) layer. Given audio tokens at rate r_a and video frames at rate r_v, each audio position i is assigned an aligned frame j_c(i)=min(floor(r_v i/r_a), L_vis-1); attention weight to frame j is masked by M=1 for |j-j_c|≤ω, by a cosine decay (1+cos(π m/δ))/2 over the next δ frames, and 0 beyond, with the decay region scaled by β_l=1-l/(N2-1). Since log(M+ε) is added to QK^T, the mask differentiably enforces locality and grows stricter with depth. The mechanism embeds a monotonic frame-rate-linear alignment prior directly in the latent flow model, replacing dedicated alignment networks at no parameter cost; a learnable scal
Load-bearing premise
The load-bearing premise is that the sound for each moment comes from the video frame that a fixed sampling-rate ratio predicts, within a narrow hand-set window; the paper offers no measurement of how often real sounds break that assumption.
What would settle it
Annotate a random sample of VGGSound clips with the true onset video frame of each visible sound-producing event and count how many fall outside PSCA's ω+δ window under the paper's 8 FPS mapping; if a substantial fraction do, the model's own alignment prior should suppress the correct video cues and its alignment accuracy should drop on exactly those clips. A cleaner test: evaluate Flowley on a held-out set of videos with systematically delayed or off-screen sounds and compare alignment accuracy to clips whose sounds are frame-aligned; the paper's claim predicts the two should behave similarly
If this is right
- If the central claim holds, synchronized video-to-audio can be trained in one stage with a vanilla flow-matching objective; dedicated audio-visual alignment encoders and contrastive pretraining stages are dispensable.
- PSCA adds zero parameters and zero added attention cost, so any transformer-based audio generator can adopt the same mask to enforce hard temporal locality during generation.
- Rich sound-oriented conditioning, produced without access to ground-truth audio at inference, improves distribution matching and semantic fidelity, and the benefit transfers to at least one other architecture.
- Small models trained on a few hundred hours of data can match or exceed much larger closed systems on zero-shot audio quality, though semantic alignment on out-of-distribution content remains lower.
- The paper's own limitation section concedes that speech generation remains unintelligible, background music quality is limited, and out-of-distribution generalization is restricted.
Where Pith is reading between the lines
- Because PSCA's alignment map is fixed by frame-rate ratios rather than learned, the method would likely struggle with genuinely off-screen or delayed sound sources; a testable extension is to make the mask center or width a learned function of audio-visual similarity.
- The success of a hand-set cosine mask suggests attention-mask priors could replace alignment pretraining in other monotonic multimodal tasks, such as event-sound retrieval or lip-sync, where the correspondence is approximately linear in time.
- SoundCap's gains suggest recaptioning noisy in-the-wild benchmarks may be a cheap, dataset-independent performance lever; one could test whether downstream KAD/FAD improves monotonically with caption specificity across multiple caption sources.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. Flowley is a flow-matching video-to-audio model trained end-to-end in a single stage. It uses multi-stream MM-DiT-style blocks followed by single-stream DiT blocks; in each single-stream block, text is attended by ordinary cross-attention and video by Progressive Soft-masked Cross-Attention (PSCA), which adds a multiplicative soft mask to the attention logits. The mask is centered at a hard-coded linear mapping from audio-token index to video-frame index, with a hard window ω and a cosine fade zone δ that shrinks with layer depth. SoundCap is a companion pipeline that uses the AV-LLM video-SALMONN to write detailed sound-aware captions and then fine-tunes Qwen2.5-VL to produce captions from silent video. On VGGSound, Flowley reports the best KAD/FAD/KL/IS/IB-Score/LB-Score among the compared baselines and competitive Align Acc; with SoundCap it reports a higher Inception Score than Movie Gen Audio on the Movie Gen Audio Bench.
Significance. If the reported numbers are reliable, the contribution is practically meaningful: a compact 169M-parameter single-stage model without external audio-visual alignment modules reaches top results on standard VGGSound metrics, and the SoundCap recaptioning pipeline transfers to a second architecture (MMAudio). The paper includes standard ablations that are largely consistent with the claims: PSCA improves Align Acc (Table 3, rows 4 vs 6), the layer-progressive β helps (Table 4), and the noise-aware prompt design is clearly beneficial (Table 5). The tangent-based sampling schedule is derived cleanly in the supplement, and the human-preference study is a useful complement to automatic metrics. The main weaknesses are that the central PSCA alignment prior is under-validated empirically and some headline claims are stated more strongly than the evidence supports; these are fixable with additional analysis and softened wording.
major comments (4)
- [§3.3, Eq. (5); §4.1] PSCA hard-codes temporal alignment as jc(i)=floor(rv·i/ra) with defaults ω=0 and δ=4, i.e., each audio token can attend only to video frames within roughly ±0.5 s of the linearly predicted center at 8 fps. The paper never reports the distribution of true audio-visual offsets in VGGSound, and Table 2 only varies ω and δ; it never varies the mapping itself. The experiment thus cannot distinguish “the mask helps” from “the mask helps only when the linear prior is correct.” Since PSCA is the mechanism that is claimed to eliminate external alignment modules, the authors should (a) measure how often ground-truth sound onsets fall outside the ω+δ window, and (b) ablate the mapping itself (e.g., global shift, learned per-layer effective offset, asymmetric windows, or an unmasked visual cross-attention baseline with otherwise identical architecture). Without this, the central synchronization clai
- [Abstract; §4.2, Table 6] The abstract states that with SoundCap, Flowley “exceeds the performance of the strongest existing close-sourced methods in terms of audio quality.” In Table 6 this rests on a single metric, IS (8.18 vs 8.01); on the same table, IB-Score (25.78 vs 35.86) and Align Acc (61.07 vs 64.33) are substantially lower. Because IS is a classifier-based score rather than a direct audio-quality measure, and no confidence intervals or per-sample variance are reported, the headline is stronger than the evidence. Please either restrict the claim to “higher Inception Score” on this benchmark, add significance tests/error bars, or provide human evaluation on Movie Gen Audio Bench.
- [§3.5; Supplementary §4] SoundCap is motivated by “capturing both on- and off-screen audio events,” but at inference the fine-tuned VLM sees only silent video. A truly off-screen event is not visually recoverable, and PSCA then prevents the audio latent from attending to any video frame farther than ω+δ from the linear center. The paper does not explain how off-screen events are expected to reach the generator (presumably only through the text path) and provides no analysis of whether the VLM captions actually recover such events. The Limitations section (Supp. §4) acknowledges speech, music, and OOD generalization but not this failure mode. Please define the intended mechanism for off-screen audio and quantify how often SoundCap captions contain events not inferable from the visible frames.
- [Tables 1–4] All comparative results are single-run point estimates without confidence intervals or significance tests. Several differences that carry the ablations are small, e.g., Align Acc 89.37 vs 88.62 in Table 4 and KAD 0.42 vs 0.40 in Table 3, row 5 vs row 6. Given that the central claims are comparative, the authors should report variance over seeds or a significance test (e.g., bootstrap over the test set for CAVP-based Align Acc), especially for the KAD and Align Acc differences used to justify PSCA and β.
minor comments (7)
- [§4.3, Table 2] The sentence “Increasing ω and δ generally leads to lower Align Acc” is not supported by the table: the default (ω=0, δ=4) is the best row (89.37), while δ=0 and δ=2 at the same ω are lower. Please rephrase to describe the non-monotonic trend.
- [Figure 2] The Figure 2 caption states “using ω=0 and δ=10,” but the main experimental default in §4.1 is δ=4. Please make the figure and text consistent and state which figure corresponds to which setting.
- [Abstract; throughout] “close-sourced” should be “closed-source.”
- [§3.4; Supplementary §1] The tangent-based schedule derivation is valid, but it is a reparameterization of the DDPM cosine schedule via SNR equality. Please cite any prior SNR-equivalence or log-SNR-based schedule formulations and temper the wording “emerges naturally” in the supplement.
- [§3.3] PSCA is described as adding “zero additional computational cost.” Adding log(M) to the attention logits is a negligible cost but not literally zero FLOPs; recommend “negligible overhead.”
- [§4.2, Table 6] Please define “zero-shot” explicitly (no training/fine-tuning on Movie Gen data) and note that FAD/KAD cannot be computed on Movie Gen Audio Bench because no ground-truth audio is available; this context is important for interpreting the IS-only comparison.
- [§4.3, Table 5] Please clarify whether the two rows use the same generated captions at inference and differ only in the prompt configuration used to produce them. If the inference captions also differ, state that explicitly.
Circularity Check
No load-bearing circularity: the tangent-based schedule is an explicit SNR-equating reparameterization, PSCA's omega/delta/CFG are disclosed tunings rather than fitted predictions, and the SOTA claims are benchmarked against external baselines with official checkpoints. The only self-citation is non-load-bearing.
full rationale
No circular steps found. The paper's only 'derived' result — the tangent-based sampling schedule t = 1 - 1/(tan(pi/2 u)+1) (Supp. Sec. 1; main Sec. 3.4) — is obtained by analytically equating the DDPM cosine SNR, SNR_DDPM(tau) = tan(pi/2(1-tau)), to the flow-matching SNR, SNR_FM(t) = t/(1-t), and solving for t. No model output or fitted value enters the derivation; it is a parameter-free reparameterization of a known cosine schedule, so the appropriate criticism is that it adds little novelty, not that it is circular. PSCA's aligned center frame jc(i) = floor(rv*i/ra) with omega=0 and delta=4 (Sec. 3.3, Sec. 4.1) is an architectural prior with disclosed hyperparameters, not a prediction; Table 2 varies omega/delta and shows Align Acc is non-monotonic (88.56, 88.37, 89.37, 88.02 for delta = 0, 2, 4, 8 at omega=0), so the metric is not forced by the mask by construction. The skeptic's concern that the hard linear window excludes off-screen or delayed sound sources is a robustness/correctness assumption about a design choice, not a circular reduction. The central SOTA claims are validated against independent benchmarks: baselines marked dagger are 'reproduced using the authors' official checkpoints and inference scripts,' MMAudio (diamond) is 'retrained on the VGGSound dataset using the official implementation,' and zero-shot results are on the externally constructed Movie Gen Audio Bench (Sec. 4.1, Table 6). The paper itself flags the only evaluation bias it sees (MDSGen and Frieren sharing the Align Acc backbone) rather than hiding it. The sole self-citation, ref. [48] (Van, Tran, Nguyen, Hy, ICASSP 2025), supports only the peripheral claim that text guidance benefits 'other domains' (Intro), and is not load-bearing for any architectural or SOTA claim. The stated limitations (Supp. Sec. 4: unintelligible speech, lower-quality music, out-of-distribution generalization) are data-bound admissions, not circularity. Overall, the derivation chain is self-contained; the score of 2 reflects only the presence of one minor, non-load-bearing self-citation.
Axiom & Free-Parameter Ledger
free parameters (5)
- PSCA hard-attention window ω =
0
- PSCA fade-zone size δ =
4
- Layer-progressive schedule βℓ =
βℓ = 1 − ℓ/(N2−1)
- Velocity-direction loss weight λ =
0.5
- CFG guidance weight s =
7.5
axioms (6)
- standard math Flow matching with linear interpolation xt = t·x1 + (1−t)·x0 and velocity vt = x1 − x0
- domain assumption Audio-visual temporal correspondence is monotonic and frame-rate-linear: audio token i aligns with video frame jc(i)=floor(rv·i/ra), with hand-set tolerance ω, δ
- ad hoc to paper Equating DDPM-cosine SNR with flow-matching SNR is the correct design criterion for the training-time scheduler
- domain assumption video-SALMONN’s generated captions are trustworthy enough to serve as ground truth for fine-tuning the VLM, without human verification at scale
- domain assumption Frozen pretrained encoders (CLIP, FLAN-T5, VAE, BigVGAN) faithfully represent visual, textual, and audio content
- ad hoc to paper The Align Acc deficit is explained by encoder overlap: Frieren/MDSGen use the same pretrained encoder as the CAVP metric backbone
read the original abstract
Video-to-audio (V2A) generation aims to synthesize realistic audio that is both semantically consistent with and temporally synchronized to a silent video. Despite recent progress, many methods still rely on multi-stage training, resulting in high computational costs and long runtimes, or transform visual input into text to leverage pretrained text-to-audio models, sacrificing fine-grained temporal cues. To overcome these limitations, we propose Flowley, an end-to-end, single-stage training architecture that produces soundtracks by combining visual features with textual prompts. Crucially, we introduce Progressive Soft-masked Cross-Attention, which embeds audio-visual synchronization directly within its attention mechanism, adding zero additional computational cost compared to standard attention layers. We further observe that existing V2A benchmarks lack sound-oriented descriptive captions, which can potentially degrade the quality of the synthesized audio. To remedy this, we propose SoundCap, a plug-and-play pipeline for creating detailed, sound-aware captions that guide the model. Remarkably, without integrating any pretrained audio-visual alignment modules, Flowley achieves state-of-the-art performance on VGGSound across multiple metrics. Moreover, by incorporating SoundCap, we further exceed the performance of the strongest existing close-sourced methods in terms of audio quality in the zero-shot setting.
Figures
Reference graph
Works this paper leans on
-
[1]
Bai, S., Chen, K., Liu, X., Wang, J., Ge, W., Song, S., Dang, K., Wang, P., Wang, S., Tang, J., et al.: Qwen2. 5-vl technical report. arXiv preprint arXiv:2502.13923 (2025)
Pith/arXiv arXiv 2025
-
[2]
Chen, H., Xie, W., Vedaldi, A., Zisserman, A.: Vggsound: A large-scale audio-visual dataset. In: ICASSP 2020 - 2020 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP). pp. 721–725 (2020).https://doi.org/ 10.1109/ICASSP40776.2020.9053174
arXiv 2020
-
[3]
Cheng, H.K., Ishii, M., Hayakawa, A., Shibuya, T., Schwing, A., Mitsufuji, Y.: Mmaudio: Taming multimodal joint training for high-quality video-to-audio syn- thesis.In:ProceedingsoftheComputerVisionandPatternRecognitionConference (CVPR). pp. 28901–28911 (June 2025)
2025
-
[4]
Esser, P., Kulal, S., Blattmann, A., Entezari, R., Müller, J., Saini, H., Levi, Y., Lorenz, D., Sauer, A., Boesel, F., Podell, D., Dockhorn, T., English, Z., Rom- bach, R.: Scaling rectified flow transformers for high-resolution image synthesis. In: Salakhutdinov, R., Kolter, Z., Heller, K., Weller, A., Oliver, N., Scarlett, J., Berkenkamp,F.(eds.)Proceed...
2024
-
[5]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)
Girdhar, R., El-Nouby, A., Liu, Z., Singh, M., Alwala, K.V., Joulin, A., Misra, I.: Imagebind: One embedding space to bind them all. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). pp. 15180–15190 (June 2023)
2023
-
[6]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)
Karras, T., Aittala, M., Lehtinen, J., Hellsten, J., Aila, T., Laine, S.: Analyzing and improving the training dynamics of diffusion models. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). pp. 24174–24184 (June 2024)
2024
-
[7]
In: Proceedings of the Computer Vision and Pattern Recognition Conference (CVPR)
Kushwaha, S.S., Tian, Y.: Vintage: Joint video and text conditioning for holistic audio generation. In: Proceedings of the Computer Vision and Pattern Recognition Conference (CVPR). pp. 13529–13539 (June 2025)
2025
-
[8]
In: International Conference on Learning Representations (2019),https://openreview.net/forum? id=Bkg6RiCqY7
Loshchilov, I., Hutter, F.: Decoupled weight decay regularization. In: International Conference on Learning Representations (2019),https://openreview.net/forum? id=Bkg6RiCqY7
2019
-
[9]
In: Oh, A., Naumann, T., Globerson, A., Saenko, K., Hardt, M., Levine, S
Luo, S., Yan, C., Hu, C., Zhao, H.: Diff-foley: Synchronized video-to-audio synthesis with latent diffusion models. In: Oh, A., Naumann, T., Globerson, A., Saenko, K., Hardt, M., Levine, S. (eds.) Advances in Neural Informa- tion Processing Systems. vol. 36, pp. 48855–48876. Curran Associates, Inc. (2023),https : / / proceedings . neurips . cc / paper _ f...
2023
-
[10]
In: Meila, M., Zhang, T
Nichol, A.Q., Dhariwal, P.: Improved denoising diffusion probabilistic models. In: Meila, M., Zhang, T. (eds.) Proceedings of the 38th International Conference on Machine Learning. Proceedings of Machine Learning Research, vol. 139, pp. 8 Tran et al. Frieren FoleyCrafter V2A-Mapper MDSGen Mel-QCD VinTAGe MMAudio Flowley (ours) Ground-truth drone-shot, no ...
2021
-
[11]
In: The Thirteenth International Conference on Learning Representations (2025),https: //openreview.net/forum?id=yFEqYwgttJ
Pham, T.X., Ton, T., Yoo, C.D.: MDSGen: Fast and efficient masked diffu- sion temporal-aware transformers for open-domain sound generation. In: The Thirteenth International Conference on Learning Representations (2025),https: //openreview.net/forum?id=yFEqYwgttJ
2025
-
[12]
arXiv preprint arXiv:2410.13720 (2024)
Polyak, A., Zohar, A., Brown, A., Tjandra, A., Sinha, A., Lee, A., Vyas, A., Shi, B., Ma, C.Y., Chuang, C.Y., et al.: Movie gen: A cast of media foundation models. arXiv preprint arXiv:2410.13720 (2024)
Pith/arXiv arXiv 2024
-
[13]
(eds.) Proceedings of the 41st International Conference on Machine Learning
Sun, G., Yu, W., Tang, C., Chen, X., Tan, T., Li, W., Lu, L., Ma, Z., Wang, Y., Zhang, C.: video-SALMONN: Speech-enhanced audio-visual large language models.In:Salakhutdinov,R.,Kolter,Z.,Heller,K.,Weller,A.,Oliver,N.,Scarlett, J., Berkenkamp, F. (eds.) Proceedings of the 41st International Conference on Machine Learning. Proceedings of Machine Learning Re...
2024
-
[14]
Wang, H., Ma, J., Pascual, S., Cartwright, R., Cai, W.: V2a-mapper: A lightweight solution for vision-to-audio generation by connecting foundation models. Proceed- ings of the AAAI Conference on Artificial Intelligence38(14), 15492–15501 (Mar 2024).https://doi.org/10.1609/aaai.v38i14.29475,https://ojs.aaai.org/ index.php/AAAI/article/view/29475
-
[15]
In: Proceed- ings of the Computer Vision and Pattern Recognition Conference (CVPR)
Wang, J., Xu, C., Yu, C., Shang, L., Hu, Z., Wang, S., Bo, L.: Synchronized video- to-audio generation via mel quantization-continuum decomposition. In: Proceed- ings of the Computer Vision and Pattern Recognition Conference (CVPR). pp. 3111–3120 (June 2025)
2025
-
[16]
In: Globerson, A., Mackey, L., Belgrave, D., Fan, A., Paquet, U., Tomczak, J., Zhang, C
Wang, Y., Guo, W., Huang, R., Huang, J., Wang, Z., You, F., Li, R., Zhao, Z.: Frieren: Efficient video-to-audio generation network with recti- fied flow matching. In: Globerson, A., Mackey, L., Belgrave, D., Fan, A., Paquet, U., Tomczak, J., Zhang, C. (eds.) Advances in Neural Informa- tion Processing Systems. vol. 37, pp. 128118–128138. Curran Associates...
2024
-
[17]
Zhang, Y., Gu, Y., Zeng, Y., Xing, Z., Wang, Y., Wu, Z., Chen, K.: Foleycrafter: Bring silent videos to life with lifelike and synchronized sounds (2024),https: //arxiv.org/abs/2407.01494
Pith/arXiv arXiv 2024
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.