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.

169,181 papers · 148 categories

Trend · papers per month

8.2%16.4%24.6%32.8% · May 201919922001200920182026
48 results for Scalable Training

Scalable training of inference networks for Gaussian-process models.

problem Computational challenges in inference for large data in Gaussian process models.
method Stochastic inference networks with a functional mirror-descent algorithm for minibatch training.
result Empirical results show comparable and sometimes superior performance to existing sparse variational GP methods.

Paper addresses statistical efficiency and scalability in tensor train decomposition.

problem Statistical inefficiency and scalability issues in tensor train decomposition.
method Introduces a convex relaxation and alternating optimization method with randomization.
result Derives error bounds and demonstrates method's performance on real data.

Improved scalability and interpretability in training data attribution.

problem Identifying which training data drives specific behaviors, especially unintended ones.
method Leveraging interpretable structures within the model to attribute model behavior to semantic directions, not individual test examples.
result Simple probe-based attribution methods are first-order approximations of Concept Influence that achieve comparable performance while being over an order-of-magnitude faster.

SWALP averages SGD iterates for low-precision training, improving scalability and performance.

problem Improving scalability and performance in low-precision training.
method Averages low-precision SGD iterates with a modified learning rate schedule.
result SWALP matches full-precision SGD performance with 8-bit quantization and converges to optimal solutions.

Probabilistic SSMs are improved with a novel model and scalable training.

problem Training fully probabilistic SSMs is hard.
method Proposed a novel model formulation and scalable training algorithm based on variational inference and Gaussian processes.
result The model allows fully capturing latent state temporal correlations, leading to robust training.

This paper introduces a neural sampler for scalable sampling from complex distributions.

problem Efficiently sampling from high-dimensional un-normalized distributions.
method Neural implicit sampler trained with KL and Fisher divergence methods.
result The neural sampler generates large batches of samples with low computational costs.

This paper shows using classification instead of regression improves deep RL scalability.

problem Challenges in training value functions for large networks in deep RL.
method Used categorical cross-entropy loss instead of mean squared error regression.
result Significant improvements in performance and scalability across various domains.

ShadowSync separates background synchronization for scalable distributed training.

problem Reducing synchronization overhead in distributed training for high scalability.
method Separates synchronization from training and runs it in the background.
result Achieves both high throughput and excellent model quality at scale.

Meta-learning interpretable decision trees with synthetic data.

problem Lack of efficient, scalable methods for generating synthetic data for decision tree meta-learning.
method Synthetic generation of near-optimal decision trees using the MetaTree transformer architecture.
result Meta-learning of decision trees achieves performance comparable to real-world data or optimal decision trees, with significant computational cost reduction.

Bayesian tensor train kernel machine uses Laplace approximation for scalable GP regression.

problem Scalability limitations of Gaussian process regression.
method Bayesian tensor train kernel machine with Laplace approximation and variational inference.
result VI replaces cross-validation and offers up to 65x faster training.

Our system trains ImageNet in 6.6 minutes using 2048 Tesla P40 GPUs.

problem Training large-scale deep neural networks efficiently and accurately.
method Mixed-precision training, extremely large mini-batch size optimization, and optimized all-reduce algorithms.
result Trains ResNet-50 to 75.8% top-1 test accuracy in 6.6 minutes.

COPML framework securely trains models across multiple data owners without revealing individual data.

problem Privacy-preserving collaborative machine learning with multiple data owners.
method Securely encodes data, distributes computation, performs distributed training.
result Achieves up to 16x speedup in training time while maintaining strong privacy.

WMRB improves ranking accuracy and efficiency in scalable batch training.

problem Improving ranking accuracy and efficiency in large-scale recommendation systems.
method WMRB uses a new rank estimator and an efficient batch training algorithm.
result WMRB consistently outperforms WARP and other baselines in three item recommendation tasks.

Graphical heuristic reduces and partitions large datasets for faster supervised training.

problem Training large datasets for classification tasks.
method Clustering and information graph construction for dataset reduction and partitioning.
result Significant speed-up in training run-time without compromising prediction accuracy.

Paper proposes MMI-ALI for scalable joint distribution matching across multiple domains.

problem Scalability issue in matching joint distributions across multiple domains.
method Adversarial training with Multivariate Mutual Information maximization.
result MMI-ALI achieves scalable joint distribution matching across multiple domains.

New algorithm improves Gaussian process hyperparameter tuning for large datasets.

problem Scalable hyperparameter tuning for Gaussian processes on large datasets.
method Estimates smoothness and length-scale parameters in Matern kernel using novel loss functions.
result Improved uncertainty quantification over traditional methods.

IMPACT improves RL training speed without sacrificing sample efficiency.

problem Limited sample efficiency in scalable RL architectures.
method Proposes IMPACT, extending IMPALA with target networks, circular buffers, and truncated importance sampling.
result IMPACT achieves higher rewards and significantly reduces training time compared to IMPALA.

The paper introduces a scalable unsupervised learning framework to improve deep neural networks.

problem Improving deep neural networks' performance and generalization in unsupervised settings.
method A scalable unsupervised regularization framework that constrains hypothesis space to non-trivial piecewise constant functions.
result The framework leads to a factually confident and smooth discriminative model, achieving state-of-the-art clustering results and generalization on both synthetic and real data.

NeuroMAS treats multi-agent systems as neural networks for scalable, trainable coordination.

problem Designing multi-agent systems as hand-designed workflows is inefficient and inflexible.
method NeuroMAS treats multi-agent systems as a neural network architecture with reinforcement learning for scalable coordination.
result NeuroMAS improves significantly over multi-agent baselines and can be scaled progressively.

FinRL-Podracer accelerates DRL trading strategies in finance with high performance and scalability.

problem Challenges in applying deep reinforcement learning to finance trading models.
method Proposes an RLOps framework and high-performance cloud solution for DRL trading.
result FinRL-Podracer outperforms existing DRL libraries by 12-35% in annual return, 0.1-0.6 in Sharpe ratio, and 3-7 times in training time.

A scalable framework for gradient boosting using TensorFlow.

problem Training gradient boosted trees efficiently on large datasets.
method Distributed training architecture, automatic loss differentiation, layer-by-layer boosting, multi-class handling, regularization.
result Faster prediction and smaller ensembles compared to traditional methods.

BNAS improves neural architecture search with a scalable, fast, and efficient approach.

problem Efficiently searching for optimal neural architectures with high performance and low training time.
method Designing a broad scalable architecture (BCNN) with reinforcement learning and parameter sharing, and developing two variants.
result Significantly reduces training time and achieves state-of-the-art performance on CIFAR-10 and ImageNet.

A scalable deep learning framework accelerates training of large neural networks for solving 3D Poisson equations.

problem Training large-scale neural networks for solving complex PDEs efficiently.
method Combines multigrid techniques with distributed deep learning to accelerate training.
result Solves 3D Poisson equations up to 512x512x512 resolution efficiently.

EduQG generates better educational questions by pre-training on scientific text.

problem Improving the quality of educational questions for scalable self-assessment.
method Adapting a large language model for educational question generation, pre-trained on scientific text.
result EduQG produces superior educational questions compared to baseline models.