You Look Twice: GaterNet for Dynamic Filter Selection in CNNs
Abstract
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.
Cite
Text
Chen et al. "You Look Twice: GaterNet for Dynamic Filter Selection in CNNs." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019. doi:10.1109/CVPR.2019.00939Markdown
[Chen et al. "You Look Twice: GaterNet for Dynamic Filter Selection in CNNs." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019.](https://mlanthology.org/cvpr/2019/chen2019cvpr-you/) doi:10.1109/CVPR.2019.00939BibTeX
@inproceedings{chen2019cvpr-you,
title = {{You Look Twice: GaterNet for Dynamic Filter Selection in CNNs}},
author = {Chen, Zhourong and Li, Yang and Bengio, Samy and Si, Si},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2019},
doi = {10.1109/CVPR.2019.00939},
url = {https://mlanthology.org/cvpr/2019/chen2019cvpr-you/}
}