Is Alice Chasing or Being Chased?: Determining Subject and Object of Activities in Videos

Abstract

Recent progress in video description has shown promising results by combining object/action recognition and natural language processing techniques. However, even the most simplest form of the generated sentence, the SVO triplet (Subject/Verb/Object), can be misleading for its lack of role relationship analysis. When the system detects keywords "person", "baby" and "feed", we do not want the system to generate "a person feeding a baby" when the actual screen is a scene where the baby is trying to share the food. In this paper, we explore role relationships between objects/persons and their usage in generating a more meaningful video description. More specifically, we confine ourselves on the following problem: identifying subject and object roles in two-person activities. We argue that the subject and object roles have consistent properties across different activities. To that end, we cast this problem as a domain adaptation problem. A novel Youtube SVO dataset is proposed for evaluating methods developed for this problem. The performance of the proposed method is compared against several baseline methods.

Cite

Text

Zhang et al. "Is Alice Chasing or Being Chased?: Determining Subject and Object of Activities in Videos." IEEE/CVF Winter Conference on Applications of Computer Vision, 2016. doi:10.1109/WACV.2016.7477710

Markdown

[Zhang et al. "Is Alice Chasing or Being Chased?: Determining Subject and Object of Activities in Videos." IEEE/CVF Winter Conference on Applications of Computer Vision, 2016.](https://mlanthology.org/wacv/2016/zhang2016wacv-alice/) doi:10.1109/WACV.2016.7477710

BibTeX

@inproceedings{zhang2016wacv-alice,
  title     = {{Is Alice Chasing or Being Chased?: Determining Subject and Object of Activities in Videos}},
  author    = {Zhang, Teng and Liu, Liangchen and Wiliem, Arnold and Lovell, Brian C.},
  booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
  year      = {2016},
  pages     = {1-7},
  doi       = {10.1109/WACV.2016.7477710},
  url       = {https://mlanthology.org/wacv/2016/zhang2016wacv-alice/}
}