A Proposal-Based Approach for Activity Image-to-Video Retrieval
Abstract
Activity image-to-video retrieval task aims to retrieve videos containing the similar activity as the query image, which is a challenging task because videos generally have many background segments irrelevant to the activity. In this paper, we utilize R-C3D model to represent a video by a bag of activity proposals, which can filter out background segments to some extent. However, there are still noisy proposals in each bag. Thus, we propose an Activity Proposal-based Image-to-Video Retrieval (APIVR) approach, which incorporates multi-instance learning into cross-modal retrieval framework to address the proposal noise issue. Specifically, we propose a Graph Multi-Instance Learning (GMIL) module with graph convolutional layer, and integrate this module with classification loss, adversarial loss, and triplet loss in our cross-modal retrieval framework. Moreover, we propose geometry-aware triplet loss based on point-to-subspace distance to preserve the structural information of activity proposals. Extensive experiments on three widely-used datasets verify the effectiveness of our approach.
Cite
Text
Xu et al. "A Proposal-Based Approach for Activity Image-to-Video Retrieval." AAAI Conference on Artificial Intelligence, 2020. doi:10.1609/AAAI.V34I07.6941Markdown
[Xu et al. "A Proposal-Based Approach for Activity Image-to-Video Retrieval." AAAI Conference on Artificial Intelligence, 2020.](https://mlanthology.org/aaai/2020/xu2020aaai-proposal/) doi:10.1609/AAAI.V34I07.6941BibTeX
@inproceedings{xu2020aaai-proposal,
title = {{A Proposal-Based Approach for Activity Image-to-Video Retrieval}},
author = {Xu, Ruicong and Niu, Li and Zhang, Jianfu and Zhang, Liqing},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2020},
pages = {12524-12531},
doi = {10.1609/AAAI.V34I07.6941},
url = {https://mlanthology.org/aaai/2020/xu2020aaai-proposal/}
}