CVOct 12, 2021

Reliable Shot Identification for Complex Event Detection via Visual-Semantic Embedding

arXiv:2110.08063v11 citations
AI Analysis

This work addresses multimedia event detection for video analysis, but it is incremental as it builds on existing multiple instance learning and visual-semantic embedding techniques.

The paper tackles the problem of complex event detection in user-generated videos by decomposing videos into segments and modeling it as a multiple instance learning problem with reliability variables, achieving effectiveness and superiority over baseline algorithms on TRECVID MEDTest datasets.

Multimedia event detection is the task of detecting a specific event of interest in an user-generated video on websites. The most fundamental challenge facing this task lies in the enormously varying quality of the video as well as the high-level semantic abstraction of event inherently. In this paper, we decompose the video into several segments and intuitively model the task of complex event detection as a multiple instance learning problem by representing each video as a "bag" of segments in which each segment is referred to as an instance. Instead of treating the instances equally, we associate each instance with a reliability variable to indicate its importance and then select reliable instances for training. To measure the reliability of the varying instances precisely, we propose a visual-semantic guided loss by exploiting low-level feature from visual information together with instance-event similarity based high-level semantic feature. Motivated by curriculum learning, we introduce a negative elastic-net regularization term to start training the classifier with instances of high reliability and gradually taking the instances with relatively low reliability into consideration. An alternative optimization algorithm is developed to solve the proposed challenging non-convex non-smooth problem. Experimental results on standard datasets, i.e., TRECVID MEDTest 2013 and TRECVID MEDTest 2014, demonstrate the effectiveness and superiority of the proposed method to the baseline algorithms.

Foundations

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

Your Notes