Supervised learning is an active research area, with numerous applications in diverse fields such as data analytics, computer vision, speech and audio processing, and image understanding. In most cases, the loss functions used in machine learning assume symmetric noise models, and seek to estimate the unknown function …
arXiv research
A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.
Trend · papers per month
Paper introduces a new robust loss function for RL.
Optimizing full likelihoods adapts loss scales and shapes for robust modeling.
New loss function improves accuracy of MRI parameter estimation.
Paper improves PAC-Bayes bounds for various loss types.
Proposes a generalized XGBoost method for nonconvex loss functions.
New risk control method for non-monotonic losses in complex parameters.
A new method optimizes neural sequence models for better task performance.
We analyze impermanent loss in AMMs and show G3Ms are simplest.
In order to quantize the gate parameters of the LSTM (Long Short-Term Memory) neural network model with almost no recognition performance degraded, a new quantization method named Quantization Loss Re-Learn Method is proposed in this paper. The method does lossy quantization on gate parameters during training iteration…
The Huber loss is a robust loss function used for a wide range of regression tasks. To utilize the Huber loss, a parameter that controls the transitions from a quadratic function to an absolute value function needs to be selected. We believe the standard probabilistic interpretation that relates the Huber loss to the H…
We analyze the semi-hard triplet loss using Edgeworth expansion for better understanding of its behavior.
We consider on-line density estimation with a parameterized density from the exponential family. The on-line algorithm receives one example at a time and maintains a parameter that is essentially an average of the past examples. After receiving an example the algorithm incurs a loss which is the negative log-likelihood…
Neural network training relies on our ability to find "good" minimizers of highly non-convex loss functions. It is well-known that certain network architecture designs (e.g., skip connections) produce loss functions that train easier, and well-chosen training parameters (batch size, learning rate, optimizer) produce mi…
New method uses FY loss for better inverse optimization.
Decision trees improve decision-making by optimizing predictions of unknown parameters.
We present a generalization of the Cauchy/Lorentzian, Geman-McClure, Welsch/Leclerc, generalized Charbonnier, Charbonnier/pseudo-Huber/L1-L2, and L2 loss functions. By introducing robustness as a continuous parameter, our loss function allows algorithms built around robust loss minimization to be generalized, which imp…
Improved DP SO with large Lipschitz parameters, handling outliers and heavy-tailed data.
Proposes squentropy loss for improved classification accuracy and model calibration.
New loss function connects learning rate and momentum.
The study finds a trade-off between model size, test loss, and training loss for linear predictors.
Smoothness analysis of adversarial training reveals constraints cause more non-smoothness.
Investigates ways to train larger models with fewer resources, finding that test loss depends only on the actual number of trainable parameters.
Deep ReLU networks with extra parameters have mostly good loss landscapes.
Neural networks enjoy widespread use, but many aspects of their training, representation, and operation are poorly understood. In particular, our view into the training process is limited, with a single scalar loss being the most common viewport into this high-dimensional, dynamic process. We propose a new window into …
The paper introduces a method to incorporate expert opinion on observable quantities into statistical models.
Uncertainty sampling, a popular active learning algorithm, is used to reduce the amount of data required to learn a classifier, but it has been observed in practice to converge to different parameters depending on the initialization and sometimes to even better parameters than standard training on all the data. In this…
The predict-then-optimize framework is fundamental in many practical settings: predict the unknown parameters of an optimization problem, and then solve the problem using the predicted values of the parameters. A natural loss function in this environment is to consider the cost of the decisions induced by the predicted…
Many banks adopt the Loss Distribution Approach to quantify the operational risk capital charge under Basel II requirements. It is common practice to estimate the capital charge using the 0.999 quantile of the annual loss distribution, calculated using point estimators of the frequency and severity distribution paramet…
New loss function helps learn unstable dynamical systems.
KOALA optimizes neural networks by treating loss as noisy measurements.
The dependency structure of credit risk parameters is a key driver for capital consumption and receives regulatory and scientific attention. The impact of parameter imperfections on the quality of expected loss (EL) in the sense of a fair, unbiased estimate of risk expenses however is barely covered. So far there are n…
New loss function handles uncertain constraints in CSLO problems.
Estimates parameters in a deviated Gaussian mixture model.
SGD vs quasi-Newton optimization in neural networks: different landscapes, different generalizability.
Gating is a key feature in modern neural networks including LSTMs, GRUs and sparsely-gated deep neural networks. The backbone of such gated networks is a mixture-of-experts layer, where several experts make regression decisions and gating controls how to weigh the decisions in an input-dependent manner. Despite having …
The L1 loss landscape of neural nets near local minima behaves differently, revealing exponential decay and increased vertex density.
Large learning rates cause parameter instability, leading to better generalization.
In this paper we revisit the weighted likelihood bootstrap, a method that generates samples from an approximate Bayesian posterior of a parametric model. We show that the same method can be derived, without approximation, under a Bayesian nonparametric model with the parameter of interest defined as minimising an expec…
We find a convex model for traditional nonlinear regression under L2 loss.
This paper discusses different classes of loss models in non-life insurance settings. It then overviews the class Tukey transform loss models that have not yet been widely considered in non-life insurance modelling, but offer opportunities to produce flexible skewness and kurtosis features often required in loss modell…
Most of the banks' operational risk internal models are based on loss pooling in risk and business line categories. The parameters and outputs of operational risk models are sensitive to the pooling of the data and the choice of the risk classification. In a simple model, we establish the link between the number of ris…
Regulatory requirements dictate that financial institutions must calculate risk capital (funds that must be retained to cover future losses) at least annually. Procedures for doing this have been well-established for many years, but recent developments in the treatment of conduct risk (the risk of loss due to the relat…
Study proposes a differentiable surrogate loss function for optimizing score in binary classification with imbalanced data.
The AdaBoost algorithm was designed to combine many "weak" hypotheses that perform slightly better than random guessing into a "strong" hypothesis that has very low error. We study the rate at which AdaBoost iteratively converges to the minimum of the "exponential loss." Unlike previous work, our proofs do not require …
New insights on pruning deep networks by preserving function locality.
This paper explains how low-precision arithmetic causes loss spikes in deep learning models.
LoRA-Curve connects independent LoRA optima through continuous low-loss valleys, improving Bayesian model averaging.