CVSep 27, 2018

Deformable Object Tracking with Gated Fusion

arXiv:1809.10417v233 citations
Originality Incremental advance
AI Analysis

This addresses the problem of deformable object tracking for computer vision applications, representing an incremental improvement over existing tracking-by-detection methods.

The paper tackled tracking objects with severe appearance variations by introducing a deformable convolution layer and gated fusion scheme to enrich feature representations, resulting in favorable performance against state-of-the-art methods on standard benchmarks.

The tracking-by-detection framework receives growing attentions through the integration with the Convolutional Neural Networks (CNNs). Existing tracking-by-detection based methods, however, fail to track objects with severe appearance variations. This is because the traditional convolutional operation is performed on fixed grids, and thus may not be able to find the correct response while the object is changing pose or under varying environmental conditions. In this paper, we propose a deformable convolution layer to enrich the target appearance representations in the tracking-by-detection framework. We aim to capture the target appearance variations via deformable convolution, which adaptively enhances its original features. In addition, we also propose a gated fusion scheme to control how the variations captured by the deformable convolution affect the original appearance. The enriched feature representation through deformable convolution facilitates the discrimination of the CNN classifier on the target object and background. Extensive experiments on the standard benchmarks show that the proposed tracker performs favorably against state-of-the-art methods.

Foundations

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

Your Notes