paper-with-me

Papers

Multikernel activation functions: formulation and a case study

2019-01-29 · Simone Scardapane, Elena Nieddu, Donatella Firmani, Paolo Merialdo

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.

📄 PDF Abstract BibTeX arXiv:1901.10232

Code (0)

등록된 구현이 없습니다.

Tasks

Optical Character Recognition (OCR)

Methods 이 논문이 사용한 방법론

KAF A Kernel Activation Function is a non-parametric activation function defined as a one-dimensional kernel approximator: $$ f(s) = \sum_{i=1}^D \alpha_i \kappa( s, d_i)…

Similar Papers 제목 키워드 기반

Neural Network Verification as Piecewise Linear Optimization: Formulations for the Composition of Staircase Functions

2022-11-27 · Tu Anh-Nguyen, Joey Huchette

We present a technique for neural network verification using mixed-integer programming (MIP) formulations. We derive a \emph{strong formulation} for each neuron in a network using piecewise linear activation functions. A…

Multiplant Nonlinear System Identification by Block-Structured Multikernel Neural Networks in Applications of Interference Cancellation

2024-12-10 · Svantje Voit, Gerald Enzner

Problems of linear system identification have closed-form solutions, e.g., using least-squares or maximum-likelihood methods on input-output data. However, already the seemingly simplest problems of nonlinear system iden…

Adaptive Learning in Cartesian Product of Reproducing Kernel Hilbert Spaces

2014-08-05 · Masahiro Yukawa

We propose a novel adaptive learning algorithm based on iterative orthogonal projections in the Cartesian product of multiple reproducing kernel Hilbert spaces (RKHSs). The task is estimating/tracking nonlinear functions…

MultiKernelBench: A Multi-Platform Benchmark for Kernel Generation

2025-07-20 · Zhongzhen Wen, Yinghui Zhang, Zhong Li, Zhongxin Liu 외 arxiv

The automatic generation of deep learning (DL) kernels using large language models (LLMs) has emerged as a promising approach to reduce the manual effort and hardware-specific expertise required for writing high-performa…

Feed-Forward Neural Networks as a Mixed-Integer Program

2024-02-09 · Navid Aftabi, Nima Moradi, Fatemeh Mahroo

Deep neural networks (DNNs) are widely studied in various applications. A DNN consists of layers of neurons that compute affine combinations, apply nonlinear operations, and produce corresponding activations. The rectifi…