CVNov 24, 2019

Pixel Adaptive Filtering Units

arXiv:1911.10581v13 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of improving efficiency and accuracy in computer vision for applications where runtime is important, though it appears incremental as it builds on existing convolutional methods.

The authors tackled the limitation of standard convolutional layers in computer vision, which lack content-based spatial adaptation, by proposing Pixel Adaptive Filtering Units (PAFU) that use a differentiable kernel selection mechanism to achieve considerable performance improvements in various tasks.

State-of-the-art methods for computer vision rely heavily on the translation equivariance and spatial sharing properties of convolutional layers without explicitly taking into consideration the input content. Modern techniques employ deep sophisticated architectures in order to circumvent this issue. In this work, we propose a Pixel Adaptive Filtering Unit (PAFU) which introduces a differentiable kernel selection mechanism paired with a discrete, learnable and decorrelated group of kernels to allow for content-based spatial adaptation. First, we demonstrate the applicability of the technique in applications where runtime is of importance. Next, we employ PAFU in deep neural networks as a replacement of standard convolutional layers to enhance the original architectures with spatially varying computations to achieve considerable performance improvements. Finally, diverse and extensive experimentation provides strong empirical evidence in favor of the proposed content-adaptive processing scheme across different image processing and high-level computer vision tasks.

Foundations

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

Your Notes