論文の概要: ToxicTextCLIP: Text-Based Poisoning and Backdoor Attacks on CLIP Pre-training
- arxiv url: http://arxiv.org/abs/2511.00446v1
- Date: Sat, 01 Nov 2025 08:25:49 GMT
- ステータス: 翻訳完了
- システム内更新日: 2025-11-05 16:37:26.780546
- Title: ToxicTextCLIP: Text-Based Poisoning and Backdoor Attacks on CLIP Pre-training
- Title(参考訳): ToxicTextCLIP:CLIP事前トレーニングにおけるテキストベースのポジショニングとバックドアアタック
- Authors: Xin Yao, Haiyang Zhao, Yimin Chen, Jiawei Guo, Kecheng Huang, Ming Zhao,
- Abstract要約: ToxicTextCLIPは,事前学習期間中に高品質なテキストを生成するためのフレームワークである。
このフレームワークは、2つの主要な課題に対処する。背景の不整合による意味的不整合と、背景一貫性テキストの不足である。
最大95.83%の毒殺、98.68%のバックドアHit@1、RoCLIP、CleanCLIP、SafeCLIPをバイパスする。
- 参考スコア(独自算出の注目度): 12.65848279918585
- License: http://creativecommons.org/licenses/by/4.0/
- Abstract: The Contrastive Language-Image Pretraining (CLIP) model has significantly advanced vision-language modeling by aligning image-text pairs from large-scale web data through self-supervised contrastive learning. Yet, its reliance on uncurated Internet-sourced data exposes it to data poisoning and backdoor risks. While existing studies primarily investigate image-based attacks, the text modality, which is equally central to CLIP's training, remains underexplored. In this work, we introduce ToxicTextCLIP, a framework for generating high-quality adversarial texts that target CLIP during the pre-training phase. The framework addresses two key challenges: semantic misalignment caused by background inconsistency with the target class, and the scarcity of background-consistent texts. To this end, ToxicTextCLIP iteratively applies: 1) a background-aware selector that prioritizes texts with background content aligned to the target class, and 2) a background-driven augmenter that generates semantically coherent and diverse poisoned samples. Extensive experiments on classification and retrieval tasks show that ToxicTextCLIP achieves up to 95.83% poisoning success and 98.68% backdoor Hit@1, while bypassing RoCLIP, CleanCLIP and SafeCLIP defenses. The source code can be accessed via https://github.com/xinyaocse/ToxicTextCLIP/.
- Abstract(参考訳): Contrastive Language-Image Pretraining (CLIP) モデルは、自己教師付きコントラスト学習を通じて、大規模なWebデータから画像テキストペアをアライメントすることで、視覚言語モデリングを著しく進歩させる。
しかし、未処理のインターネットソースデータへの依存は、データ中毒やバックドアのリスクに晒される。
既存の研究では画像ベースの攻撃を主に研究しているが、CLIPの訓練に等しく中心的なテキストモダリティは未調査のままである。
本稿では,CLIPを対象とした高品質なテキストを生成するフレームワークであるToxicTextCLIPを紹介する。
このフレームワークは、2つの主要な課題に対処する。背景の不整合による意味的不整合と、背景一貫性テキストの不足である。
この目的のために、ToxicTextCLIPは次のように繰り返し適用される。
1【対象クラスに整列した背景コンテンツによるテキストを優先する背景対応セレクタ】
2) セマンティック・コヒーレントで多彩な有毒な試料を生成する背景駆動型増強剤。
分類と検索タスクに関する大規模な実験によると、ToxicTextCLIPは最大95.83%の毒殺成功と98.68%のバックドアHit@1を達成し、RoCLIP、CleanCLIP、SafeCLIPの防衛をバイパスしている。
ソースコードはhttps://github.com/xinyaocse/ToxicTextCLIP/を通じてアクセスすることができる。
関連論文リスト
- Distill CLIP (DCLIP): Enhancing Image-Text Retrieval via Cross-Modal Transformer Distillation [4.063715077687089]
Distill CLIP (DCLIP) はCLIPモデルの微調整版である。
オリジナルのモデルの強力なゼロショット分類機能を保ちながら、マルチモーダルな画像テキスト検索を強化する。
論文 参考訳(メタデータ) (2025-05-25T07:08:07Z) - Symmetrical Linguistic Feature Distillation with CLIP for Scene Text
Recognition [77.93678598476149]
CLIP-OCR(Symmetrical Linguistic Feature Distillation framework)を新たに構築する。
CLIP画像エンコーダを逆CLIPテキストエンコーダでカスケードすることにより、画像からテキストまでの特徴フローで対称構造を構築する。
大規模な実験では、CLIP-OCRが6つのSTRベンチマークで平均精度93.8%で有効であることが示されている。
論文 参考訳(メタデータ) (2023-10-08T04:00:20Z) - Improving CLIP Training with Language Rewrites [57.935517901210225]
言語書き換えによるCLIPトレーニングを強化するために,Language augmented CLIP (LaCLIP)を導入した。
また,LaCLIPは,学習中に計算やメモリオーバーヘッドを伴わずに転送性能を大幅に向上することを示した。
ImageNetゼロショット精度では、LaCLIPはCC12MでCLIPを8.2%、LAION-400Mで2.4%上回る。
論文 参考訳(メタデータ) (2023-05-31T17:59:04Z) - Robust Contrastive Language-Image Pre-training against Data Poisoning
and Backdoor Attacks [52.26631767748843]
ROCLIPは、ターゲットデータ中毒やバックドア攻撃に対して、マルチモーダル視覚言語モデルを堅牢に学習するための最初の効果的な方法である。
ROCLIPは、比較的大きく多様なランダムキャプションのプールを考慮することにより、有毒な撮像対の関連を効果的に破壊する。
実験の結果,ROCLIPは訓練前のCLIPモデルにおいて,最先端のデータ中毒やバックドア攻撃を未然に防ぐことができることがわかった。
論文 参考訳(メタデータ) (2023-03-13T04:49:46Z) - Non-Contrastive Learning Meets Language-Image Pre-Training [145.6671909437841]
非コントラスト型言語画像事前学習(nCLIP)の有効性について検討する。
我々は、CLIPとnCLIPを組み合わせたマルチタスクフレームワークであるxCLIPを紹介し、nCLIPが機能セマンティクスの強化にCLIPを支援することを示す。
論文 参考訳(メタデータ) (2022-10-17T17:57:46Z)
関連論文リストは本サイト内にある論文のタイトル・アブストラクトから自動的に作成しています。
指定された論文の情報です。
本サイトの運営者は本サイト(すべての情報・翻訳含む)の品質を保証せず、本サイト(すべての情報・翻訳含む)を使用して発生したあらゆる結果について一切の責任を負いません。