paper-with-me

Papers

Neural Networks with Smooth Adaptive Activation Functions for Regression

2016-08-23 · Le Hou, Dimitris Samaras, Tahsin M. Kurc, Yi Gao, Joel H. Saltz

In Neural Networks (NN), Adaptive Activation Functions (AAF) have parameters that control the shapes of activation functions. These parameters are trained along with other parameters in the NN. AAFs have improved performance of Neural Networks (NN) in multiple classification tasks. In this paper, we propose and apply AAFs on feedforward NNs for regression tasks. We argue that applying AAFs in the regression (second-to-last) layer of a NN can significantly decrease the bias of the regression NN. However, using existing AAFs may lead to overfitting. To address this problem, we propose a Smooth Adaptive Activation Function (SAAF) with piecewise polynomial form which can approximate any continuous function to arbitrary degree of error. NNs with SAAFs can avoid overfitting by simply regularizing the parameters. In particular, an NN with SAAFs is Lipschitz continuous given a bounded magnitude of the NN parameters. We prove an upper-bound for model complexity in terms of fat-shattering dimension for any Lipschitz continuous regression model. Thus, regularizing the parameters in NNs with SAAFs avoids overfitting. We empirically evaluated NNs with SAAFs and achieved state-of-the-art results on multiple regression datasets.

📄 PDF Abstract BibTeX arXiv:1608.06557

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Similar Papers 제목 키워드 기반

ConvNets with Smooth Adaptive Activation Functions for Regression

2017-01-01 · Le Hou ; Dimitris Samaras ; Tahsin M. Kurc ; Yi Gao ; Joel H. Saltz

Within Neural Networks (NN), the parameters of Adaptive Activation Functions (AAF) control the shapes of activation functions. These parameters are trained along with other parameters in the NN. AAFs have improved perfo…

Age And Gender ClassificationPose Estimationregression

Smooth function approximation by deep neural networks with general activation functions

2019-06-17 · Ilsang Ohn, Yongdai Kim

There has been a growing interest in expressivity of deep neural networks. However, most of the existing work about this topic focuses only on the specific activation function such as ReLU or sigmoid. In this paper, we i…

General Classification

How important are activation functions in regression and classification? A survey, performance comparison, and future directions

2022-09-06 · Ameya D. Jagtap, George Em Karniadakis

Inspired by biological neurons, the activation functions play an essential part in the learning process of any artificial neural network commonly used in many real-world problems. Various activation functions have been p…

Physics-informed machine learningregression

Hybrid activation functions for deep neural networks: S3 and S4 -- a novel approach to gradient flow optimization

2025-07-29 · Sergii Kavun arxiv

Activation functions are critical components in deep neural networks, directly influencing gradient flow, training stability, and model performance. Traditional functions like ReLU suffer from dead neuron problems, while…

Multi-class ClassificationBinary Classification

Learning Specialized Activation Functions for Physics-informed Neural Networks

2023-08-08 · Honghui Wang, Lu Lu, Shiji Song, Gao Huang

Physics-informed neural networks (PINNs) are known to suffer from optimization difficulty. In this work, we reveal the connection between the optimization difficulty of PINNs and activation functions. Specifically, we sh…