Derivative-based regularization for regression
Enrico Lopedoto, Maksim Shekhunov, Vitaly Aksenov, Kizito Salako,, Tillman Weyde

TL;DR
This paper introduces DLoss, a derivative-based regularizer for multivariable regression that aligns model derivatives with data derivatives, improving predictive accuracy on synthetic and real datasets.
Contribution
The paper proposes a novel regularizer, DLoss, which penalizes differences between model derivatives and data derivatives estimated from training data.
Findings
DLoss improves MSE performance compared to baseline methods.
Nearest neighbour selection enhances the effectiveness of DLoss.
DLoss achieves the best rank in validation MSE among tested regularizers.
Abstract
In this work, we introduce a novel approach to regularization in multivariable regression problems. Our regularizer, called DLoss, penalises differences between the model's derivatives and derivatives of the data generating function as estimated from the training data. We call these estimated derivatives data derivatives. The goal of our method is to align the model to the data, not only in terms of target values but also in terms of the derivatives involved. To estimate data derivatives, we select (from the training data) 2-tuples of input-value pairs, using either nearest neighbour or random, selection. On synthetic and real datasets, we evaluate the effectiveness of adding DLoss, with different weights, to the standard mean squared error loss. The experimental results show that with DLoss (using nearest neighbour selection) we obtain, on average, the best rank with respect to MSE on…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Statistical and numerical algorithms · Numerical methods in inverse problems
MethodsALIGN · Dropout
