New method uses machine learning to optimize Fourier pricing methods.
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
Kernelized Support Vector Machines (SVMs) are among the best performing supervised learning methods. But for optimal predictive performance, time-consuming parameter tuning is crucial, which impedes application. To tackle this problem, the classic model selection procedure based on grid-search and cross-validation was …
LaLoRA prevents forgetting in LoRA fine-tuning.
EVA adapts LoRA for faster, more efficient fine-tuning.
Learning Rate (LR) is an important hyper-parameter to tune for effective training of deep neural networks (DNNs). Even for the baseline of a constant learning rate, it is non-trivial to choose a good constant value for training a DNN. Dynamic learning rates involve multi-step tuning of LR values at various stages of th…
Autotune optimizes Lasso tuning parameters efficiently and accurately.
FAST improves fast and stable task adaptation in DNNs.
Time-varying parameters are shown to be ridge regressions, simplifying computations and tuning.
The paper tackles time series data by applying conformal prediction with nearest neighbors.
Personalized medicine has become an important part of medicine, for instance predicting individual drug responses based on genomic information. However, many current statistical methods are not tailored to this task, because they overlook the individual heterogeneity of patients. In this paper, we look at personalized …
PID control architectures are widely used in industrial applications. Despite their low number of open parameters, tuning multiple, coupled PID controllers can become tedious in practice. In this paper, we extend PILCO, a model-based policy search framework, to automatically tune multivariate PID controllers purely bas…
FGSM is more stable in adversarially robust transfer learning than PGD.
New methods for tuning alpha in Gibbs posteriors improve speed and accuracy.
A new algorithm for faster model selection in twin multi-class SVM.
Neural network quantization procedure is the necessary step for porting of neural networks to mobile devices. Quantization allows accelerating the inference, reducing memory consumption and model size. It can be performed without fine-tuning using calibration procedure (calculation of parameters necessary for quantizat…
High sensitivity of neural architecture search (NAS) methods against their input such as step-size (i.e., learning rate) and search space prevents practitioners from applying them out-of-the-box to their own problems, albeit its purpose is to automate a part of tuning process. Aiming at a fast, robust, and widely-appli…
Analyzes SVM classifier behavior with different parameters and data types.
Paper studies kernel hyperparameters for clustering, proposing an efficient search method.
Multirate training speeds up neural network fine-tuning.
We consider the problem of recovering a vector from random and noisy linear observations , where is the measurement matrix and is noise. The LASSO estimate is given by the solution to the optimization problem . A…
New optimizer SF-NorMuon matches tuned AdamW across various horizons.
Paper proposes a reinforcement learning framework for efficient hyper-parameter tuning of stochastic optimization algorithms.
Alpha-trimming prunes trees in random forests to improve predictive performance.
pGMM kernel outperforms ordinary ridge regression and RBF kernel ridge regression without tuning.
We wish to infer the value of a parameter at a law from which we sample independent observations. The parameter is smooth and we can define two variation-independent features of the law, its - and -components, such that estimating them consistently at a fast enough product of rates allows to build a confidence in…
A new approach selects tuning parameters for embedding methods.
Optimizing deep neural networks is largely thought to be an empirical process, requiring manual tuning of several hyper-parameters, such as learning rate, weight decay, and dropout rate. Arguably, the learning rate is the most important of these to tune, and this has gained more attention in recent works. In this paper…
In this paper, we address the challenging problem of selecting tuning parameters for high-dimensional sparse regression. We propose a simple and computationally efficient method, called path thresholding (PaTh), that transforms any tuning parameter-dependent sparse regression algorithm into an asymptotically tuning-fre…
This paper presents the asymptotic behavior of a linear instrumental variables (IV) estimator that uses a ridge regression penalty. The regularization tuning parameter is selected empirically by splitting the observed data into training and test samples. Conditional on the tuning parameter, the training sample creates …
Improved ridge estimators avoid tuning parameters for high-dimensional data.
In high dimensional settings, sparse structures are crucial for efficiency, both in term of memory, computation and performance. It is customary to consider penalty to enforce sparsity in such scenarios. Sparsity enforcing methods, the Lasso being a canonical example, are popular candidates to address high dim…
Penalized (or regularized) regression, as represented by Lasso and its variants, has become a standard technique for analyzing high-dimensional data when the number of variables substantially exceeds the sample size. The performance of penalized regression relies crucially on the choice of the tuning parameter, which d…
Bayesian EM method improves ridge regression tuning without LOOCV's limitations.
Fine-tuning large language models requires minimal data, making them efficient.
New framework robustifies loss functions with quantiles for outlier resistance.
A framework for auto-tuning hyper-parameters in contextual bandit algorithms.
ADAPT improves robustness of Vision Transformers without full model fine-tuning.
Supervised linear feature extraction can be achieved by fitting a reduced rank multivariate model. This paper studies rank penalized and rank constrained vector generalized linear models. From the perspective of thresholding rules, we build a framework for fitting singular value penalized models and use it for feature …
New framework explains fast transfer of hyperparameters across model scales.
When applying Machine Learning techniques to problems, one must select model parameters to ensure that the system converges but also does not become stuck at the objective function's local minimum. Tuning these parameters becomes a non-trivial task for large models and it is not always apparent if the user has found th…
Tuning SVM and boosting models using optimization algorithms.
Paper fine-tunes a simulation-driven estimator to reduce out-of-distribution errors.
Alternative neural network training using monotone variational inequality.
Black box discrete optimization (BBDO) appears in wide range of engineering tasks. Evolutionary or other BBDO approaches have been applied, aiming at automating necessary tuning of system parameters, such as hyper parameter tuning of machine learning based systems when being installed for a specific task. However, auto…
Most of the current complex networks that are of interest to practitioners possess a certain community structure that plays an important role in understanding the properties of these networks. Moreover, many machine learning algorithms and tools that are developed for complex networks try to take advantage of the exist…
New method for NMF without tuning parameter.
Echo State Networks (ESNs) are known for their fast and precise one-shot learning of time series. But they often need good hyper-parameter tuning for best performance. For this good validation is key, but usually, a single validation split is used. In this rather practical contribution we suggest several schemes for cr…
Fine-tuning large pre-trained models is an effective transfer mechanism in NLP. However, in the presence of many downstream tasks, fine-tuning is parameter inefficient: an entire new model is required for every task. As an alternative, we propose transfer with adapter modules. Adapter modules yield a compact and extens…