Skip to main content
QUICK REVIEW

[論文レビュー] Team LEYA in 10th ABAW Competition: Multimodal Ambivalence/Hesitancy Recognition Approach

Elena Ryumina, Alexandr Axyonov|arXiv (Cornell University)|Mar 13, 2026
Emotion and Mood Recognition被引用数 0
ひとこと要約

論文は、動画レベルのアンビブレンス/ヘシテンス認識のためのプロトタイプ拡張分類を備えた四モダリティ融合法を提示し、アンサンブルにより83.25%の平均MF1と71.43%の最終テスト MF1を達成。

ABSTRACT

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、%)
Face1FaceEmotionEfficientNetB0 + 統計特徴MLP65.2960.0562.67
Scene2SceneVideoMAELinear Layer61.7162.2161.96
Audio3AudioEmotionWav2Vec2.0 + MambaLinear Layer67.2070.8769.03
Text4TextTF-IDFLogistic Regression68.3067.7568.03
Text5TextTF-IDFCatBoost65.5672.0268.79
Text6TextFine-tuned EmotionTextClassifierMLP69.2870.7270.00
Text7TextFine-tuned EmotionDistilRoBERTaMLP68.5471.4970.02
Multimodal8Models IDs 1, 2, 3 and 4Multimodal Fusion ModelLinear Layer80.7977.0378.91
Multimodal9Models IDs 1, 2, 3 and 5Multimodal Fusion ModelLinear Layer77.9178.5478.22
Multimodal10Models IDs 1, 2, 3 and 6Multimodal Fusion ModelLinear Layer78.3577.0377.69
Multimodal11Models IDs 1, 2, 3 and 7Multimodal Fusion ModelLinear Layer85.3879.9482.6668.32
Multimodal12Models IDs 1, 2, 3 and 7Multimodal Fusion Model with Prototype HeadLinear Layer83.7982.7283.2565.21
Multimodal13Models IDs 1, 2, 3 and 7Ensemble of Five Multimodal Fusion ModelsLinear Layer81.9480.6481.2970.17
Multimodal14Models IDs 1, 2, 3 and 7Ensemble of Five Multimodal Fusion Models with Prototype HeadLinear Layer83.0080.7781.8971.43
  • マルチモーダル融合は開発時とテスト時のすべてのユニモーダルベースラインを上回る。
  • 最良のユニモーダル平均MF1:EmotionDistilRoBERTa = 70.02%;最良の融合平均MF1:プロトタイプ拡張四モダリティモデル = 83.25%。
  • 最終テストMF1のピークは、5つのプロトタイプ拡張融合モデルのアンサンブルで達成:71.43%。
  • アブレーションにより、シーンとテキストの組み合わせから最も大きな改善が見られ、4つのモダリティすべてを用いると全体として最良の結果となる。
  • プロトタイプ拡張融合は補助信号を提供し最終予測を強化し、プライベートテスト分割での一般化をアンサンブルが向上させる。

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。