Papers › VENOMREC: Cross-Modal Interactive Poisoning for Targeted Promotion in Multimodal LLM...

VENOMREC: Cross-Modal Interactive Poisoning for Targeted Promotion in Multimodal LLM Recommender Systems

6 Feb 2026ICMLarXiv:2602.06409added by Syntology

Guowei Guan, Yurong Hao, Jiaming Zhang, Tiantong Wu, Fuyao Zhang, Tianxiang Chen, Longtao Huang, Cyril Leung, Wei Yang Bryan Lim

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

Multimodal large language models (MLLMs) are pushing recommender systems (RecSys) toward content-grounded retrieval and ranking via cross-modal fusion. We find that while cross-modal consensus often mitigates conventional poisoning that manipulates interaction logs or perturbs a single modality, it also introduces a new attack surface where synchronised multimodal poisoning can reliably steer fused representations along stable semantic directions during fine-tuning. To characterise this threat, we formalise cross-modal interactive poisoning and propose VENOMREC, which performs Exposure Alignment to identify high-exposure regions in the joint embedding space and Cross-modal Interactive Perturbation to craft attention-guided coupled token--patch edits. Experiments on four real-world multimodal datasets demonstrate that VENOMREC consistently outperforms strong baselines, achieving 0.73 mean ER@20 and improving over the strongest baseline by +0.52 absolute ER points on average, while maintaining comparable recommendation utility. Code is available at https://github.com/GuoweiGuan666/VenomRec.

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="2602.06409")

Code

Syntology Ran 19 of 20 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · violated contract; 8 ran · our draft was wrong; 3 ran · fixture could not drive it; 5 ran with no contract checked.

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

GuoweiGuan666/VenomRec 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

20 samples harvested; 19 ran; 1 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
2ran · violated contract
8ran · our draft was wrong
3ran · fixture could not drive it
5ran
1unverified

Licence: 0 of the 20 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 GuoweiGuan666/VenomRec. “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.

AdaptiveBudgetController GuoweiGuan666/VenomRec/attack/ours/dcip_ieos/interactive.py found in paper text by Syntology ran MIT (permissive) · 0c34cb25c626a7ee · report
ImagePerturber GuoweiGuan666/VenomRec/attack/ours/dcip_ieos/interactive.py found in paper text by Syntology ran MIT (permissive) · f62a318737248f50 · report
PerturbationResult GuoweiGuan666/VenomRec/attack/ours/dcip_ieos/interactive.py found in paper text by Syntology ran MIT (permissive) · 2f01dc3fa37414ad · report
PerturbationRound GuoweiGuan666/VenomRec/attack/ours/dcip_ieos/interactive.py found in paper text by Syntology ran MIT (permissive) · a42303b353d7d5eb · report
TextPerturber GuoweiGuan666/VenomRec/attack/ours/dcip_ieos/interactive.py found in paper text by Syntology ran MIT (permissive) · 6bf57cee2c1d71a5 · report
_cosine_aligned_step GuoweiGuan666/VenomRec/attack/ours/dcip_ieos/interactive.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 9219366ca8d18fe3 · report
_count_tokens GuoweiGuan666/VenomRec/attack/ours/dcip_ieos/interactive.py found in paper text by Syntology ran · honoured contract MIT (permissive) · b5c0d9f50eef2dc1 · report
_embedding_delta GuoweiGuan666/VenomRec/attack/ours/dcip_ieos/interactive.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 278036de1273f106 · report
_ensure_tokens GuoweiGuan666/VenomRec/attack/ours/dcip_ieos/interactive.py found in paper text by Syntology ran · violated contract MIT (permissive) · e0d9491e3a23066d · report
_strip_markers GuoweiGuan666/VenomRec/attack/ours/dcip_ieos/interactive.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 5a99df7d61dff180 · report
_token_to_str GuoweiGuan666/VenomRec/attack/ours/dcip_ieos/interactive.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · f0b2b02805bc76b3 · report
_topk_mask GuoweiGuan666/VenomRec/attack/ours/dcip_ieos/interactive.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 0354dc50f89eccae · report
compute_cosine GuoweiGuan666/VenomRec/attack/ours/dcip_ieos/interactive.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 7ffc28aa3dfef9f7 · report
cosine_similarity GuoweiGuan666/VenomRec/attack/ours/dcip_ieos/interactive.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 601d2b794f6f8f1f · report
get_visual_text_masks GuoweiGuan666/VenomRec/attack/ours/dcip_ieos/interactive.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 919a02925f1b0f3f · report
info_nce_loss GuoweiGuan666/VenomRec/attack/ours/dcip_ieos/interactive.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · b84770e3b3129208 · report
is_replaceable_token GuoweiGuan666/VenomRec/attack/ours/dcip_ieos/interactive.py found in paper text by Syntology ran · violated contract MIT (permissive) · 110f179872f95a82 · report
masked_pgd_image GuoweiGuan666/VenomRec/attack/ours/dcip_ieos/interactive.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · b5da9bff43fcd7f8 · report
normalize_token GuoweiGuan666/VenomRec/attack/ours/dcip_ieos/interactive.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · f9c1dce0553ff207 · report
interactive_perturb_target GuoweiGuan666/VenomRec/attack/ours/dcip_ieos/interactive.py found in paper text by Syntology unverified MIT (permissive) · d7bad37ca3ef4af1 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.06409, was issued in February 2026, 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