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.

168,742 papers · 148 categories

Trend · papers per month

25.0%50.0%75.0%100.0% · Dec 199219922001200920172026
48 results for parameter space exploration

New findings on when to use action space exploration in reinforcement learning.

problem Understanding when to use action space exploration over traditional methods.
method Theoretical analysis and empirical testing of simple exploration methods.
result Exploration in action space is preferred when parametric complexity exceeds action space dimensionality and horizon length.

Deep reinforcement learning (RL) methods generally engage in exploratory behavior through noise injection in the action space. An alternative is to add noise directly to the agent's parameters, which can lead to more consistent exploration and a richer set of behaviors. Methods such as evolutionary strategies use param…

2017-06-06abs ↗pdf ↗

We introduce two approaches for combining neural evolution strategy (NES) and proximal policy optimization (PPO): parameter transfer and parameter space noise. Parameter transfer is a PPO agent with parameters transferred from a NES agent. Parameter space noise is to directly add noise to the PPO agent`s parameters. We…

2019-05-23abs ↗pdf ↗

Active sampling improves design space exploration for analog circuits.

problem Efficiently exploring the space of design features in analog circuits with many parameters.
method Combining drastic dimension reduction with sensitivity analysis and Bayesian surrogate modeling for active sampling.
result The proposed active sampling flow outperforms traditional Monte-Carlo sampling.

The paper characterizes biconservative surfaces in hyperbolic 4-space.

problem Characterizing biconservative surfaces in hyperbolic 4-space.
method Establishing intrinsic conditions and analyzing geometric properties.
result Biconservative surfaces in hyperbolic 4-space satisfy a specific intrinsic condition.

GPR enhances materials discovery by automating parameter space exploration.

problem Automating exploration of large, high-dimensional parameter spaces in materials science.
method Gaussian process regression with inhomogeneous measurement noise and anisotropic kernels.
result Importance and benefits of tuning GPR for materials science experiments.

Paper develops a dynamic Bayesian approach for active learning that optimizes exploration-exploitation balance.

problem Balancing exploration and exploitation in active learning for unknown functions.
method Develops BHEEM, a Bayesian hierarchical approach with approximate Bayesian computation for sampling trade-off parameters.
result BHEEM achieves at least 21% and 11% improvement over pure exploration and exploitation strategies respectively.

The ubiquity of sound synthesizers has reshaped music production and even entirely defined new music genres. However, the increasing complexity and number of parameters in modern synthesizers make them harder to master. Hence, the development of methods allowing to easily create and explore with synthesizers is a cruci…

2019-07-01abs ↗pdf ↗

A new method using mean shift clustering speeds up Bayesian evidence calculation.

problem Difficulty in Nested Sampling algorithm convergence and systematic errors.
method Mean shift cluster recognition method integrated into NestedFit.
result Significant reduction in computation time and uncertainty of Bayesian evidence.

The paper explores moduli space of heterotic system using two deformation paths.

problem Exploring the moduli space of the heterotic system.
method Considering two dual deformation paths starting from a Kähler solution, one along Bott-Chern cohomology class and the other along Aeppli cohomology class. Using the implicit function theorem to prove local existence of heterotic solutions.
result Established an initial step to construct local moduli coordinates around a Kähler solution.

The popularity of Bayesian optimization methods for efficient exploration of parameter spaces has lead to a series of papers applying Gaussian processes as surrogates in the optimization of functions. However, most proposed approaches only allow the exploration of the parameter space to occur sequentially. Often, it is…

2015-05-29abs ↗pdf ↗

Large learning rates cause parameter instability, leading to better generalization.

problem Understanding why deep neural networks perform well despite operating outside the traditional stability regime.
method Analyzing the effect of large learning rates on the orientation of Hessian eigenvectors and parameter exploration.
result Large learning rates induce parameter instability, leading to better generalization through exploration of flatter regions of the loss landscape.

Paper explores stability, regularization, and gradient flows for stochastic inverse problems.

problem Recovering random probability distributions from measurements.
method Direct inversion, variational formulation with regularization, and optimization via gradient flows.
result The choice of metric impacts stability and properties of the optimizer.

Bonsai-Net efficiently discovers state-of-the-art models with fewer parameters.

problem Efficiently discovering state-of-the-art neural architectures with minimal computational expense.
method Bonsai-Net uses a modified differential pruner to explore a relaxed search space.
result Bonsai-Net consistently discovers better architectures than random search with fewer parameters.

Study improves policy search in continuous control by using heavy-tailed distributions.

problem Challenges in continuous space policy search due to non-convexity and myopic-farsighted incentives.
method Introduced heavy-tailed policy parameterizations and analyzed convergence rates and stability.
result Convergence rate to stationarity depends on policy's tail index and exploration tolerance.

Improved likelihood-free inference for high-dimensional models.

problem Challenges in likelihood-free inference for high-dimensional parameter spaces.
method Bayesian optimization-based approach with misspecification-robust characterisation.
result Efficient inference in 100-dimensional space with real data application.

We provide a general framework to study convergence properties of families of maps. For manifolds MM and NN where MM is equipped with a volume form V\mathcal{V} we consider families of maps in the collection {(φ,B):BM,φ:BN with both measurable}\{(φ, B) : B \subset M, φ:B \rightarrow N\text{ with both measurable}\} and we define a distance function …

2014-06-16abs ↗pdf ↗

Study shows efficient neural network approach for stochastic bandits.

problem Optimizing decisions in uncertain environments with neural network models.
method OFU-ReLU algorithm that balances exploration and exploitation, using a transformed feature space.
result Achieves ildeO(T) ilde{O}(\sqrt{T}) regret guarantee for stochastic bandits with ReLU neural networks.

A new method reduces high-dimensional parameter spaces for faster numerical tasks.

problem Efficiently reducing high-dimensional parameter spaces for numerical tasks.
method Local Active Subspaces (LAS) combining active subspaces with clustering techniques.
result Significant speed-up in numerical tasks through efficient dimension reduction.

A framework for auto-tuning hyper-parameters in contextual bandit algorithms.

problem Auto-tuning hyper-parameters in real-time for contextual bandit algorithms.
method Proposes a Syndicated Bandits framework to learn multiple hyper-parameters dynamically.
result Achieves optimal regret bounds under certain scenarios and handles multiple contextual bandit algorithms.

Optimizes exploration for nonlinear systems to learn controllers efficiently.

problem Learning optimal controllers for unknown nonlinear systems.
method Formally quantifies which parameters are most critical, and develops an algorithm to efficiently explore these parameters.
result Proves a near-instance-optimal rate for learning controllers.

SPAQL improves RL by adaptively partitioning state-action space and learning a time-invariant policy.

problem Efficient model-free reinforcement learning with scalable algorithms.
method Adaptive Q-learning with UCB and Boltzmann exploration, automatically tuning temperature.
result SPAQL converges faster and uses fewer resources than AQL, showing higher sample efficiency.

We propose a framework based on distributional reinforcement learning and recent attempts to combine Bayesian parameter updates with deep reinforcement learning. We show that our proposed framework conceptually unifies multiple previous methods in exploration. We also derive a practical algorithm that achieves efficien…

2018-05-04abs ↗pdf ↗

New methods for efficient exploration under unknown linear constraints in bandits.

problem Optimizing decisions under unknown linear constraints in bandit problems.
method Lagrangian relaxation, computationally efficient extensions of existing methods, constraint-adaptive stopping rule.
result LAGEX achieves asymptotically optimal sample complexity, LATS shows asymptotic optimality up to novel constants.

We consider the recently proposed reinforcement learning (RL) framework of Contextual Markov Decision Processes (CMDP), where the agent interacts with a (potentially adversarial) sequence of episodic tabular MDPs. In addition, a context vector determining the MDP parameters is available to the agent at the start of eac…

2019-03-14abs ↗pdf ↗

Paper explores BERT's efficiency on SQuAD2.0, freezing layers and using adapters.

problem Improving BERT's efficiency for SQuAD2.0 while maintaining performance.
method Freezing transformer layers, using adapters, and context-aware convolutional filters.
result Context-aware convolutional filters do not improve practical efficiency.

Efficiently estimates material parameter space with multifidelity Gaussian process modeling.

problem Estimating a region of material parameter space with similar precipitate shapes.
method Multifidelity Gaussian process modeling to reduce computational cost.
result Significant reduction in sampling cost for accurate LER estimation.

SANE improves exploration of noisy, multimodal functions by finding multiple optima.

problem Finding multiple optima in noisy, non-differentiable functions.
method Strategic Autonomous Non-Smooth Exploration (SANE) with a cost-driven acquisition function and human knowledge gate.
result SANE outperforms classical Bayesian optimization in discovering multiple optima.