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,291 papers · 148 categories

Trend · papers per month

15.0%30.1%45.1%60.2% · Jun 202019922001200920182026
48 results for machine learning hardware

This paper highlights new opportunities for designing large-scale machine learning systems as a consequence of blurring traditional boundaries that have allowed algorithm designers and application-level practitioners to stay -- for the most part -- oblivious to the details of the underlying hardware-level implementatio…

2014-09-09abs ↗pdf ↗

Lop enables efficient machine learning models through customizable data representations and approximate computing.

problem Efficient deployment of machine learning models with reduced computational and storage complexity.
method Integrates low-precision representation and approximate arithmetic operations into machine learning frameworks and hardware.
result Lop facilitates high-level simulations and hardware realization of machine learning models with customizable data representations and approximate arithmetic operations.

Survey of QML applications on near-term quantum devices.

problem Achieving quantum advantage on real-world applications.
method Analysis of supervised and unsupervised techniques, including encoding, ansatz structure, error mitigation, and gradient methods.
result Current QML implementations on quantum hardware face limitations but show potential for real-world applications.

ReQuEST platform aims to simplify ML system evaluation across diverse hardware and software.

problem Complexity and time-consuming evaluation of machine learning systems across frameworks and hardware.
method Open co-design tournament platform with online public scoreboard, leveraging Collective Knowledge and ACM artifact methodology.
result Validation and sharing of reproducible machine learning system implementations.

Quantum hardware accelerates training of Boltzmann machines, improving sampling and learning.

problem Training fully visible Boltzmann machines with high-energy barriers.
method Benchmarked quantum annealing hardware for training Boltzmann machines, comparing quantum and classical distributions.
result Quantum hardware can improve training of Boltzmann machines, especially for hard problems.

The paper tackles hardware efficiency in DL models, predicting and optimizing for latency and energy cost.

problem Predicting and optimizing hardware efficiency for DL models during inference.
method Develops predictive models and hardware-aware optimization techniques.
result Predictive models and optimization techniques can significantly improve hardware efficiency in DL applications.

This paper uses machine learning to assist automation engineers in decision making.

problem Imperfect decision making by automation engineers leads to multiple iterations and increased time for software development.
method Defined challenges and proposed solutions using machine learning for automation engineering, including code classification, finding similar code snippets, and hardware selection.
result Paragraph embedding techniques achieved an F1-score of 72% for classifying automation using code snippets, and autoencoder models for hardware recommendation achieved p@3 and p@5 of 0.79 and 0.95, respectively.

Improved machine translation with INT8 hardware using a novel training method.

problem Training accurate machine translation models with limited hardware precision.
method Convert all Transformer matrix multiplications to 8-bit integer (INT8) without sacrificing accuracy.
result INT8 Transformer models achieve BLEU scores 99.3% to 100% relative to FP32 models.

The thesis explores how to integrate machine learning with hardware constraints.

problem Designing efficient neural networks for real-time processing with hardware limitations.
method Developed a library for training and converting sparse quantized neural networks to hardware.
result Demonstrated how to design and optimize neural networks for FPGA-based hardware.

This paper characterizes deep learning models in Facebook's data centers and suggests optimizations.

problem Improving performance of deep learning models in data centers.
method Detailed characterizations, high performance optimizations, co-design suggestions.
result Need for better co-design of algorithms, numerics, and computing platforms.

SynergicLearning combines NN and HD models for high accuracy and efficiency.

problem Combining neural networks and hyperdimensional learning for improved accuracy and efficiency.
method Hybrid model combining NN feature extraction and HD classification, parameterized hardware implementation.
result Improves accuracy by at least 10% compared to HD learning models and 1.60x power efficiency.

Hardware-accelerated RBM solves large combinatorial problems and integer factorization.

problem Solving large combinatorial optimization and integer factorization problems.
method Logically synthesized RBM architecture, hardware acceleration, and efficient training methods.
result Hardware-accelerated RBM factorizes 16-bit numbers with 10000x speed and 32x power improvements.

NASCaps automates CapsNet design for better accuracy and hardware efficiency.

problem Designing Capsule Networks is laborious and inefficient.
method Automated Neural Architecture Search (NAS) with Genetic Algorithm optimization.
result Jointly optimizes network accuracy and hardware efficiency.

Paper tackles noisy neural networks and proposes a method to enhance their robustness.

problem Noisy neural networks struggle with random continuous noise in weights.
method Knowledge distillation combined with noise injection during training.
result Models achieve up to twice greater noise tolerance.

XSP profiles ML models across hardware and software stacks.

problem Challenges in profiling ML model performance across different layers of the stack.
method XSP uses distributed tracing to aggregate data from various sources and introduces a leveled, iterative measurement approach.
result XSP provides insights into ML model execution not easily discernible otherwise.

Sparse neural networks trained on commodity hardware achieve high accuracy for high-dimensional data.

problem Training and deploying modern ANNs on commodity hardware due to model size and data volume challenges.
method Introducing a technique to train truly sparse neural networks with fixed parameter count throughout training.
result Achieved higher accuracy than traditional methods and trained models with over 1 million neurons on a typical laptop.

Pipelined Backpropagation trains large models without batches efficiently.

problem Training large models efficiently on hardware with limited batch sizes.
method Fine-grained Pipelined Backpropagation with Spike Compensation and Linear Weight Prediction.
result Fine-grained Pipelined Backpropagation with a batch size of one matches the accuracy of SGD for multiple networks.

Paper proposes efficient INT4 quantization for neural networks.

problem Efficient inference on limited hardware resources for large neural networks.
method Formalizes quantization as MMSE problem, optimizes constrained MSE at each layer, partitions parameters, uses multiple quantized tensors.
result 4-bit integer (INT4) quantization yields state-of-the-art results with minimal accuracy loss.

Framework learns to optimize tensor programs for various hardware.

problem Manual optimization of tensor operators for deep learning limits applicability and increases engineering costs.
method Learning-based statistical cost models guide tensor operator implementations over billions of variants.
result Framework delivers performance competitive with hand-tuned libraries across multiple hardware targets.

Study finds no significant difference in neural network weights with quantum random numbers.

problem Effects of biased quantum random numbers on neural network initialization.
method Empirical study using quantum hardware and classical pseudo-random numbers.
result No statistically significant difference found between quantum random numbers and other types.

New deep learning techniques improve HEP model performance and speed.

problem Improving classification model performance and training speed in HEP.
method Advanced deep learning techniques including data augmentation, learning rate scheduling, ensembling, and new architectures.
result Achieved equal performance to Kaggle winners with faster training and hardware compatibility.

Slalom improves neural network performance in TEEs by delegating work to untrusted hardware.

problem Efficiently executing neural networks in secure hardware environments while maintaining performance and privacy.
method Slalom efficiently partitions DNN computations between trusted and untrusted devices, using matrix multiplication outsourcing.
result 6x to 20x increase in throughput for verifiable inference, and 4x to 11x for verifiable and private inference.

Quantum circuits explained using Shapley values for better understanding.

problem Improving the explainability of quantum machine learning circuits.
method Applying Shapley values to quantify gate importance in quantum circuits.
result Quantum circuits can be explained by their gate importance, enhancing understanding and interpretability.

Benchopt automates machine learning benchmarking across languages and hardware.

problem Limited transparency and tedious re-implementation work in machine learning validation.
method A collaborative framework for automating, reproducing, and publishing optimization benchmarks.
result Demonstrates practical findings that highlight the importance of details in machine learning validation.