paper-with-me

홈 › Papers

Advancing Constrained Monotonic Neural Networks: Achieving Universal Approximation Beyond Bounded Activations

2025-05-05 · Davide Sartor, Alberto Sinigaglia, Gian Antonio Susto

Conventional techniques for imposing monotonicity in MLPs by construction involve the use of non-negative weight constraints and bounded activation functions, which pose well-known optimization challenges. In this work, we generalize previous theoretical results, showing that MLPs with non-negative weight constraint and activations that saturate on alternating sides are universal approximators for monotonic functions. Additionally, we show an equivalence between the saturation side in the activations and the sign of the weight constraint. This connection allows us to prove that MLPs with convex monotone activations and non-positive constrained weights also qualify as universal approximators, in contrast to their non-negative constrained counterparts. Our results provide theoretical grounding to the empirical effectiveness observed in previous works while leading to possible architectural simplification. Moreover, to further alleviate the optimization difficulties, we propose an alternative formulation that allows the network to adjust its activations according to the sign of the weights. This eliminates the requirement for weight reparameterization, easing initialization and improving training stability. Experimental evaluation reinforces the validity of the theoretical results, showing that our novel approach compares favourably to traditional monotonic architectures.

📄 PDF Abstract BibTeX arXiv:2505.02537

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Derivative-Informed Fourier Neural Operator: Universal Approximation and Applications to PDE-Constrained Optimization

2025-12-16 · Boyuan Yao, Dingcheng Luo, Lianghao Cao, Nikola Kovachki 외 arxiv

We present approximation theories and efficient training methods for derivative-informed Fourier neural operators (DIFNOs) with applications to PDE-constrained optimization. A DIFNO is an FNO trained by minimizing its pr…

Dimensionality Reduction

Universal Approximation Under Constraints is Possible with Transformers

2021-10-07 · ICLR 2022 4 · Anastasis Kratsios, Behnoosh Zamanlooy, Tianlin Liu, Ivan Dokmanić

Many practical problems need the output of a machine learning model to satisfy a set of constraints, $K$. Nevertheless, there is no known guarantee that classical neural network architectures can exactly encode constrain…

Beyond Rigid Geometries: The Spline-Pullback Metric for Universal Diffeomorphic SPD Representation Learning

2026-05-06 · Tushar Das, Subrata Dutta, Sarmistha Neogy, Koushlendra Kumar Singh arxiv

The integration of Symmetric Positive Definite (SPD) matrices into deep learning has historically relied on fixed algebraic Riemannian metrics. Analogous to hand-crafted features in classical machine learning, these stat…

Representation Learning

Unconstrained Monotonic Neural Networks

2019-08-14 · NeurIPS 2019 12 · Antoine Wehenkel, Gilles Louppe

Monotonic neural networks have recently been proposed as a way to define invertible transformations. These transformations can be combined into powerful autoregressive flows that have been shown to be universal approxima…

Density EstimationVariational Inference

Reliable Critics: Monotonic Improvement and Convergence Guarantees for Reinforcement Learning

2025-06-08 · Eshwar S. R., Gugan Thoppe, Aditya Gopalan, Gal Dalal

Despite decades of research, it remains challenging to correctly use Reinforcement Learning (RL) algorithms with function approximation. A prime example is policy iteration, whose fundamental guarantee of monotonic impro…

Reinforcement Learning (RL)