English

Meta-learning of Pooling Layers for Character Recognition

Computer Vision and Pattern Recognition 2021-07-13 v2

Abstract

In convolutional neural network-based character recognition, pooling layers play an important role in dimensionality reduction and deformation compensation. However, their kernel shapes and pooling operations are empirically predetermined; typically, a fixed-size square kernel shape and max pooling operation are used. In this paper, we propose a meta-learning framework for pooling layers. As part of our framework, a parameterized pooling layer is proposed in which the kernel shape and pooling operation are trainable using two parameters, thereby allowing flexible pooling of the input data. We also propose a meta-learning algorithm for the parameterized pooling layer, which allows us to acquire a suitable pooling layer across multiple tasks. In the experiment, we applied the proposed meta-learning framework to character recognition tasks. The results demonstrate that a pooling layer that is suitable across character recognition tasks was obtained via meta-learning, and the obtained pooling layer improved the performance of the model in both few-shot character recognition and noisy image recognition tasks.

Keywords

Cite

@article{arxiv.2103.09528,
  title  = {Meta-learning of Pooling Layers for Character Recognition},
  author = {Takato Otsuzuki and Heon Song and Seiichi Uchida and Hideaki Hayashi},
  journal= {arXiv preprint arXiv:2103.09528},
  year   = {2021}
}

Comments

Accepted at ICDAR2021, 16 pages, 9 figures

R2 v1 2026-06-24T00:16:01.252Z