Less is More: Sparse Sampling for Dense Reaction Predictions

Authors: Kezhou Lin, xiaohan-wangXiaohan Wang, Zhedong Zheng, linchao-zhuLinchao Zhu, yi-yangYi Yang

Published in CVPR Workshop of Affective Understanding in Video on Evoked Expressions from Videos (EEV) Challenge (the 2nd Place), 2021

Recommended citation: Kezhou Lin, Xiaohan Wang, Zhedong Zheng, Linchao Zhu, Yi Yang, "Less is More: Sparse Sampling for Dense Reaction Predictions." CVPR Workshop of Affective Understanding in Video on Evoked Expressions from Videos (EEV) Challenge (the 2nd Place), 2021.
Download PDF: https://zdzheng.xyz/files/2021/CVPRW2021_EEV.pdf

Code is available at: https://github.com/HenryLittle/EEV-Challenge-2021

Abstract: Obtaining viewer responses from videos can be useful for creators and streaming platforms to analyze the video performance and improve the future user experience. In this report, we present our method for 2021 Evoked Expression from Videos Challenge. In particular, our model utilizes both audio and image modalities as inputs to predict emotion changes of viewers. To model long-range emotion changes, we use a GRU-based model to predict one sparse signal with 1Hz. We observe that the emotion changes are smooth. Therefore, the final dense prediction is obtained via linear interpolating the signal, which is robust to the prediction fluctuation. Albeit simple, the proposed method has achieved pearson's correlation score of 0.04430 on the final private test set.

@inproceedings{lin2021more,
author = "Lin, Kezhou and Wang, Xiaohan and Zheng, Zhedong and Zhu, Linchao and Yang, Yi",
title = "Less is More: Sparse Sampling for Dense Reaction Predictions",
abstract = "Obtaining viewer responses from videos can be useful for creators and streaming platforms to analyze the video performance and improve the future user experience. In this report, we present our method for 2021 Evoked Expression from Videos Challenge. In particular, our model utilizes both audio and image modalities as inputs to predict emotion changes of viewers. To model long-range emotion changes, we use a GRU-based model to predict one sparse signal with 1Hz. We observe that the emotion changes are smooth. Therefore, the final dense prediction is obtained via linear interpolating the signal, which is robust to the prediction fluctuation. Albeit simple, the proposed method has achieved pearson's correlation score of 0.04430 on the final private test set.",
booktitle = "CVPR Workshop of Affective Understanding in Video on Evoked Expressions from Videos (EEV) Challenge (the 2nd Place)",
url = "https://zdzheng.xyz/files/2021/CVPRW2021\_EEV.pdf",
code = "https://github.com/HenryLittle/EEV-Challenge-2021",
year = "2021" }