CVCLOct 12, 2019

Context-Gated Convolution

arXiv:1910.05577v470 citationsHas Code
Originality Highly original
AI Analysis

This addresses the problem of CNNs lacking dynamic, context-aware feature extraction for perceptual tasks, offering a lightweight enhancement applicable to modern architectures.

The paper tackles the limitation of convolutional layers in modeling global context by proposing Context-Gated Convolution (CGC), which adaptively modifies convolutional weights based on global context, resulting in consistent performance improvements across tasks like image classification, action recognition, and machine translation.

As the basic building block of Convolutional Neural Networks (CNNs), the convolutional layer is designed to extract local patterns and lacks the ability to model global context in its nature. Many efforts have been recently devoted to complementing CNNs with the global modeling ability, especially by a family of works on global feature interaction. In these works, the global context information is incorporated into local features before they are fed into convolutional layers. However, research on neuroscience reveals that the neurons' ability of modifying their functions dynamically according to context is essential for the perceptual tasks, which has been overlooked in most of CNNs. Motivated by this, we propose one novel Context-Gated Convolution (CGC) to explicitly modify the weights of convolutional layers adaptively under the guidance of global context. As such, being aware of the global context, the modulated convolution kernel of our proposed CGC can better extract representative local patterns and compose discriminative features. Moreover, our proposed CGC is lightweight and applicable with modern CNN architectures, and consistently improves the performance of CNNs according to extensive experiments on image classification, action recognition, and machine translation. Our code of this paper is available at https://github.com/XudongLinthu/context-gated-convolution.

Code Implementations1 repo
Foundations

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

Your Notes