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

25.0%50.0%75.0%100.0% · Jun 199319922001200920182026
48 results for Deep Learning Efficiency

Deep networks struggle to learn efficient representations of simple functions.

problem Can deep learning methods find efficient representations of simple functions?
method Trained deep neural networks on the parity function and fast Fourier transform, using gradient-based optimization.
result Deep networks require initialization close to exact solutions to learn efficient representations of simple functions.

Efficient deep learning for hyperspectral image classification using active learning.

problem Lack of good-quality labeled samples for deep learning in hyperspectral images.
method Weighted incremental dictionary learning for active selection of training samples.
result The proposed algorithm improves deep learning efficiency and effectiveness in hyperspectral image classification.

The paper identifies overfitting as the main bottleneck in efficient deep reinforcement learning.

problem Improving sample efficiency in deep reinforcement learning.
method Empirical analysis on DMC tasks to identify overfitting as the main issue and developing a hill-climbing method targeting validation TD error.
result Overfitting is the primary bottleneck in sample-efficient deep RL, and regularization techniques can control this.

Proves deep networks can learn hierarchical structures efficiently.

problem Understanding how deep networks learn hierarchical structures in data.
method Random Hierarchy Models, gradient-based methods, layerwise training.
result Proves deep networks can efficiently learn hierarchical structures.

New method improves deep RL efficiency by adaptively setting accuracy requirements.

problem Improving efficiency in deep reinforcement learning.
method Accuracy-based curriculum learning using adaptive selection of accuracy requirements.
result Adaptive accuracy requirements lead to better learning efficiency than random selection.

Increasing input dimensionality improves deep RL performance and sample efficiency.

problem Real-world reinforcement learning applications often lack sufficient training data.
method Proposed an online feature extractor network (OFENet) to improve deep RL performance and sample efficiency.
result RL agents learn more efficiently with high-dimensional input representations than with lower-dimensional state observations.

BatchBALD selects multiple informative points for deep Bayesian active learning, improving data efficiency.

problem Efficient and diverse selection of points for deep Bayesian active learning.
method Develops BatchBALD, a greedy linear-time approximation to mutual information, as an acquisition function.
result Achieves new state-of-the-art performance on benchmarks, improving data efficiency.

New DRL algorithm improves sample efficiency and exploration performance.

problem High sample cost in deep reinforcement learning.
method Combines entropy and bootstrap techniques with Tsallis entropy regularization.
result Demonstrates more efficient and effective exploration on Atari games.

Improved sample efficiency in reinforcement learning with deep Gaussian processes.

problem Efficiently learn to control actions with limited interaction data.
method Deep Gaussian processes that simulate dynamics with depth and prior knowledge.
result Significantly improved early sample efficiency across various tasks, including half-cheetah control.

Deep neural networks are a powerful tool for feature learning and extraction given their ability to model high-level abstractions in highly complex data. One area worth exploring in feature learning and extraction using deep neural networks is efficient neural connectivity formation for faster feature learning and extr…

2015-12-11abs ↗pdf ↗

Combining visual attention with deep reinforcement learning improves sample efficiency.

problem Improving sample efficiency in deep reinforcement learning.
method Visual selective attention mechanism implemented using optical flow and batch normalization.
result Visual selective attention leads to improvements in sample efficiency on Atari games.

Improved sample efficiency in reinforcement learning with action guidance.

problem Sample inefficiency in deep reinforcement learning with sparse, delayed, and deceptive rewards.
method Integrating a non-expert demonstrator (e.g., MCTS) into asynchronous distributed deep reinforcement learning.
result Our methods learn faster and converge to better policies on a game.

New deep learning method solves TSP faster and more efficiently.

problem Approximately solving the Travelling Salesman Problem on 2D Euclidean graphs.
method Uses Graph Convolutional Networks for efficient TSP graph representations and non-autoregressive beam search.
result Significantly reduces optimality gap for large problem instances.

This paper optimizes deep learning systems for high performance and low energy consumption.

problem Achieving ultra-high energy efficiency and performance for deep neural networks.
method Developed an algorithm-hardware co-optimization framework that reduces computational and storage complexity.
result Achieved at least 152X speedup and 71X energy efficiency gain compared to IBM TrueNorth processor.

Design automation optimizes deep learning models for various hardware.

problem Designing efficient deep learning models requires balancing algorithm and hardware.
method Proposes design automation techniques for specialized neural networks, including auto pruning and quantization.
result Learning-based automation achieves superior performance and efficiency compared to human design.

Efficient equivariant MobileNetV2 for medical applications on mobile devices.

problem Limited computational resources for deep learning models in medical applications.
method Design and optimize an equivariant version of MobileNetV2 with model quantization.
result Achieved close-to state-of-the-art performance on medical dataset with improved efficiency.

Deep networks can approximate score functions in high-dimensional graphical models efficiently.

problem Approximation efficiency of score functions by deep neural networks in high-dimensional graphical models like Markov random fields.
method Variational inference denoising algorithms and efficient neural network representation.
result Efficient sample complexity bound for diffusion-based generative modeling when score functions are learned by deep neural networks.

Deep networks can learn functions approximated by shallow networks, but not all functions.

problem The learnability of functions by deep neural networks and the approximation capacity of simpler classes.
method Study the connection between learnability and approximation capacity of functions by deep neural networks and simpler classes.
result A necessary condition for a function to be learnable by deep neural networks is to be approximable by shallow networks.

Method trains deep neural networks on weakly labeled audio data efficiently.

problem Limited training data and lack of temporal labels for audio event detection.
method Multi-instance learning with a new loss function for stacked CNN-RNN.
result Improved performance on low-resource audio datasets.

Paper presents a new method for efficient deep learning with over-complete dictionaries.

problem Learning an over-complete basis for optimal reconstruction without optimization.
method Multiscale Residual Mixture of PCA with a hierarchical approach.
result Exponential decrease of error with depth in a recursive deep approach.

Paper develops efficient variational inference for sparse deep learning with theoretical guarantees.

problem Sparse deep learning's challenge of huge storage consumption and sparse structure recovery.
method Bayesian treatment with spike-and-slab priors and continuous relaxation of Bernoulli distribution for computationally efficient variational inferences.
result Provides variational posterior contraction rate, justifying consistency of the proposed method.

Efficiently learns deep factor graphs using Gaussian belief propagation.

problem Learning in deep factor graphs with efficient inference.
method Treats all relevant quantities as random variables, uses belief propagation for inference.
result Efficiently solves training and prediction problems in deep factor graphs with belief propagation.

CrossQ improves sample efficiency in deep RL with reduced computation.

problem Improving sample efficiency in deep reinforcement learning.
method Introduces CrossQ, a lightweight algorithm using Batch Normalization and removing target networks.
result Matches or surpasses state-of-the-art methods in sample efficiency with reduced computational cost.

META2^\mathbf{2} improves taxonomic classification and abundance estimation in metagenomics with deep learning and memory efficiency.

problem Memory constraints and inefficiencies in taxonomic classification and abundance estimation for metagenomics.
method Developed a novel memory-efficient read classification technique combining deep learning and locality-sensitive hashing, and formulated abundance estimation as a Multiple Instance Learning problem.
result Our approach outperforms conventional methods in both single-read taxonomic classification and abundance estimation, especially when memory is limited.

The paper introduces a new reinforcement learning model that improves sample efficiency and performance.

problem Improving sample efficiency and performance in reinforcement learning.
method The paper proposes a transcoder network that includes model learning in the DQN loss function, providing a richer training signal.
result The proposed method leads to superior results on Atari games compared to vanilla DQN.

New algorithm reduces Q-value overestimation in deep reinforcement learning.

problem Q-value overestimation in deep reinforcement learning for high-dimensional state spaces.
method Adapting information theory concepts, an intrinsic penalty signal is introduced to encourage reduced Q-value estimates.
result Algorithm outperforms other methods in Atari games, demonstrating efficient and robust learning.

A new algorithm improves efficiency in selecting examples for deep learning.

problem Efficiently choosing multiple examples to mark up for deep learning on large datasets.
method Large BatchBALD algorithm, approximating BatchBALD with reduced computational complexity.
result Comparable quality in selection while significantly reducing computation time, especially for large batches.

Examines learning efficiency in neural networks and related models.

problem Analyzing efficiency in deep learning models with singular learning coefficients.
method Examined learning coefficients in neural networks and three-layer neural networks with ReLU units.
result Extended results to include Softmax function, providing a broader understanding of learning efficiency.