日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
VLAarXiv:2609.10292

ロバストな視覚言語エンコーダのための等方性埋め込み摂動

Isotropic Embedding Perturbations for Robust Vision Language Encoders

シェア:XThreadsFacebookLINEはてブBluesky

埋め込み空間に拡散的なランダム摂動を加えるAetherを提案し、視覚言語モデルのマルチモーダル整合性を損なわずに正則化性能を向上させた。

詳しい要約

1. どんなもの?

視覚言語エンコーダの学習において、入力空間ではなく埋め込み空間に拡散スタイルのランダム摂動を加える新しいデータ拡張手法 Aether を提案する。Aether は alpha-mixing による制御された等方的正則化を特徴とし、意味的一貫性を保ちながら表現を滑らかにする。既存の入力空間拡張と組み合わせ可能なプラグイン手法である。

2. 先行研究と比べてどこがすごい?

RandAug, CutMix, Mixup, RandErase, DropPath などの個別手法は強い正則化効果を持つが、組み合わせると機能が重複し性能が飽和する。また、積極的なピクセルレベル操作はクロスモーダルアラインメントを損なう可能性がある。Aether は埋め込み空間で等方的正則化を行うため、これらの問題を回避し、CutMix, Mixup, DropPath, RandAug を組み合わせた先進レシピを上回る一貫した性能向上を達成する。

3. 技術・手法の肝は?

Aether は埋め込み空間に拡散スタイルのランダム摂動を alpha-mixing で制御して適用する。言語モデルの特徴空間摂動や生成事前学習の画像劣化に着想を得て、意味的に一貫した等方的正則化を実現する。これにより、微細な構造情報を損なわずに表現を滑らかにする。

4. どうやって有効だと検証した?

多様なアーキテクチャと複数の認識タスクで評価し、CutMix, Mixup, DropPath, RandAug を組み合わせた先進レシピに対して一貫した性能向上を示した。特にマルチモーダルアラインメントにおいて、従来のピクセル空間拡張が失敗する場面で優れた効果を発揮した。

5. 議論はある?

既存の入力空間拡張の組み合わせは性能が飽和し、ピクセルレベル操作はクロスモーダルアラインメントを乱す可能性がある。Aether は埋め込み空間で等方的正則化を提供し、高次元特徴空間の整合性を尊重する安定した信号を与える点が議論の焦点である。

6. 次に読むべき論文は?

要旨で参照されている RandAug, CutMix, Mixup, RandErase, DropPath などの拡張手法、および言語モデルの特徴空間摂動や生成事前学習の画像劣化に関する研究。同分野の定番として vision-language モデル (CLIP など) の堅牢性に関する論文も挙げられる。

※ AIが要旨から生成した要約です。正確性は原文をご確認ください。

著者: Hyesong Choi, Daeun Kim, Song Park, Taekyung Kim, Byeongho Heo, Sangdoo Yun, Dongbo Min, Dongyoon Han

分類: cs.CV

原文アブストラクト

Data augmentation is fundamental to training modern deep vision and multimodal models. While individual methods, such as RandAug, CutMix, Mixup, RandErase, and DropPath, offer strong regularization effects, their combined use has saturated in performance due to overlapping functionalities, and aggressive pixel-level manipulations may disrupt delicate cross-modal alignment. This saturation motivates the search for a new augmentation axis within the embedding space rather than the input space. We introduce Aether, a simple plug-in method that applies diffusion-style random perturbations in the embedding space via controlled alpha-mixing, specifically designed to provide isotropic regularization that remains semantically consistent. Inspired by feature-space perturbations in language models and image degradation in generative pretraining, Aether induces mild yet effective perturbations that smooth the representations without compromising the fine-grained structural information required for strong vision-language encoders. Across diverse architectures and across multiple recognition tasks, Aether delivers consistent gains over the advanced recipe combining CutMix, Mixup, DropPath, and RandAug---a level of improvement rarely observed with modern augmentation alternatives. Notably, Aether demonstrates superior effectiveness in multi-modal alignment, succeeding where traditional pixel-space augmentations fail by providing a stable, isotropic regularization signal that respects the integrity of the high-dimensional feature space.

関連論文