CVApr 23, 2021

Low Pass Filter for Anti-aliasing in Temporal Action Localization

arXiv:2104.11403v1
Originality Incremental advance
AI Analysis

This addresses a specific issue in video analysis for researchers, but it is incremental as it builds on existing temporal modeling methods.

The paper tackles the aliasing problem in temporal action localization caused by temporal downsampling by using low pass filters to inhibit high-frequency bands, achieving significant detection improvements and comparable results on THUMOS'14, ActivityNet 1.3, and Charades datasets.

In temporal action localization methods, temporal downsampling operations are widely used to extract proposal features, but they often lead to the aliasing problem, due to lacking consideration of sampling rates. This paper aims to verify the existence of aliasing in TAL methods and investigate utilizing low pass filters to solve this problem by inhibiting the high-frequency band. However, the high-frequency band usually contains large amounts of specific information, which is important for model inference. Therefore, it is necessary to make a tradeoff between anti-aliasing and reserving high-frequency information. To acquire optimal performance, this paper learns different cutoff frequencies for different instances dynamically. This design can be plugged into most existing temporal modeling programs requiring only one additional cutoff frequency parameter. Integrating low pass filters to the downsampling operations significantly improves the detection performance and achieves comparable results on THUMOS'14, ActivityNet~1.3, and Charades datasets. Experiments demonstrate that anti-aliasing with low pass filters in TAL is advantageous and efficient.

Foundations

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

Your Notes