paper-with-me

Papers

Multimodal Deep Models for Predicting Affective Responses Evoked by Movies

2019-09-16 · Ha Thi Phuong Thao, Dorien Herremans, Gemma Roig

The goal of this study is to develop and analyze multimodal models for predicting experienced affective responses of viewers watching movie clips. We develop hybrid multimodal prediction models based on both the video and audio of the clips. For the video content, we hypothesize that both image content and motion are crucial features for evoked emotion prediction. To capture such information, we extract features from RGB frames and optical flow using pre-trained neural networks. For the audio model, we compute an enhanced set of low-level descriptors including intensity, loudness, cepstrum, linear predictor coefficients, pitch and voice quality. Both visual and audio features are then concatenated to create audio-visual features, which are used to predict the evoked emotion. To classify the movie clips into the corresponding affective response categories, we propose two approaches based on deep neural network models. The first one is based on fully connected layers without memory on the time component, the second incorporates the sequential dependency with a long short-term memory recurrent neural network (LSTM). We perform a thorough analysis of the importance of each feature set. Our experiments reveal that in our set-up, predicting emotions at each time step independently gives slightly better accuracy performance than with the LSTM. Interestingly, we also observe that the optical flow is more informative than the RGB in videos, and overall, models using audio features are more accurate than those based on video features when making the final prediction of evoked emotions.

📄 PDF Abstract BibTeX arXiv:1909.06957

Code (1)

ivyha010/emotionprediction 공식 구현 pytorch

Tasks

Optical Flow Estimation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

EEV: A Large-Scale Dataset for Studying Evoked Expressions from Video

2020-01-15 · Jennifer J. Sun, Ting Liu, Alan S. Cowen, Florian Schroff 외

Videos can evoke a range of affective responses in viewers. The ability to predict evoked affect from a video, before viewers watch the video, can help in content creation and video recommendation. We introduce the Evoke…

DiversityRecommendation SystemsTransfer LearningVideo Understanding

AttendAffectNet–Emotion Prediction of Movie Viewers Using Multimodal Fusion with Self-Attention

2021-12-14 · Sensors 2021 12 · Ha Thi Phuong Thao, B T Balamurali, Gemma Roig, Dorien Herremans

In this paper, we tackle the problem of predicting the affective responses of movie viewers, based on the content of the movies. Current studies on this topic focus on video representation learning and fusion techniques …

Representation Learning

Recognizing Emotions evoked by Movies using Multitask Learning

2021-07-30 · Hassan Hayat, Carles Ventura, Agata Lapedriza

Understanding the emotional impact of movies has become important for affective movie analysis, ranking, and indexing. Methods for recognizing evoked emotions are usually trained on human annotated data. Concretely, view…

Multi-Task Learning

AttendAffectNet: Self-Attention based Networks for Predicting Affective Responses from Movies

2020-10-21 · Ha Thi Phuong Thao, Balamurali B. T., Dorien Herremans, Gemma Roig

In this work, we propose different variants of the self-attention based network for emotion prediction from movies, which we call AttendAffectNet. We take both audio and video into account and incorporate the relation am…

PredictionRelation

Multimodal Recurrent Ensembles for Predicting Brain Responses to Naturalistic Movies (Algonauts 2025)

2025-07-23 · Semih Eren, Deniz Kucukahmetler, Nico Scherf arxiv

Accurately predicting distributed cortical responses to naturalistic stimuli requires models that integrate visual, auditory and semantic information over time. We present a hierarchical multimodal recurrent ensemble tha…