Audio-Text Cross-Attention with Psycholinguistic Support Features for Ambivalence/Hesitancy Recognition

· Source: Takara TLDR - Daily AI Papers · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, quick

Summary

An audio-text system designed for the 11th ABAW Competition's Ambivalence/Hesitancy Video Recognition Challenge processes videos by excluding visual frames and representing them as overlapping 5-second windows, aligned with transcript timestamps. Each window integrates a 320-dimensional prosodic audio descriptor, a 768-dimensional emotion-oriented RoBERTa embedding, and 74 handcrafted features specifically capturing uncertainty, hedging, and attitudinal conflict. Audio and text components are fused using temporal cross-attention, while the support features are injected before gated multiple-instance learning (MIL) pooling to modulate window importance. The system averages predictions from five independently initialized models, achieving an an average precision of 0.875 and a macro-F1 of 0.72 on the labeled public development set. The source code is publicly available.

Key takeaway

For NLP Engineers developing emotion recognition systems, consider integrating psycholinguistic support features alongside audio and text modalities. Your models can achieve higher precision and F1 scores by using temporal cross-attention for fusion and gated multiple-instance learning for feature modulation. Explore the publicly available source code to adapt this multi-modal, ensemble approach for similar complex emotional state detection tasks.

Key insights

Combining audio, text, and psycholinguistic features via cross-attention improves ambivalence recognition.

Principles

Method

The system processes 5-second audio-text windows, fusing prosodic audio and RoBERTa text via temporal cross-attention, then injecting 74 handcrafted psycholinguistic features before gated MIL pooling.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Takara TLDR - Daily AI Papers.