LGAIOCSTMLJul 12, 2021

Least-Squares Linear Dilation-Erosion Regressor Trained using a Convex-Concave Procedure

arXiv:2107.05682v2
AI Analysis

This is an incremental improvement for regression problems, offering a new hybrid model that enhances performance over existing methods.

The paper tackles regression tasks by introducing a hybrid morphological neural network called linear dilation-erosion regressor (ℓ-DER), which is trained using a convex-concave procedure to minimize least-squares, and it outperforms other models like multilayer perceptrons and support vector regressors in computational experiments.

This paper presents a hybrid morphological neural network for regression tasks called linear dilation-erosion regressor ($\ell$-DER). An $\ell$-DER is given by a convex combination of the composition of linear and morphological operators. They yield continuous piecewise linear functions and, thus, are universal approximators. Besides introducing the $\ell$-DER model, we formulate their training as a difference of convex (DC) programming problem. Precisely, an $\ell$-DER is trained by minimizing the least-squares using the convex-concave procedure (CCP). Computational experiments using several regression tasks confirm the efficacy of the proposed regressor, outperforming other hybrid morphological models and state-of-the-art approaches such as the multilayer perceptron network and the radial-basis support vector regressor.

Foundations

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

Your Notes