Object-Aware Video-Language Pre-Training for Retrieval

Abstract

Recently, by introducing large-scale dataset and strong transformer network, video-language pre-training has shown great success especially for retrieval. Yet, existing video-language transformer models do not explicitly fine-grained semantic align. In this work, we present Object-aware Transformers, an object-centric approach that extends video-language transformer to incorporate object representations. The key idea is to leverage the bounding boxes and object tags to guide the training process. We evaluate our model on three standard sub-tasks of video-text matching on four widely used benchmarks. We also provide deep analysis and detailed ablation about the proposed method. We show clear improvement in performance across all tasks and datasets considered, demonstrating the value of a model that incorporates object representations into a video-language architecture. The code has been released in https://github.com/FingerRec/OA-Transformer.

Cite

Text

Wang et al. "Object-Aware Video-Language Pre-Training for Retrieval." Conference on Computer Vision and Pattern Recognition, 2022. doi:10.1109/CVPR52688.2022.00331

Markdown

[Wang et al. "Object-Aware Video-Language Pre-Training for Retrieval." Conference on Computer Vision and Pattern Recognition, 2022.](https://mlanthology.org/cvpr/2022/wang2022cvpr-objectaware/) doi:10.1109/CVPR52688.2022.00331

BibTeX

@inproceedings{wang2022cvpr-objectaware,
  title     = {{Object-Aware Video-Language Pre-Training for Retrieval}},
  author    = {Wang, Jinpeng and Ge, Yixiao and Cai, Guanyu and Yan, Rui and Lin, Xudong and Shan, Ying and Qie, Xiaohu and Shou, Mike Zheng},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2022},
  pages     = {3313-3322},
  doi       = {10.1109/CVPR52688.2022.00331},
  url       = {https://mlanthology.org/cvpr/2022/wang2022cvpr-objectaware/}
}