[論文レビュー] Team LEYA in 10th ABAW Competition: Multimodal Ambivalence/Hesitancy Recognition Approach
論文は、動画レベルのアンビブレンス/ヘシテンス認識のためのプロトタイプ拡張分類を備えた四モダリティ融合法を提示し、アンサンブルにより83.25%の平均MF1と71.43%の最終テスト MF1を達成。
Ambivalence/hesitancy recognition in unconstrained videos is a challenging problem due to the subtle, multimodal, and context-dependent nature of this behavioral state. In this paper, a multimodal approach for video-level ambivalence/hesitancy recognition is presented for the 10th ABAW Competition. The proposed approach integrates four complementary modalities: scene, face, audio, and text. Scene dynamics are captured with a VideoMAE-based model, facial information is encoded through emotional frame-level embeddings aggregated by statistical pooling, acoustic representations are extracted with EmotionWav2Vec2.0 and processed by a Mamba-based temporal encoder, and linguistic cues are modeled using fine-tuned transformer-based text models. The resulting unimodal embeddings are further combined using multimodal fusion models, including prototype-augmented variants. Experiments on the BAH corpus demonstrate clear gains of multimodal fusion over all unimodal baselines. The best unimodal configuration achieved an average MF1 of 70.02%, whereas the best multimodal fusion model reached 83.25%. The highest final test performance, 71.43%, was obtained by an ensemble of five prototype-augmented fusion models. The obtained results highlight the importance of complementary multimodal cues and robust fusion strategies for ambivalence/hesitancy recognition.
研究の動機と目的
- 制約のない動画におけるアンビブレンス/ヘシテンス認識を動機づけ、微妙なマルチモーダル動作状態を扱う。
- 統合融合のためにコンパクトなユニモーダル埋め込みを学習する四モダリティパイプライン(シーン、顔、音声、テキスト)を開発する。
- モーダリティ間の依存関係をモデル化するため、プロトタイプ拡張目的を含むトランスフォーマーベースの融合を探究する。
- BAHコーパス上でマルチモーダル融合がユニモーダルベースラインを上回ることを示し、アンサンブルを通じてロバスト性を示す。
提案手法
- VideoMAEベースの視覚モデルでシーンのダイナミクスを抽出。
- AffectNetで微調整したEfficientNetB0によるフレームレベルの感情埋め込みを統計的にプーリングして顔情報をエンコードし、MLPへ供給。
- EmotionWav2Vec2.0で音響感情特徴を抽出し、MambaまたはTransformerエンコーダで時系列モデリング後にプーリング。
- 転写のテキストモデル(EmotionDistilRoBERTa、EmotionTextClassifier 等)を微調整して言語的手掛かりをモデル化し、密なテキスト埋め込みを得る。
- モダリティトークンを用いたトランスフォーマー型のマルチモーダルモジュールでユニモーダル埋め込みを融合し、プロトタイプベースの分類目的を導入、欠損データのモダリティマスクも含める。
- 二段階システムを学習する:各モダリティのユニモーダルエンコーダ、次に共有潜在フュージョンを行い、必要に応じてプロトタイプと多様性正則化を損失に付与する。
実験結果
リサーチクエスチョン
- RQ1シーン、顔、音声、テキストの補完的手掛かりを活用して、動画レベルで堅牢なアンビブレンス/ヘシテンス認識を達成できるか。
- RQ2プロトタイプ拡張融合は標準的な融合より識別性と一般化を向上させるか。
- RQ3各モダリティが最終性能に与える寄与はどれか、モダリティ融合はユニモーダルベースラインとどう比較されるか。
- RQ4ABA W10 A/Hチャレンジの未公開のプライベートテストデータに対してアンサンブル融合性能は頑健か。
主な発見
| モデル構成 | BAHサブコーパス | モダリティ | 特徴量 | 分類器 | 開発/検証(MF1、%) | テスト(MF1、%) | 平均(MF1、%) | 最終テスト(MF1、%) |
|---|---|---|---|---|---|---|---|---|
| Face | 1 | Face | EmotionEfficientNetB0 + 統計特徴 | MLP | 65.29 | 60.05 | 62.67 | – |
| Scene | 2 | Scene | VideoMAE | Linear Layer | 61.71 | 62.21 | 61.96 | – |
| Audio | 3 | Audio | EmotionWav2Vec2.0 + Mamba | Linear Layer | 67.20 | 70.87 | 69.03 | – |
| Text | 4 | Text | TF-IDF | Logistic Regression | 68.30 | 67.75 | 68.03 | – |
| Text | 5 | Text | TF-IDF | CatBoost | 65.56 | 72.02 | 68.79 | – |
| Text | 6 | Text | Fine-tuned EmotionTextClassifier | MLP | 69.28 | 70.72 | 70.00 | – |
| Text | 7 | Text | Fine-tuned EmotionDistilRoBERTa | MLP | 68.54 | 71.49 | 70.02 | – |
| Multimodal | 8 | Models IDs 1, 2, 3 and 4 | Multimodal Fusion Model | Linear Layer | 80.79 | 77.03 | 78.91 | – |
| Multimodal | 9 | Models IDs 1, 2, 3 and 5 | Multimodal Fusion Model | Linear Layer | 77.91 | 78.54 | 78.22 | – |
| Multimodal | 10 | Models IDs 1, 2, 3 and 6 | Multimodal Fusion Model | Linear Layer | 78.35 | 77.03 | 77.69 | – |
| Multimodal | 11 | Models IDs 1, 2, 3 and 7 | Multimodal Fusion Model | Linear Layer | 85.38 | 79.94 | 82.66 | 68.32 |
| Multimodal | 12 | Models IDs 1, 2, 3 and 7 | Multimodal Fusion Model with Prototype Head | Linear Layer | 83.79 | 82.72 | 83.25 | 65.21 |
| Multimodal | 13 | Models IDs 1, 2, 3 and 7 | Ensemble of Five Multimodal Fusion Models | Linear Layer | 81.94 | 80.64 | 81.29 | 70.17 |
| Multimodal | 14 | Models IDs 1, 2, 3 and 7 | Ensemble of Five Multimodal Fusion Models with Prototype Head | Linear Layer | 83.00 | 80.77 | 81.89 | 71.43 |
- マルチモーダル融合は開発時とテスト時のすべてのユニモーダルベースラインを上回る。
- 最良のユニモーダル平均MF1:EmotionDistilRoBERTa = 70.02%;最良の融合平均MF1:プロトタイプ拡張四モダリティモデル = 83.25%。
- 最終テストMF1のピークは、5つのプロトタイプ拡張融合モデルのアンサンブルで達成:71.43%。
- アブレーションにより、シーンとテキストの組み合わせから最も大きな改善が見られ、4つのモダリティすべてを用いると全体として最良の結果となる。
- プロトタイプ拡張融合は補助信号を提供し最終予測を強化し、プライベートテスト分割での一般化をアンサンブルが向上させる。
より良い研究を、今すぐ始めましょう
論文設計から論文執筆まで、研究時間を劇的に削減しましょう。
クレジットカード登録不要
このレビューはAIが作成し、人間の編集者が確認しました。