Search papers, labs, and topics across Lattice.
This paper introduces Open-Set Video Moment Retrieval (OS-VMR), a new setting for VMR that requires rejecting out-of-distribution (OOD) queries in addition to retrieving moments for in-distribution (ID) queries. They propose OpenVMR, a model that uses normalizing flows to distinguish between ID and OOD queries based on an uncertainty score, refining the ID-OOD boundary by pulling together ID query features. Experiments on three VMR datasets demonstrate the effectiveness of OpenVMR for this novel OS-VMR task.
Current video moment retrieval systems fail catastrophically when given irrelevant queries, but this work introduces a method to detect and reject such queries, preventing potentially dangerous false retrievals.
Video Moment Retrieval (VMR) targets to retrieve the specific moment corresponding to a sentence query from an untrimmed video. Although recent respectable works have made remarkable progress in this task, they implicitly are rooted in the closed-set assumption that all the given queries as video-relevant. Given an OOD query in open-set scenarios, they still utilize it for wrong retrieval, which might lead to irrecoverable losses in high-risk scenarios, e.g., criminal activity detection. To this end, we creatively explore a brand-new VMR setting termed Open-Set Video Moment Retrieval (OS-VMR), where we should not only retrieve the precise moments based on ID query, but also reject OOD queries. In this paper, we make the first attempt to step toward OS-VMR and propose a novel model OpenVMR, which first distinguishes ID and OOD queries based on the normalizing flow technology, and then conducts moment retrieval based on ID queries. Specifically, we first learn the ID distribution by constructing a normalizing flow, and assume the ID query distribution obeys the multi-variate Gaussian distribution. Then, we introduce an uncertainty score to search the ID-OOD separating boundary. After that, we refine the ID-OOD boundary by pulling together ID query features. Besides, video-query matching and frame-query matching are designed for coarse-grained and fine-grained cross-modal interaction, respectively. Finally, a positive-unlabeled learning module is introduced for moment retrieval. Experimental results on three VMR datasets show the effectiveness of our OpenVMR.