{"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/arxiv-2509-25270","title":"InfMasking: Unleashing Synergistic Information by Contrastive Multimodal Interactions","arxiv_id":"2509.25270","date":"2025-09-28","proceeding":"NeurIPS","authors":["Liangjian Wen","Qun Dai","Jianzhuang Liu","Jiangtao Zheng","Yong Dai","Dongkai Wang","Zhao Kang","Jun Wang","Zenglin Xu","Jiang Duan"],"abstract":"In multimodal representation learning, synergistic interactions between modalities not only provide complementary information but also create unique outcomes through specific interaction patterns that no single modality could achieve alone. Existing methods may struggle to effectively capture the full spectrum of synergistic information, leading to suboptimal performance in tasks where such interactions are critical. This is particularly problematic because synergistic information constitutes the fundamental value proposition of multimodal representation. To address this challenge, we introduce InfMasking, a contrastive synergistic information extraction method designed to enhance synergistic information through an Infinite Masking strategy. InfMasking stochastically occludes most features from each modality during fusion, preserving only partial information to create representations with varied synergistic patterns. Unmasked fused representations are then aligned with masked ones through mutual information maximization to encode comprehensive synergistic information. This infinite masking strategy enables capturing richer interactions by exposing the model to diverse partial modality combinations during training. As computing mutual information estimates with infinite masking is computationally prohibitive, we derive an InfMasking loss to approximate this calculation. Through controlled experiments, we demonstrate that InfMasking effectively enhances synergistic information between modalities. In evaluations on large-scale real-world datasets, InfMasking achieves state-of-the-art performance across seven benchmarks. Code is released at https://github.com/brightest66/InfMasking.","url_abs":"https://arxiv.org/abs/2509.25270","url_pdf":"https://arxiv.org/pdf/2509.25270","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2509.25270","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2509.25270"}},"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":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/brightest66/InfMasking","reach":null}],"summary":{"ran":7,"ran_draft_wrong":5,"unverified":3},"by_repo_kind":{"found_in_text":{"samples":15,"ran":12,"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":15,"samples":[{"code_sha256_prefix":"526ec1092d90114d","entry":"FusionTransformer","repo":"brightest66/InfMasking","repo_kind":"found_in_text","path":"pl_modules/infmasking.py","file_url":"https://github.com/brightest66/InfMasking/blob/HEAD/pl_modules/infmasking.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"526ec1092d90114d"}},{"code_sha256_prefix":"0a1ecc8a2a015d4a","entry":"GatherLayer","repo":"brightest66/InfMasking","repo_kind":"found_in_text","path":"pl_modules/infmasking.py","file_url":"https://github.com/brightest66/InfMasking/blob/HEAD/pl_modules/infmasking.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"0a1ecc8a2a015d4a"}},{"code_sha256_prefix":"62338178f7c25072","entry":"InfMaskingLoss","repo":"brightest66/InfMasking","repo_kind":"found_in_text","path":"pl_modules/infmasking.py","file_url":"https://github.com/brightest66/InfMasking/blob/HEAD/pl_modules/infmasking.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"62338178f7c25072"}},{"code_sha256_prefix":"90849677c6810089","entry":"LinearWarmupCosineAnnealingLR","repo":"brightest66/InfMasking","repo_kind":"found_in_text","path":"pl_modules/infmasking.py","file_url":"https://github.com/brightest66/InfMasking/blob/HEAD/pl_modules/infmasking.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"90849677c6810089"}},{"code_sha256_prefix":"191973aecc9e1b46","entry":"QuickGELU","repo":"brightest66/InfMasking","repo_kind":"found_in_text","path":"pl_modules/infmasking.py","file_url":"https://github.com/brightest66/InfMasking/blob/HEAD/pl_modules/infmasking.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":"191973aecc9e1b46"}},{"code_sha256_prefix":"00744d2555cd4f61","entry":"ResidualAttentionBlock","repo":"brightest66/InfMasking","repo_kind":"found_in_text","path":"pl_modules/infmasking.py","file_url":"https://github.com/brightest66/InfMasking/blob/HEAD/pl_modules/infmasking.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"00744d2555cd4f61"}},{"code_sha256_prefix":"b2d601685572d5d8","entry":"ResidualCrossAttentionBlock","repo":"brightest66/InfMasking","repo_kind":"found_in_text","path":"pl_modules/infmasking.py","file_url":"https://github.com/brightest66/InfMasking/blob/HEAD/pl_modules/infmasking.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b2d601685572d5d8"}},{"code_sha256_prefix":"858a1d343b501e00","entry":"all_gather_batch_with_grad","repo":"brightest66/InfMasking","repo_kind":"found_in_text","path":"pl_modules/infmasking.py","file_url":"https://github.com/brightest66/InfMasking/blob/HEAD/pl_modules/infmasking.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"858a1d343b501e00"}},{"code_sha256_prefix":"c5c4db2cf8443168","entry":"com_score","repo":"brightest66/InfMasking","repo_kind":"found_in_text","path":"pl_modules/infmasking.py","file_url":"https://github.com/brightest66/InfMasking/blob/HEAD/pl_modules/infmasking.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c5c4db2cf8443168"}},{"code_sha256_prefix":"b755fb45f344de2a","entry":"entropy_gradeint","repo":"brightest66/InfMasking","repo_kind":"found_in_text","path":"pl_modules/infmasking.py","file_url":"https://github.com/brightest66/InfMasking/blob/HEAD/pl_modules/infmasking.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b755fb45f344de2a"}},{"code_sha256_prefix":"b3b6d39a714d8f55","entry":"heuristic_kernel_width","repo":"brightest66/InfMasking","repo_kind":"found_in_text","path":"pl_modules/infmasking.py","file_url":"https://github.com/brightest66/InfMasking/blob/HEAD/pl_modules/infmasking.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b3b6d39a714d8f55"}},{"code_sha256_prefix":"c8f4bc1bf558675d","entry":"set_weight_decay_per_param","repo":"brightest66/InfMasking","repo_kind":"found_in_text","path":"pl_modules/infmasking.py","file_url":"https://github.com/brightest66/InfMasking/blob/HEAD/pl_modules/infmasking.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c8f4bc1bf558675d"}},{"code_sha256_prefix":"b1a8803be054168d","entry":"BaseModel","repo":"brightest66/InfMasking","repo_kind":"found_in_text","path":"pl_modules/infmasking.py","file_url":"https://github.com/brightest66/InfMasking/blob/HEAD/pl_modules/infmasking.py","link_basis":"first_harvest_node","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":"b1a8803be054168d"}},{"code_sha256_prefix":"a5fdc9ce858952e7","entry":"InfFusion","repo":"brightest66/InfMasking","repo_kind":"found_in_text","path":"pl_modules/infmasking.py","file_url":"https://github.com/brightest66/InfMasking/blob/HEAD/pl_modules/infmasking.py","link_basis":"first_harvest_node","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":"a5fdc9ce858952e7"}},{"code_sha256_prefix":"95668de0ec086f3a","entry":"InfMasking","repo":"brightest66/InfMasking","repo_kind":"found_in_text","path":"pl_modules/infmasking.py","file_url":"https://github.com/brightest66/InfMasking/blob/HEAD/pl_modules/infmasking.py","link_basis":"first_harvest_node","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":"95668de0ec086f3a"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_api"},"syntology_extracted_results":null}