LGMLJan 29, 2019

Multikernel activation functions: formulation and a case study

arXiv:1901.10232v12 citations
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in neural network activation function design for researchers and practitioners in OCR and related domains, representing an incremental improvement.

The paper tackled the problem of selecting kernel functions and hyper-parameters in kernel activation functions (KAFs) by proposing multi-KAFs, which linearly combine multiple kernels at each neuron, and applied this to handwritten Latin OCR, resulting in improved accuracy and faster convergence with fewer parameters.

The design of activation functions is a growing research area in the field of neural networks. In particular, instead of using fixed point-wise functions (e.g., the rectified linear unit), several authors have proposed ways of learning these functions directly from the data in a non-parametric fashion. In this paper we focus on the kernel activation function (KAF), a recently proposed framework wherein each function is modeled as a one-dimensional kernel model, whose weights are adapted through standard backpropagation-based optimization. One drawback of KAFs is the need to select a single kernel function and its eventual hyper-parameters. To partially overcome this problem, we motivate an extension of the KAF model, in which multiple kernels are linearly combined at every neuron, inspired by the literature on multiple kernel learning. We provide an application of the resulting multi-KAF on a realistic use case, specifically handwritten Latin OCR, on a large dataset collected in the context of the `In Codice Ratio' project. Results show that multi-KAFs can improve the accuracy of the convolutional networks previously developed for the task, with faster convergence, even with a smaller number of overall parameters.

Foundations

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

Your Notes