TVParser: An Automatic TV Video Parsing Method

Abstract

In this paper, we propose an automatic approach to simultaneously name faces and discover scenes in TV shows. We follow the multi-modal idea of utilizing script to assist video content understanding, but without using timestamp (provided by script-subtitles alignment) as the connection. Instead, the temporal relation between faces in the video and names in the script is investigated in our approach, and an global optimal video-script alignment is inferred according to the character correspondence. The contribution of this paper is two-fold: (1) we propose a generative model, named TVParser, to depict the temporal character correspondence between video and script, from which face-name relationship can be automatically learned as a model parameter, and meanwhile, video scene structure can be effectively inferred as a hidden state sequence; (2) we find fast algorithms to accelerate both model parameter learning and state inference, resulting in an efficient and global optimal alignment. We conduct extensive comparative experiments on popular TV series and report comparable and even superior performance over existing methods.

Cite

Text

Liang et al. "TVParser: An Automatic TV Video Parsing Method." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2011. doi:10.1109/CVPR.2011.5995681

Markdown

[Liang et al. "TVParser: An Automatic TV Video Parsing Method." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2011.](https://mlanthology.org/cvpr/2011/liang2011cvpr-tvparser/) doi:10.1109/CVPR.2011.5995681

BibTeX

@inproceedings{liang2011cvpr-tvparser,
  title     = {{TVParser: An Automatic TV Video Parsing Method}},
  author    = {Liang, Chao and Xu, Changsheng and Cheng, Jian and Lu, Hanqing},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2011},
  pages     = {3377-3384},
  doi       = {10.1109/CVPR.2011.5995681},
  url       = {https://mlanthology.org/cvpr/2011/liang2011cvpr-tvparser/}
}