Papers › VDC: Versatile Data Cleanser based on Visual-Linguistic Inconsistency by Multimodal...

VDC: Versatile Data Cleanser based on Visual-Linguistic Inconsistency by Multimodal Large Language Models

28 Sep 2023arXiv:2309.16211archive 2025-07-28

Zihao Zhu, Mingda Zhang, Shaokui Wei, Bingzhe Wu, Baoyuan Wu

The role of data in building AI systems has recently been emphasized by the emerging concept of data-centric AI. Unfortunately, in the real-world, datasets may contain dirty samples, such as poisoned samples from backdoor attack, noisy labels in crowdsourcing, and even hybrids of them. The presence of such dirty samples makes the DNNs vunerable and unreliable.Hence, it is critical to detect dirty samples to improve the quality and realiability of dataset. Existing detectors only focus on detecting poisoned samples or noisy labels, that are often prone to weak generalization when dealing with dirty samples from other domains.In this paper, we find a commonality of various dirty samples is visual-linguistic inconsistency between images and associated labels. To capture the semantic inconsistency between modalities, we propose versatile data cleanser (VDC) leveraging the surpassing capabilities of multimodal large language models (MLLM) in cross-modal alignment and reasoning.It consists of three consecutive modules: the visual question generation module to generate insightful questions about the image; the visual question answering module to acquire the semantics of the visual content by answering the questions with MLLM; followed by the visual answer evaluation module to evaluate the inconsistency.Extensive experiments demonstrate its superior performance and generalization to various categories and types of dirty samples. The code is available at \url{https://github.com/zihao-ai/vdc}.

PaperPDFCodeCode 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="2309.16211")

Code

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

By repository: official repository: 17 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

zihao-ai/vdc officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

17 samples harvested; 8 ran; 0 honoured the contract we drafted; 9 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.

3ran · our draft was wrong
5ran
9unverified

Licence: 0 of the 17 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 zihao-ai/vdc. “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.

ImageTextPair zihao-ai/vdc/vdc/cleanser.py official repository ran MIT (permissive) · db733d746340ae5a · report
QAPair zihao-ai/vdc/vdc/cleanser.py official repository ran MIT (permissive) · 74776e27896ffb46 · report
VDCConfig zihao-ai/vdc/vdc/cleanser.py official repository ran MIT (permissive) · 30a82bb00f9fb340 · report
VideoBatchQAPrompt zihao-ai/vdc/vdc/cleanser.py official repository ran fingerprinted MIT (permissive) · 703d30e5d1885cc9 · report
VideoTextPair zihao-ai/vdc/vdc/cleanser.py official repository ran MIT (permissive) · 8dfe3ce2161c4e7e · report
encode_image zihao-ai/vdc/vdc/cleanser.py official repository ran · our draft was wrong MIT (permissive) · b5fa7736e0dfb6df · report
generate_text zihao-ai/vdc/vdc/cleanser.py official repository ran · our draft was wrong MIT (permissive) · b3a3983654d23cc7 · report
get_mime_type zihao-ai/vdc/vdc/cleanser.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 4dca5b7c93dadb0a · report
BaseDataPair zihao-ai/vdc/vdc/cleanser.py official repository unverified MIT (permissive) · f1f52fedd5594d5b · report
DataCleanser zihao-ai/vdc/vdc/cleanser.py official repository unverified MIT (permissive) · 40604a123d40ea11 · report
ImageBatchQAPrompt zihao-ai/vdc/vdc/cleanser.py official repository unverified MIT (permissive) · 8fe89a9b67ae22f6 · report
ImageQAPrompt zihao-ai/vdc/vdc/cleanser.py official repository unverified MIT (permissive) · 97a96bf65e202f18 · report
ImageQGPrompt zihao-ai/vdc/vdc/cleanser.py official repository unverified MIT (permissive) · a8cf3b67773ddbdb · report
VideoQAPrompt zihao-ai/vdc/vdc/cleanser.py official repository unverified MIT (permissive) · 3ad0967f34a83055 · report
VideoQGPrompt zihao-ai/vdc/vdc/cleanser.py official repository unverified MIT (permissive) · 87e17a9fd46db8ad · report
generate_text_with_images zihao-ai/vdc/vdc/cleanser.py official repository unverified MIT (permissive) · 25ce289971b5fced · report
generate_text_with_video zihao-ai/vdc/vdc/cleanser.py official repository unverified MIT (permissive) · b87180285f8c51b8 · report

Tasks

Backdoor AttackQuestion AnsweringQuestion GenerationQuestion-GenerationVisual Question Answeringcross-modal alignment

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Focus

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