CVLGNov 27, 2018

You Look Twice: GaterNet for Dynamic Filter Selection in CNNs

arXiv:1811.11205v2111 citations
Originality Incremental advance
AI Analysis

This addresses the problem of inefficient computation and limited generalization in CNNs for computer vision tasks, though it is incremental as it builds on prior conditional computation ideas.

The paper tackles dynamic filter selection in CNNs to improve performance and generalization by proposing GaterNet, which uses a gater network to activate filters based on inputs, achieving consistent improvements over original models and state-of-the-art results on CIFAR-10.

The concept of conditional computation for deep nets has been proposed previously to improve model performance by selectively using only parts of the model conditioned on the sample it is processing. In this paper, we investigate input-dependent dynamic filter selection in deep convolutional neural networks (CNNs). The problem is interesting because the idea of forcing different parts of the model to learn from different types of samples may help us acquire better filters in CNNs, improve the model generalization performance and potentially increase the interpretability of model behavior. We propose a novel yet simple framework called GaterNet, which involves a backbone and a gater network. The backbone network is a regular CNN that performs the major computation needed for making a prediction, while a global gater network is introduced to generate binary gates for selectively activating filters in the backbone network based on each input. Extensive experiments on CIFAR and ImageNet datasets show that our models consistently outperform the original models with a large margin. On CIFAR-10, our model also improves upon state-of-the-art results.

Foundations

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

Your Notes