Papers › InfMasking: Unleashing Synergistic Information by Contrastive Multimodal Interactions

InfMasking: Unleashing Synergistic Information by Contrastive Multimodal Interactions

28 Sep 2025NeurIPSarXiv:2509.25270added by Syntology

Liangjian Wen, Qun Dai, Jianzhuang Liu, Jiangtao Zheng, Yong Dai, Dongkai Wang, Zhao Kang, Jun Wang, Zenglin Xu, Jiang Duan

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2509.25270")

Code

Syntology Ran 12 of 15 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 5 ran · our draft was wrong; 7 ran with no contract checked.

By repository: found in paper text by Syntology: 15 samples from 1 repository, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

brightest66/InfMasking found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 12 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

5ran · our draft was wrong
7ran
3unverified

Licence: 15 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from brightest66/InfMasking. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

FusionTransformer brightest66/InfMasking/pl_modules/infmasking.py found in paper text by Syntology ran no licence file found · pointer only · 526ec1092d90114d · report
GatherLayer brightest66/InfMasking/pl_modules/infmasking.py found in paper text by Syntology ran no licence file found · pointer only · 0a1ecc8a2a015d4a · report
InfMaskingLoss brightest66/InfMasking/pl_modules/infmasking.py found in paper text by Syntology ran no licence file found · pointer only · 62338178f7c25072 · report
LinearWarmupCosineAnnealingLR brightest66/InfMasking/pl_modules/infmasking.py found in paper text by Syntology ran no licence file found · pointer only · 90849677c6810089 · report
QuickGELU brightest66/InfMasking/pl_modules/infmasking.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 191973aecc9e1b46 · report
ResidualAttentionBlock brightest66/InfMasking/pl_modules/infmasking.py found in paper text by Syntology ran no licence file found · pointer only · 00744d2555cd4f61 · report
ResidualCrossAttentionBlock brightest66/InfMasking/pl_modules/infmasking.py found in paper text by Syntology ran no licence file found · pointer only · b2d601685572d5d8 · report
all_gather_batch_with_grad brightest66/InfMasking/pl_modules/infmasking.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 858a1d343b501e00 · report
com_score brightest66/InfMasking/pl_modules/infmasking.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · c5c4db2cf8443168 · report
entropy_gradeint brightest66/InfMasking/pl_modules/infmasking.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · b755fb45f344de2a · report
heuristic_kernel_width brightest66/InfMasking/pl_modules/infmasking.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · b3b6d39a714d8f55 · report
set_weight_decay_per_param brightest66/InfMasking/pl_modules/infmasking.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · c8f4bc1bf558675d · report
BaseModel brightest66/InfMasking/pl_modules/infmasking.py found in paper text by Syntology unverified no licence file found · pointer only · b1a8803be054168d · report
InfFusion brightest66/InfMasking/pl_modules/infmasking.py found in paper text by Syntology unverified no licence file found · pointer only · a5fdc9ce858952e7 · report
InfMasking brightest66/InfMasking/pl_modules/infmasking.py found in paper text by Syntology unverified no licence file found · pointer only · 95668de0ec086f3a · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2509.25270, was issued in September 2025, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections