affective system integration

Building systems that detect, interpret, and respond to users' emotions by integrating sensors (camera, microphone, wearables), signal-processing pipelines (facial-expression, speech-prosody, physiological feature extraction), and multimodal ML models (CNNs, RNNs/transformers with attention or late/early fusion) to adapt UI/behavior in real time; practical work includes dataset curation and annotation, model training and evaluation (PyTorch/TensorFlow), latency and robustness engineering, and addressing privacy, consent, and bias mitigation.

affectivesystemintegration

Recent Skill Trend

Momentum and market value over time
Trending
Score
No comparison yet
-0.56
Aug 01, 2026Aug 01, 2026
Career
Value
No comparison yet
$200K/year
Aug 01, 2026Aug 01, 2026

Recommended Survey Paper

Quick overview of the field
View more

Datasets for Valence and Arousal Inference: A Survey

Oct 01, 2025
HS
Helen Schneider
🏛️ Karlsruhe Institute of Technology (KIT) | FZI Research Center for Information Technology

This study addresses the lack of systematic characterization of multimodal affective computing datasets for continuous valence–arousal annotation. We conduct a comprehensive survey of 25 such datasets published between 2008 and 2024, analyzing their scale, participant demographics, sensor modalities (e.g., EEG, ECG, facial video, speech), annotation protocols, and data formats. Through cross-dataset comparative analysis and methodological evaluation, we chart the technical evolution and application distribution of these resources for the first time. Our findings reveal a dominant trend toward camera-centric acquisition coupled with synergistic multimodal fusion, and quantitatively demonstrate the performance gains achievable through integrated physiological–behavioral signal fusion. The study delivers an authoritative, empirically grounded methodology guide for dataset selection, model design, and real-world deployment of affective computing systems—particularly in human–computer interaction, mental health monitoring, and autonomous driving applications.

Exploring sensor fusion approaches for valence-arousal model improvementReviewing 25 affect datasets from 2008 to 2024Surveying datasets for continuous valence and arousal inference

Deep Learning Approaches for Multimodal Intent Recognition: A Survey

Jul 24, 2025
JZ
Jingwei Zhao
🏛️ Beijing University of Posts and Telecommunications | Tsinghua University

Traditional unimodal text-based intent recognition suffers from limited contextual expressiveness, while human–computer interaction increasingly demands robust integration of heterogeneous signals. This paper systematically surveys deep learning–based multimodal intent recognition, focusing on synergistic modeling of textual, audio, visual, and physiological modalities. It traces the technical evolution from unimodal baselines to cross-modal fusion, emphasizing breakthrough applications of Transformer architectures in cross-modal alignment, feature fusion, and representation learning. We catalog 12 mainstream multimodal datasets, unify evaluation metrics, and identify representative application scenarios. A three-dimensional taxonomy—spanning modality combinations, fusion levels (early/late/hybrid), and learning paradigms (supervised/self-supervised/few-shot)—is proposed. Key challenges—including modality asynchrony, few-shot generalization, and model interpretability—are critically analyzed. Future directions include optimized cross-modal alignment, neuro-symbolic integration, and edge-efficient lightweight modeling, offering a structured reference for advancing multimodal intent understanding.

Addressing challenges in multimodal intent recognition (MIR)Exploring shift from unimodal to multimodal techniquesSurveying deep learning methods for intent recognition

Must-Read Papers

Most classic and influential ideas
View more

To address the challenges of deploying emotion recognition on resource-constrained edge devices—namely, stringent requirements for model compactness, ultra-low power consumption, and on-device privacy preservation—existing cloud-dependent or multimodal approaches fail to meet real-time inference demands and hardware constraints. This paper proposes an efficient microcontroller-optimized multimodal emotion recognition framework featuring audio–text late fusion. It integrates a hardware-aware quantized Transformer with a DSResNet-SE acoustic model and introduces frozen keyword embeddings for lightweight, task-specific fusion. Training-to-deployment spectral alignment is ensured via MicroFrontend preprocessing and the MLTK toolchain. Evaluated on the Coral Dev Board Micro, the system achieves end-to-end latency of 21–23 ms and memory footprint of only 1.8 MB, while improving macro-F1 by 6.3% over unimodal baselines. To our knowledge, this is the first work to enable real-time, privacy-preserving multimodal emotion inference on ultra-low-power edge hardware.

Achieving real-time performance within strict memory constraintsCombining acoustic and linguistic features for multimodal inferenceDeploying emotion recognition on ultra-low-power edge devices

MVP: Multimodal Emotion Recognition based on Video and Physiological Signals

Jan 06, 2025
VS
Valeriya Strizhkova
🏛️ Inria | EURECOM | Georgian Technical University | Scuola Superiore Sant'Anna

Long-term (1–2 minute) multimodal emotion recognition faces challenges in modeling dynamic cross-modal interactions and effectively fusing long video sequences with multi-channel physiological signals (e.g., EDA, ECG/PPG). To address this, we propose MVP, a lightweight attention-driven video-physiology fusion architecture. MVP introduces the first unified deep learning framework integrating a dual-stream CNN-LSTM video encoder, a time-frequency feature extraction network for physiological signals, and a cross-modal alignment module with adaptive weighted fusion. Crucially, MVP enables end-to-end co-optimization of visual and multi-channel physiological representations, substantially enhancing long-sequence modeling capability. Evaluated on standard benchmarks, MVP achieves a 4.2–6.8% absolute accuracy improvement over state-of-the-art methods under the joint video+EDA+ECG/PPG modality. Comprehensive experiments further validate its robustness and generalizability across diverse subjects and recording conditions.

Deep LearningEmotion RecognitionIntegration of Behavioral and Physiological Responses

This work addresses multimodal sentiment recognition and sentiment polarity analysis in realistic multi-party conversational scenarios. To overcome insufficient modeling of dynamic cross-modal coupling during multi-speaker interactions, we propose— for the first time—a four-modal (text, speech, facial, and video) collaborative modeling framework: RoBERTa, Wav2Vec 2.0, a custom lightweight FacialNet, and an end-to-end CNN-Transformer video encoder are employed for modality-specific feature extraction; features are then fused and jointly classified. Our core innovations include cross-modal temporal alignment modeling and a dialogue-oriented lightweight visual representation design. Evaluated on standard multi-party dialogue benchmarks, our method achieves 66.36% accuracy for emotion recognition and 72.15% for sentiment analysis—significantly outperforming all unimodal baselines—demonstrating the effectiveness of multimodal collaborative modeling.

Improving accuracy over unimodal approaches in emotion and sentiment prediction.Multimodal emotion recognition in multi-party conversations.Sentiment analysis using integrated text, speech, facial, and video data.

Emotion Detection and Music Recommendation System

Mar 26, 2025
SK
Swetha Kambham
🏛️ Montclair State University | ERP Health LLC

This study addresses the lack of real-time responsiveness and personalization in emotional health interventions by proposing a lightweight, closed-loop affective music recommendation system. Methodologically, it integrates OpenCV-based real-time facial video capture with the lightweight DeepFace model for on-device facial emotion classification (six basic emotions), dynamically matching identified states to curated mood-regulating tracks from a locally stored, labeled music library; the system supports manual track switching, loop playback, and GUI interaction. Its key contribution is the first end-to-end, low-latency (mean 1.18 s), cloud-independent emotion–music adaptive closed loop, balancing real-time performance with user controllability. Experimental results show an emotion recognition accuracy of 89.2% and a 41% improvement in self-reported emotional well-being (N = 127), validating the efficacy and feasibility of localized music therapy for real-time emotion regulation.

Detect human emotions in real-time using facial recognitionEnhance emotional well-being through automated music therapyRecommend music based on detected emotional states

Modular Deep Learning Framework for Assistive Perception: Gaze, Affect, and Speaker Identification

Nov 25, 2025
AP
Akshit Pramod Anchan
🏛️ Vellore Institute of Technology (VIT)

This study addresses the challenge of inefficient multimodal (visual-auditory) module coordination in assistive perception systems. We propose a lightweight, domain-specific modular deep learning framework: a CNN processes eye-region images for gaze-state estimation; a deeper CNN models facial expressions (trained on FER2013); and a CNN-LSTM hybrid architecture performs speaker identification (using a custom audio dataset). Each module is independently optimized and designed for plug-and-play integration. Our key contribution is empirically validating that high-accuracy unimodal modeling combined with a loosely coupled modular architecture achieves superior performance and deployment flexibility under resource constraints. Experiments yield accuracies of 93.0% (gaze state), 97.8% (facial expression), and 96.89% (speaker ID), significantly outperforming end-to-end joint modeling baselines. This work establishes a scalable, modular paradigm for assistive technologies.

Independent modules detect eye state, facial expressions, and speaker identityLightweight domain-specific models achieve high accuracy for resource-constrained devicesModular architecture integrates visual and auditory perception for assistive technology

Latest Papers

What's happening recently
View more

This work addresses the challenge of efficiently executing multimodal perception tasks on low-power edge devices, where existing intelligent surveillance systems struggle with both computational efficiency and context-aware resource management. We propose a real-time multimodal vision framework tailored for the Raspberry Pi 5, integrating YOLOv8n for object detection, a customized FaceNet module for face recognition, and DeepFace for emotion classification. A context-triggered adaptive runtime scheduler dynamically activates subtasks only when needed, enabling effective task coordination while substantially reducing computational load. Experimental results demonstrate a 65% reduction in computational overhead, with an object detection AP of 0.861, 88% face recognition accuracy, and an emotion classification AUC up to 0.97, achieving an overall inference speed of 5.6 FPS. These findings validate the feasibility of deploying complex multimodal AI pipelines efficiently on cost-constrained edge hardware.

adaptive schedulingedge computinglow-power

Affective Computing and Emotional Data: Challenges and Implications in Privacy Regulations, The AI Act, and Ethics in Large Language Models

Sep 24, 2025
NF
Nicola Fabiano
🏛️ Studio Legale Fabiano | International Institute of Informatics and Systemics

This study addresses critical privacy, ethical, and cross-cultural bias challenges arising from integrating affective computing and large language models into AI systems for emotion recognition and response. Methodologically, it advances the theoretical proposition that “emotion data constitute sensitive personal information,” develops a multimodal emotion recognition framework combining CNNs (for facial cues) and RNNs (for temporal speech/text features), and establishes a GDPR- and EU AI Act–compliant governance pathway grounded in informed consent, purpose limitation, and data minimization. Key contributions include: (1) the first systematic legal classification of emotion data under data protection law; (2) a culturally adaptive governance framework balancing algorithmic transparency with individual emotional autonomy; and (3) an empirical analysis of application-specific risks and cultural bias mechanisms in healthcare, education, and customer service—thereby providing both theoretical foundations and actionable guidelines for responsible affective AI development. (149 words)

Addressing privacy concerns and regulatory compliance for emotional dataAnalyzing cultural biases and ethical implications of emotion recognitionExamining emotional intelligence integration in AI systems and LLMs

Realtime Multimodal Emotion Estimation using Behavioral and Neurophysiological Data

Aug 12, 2025
VR
Von Ralph Dane Marquez Herbuela
🏛️ International Research Center for Neurointelligence (WPI-IRCN) | The University of Tokyo

To address emotion recognition and expression challenges faced by neurodiverse individuals—particularly those with autism spectrum disorder (ASD)—this study proposes an interpretable, personalized, real-time multimodal affect estimation framework. The method integrates physiological signals (EEG, ECG, BVP, GSR/EDA) with behavioral modalities (facial expressions, speech) and models affect dynamically in the two-dimensional arousal–valence space. Key contributions include: (1) a cross-modal unified representation mechanism supporting both naturalistic (passive video viewing) and interactive (semi-structured dialogue) scenarios; and (2) an individual adaptation module coupled with neuroadaptive feedback, enabling affective education and inclusive human–machine interaction. Experimental results demonstrate significant improvements in real-time affect estimation accuracy and inter-subject specificity. This work establishes a novel paradigm for affective computing tailored to neurodiverse users, advancing both theoretical understanding and practical deployment in assistive and educational technologies.

Multimodal data fusion for accurate emotion trackingPersonalized feedback and interaction design supportReal-time emotion estimation for neurodiverse individuals

This study addresses emotion and stress recognition from multimodal physiological signals to enhance the performance of health monitoring and affective computing systems. Leveraging the WESAD dataset, the work proposes a two-stage fusion framework that integrates early signal fusion at the sensor level with multi-model ensembling at the prediction stage. Deep temporal models—including LSTM, TCN, and Transformer—are employed to jointly model wrist- and chest-based physiological signals. This approach substantially improves system robustness and generalization, achieving state-of-the-art performance with 98.91% accuracy and a macro F1-score of 98.56% in multimodal settings.

affective computingmultimodal emotion recognitionphysiological signals

Pioneering Multimodal Emotion Recognition in the Era of Large Models: From Closed Sets to Open Vocabularies

Dec 23, 2025
JH
Jing Han
🏛️ University of Cambridge | Hunan University | Imperial College London | TUM University Hospital | Munich Center for Machine Learning | Munich Data Science Institute

Prior work lacks systematic evaluation of multimodal large language models (MLLMs) on fine-grained emotion understanding in open-vocabulary multimodal emotion recognition (MER-OV). Method: We introduce the first large-scale MER-OV benchmark—built upon the OV-MERD dataset—and comprehensively evaluate 19 state-of-the-art MLLMs across audio, video, and text modalities. We propose a multidimensional evaluation paradigm covering reasoning analysis, modality fusion, context utilization, and prompt engineering. Contribution/Results: Our study reveals that two-stage trimodal fusion is optimal, with video contributing most to performance; open- and closed-source MLLMs exhibit negligible performance gaps. Our framework achieves new state-of-the-art results on MER-OV. We publicly release code, models, and practical guidelines to advance interpretable, fine-grained affective AI.

Benchmarking multimodal large models for open-vocabulary emotion recognitionEvaluating fine-grained emotion understanding across diverse model architecturesIdentifying optimal fusion strategies for audio, video, and text modalities

Hot Scholars

PM

Pattie Maes

Professor of Media Arts and Sciences, MIT
human computer interactionartificial intelligencedigital health
ZL

Zheng Lian

Associate Professor, IEEE/CCF Senior Member, Institute of Automation, Chinese Academy of Sciences
Affective ComputingSentiment AnalysisMachine Learning
XP

Xiaojiang Peng

Shenzhen Technology University
Computer VisionFacial Expression RecognitionMultimodal Emotion Recognition
PB

Paolo Burelli

Associate Professor
Artificial IntelligenceData MiningComputer Games
PH

Pan Hui

Chair Professor, Nokia Chair in Data Science, FREng & IEEE Fellow (HKUST & University of Helsinki)
Ubiquitous ComputingMobile ComputingAugmented RealityData Science