CVAIOct 26, 2022

Visual Answer Localization with Cross-modal Mutual Knowledge Transfer

arXiv:2210.14823v311 citationsh-index: 12
Originality Incremental advance
AI Analysis

This work addresses video understanding for applications like search and retrieval, but it is incremental as it builds on existing predictor methods.

The paper tackles the problem of visual answer localization in videos by reducing cross-modal knowledge deviations between visual frames and textual subtitles, achieving state-of-the-art performance on three public datasets.

The goal of visual answering localization (VAL) in the video is to obtain a relevant and concise time clip from a video as the answer to the given natural language question. Early methods are based on the interaction modelling between video and text to predict the visual answer by the visual predictor. Later, using the textual predictor with subtitles for the VAL proves to be more precise. However, these existing methods still have cross-modal knowledge deviations from visual frames or textual subtitles. In this paper, we propose a cross-modal mutual knowledge transfer span localization (MutualSL) method to reduce the knowledge deviation. MutualSL has both visual predictor and textual predictor, where we expect the prediction results of these both to be consistent, so as to promote semantic knowledge understanding between cross-modalities. On this basis, we design a one-way dynamic loss function to dynamically adjust the proportion of knowledge transfer. We have conducted extensive experiments on three public datasets for evaluation. The experimental results show that our method outperforms other competitive state-of-the-art (SOTA) methods, demonstrating its effectiveness.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes