Recurrent Convolutional Neural Network Regression for Continuous Pain Intensity Estimation in Video
Abstract
Automatic pain intensity estimation possesses a significant position in healthcare and medical field. Traditional static methods prefer to extract features from frames separately in a video, which would result in unstable changes and peaks among adjacent frames. To overcome this problem, we propose a real-time regression framework based on the recurrent convolutional neural network for automatic frame-level pain intensity estimation. Given vector sequences of AAM-warped facial images, we used a slidingwindow strategy to obtain fixed-length input samples for the recurrent network. We then carefully design the architecture of the recurrent network to output continuousvalued pain intensity. The proposed end-to-end pain intensity regression framework can predict the pain intensity of each frame by considering a sufficiently large historical frames while limiting the scale of the parameters within the model. Our method achieves promising results regarding both accuracy and running speed on the published UNBCMcMaster Shoulder Pain Expression Archive Database.
Cite
Text
Zhou et al. "Recurrent Convolutional Neural Network Regression for Continuous Pain Intensity Estimation in Video." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2016. doi:10.1109/CVPRW.2016.191Markdown
[Zhou et al. "Recurrent Convolutional Neural Network Regression for Continuous Pain Intensity Estimation in Video." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2016.](https://mlanthology.org/cvprw/2016/zhou2016cvprw-recurrent/) doi:10.1109/CVPRW.2016.191BibTeX
@inproceedings{zhou2016cvprw-recurrent,
title = {{Recurrent Convolutional Neural Network Regression for Continuous Pain Intensity Estimation in Video}},
author = {Zhou, Jing and Hong, Xiaopeng and Su, Fei and Zhao, Guoying},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
year = {2016},
pages = {1535-1543},
doi = {10.1109/CVPRW.2016.191},
url = {https://mlanthology.org/cvprw/2016/zhou2016cvprw-recurrent/}
}