Deep learning estimates time-varying Markov model parameters.
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
We consider a transfer-learning problem by using the parameter transfer approach, where a suitable parameter of feature mapping is learned through one task and applied to another objective task. Then, we introduce the notion of the local stability and parameter transfer learnability of parametric feature mapping,and th…
Deep learning outperforms traditional methods in estimating OU process parameters.
Deep learning used for parameter estimation in hard-to-infer models.
Evolutionary Strategies optimize hyper-parameters for off-policy learning.
This paper proposes a novel learning method for multi-task applications. Multi-task neural networks can learn to transfer knowledge across different tasks by using parameter sharing. However, sharing parameters between unrelated tasks can hurt performance. To address this issue, we propose a framework to learn fine-gra…
Bayesian active learning tackles nuisance parameters, leading to bias and dilemmas.
Recent years, transfer learning has attracted much attention in the community of machine learning. In this paper, we mainly focus on the tasks of parameter transfer under the framework of extreme learning machine (ELM). Unlike the existing parameter transfer approaches, which incorporate the source model information in…
Meta-strategy learns tuning parameters for online learning methods.
Supervised learning frequently boils down to determining hidden and bright parameters in a parameterized hypothesis space based on finite input-output samples. The hidden parameters determine the attributions of hidden predictors or the nonlinear mechanism of an estimator, while the bright parameters characterize how h…
Training-free model learns SDE dynamics without training, accelerating parameter studies.
This paper explores hyperparameter optimization for machine learning models.
To keep up with increasing dataset sizes and model complexity, distributed training has become a necessity for large machine learning tasks. Parameter servers ease the implementation of distributed parameter management---a key concern in distributed training---, but can induce severe communication overhead. To reduce c…
Framework for multi-task learning with semiparametric models and nuisance parameters.
As deep learning techniques advance more than ever, hyper-parameter optimization is the new major workload in deep learning clusters. Although hyper-parameter optimization is crucial in training deep learning models for high model performance, effectively executing such a computation-heavy workload still remains a chal…
Responds to critiques on tests for causal parameter confidence intervals.
The paper studies how regularization parameters affect sparsity in deep neural networks.
Computational limitations require more model parameters for robust learning.
Due to the growing ubiquity of unlabeled data, learning with unlabeled data is attracting increasing attention in machine learning. In this paper, we propose a novel semi-supervised kernel learning method which can seamlessly combine manifold structure of unlabeled data and Regularized Least-Squares (RLS) to learn a ne…
KM method reduces ConvNet parameters to 9% higher accuracy with minimal additional memory.
We introduce a novel method that enables parameter-efficient transfer and multi-task learning with deep neural networks. The basic approach is to learn a model patch - a small set of parameters - that will specialize to each task, instead of fine-tuning the last layer or the entire network. For instance, we show that l…
We apply variational inference to learn vehicle trajectory parameters from noisy data.
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 paper provides a method to find optimal machine learning model parameters with confidence.
Double descent in transfer learning explained for linear regression problems.
Study models forest transitions with deep learning for parameter estimation.
Deep networks can approximate functions with fewer learnable parameters than previously thought.
Deep learning predicts neural network parameters efficiently.
This work formalizes and extends parameter sharing in multi-agent reinforcement learning.
We present two different approaches for parameter learning in several mixture models in one dimension. Our first approach uses complex-analytic methods and applies to Gaussian mixtures with shared variance, binomial mixtures with shared success probability, and Poisson mixtures, among others. An example result is that …
Simpler, parameter-free AdaGrad and Adam variants with convergence guarantees.
Paper analyzes consistency of Bayesian and machine learning methods for hierarchical parameter estimation.
Machine learning in high-energy physics faces challenges from nuisance parameters, which are reviewed and techniques to mitigate their impact are discussed.
Adaptive multi-domain learning reduces parameter count for efficient deep learning.
Federated learning is a distributed, privacy-aware learning scenario which trains a single model on data belonging to several clients. Each client trains a local model on its data and the local models are then aggregated by a central party. Current federated learning methods struggle in cases with heterogeneous client-…
FiT combines transfer and meta-learning for efficient few-shot image classification.
Artificial neural networks face the well-known problem of catastrophic forgetting. What's worse, the degradation of previously learned skills becomes more severe as the task sequence increases, known as the long-term catastrophic forgetting. It is due to two facts: first, as the model learns more tasks, the intersectio…
While recent continual learning methods largely alleviate the catastrophic problem on toy-sized datasets, some issues remain to be tackled to apply them to real-world problem domains. First, a continual learning model should effectively handle catastrophic forgetting and be efficient to train even with a large number o…
Hippo optimizes deep learning hyper-parameters by reducing redundant trials.
Study shows not all ML models are uniquely identifiable from data.
New NPG variants ensure parameter convergence in multi-agent learning.
Bayesian networks (BN) are used in a big range of applications but they have one issue concerning parameter learning. In real application, training data are always incomplete or some nodes are hidden. To deal with this problem many learning parameter algorithms are suggested foreground EM, Gibbs sampling and RBE algori…
Paper proposes a method to estimate scientific parameters in hybrid models without relying on model architecture.
CAM-GAN improves GANs for continual learning with efficient feature map transformations.
Meta-learning consists in learning learning algorithms. We use a Long Short Term Memory (LSTM) based network to learn to compute on-line updates of the parameters of another neural network. These parameters are stored in the cell state of the LSTM. Our framework allows to compare learned algorithms to hand-made algorit…
Collaborative personalization, such as through learned user representations (embeddings), can improve the prediction accuracy of neural-network-based models significantly. We propose Federated User Representation Learning (FURL), a simple, scalable, privacy-preserving and resource-efficient way to utilize existing neur…
We introduce several new black-box reductions that significantly improve the design of adaptive and parameter-free online learning algorithms by simplifying analysis, improving regret guarantees, and sometimes even improving runtime. We reduce parameter-free online learning to online exp-concave optimization, we reduce…
Proposes efficient model for continual learning that grows model over task-specific parameters.