English

Less is More: Sparse Sampling for Dense Reaction Predictions

Computer Vision and Pattern Recognition 2021-06-04 v1

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.

Keywords

Cite

@article{arxiv.2106.01764,
  title  = {Less is More: Sparse Sampling for Dense Reaction Predictions},
  author = {Kezhou Lin and Xiaohan Wang and Zhedong Zheng and Linchao Zhu and Yi Yang},
  journal= {arXiv preprint arXiv:2106.01764},
  year   = {2021}
}

Comments

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

R2 v1 2026-06-24T02:47:28.052Z