{"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-2601-15316","title":"The Paradigm Shift: A Comprehensive Survey on Large Vision Language Models for Multimodal Fake News Detection","arxiv_id":"2601.15316","date":"2026-01-16","proceeding":null,"authors":["Wei Ai","Yilong Tan","Yuntao Shou","Tao Meng","Haowen Chen","Zhixiong He","Keqin Li"],"abstract":"In recent years, the rapid evolution of large vision-language models (LVLMs) has driven a paradigm shift in multimodal fake news detection (MFND), transforming it from traditional feature-engineering approaches to unified, end-to-end multimodal reasoning frameworks. Early methods primarily relied on shallow fusion techniques to capture correlations between text and images, but they struggled with high-level semantic understanding and complex cross-modal interactions. The emergence of LVLMs has fundamentally changed this landscape by enabling joint modeling of vision and language with powerful representation learning, thereby enhancing the ability to detect misinformation that leverages both textual narratives and visual content. Despite these advances, the field lacks a systematic survey that traces this transition and consolidates recent developments. To address this gap, this paper provides a comprehensive review of MFND through the lens of LVLMs. We first present a historical perspective, mapping the evolution from conventional multimodal detection pipelines to foundation model-driven paradigms. Next, we establish a structured taxonomy covering model architectures, datasets, and performance benchmarks. Furthermore, we analyze the remaining technical challenges, including interpretability, temporal reasoning, and domain generalization. Finally, we outline future research directions to guide the next stage of this paradigm shift. To the best of our knowledge, this is the first comprehensive survey to systematically document and analyze the transformative role of LVLMs in combating multimodal fake news. The summary of existing methods mentioned is in our Github: \\href{https://github.com/Tan-YiLong/Overview-of-Fake-News-Detection}{https://github.com/Tan-YiLong/Overview-of-Fake-News-Detection}.","url_abs":"https://arxiv.org/abs/2601.15316","url_pdf":"https://arxiv.org/pdf/2601.15316","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=2601.15316","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2601.15316"}},"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/Tan-YiLong/Overview-of-Fake-News-Detection","reach":{"status":"ok"}},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/majingCUHK/Rumor_RvNN","reach":null}],"summary":{"unverified":5},"by_repo_kind":{"found_in_text":{"samples":5,"ran":0,"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":0,"samples":[{"code_sha256_prefix":"a3772b851907a3b6","entry":"evaluation","repo":"majingCUHK/Rumor_RvNN","repo_kind":"found_in_text","path":"model/evaluate.py","file_url":"https://github.com/majingCUHK/Rumor_RvNN/blob/HEAD/model/evaluate.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a3772b851907a3b6"}},{"code_sha256_prefix":"9257cea1dc609719","entry":"evaluation_2class","repo":"majingCUHK/Rumor_RvNN","repo_kind":"found_in_text","path":"model/evaluate.py","file_url":"https://github.com/majingCUHK/Rumor_RvNN/blob/HEAD/model/evaluate.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9257cea1dc609719"}},{"code_sha256_prefix":"bcd36a3fa1e13855","entry":"evaluation_4class","repo":"majingCUHK/Rumor_RvNN","repo_kind":"found_in_text","path":"model/evaluate.py","file_url":"https://github.com/majingCUHK/Rumor_RvNN/blob/HEAD/model/evaluate.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"bcd36a3fa1e13855"}},{"code_sha256_prefix":"e35d6ee7ce9b2f3c","entry":"gen_nn_inputs","repo":"majingCUHK/Rumor_RvNN","repo_kind":"found_in_text","path":"model/BU_RvNN.py","file_url":"https://github.com/majingCUHK/Rumor_RvNN/blob/HEAD/model/BU_RvNN.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e35d6ee7ce9b2f3c"}},{"code_sha256_prefix":"1937b7b7d52a278c","entry":"gen_nn_inputs","repo":"majingCUHK/Rumor_RvNN","repo_kind":"found_in_text","path":"model/TD_RvNN.py","file_url":"https://github.com/majingCUHK/Rumor_RvNN/blob/HEAD/model/TD_RvNN.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1937b7b7d52a278c"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.CV","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}