Research
On-device research index

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.

168,695 papers · 148 categories

Trend · papers per month

122243365486 · Jun 202019922001200920172026
48 results for percentage error minimization

We study in this paper the consequences of using the Mean Absolute Percentage Error (MAPE) as a measure of quality for regression models. We show that finding the best model under the MAPE is equivalent to doing weighted Mean Absolute Error (MAE) regression. We show that universal consistency of Empirical Risk Minimiza…

2015-06-12abs ↗pdf ↗

We study in this paper the consequences of using the Mean Absolute Percentage Error (MAPE) as a measure of quality for regression models. We prove the existence of an optimal MAPE model and we show the universal consistency of Empirical Risk Minimization based on the MAPE. We also show that finding the best model under…

2016-05-09abs ↗pdf ↗

New model predicts sales of new products with short life cycles.

problem Forecasting sales of new products with short lead times and life cycles.
method Developed an exponential factorization machine (EFM) to consider attributes and pairwise interactions.
result EFM model outperforms existing models in terms of MAPE and MAE.

Study shows accuracy of neural networks depends more on error location than percentage of error.

problem Effect of noise on accuracy in incremental learning neural networks.
method Empirical study using Perceptron, Feed Forward Neural Network, and Radial Basis Function Neural Network.
result Accuracy of neural networks is more dependent on error location than the percentage of error.

The machine learning community has become increasingly concerned with the potential for bias and discrimination in predictive models. This has motivated a growing line of work on what it means for a classification procedure to be "fair." In this paper, we investigate the tension between minimizing error disparity acros…

2017-09-06abs ↗pdf ↗

Prediction intervals are a valuable way of quantifying uncertainty in regression problems. Good prediction intervals should be both correct, containing the actual value between the lower and upper bound at least a target percentage of the time; and tight, having a small mean width of the bounds. Many prior techniques f…

2018-06-28abs ↗pdf ↗

It is well known that the distribution of returns from various financial instruments are leptokurtic, meaning that the distributions have "fatter tails" than a Normal distribution, and have skew toward zero. This paper presents a graceful micro-level explanation for such fat-tailed outcomes, using agents whose private …

2013-04-02abs ↗pdf ↗

Hinge-FM2I fills missing data in time series with high accuracy.

problem Handling missing data in univariate time series.
method Inspired by door hinges, Hinge-FM2I imputes missing data using FM2I and selects the best imputed gap.
result Hinge-FM2I significantly outperforms other methods in sMAPE scores.

Algorithm optimizes ε-SVR with MAPE loss and sample-dependent constraints.

problem Optimizing ε-SVR with MAPE loss and sample-dependent constraints.
method Sequential Minimal Optimization (SMO) for ε-SVR with MAPE loss and sample-dependent box constraints.
result Algorithm achieves lowest median runtime on every tested configuration.

New features from early battery cycles predict lifetime with high accuracy.

problem Accurately predicting battery lifetime under varying conditions is challenging due to manufacturing variability and usage-dependent degradation.
method Extracted features from regularly scheduled reference performance tests and used them to predict battery lifetime using a hierarchical Bayesian regression model.
result Demonstrated a lifetime prediction of in-distribution cells with 15.1% mean absolute percentage error using only the first 15% of data.

Batch normalization (batch norm) is often used in an attempt to stabilize and accelerate training in deep neural networks. In many cases it indeed decreases the number of parameter updates required to achieve low training error. However, it also reduces robustness to small adversarial input perturbations and noise by d…

2019-05-06abs ↗pdf ↗

Power plant is a complex and nonstationary system for which the traditional machine learning modeling approaches fall short of expectations. The ensemble-based online learning methods provide an effective way to continuously learn from the dynamic environment and autonomously update models to respond to environmental c…

2017-10-19abs ↗pdf ↗

New simulations advise caution in choosing principal components for multivariate functional data.

problem Inaccurate selection of principal components in multivariate functional data.
method Extensive simulations investigating the reliability of percentage of variance explained thresholds.
result Conventional threshold methods may fail to accurately explain overall variance in multivariate functional data.

Bayesian consensus improves accuracy of forecasts from miscalibrated sources.

problem Aggregating predictions from miscalibrated and noisy sources.
method Bayesian approach to adjust for bias and noise, using hierarchical models.
result Bayesian consensus estimator is unbiased and more efficient than alternatives.

We have applied a Long Short-Term Memory neural network to model S&P 500 volatility, incorporating Google domestic trends as indicators of the public mood and macroeconomic factors. In a held-out test set, our Long Short-Term Memory model gives a mean absolute percentage error of 24.2%, outperforming linear Ridge/Lasso…

2015-12-15abs ↗pdf ↗

Due to the extremely volatile nature of financial markets, it is commonly accepted that stock price prediction is a task full of challenge. However in order to make profits or understand the essence of equity market, numerous market participants or researchers try to forecast stock price using various statistical, econ…

2018-05-29abs ↗pdf ↗

We propose a two-sample testing procedure based on learned deep neural network representations. To this end, we define two test statistics that perform an asymptotic location test on data samples mapped onto a hidden layer. The tests are consistent and asymptotically control the type-1 error rate. Their test statistics…

2019-10-14abs ↗pdf ↗

The study forecasts portfolio volatility using cointegrated asset dynamics.

problem Forecasting volatility in portfolios with high accuracy.
method Developed HVR/DVR ratios and used Vector Error Correction Model (VECM) to forecast volatility.
result VECM forecasts of portfolio volatility have lower MAPE than covariance-based forecasts.

Improves bit error tolerance in RRAM-based BNNs without overfitting.

problem Bit errors in RRAM-based BNNs reduce accuracy and overfit to training error rates.
method Proposes straight-through gradient approximation and a novel regularizer.
result Improves BNNs' robustness to bit errors without overfitting.

For the efficient execution of deep convolutional neural networks (CNN) on edge devices, various approaches have been presented which reduce the bit width of the network parameters down to 1 bit. Binarization of the first layer was always excluded, as it leads to a significant error increase. Here, we present the novel…

2018-12-09abs ↗pdf ↗

SAM minimizes loss sharpness, improving adversarial transferability.

problem Improving adversarial transferability of deep neural networks.
method Evaluating surrogate models trained with seven minimizers, focusing on loss sharpness and flat neighborhoods.
result SAM minimizes loss sharpness, leading to better adversarial transferability.

SAGA predicts multi-year earnings with adaptive intervals, improving forecast accuracy.

problem Forecasting long-range nonlinear structure in lifetime earnings.
method Decoder-only transformer for irregular tabular sequences, split conformal calibration.
result Significant improvement in forecast accuracy compared to existing methods.

Meta-learning predicts optimal ensemble size and methods for time series forecasting.

problem Finding the best ensemble of time series forecasting methods.
method Two-step approach using meta-learning to predict ensemble size and methods.
result Meta-learning outperformed benchmarks in forecasting errors for all data types and horizons.

Study evaluates 41 ML models for Bitcoin trading performance.

problem Predicting Bitcoin prices for algorithmic trading.
method Examined 21 classifiers and 20 regressors under various market conditions.
result Certain models like Random Forest and Stochastic Gradient Descent outperform others in profit and risk management.

VERAFI improves financial AI by verifying calculations and compliance.

problem Financial AI systems generate errors and violations during reasoning.
method VERAFI combines dense retrieval, reranking, and automated reasoning policies.
result VERAFI achieves 94.7% factual correctness, 81% relative improvement.

SLEID detects illicit accounts in DeFi transactions using semi-supervised learning.

problem Detecting illicit accounts in DeFi transactions with scarce labeled data.
method SLEID uses Isolation Forest for initial detection and self-training for pseudo-labels.
result SLEID outperforms baselines with significant improvements in precision and accuracy.

Sales forecasting plays a prominent role in business planning and business strategy. The value and importance of advance information is a cornerstone of planning activity, and a well-set forecast goal can guide sale-force more efficiently. In this paper CPU sales forecasting of Intel Corporation, a multinational semico…

2017-04-28abs ↗pdf ↗

Using artificial neural network for the prediction of heat demand has attracted more and more attention. Weather conditions, such as ambient temperature, wind speed and direct solar irradiance, have been identified as key input parameters. In order to further improve the model accuracy, it is of great importance to und…

2018-08-02abs ↗pdf ↗