Actor and Action Video Segmentation from a Sentence

Abstract

This paper strives for pixel-level segmentation of actors and their actions in video content. Different from existing works, which all learn to segment from a fixed vocabulary of actor and action pairs, we infer the segmentation from a natural language input sentence. This allows to distinguish between fine-grained actors in the same super-category, identify actor and action instances, and segment pairs that are outside of the actor and action vocabulary. We propose a fully-convolutional model for pixel-level actor and action segmentation using an encoder-decoder architecture optimized for video. To show the potential of actor and action video segmentation from a sentence, we extend two popular actor and action datasets with more than 7,500 natural language descriptions. Experiments demonstrate the quality of the sentence-guided segmentations, the generalization ability of our model, and its advantage for traditional actor and action segmentation compared to the state-of-the-art.

Cite

Text

Gavrilyuk et al. "Actor and Action Video Segmentation from a Sentence." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018. doi:10.1109/CVPR.2018.00624

Markdown

[Gavrilyuk et al. "Actor and Action Video Segmentation from a Sentence." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018.](https://mlanthology.org/cvpr/2018/gavrilyuk2018cvpr-actor/) doi:10.1109/CVPR.2018.00624

BibTeX

@inproceedings{gavrilyuk2018cvpr-actor,
  title     = {{Actor and Action Video Segmentation from a Sentence}},
  author    = {Gavrilyuk, Kirill and Ghodrati, Amir and Li, Zhenyang and Snoek, Cees G. M.},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2018},
  doi       = {10.1109/CVPR.2018.00624},
  url       = {https://mlanthology.org/cvpr/2018/gavrilyuk2018cvpr-actor/}
}