paper-with-me

Papers

Training Aware Sigmoidal Optimizer

2021-02-17 · David Macêdo, Pedro Dreyer, Teresa Ludermir, Cleber Zanchettin

Proper optimization of deep neural networks is an open research question since an optimal procedure to change the learning rate throughout training is still unknown. Manually defining a learning rate schedule involves troublesome time-consuming try and error procedures to determine hyperparameters such as learning rate decay epochs and learning rate decay rates. Although adaptive learning rate optimizers automatize this process, recent studies suggest they may produce overffiting and reduce performance when compared to fine-tuned learning rate schedules. Considering that deep neural networks loss functions present landscapes with much more saddle points than local minima, we proposed the Training Aware Sigmoidal Optimizer (TASO), which consists of a two-phases automated learning rate schedule. The first phase uses a high learning rate to fast traverse the numerous saddle point, while the second phase uses low learning rate to slowly approach the center of the local minimum previously found. We compared the proposed approach with commonly used adaptive learning rate schedules such as Adam, RMSProp, and Adagrad. Our experiments showed that TASO outperformed all competing methods in both optimal (i.e., performing hyperparameter validation) and suboptimal (i.e., using default hyperparameters) scenarios.

📄 PDF Abstract BibTeX arXiv:2102.08716

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…
Adam 설명 없음
RMSProp RMSProp is an unpublished adaptive learning rate optimizer proposed by Geoff Hinton. The motivation…

Similar Papers 제목 키워드 기반

S-GAI: Spectral Geometry-Aware Initialization for Sigmoidal MLPs -- From Dataset Geometry to Network Weights

2026-06-26 · Yi-Shan Chu arxiv

Classical universal approximation theorems establish the expressive power of sigmoidal multilayer perceptrons, but they do not prescribe how initial weights should encode the geometry of a data distribution. We propose S…

Hidden Unit Specialization in Layered Neural Networks: ReLU vs. Sigmoidal Activation

2019-10-16 · Elisa Oostwal, Michiel Straat, Michael Biehl

We study layered neural networks of rectified linear units (ReLU) in a modelling framework for stochastic training processes. The comparison with sigmoidal activation functions is in the center of interest. We compute ty…

From Universal Approximation Theorem to Tropical Geometry of Multi-Layer Perceptrons

2025-10-16 · Yi-Shan Chu, Yueh-Cheng Kuo arxiv

We revisit the Universal Approximation Theorem(UAT) through the lens of the tropical geometry of neural networks and introduce a constructive, geometry-aware initialization for sigmoidal multi-layer perceptrons (MLPs). T…

Binary Classification

PDE-aware Optimizer for Physics-informed Neural Networks

2025-07-10 · Vismay Churiwala, Hardik Shukla, Manurag Khullar arxiv

Physics-Informed Neural Networks (PINNs) have emerged as a powerful framework for solving partial differential equations (PDEs) by embedding physical constraints into the loss function. However, standard optimizers such …

Applications of the multi-sigmoidal deterministic and stochastic logistic models for plant dynamics

2024-01-28 · Antonio Di Crescenzo, Paola Paraggio, Patricia Román-Román, Francisco Torres-Ruiz

We consider a generalization of the classical logistic growth model introducing more than one inflection point. The growth, called multi-sigmoidal, is firstly analyzed from a deterministic point of view in order to obtai…