{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/a-simple-but-strong-baseline-for-sounding","title":"A Simple but Strong Baseline for Sounding Video Generation: Effective Adaptation of Audio and Video Diffusion Models for Joint Generation","arxiv_id":"2409.17550","date":"2024-09-26","proceeding":null,"authors":["Masato Ishii","Akio Hayakawa","Takashi Shibuya","Yuki Mitsufuji"],"abstract":"In this work, we build a simple but strong baseline for sounding video generation. Given base diffusion models for audio and video, we integrate them with additional modules into a single model and train it to make the model jointly generate audio and video. To enhance alignment between audio-video pairs, we introduce two novel mechanisms in our model. The first one is timestep adjustment, which provides different timestep information to each base model. It is designed to align how samples are generated along with timesteps across modalities. The second one is a new design of the additional modules, termed Cross-Modal Conditioning as Positional Encoding (CMC-PE). In CMC-PE, cross-modal information is embedded as if it represents temporal position information, and the embeddings are fed into the model like positional encoding. Compared with the popular cross-attention mechanism, CMC-PE provides a better inductive bias for temporal alignment in the generated data. Experimental results validate the effectiveness of the two newly introduced mechanisms and also demonstrate that our method outperforms existing methods.","url_abs":"https://arxiv.org/abs/2409.17550v3","url_pdf":"https://arxiv.org/pdf/2409.17550v3.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"a-simple-but-strong-baseline-for-sounding","repo_url":"https://github.com/sonyresearch/svg_baseline","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}}],"tasks":[{"task_slug":"inductive-bias","task_name":"Inductive Bias"},{"task_slug":"video-generation","task_name":"Video Generation"}],"methods":[{"method_slug":"align","method_name":"ALIGN"},{"method_slug":"base","method_name":"BASE"},{"method_slug":"diffusion","method_name":"Diffusion"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2409.17550","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2409.17550"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/sonyresearch/svg_baseline","reach":{"status":"ok"}}],"summary":{"ran_violates":3,"ran":1,"ran_fixture":2,"ran_draft_wrong":2,"unverified":1},"by_repo_kind":{"official":{"samples":9,"ran":8,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":9,"samples":[{"code_sha256_prefix":"60fff7c3c400d7ff","entry":"default","repo":"sonyresearch/svg_baseline","repo_kind":"official","path":"src/va_core/model/svg/modules_video.py","file_url":"https://github.com/sonyresearch/svg_baseline/blob/HEAD/src/va_core/model/svg/modules_video.py","link_basis":"harvester_set","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"well_formed","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"60fff7c3c400d7ff"}},{"code_sha256_prefix":"424012cb37b31172","entry":"default","repo":"sonyresearch/svg_baseline","repo_kind":"official","path":"src/va_core/model/svg/modules_attention.py","file_url":"https://github.com/sonyresearch/svg_baseline/blob/HEAD/src/va_core/model/svg/modules_attention.py","link_basis":"harvester_set","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"424012cb37b31172"}},{"code_sha256_prefix":"aa5486a3650902d8","entry":"exists","repo":"sonyresearch/svg_baseline","repo_kind":"official","path":"src/va_core/model/svg/modules_attention.py","file_url":"https://github.com/sonyresearch/svg_baseline/blob/HEAD/src/va_core/model/svg/modules_attention.py","link_basis":"harvester_set","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"aa5486a3650902d8"}},{"code_sha256_prefix":"51ba2ccb72bef712","entry":"mul_reduce","repo":"sonyresearch/svg_baseline","repo_kind":"official","path":"src/va_core/model/svg/modules_video.py","file_url":"https://github.com/sonyresearch/svg_baseline/blob/HEAD/src/va_core/model/svg/modules_video.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"51ba2ccb72bef712"}},{"code_sha256_prefix":"94b2fd7865382dc0","entry":"tensor2vid","repo":"sonyresearch/svg_baseline","repo_kind":"official","path":"src/va_core/model/svg/pipeline_svg.py","file_url":"https://github.com/sonyresearch/svg_baseline/blob/HEAD/src/va_core/model/svg/pipeline_svg.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"94b2fd7865382dc0"}},{"code_sha256_prefix":"7e83c65f054fb972","entry":"timestep_embedding","repo":"sonyresearch/svg_baseline","repo_kind":"official","path":"src/va_core/model/svg/modules_conv.py","file_url":"https://github.com/sonyresearch/svg_baseline/blob/HEAD/src/va_core/model/svg/modules_conv.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"7e83c65f054fb972"}},{"code_sha256_prefix":"9a299fe5ae09e407","entry":"uniq","repo":"sonyresearch/svg_baseline","repo_kind":"official","path":"src/va_core/model/svg/modules_attention.py","file_url":"https://github.com/sonyresearch/svg_baseline/blob/HEAD/src/va_core/model/svg/modules_attention.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9a299fe5ae09e407"}},{"code_sha256_prefix":"129b804760b3115f","entry":"zero_module","repo":"sonyresearch/svg_baseline","repo_kind":"official","path":"src/va_core/model/svg/modules_conv.py","file_url":"https://github.com/sonyresearch/svg_baseline/blob/HEAD/src/va_core/model/svg/modules_conv.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"129b804760b3115f"}},{"code_sha256_prefix":"6fe195fcfd10e259","entry":"checkpoint","repo":"sonyresearch/svg_baseline","repo_kind":"official","path":"src/va_core/model/svg/modules_conv.py","file_url":"https://github.com/sonyresearch/svg_baseline/blob/HEAD/src/va_core/model/svg/modules_conv.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"6fe195fcfd10e259"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}