CVLGIVJul 20, 2020

MINI-Net: Multiple Instance Ranking Network for Video Highlight Detection

arXiv:2007.09833v278 citations
AI Analysis

This addresses the problem of reducing annotation costs for video highlight detection, but it is incremental as it builds on existing weakly supervised methods.

The paper tackles weakly supervised video highlight detection by proposing MINI-Net, which uses a multiple instance ranking network with a max-max ranking loss to localize attractive segments without manual annotation, achieving validated efficacy on three public benchmarks.

We address the weakly supervised video highlight detection problem for learning to detect segments that are more attractive in training videos given their video event label but without expensive supervision of manually annotating highlight segments. While manually averting localizing highlight segments, weakly supervised modeling is challenging, as a video in our daily life could contain highlight segments with multiple event types, e.g., skiing and surfing. In this work, we propose casting weakly supervised video highlight detection modeling for a given specific event as a multiple instance ranking network (MINI-Net) learning. We consider each video as a bag of segments, and therefore, the proposed MINI-Net learns to enforce a higher highlight score for a positive bag that contains highlight segments of a specific event than those for negative bags that are irrelevant. In particular, we form a max-max ranking loss to acquire a reliable relative comparison between the most likely positive segment instance and the hardest negative segment instance. With this max-max ranking loss, our MINI-Net effectively leverages all segment information to acquire a more distinct video feature representation for localizing the highlight segments of a specific event in a video. The extensive experimental results on three challenging public benchmarks clearly validate the efficacy of our multiple instance ranking approach for solving the problem.

Foundations

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

Your Notes