LGAIJun 1, 2023

Smooth Min-Max Monotonic Networks

arXiv:2306.01147v34 citationsh-index: 56
Originality Incremental advance
AI Analysis

This incremental improvement addresses training stability for monotonic models, benefiting fairness in decision-making and plausibility in scientific modeling.

The paper tackles the problem of min-max neural networks getting stuck in local optima due to zero partial derivatives by proposing a smooth min-max network module, which maintains generalization performance without loss compared to alternatives.

Monotonicity constraints are powerful regularizers in statistical modelling. They can support fairness in computer-aided decision making and increase plausibility in data-driven scientific models. The seminal min-max (MM) neural network architecture ensures monotonicity, but often gets stuck in undesired local optima during training because of partial derivatives of the MM nonlinearities being zero. We propose a simple modification of the MM network using strictly-increasing smooth minimum and maximum functions that alleviates this problem. The resulting smooth min-max (SMM) network module inherits the asymptotic approximation properties from the MM architecture. It can be used within larger deep learning systems trained end-to-end. The SMM module is conceptually simple and computationally less demanding than state-of-the-art neural networks for monotonic modelling. Our experiments show that this does not come with a loss in generalization performance compared to alternative neural and non-neural approaches.

Code Implementations1 repo
Foundations

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

Your Notes