English

A Fully Trainable Network with RNN-based Pooling

Computer Vision and Pattern Recognition 2017-06-19 v1

Abstract

Pooling is an important component in convolutional neural networks (CNNs) for aggregating features and reducing computational burden. Compared with other components such as convolutional layers and fully connected layers which are completely learned from data, the pooling component is still handcrafted such as max pooling and average pooling. This paper proposes a learnable pooling function using recurrent neural networks (RNN) so that the pooling can be fully adapted to data and other components of the network, leading to an improved performance. Such a network with learnable pooling function is referred to as a fully trainable network (FTN). Experimental results have demonstrated that the proposed RNN-based pooling can well approximate the existing pooling functions and improve the performance of the network. Especially for small networks, the proposed FTN can improve the performance by seven percentage points in terms of error rate on the CIFAR-10 dataset compared with the traditional CNN.

Keywords

Cite

@article{arxiv.1706.05157,
  title  = {A Fully Trainable Network with RNN-based Pooling},
  author = {Shuai Li and Wanqing Li and Chris Cook and Ce Zhu and Yanbo Gao},
  journal= {arXiv preprint arXiv:1706.05157},
  year   = {2017}
}

Comments

17 pages, 5 figures, 4 tables

R2 v1 2026-06-22T20:20:37.008Z