paper-with-me

Papers

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

2023-09-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}.

📄 PDF Abstract BibTeX arXiv:2309.16211

Code (1)

zihao-ai/vdc 공식 구현 pytorch

Tasks

Backdoor Attackcross-modal alignmentQuestion AnsweringQuestion GenerationQuestion-GenerationVisual Question Answering

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

PatchCleanser: Certifiably Robust Defense against Adversarial Patches for Any Image Classifier

2021-08-20 · Chong Xiang, Saeed Mahloujifar, Prateek Mittal

The adversarial patch attack against image classification models aims to inject adversarially crafted pixels within a restricted image region (i.e., a patch) for inducing model misclassification. This attack can be reali…

image-classificationImage Classification

Revisiting Image Classifier Training for Improved Certified Robust Defense against Adversarial Patches

2023-06-22 · Aniruddha Saha, Shuhua Yu, Arash Norouzzadeh, Wan-Yi Lin 외

Certifiably robust defenses against adversarial patches for image classifiers ensure correct prediction against any changes to a constrained neighborhood of pixels. PatchCleanser arXiv:2108.09135 [cs.CV], the state-of-th…

Robust classification

Deep Visual-Linguistic Fusion Network Considering Cross-Modal Inconsistency for Rumor Detection

2022-07-08 · Science China Information Sciences 2022 7 · Yang Yang 1, Ran Bao 2, Weili Guo 3, De-Chuan Zhan 4 외

With the development of internet, users can freely publish posts on various social media, which brings great convenience to keep abreast of the world. However, those posts usually carry a lot of rumors, which require ple…

CCPL: Contrastive Coherence Preserving Loss for Versatile Style Transfer

2022-07-11 · Zijie Wu, Zhen Zhu, Junping Du, Xiang Bai

In this paper, we aim to devise a universally versatile style transfer method capable of performing artistic, photo-realistic, and video style transfer jointly, without seeing videos during training. Previous single-fram…

Image-to-Image TranslationStyle TransferVideo Style Transfer

Cosmetic-Aware Makeup Cleanser

2020-04-20 · Yi Li, Huaibo Huang, Junchi Yu, Ran He 외

Face verification aims at determining whether a pair of face images belongs to the same identity. Recent studies have revealed the negative impact of facial makeup on the verification performance. With the rapid developm…

Face ParsingFace VerificationImage Generation