Optimizes sampling in continuous domains by adjusting search distribution.
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
Parallelizes MCTS for continuous domains using leaf and root parallelization.
CLEAS improves neural architecture search for continual learning.
A hybrid model for Bayesian optimization handles mixed variables using MCTS for categorical and GP for continuous.
Study improves policy search in continuous control by using heavy-tailed distributions.
New algorithms improve neural architecture search with faster convergence.
PARMESAN learns from memory without parameters for fast, efficient continual learning.
A new method for Bayesian optimization uses Voronoi tessellation candidates to reduce search time.
Bayesian optimisation tackles high-dimensional categorical and mixed search spaces.
A core novelty of Alpha Zero is the interleaving of tree search and deep learning, which has proven very successful in board games like Chess, Shogi and Go. These games have a discrete action space. However, many real-world reinforcement learning domains have continuous action spaces, for example in robotic control, na…
We propose a novel score-based approach to learning a directed acyclic graph (DAG) from observational data. We adapt a recently proposed continuous constrained optimization formulation to allow for nonlinear relationships between variables using neural networks. This extension allows to model complex interactions while…
The search for efficient, sparse deep neural network models is most prominently performed by pruning: training a dense, overparameterized network and removing parameters, usually via following a manually-crafted heuristic. Additionally, the recent Lottery Ticket Hypothesis conjectures that, for a typically-sized neural…
In recent years, there is a growing interest in learning Bayesian networks with continuous variables. Learning the structure of such networks is a computationally expensive procedure, which limits most applications to parameter learning. This problem is even more acute when learning networks with hidden variables. We p…
Enhances neural architecture search efficiency and prevents performance collapse.
NAS helps find best neural network designs.
Paper tackles NAS problem by modeling it as a sparse supernet.
AI agents improve forecast combination but require transparency.
In class-incremental learning, a model learns continuously from a sequential data stream in which new classes occur. Existing methods often rely on static architectures that are manually crafted. These methods can be prone to capacity saturation because a neural network's ability to generalize to new concepts is limite…
Automatic methods for Neural Architecture Search (NAS) have been shown to produce state-of-the-art network models. Yet, their main drawback is the computational complexity of the search process. As some primal methods optimized over a discrete search space, thousands of days of GPU were required for convergence. A rece…
This paper addresses the scalability challenge of architecture search by formulating the task in a differentiable manner. Unlike conventional approaches of applying evolution or reinforcement learning over a discrete and non-differentiable search space, our method is based on the continuous relaxation of the architectu…
Improved similarity search in embeddings using InfoNCE loss.
Modeling high-frequency speculative markets as auction search processes.
We introduce an approximate search algorithm for fast maximum a posteriori probability estimation in probabilistic programs, which we call Bayesian ascent Monte Carlo (BaMC). Probabilistic programs represent probabilistic models with varying number of mutually dependent finite, countable, and continuous random variable…
A growing interest has been witnessed recently from both academia and industry in building nearest neighbor search (NNS) solutions on top of full-text search engines. Compared with other NNS systems, such solutions are capable of effectively reducing main memory consumption, coherently supporting multi-model search and…
Globally normalized neural sequence models are considered superior to their locally normalized equivalents because they may ameliorate the effects of label bias. However, when considering high-capacity neural parametrizations that condition on the whole input sequence, both model classes are theoretically equivalent in…
Proposes DeepSDRF for continuous treatment recommendation from clinical survival data.
A new algorithm, Regular Tree Search, tackles non-convex simulation optimization problems.
Improved genetic programming by optimizing mutation operators for continuous program search.
DrNAS improves neural architecture search with Dirichlet distribution and progressive learning.
Driven by the need for parallelizable hyperparameter optimization methods, this paper studies \emph{open loop} search methods: sequences that are predetermined and can be generated before a single configuration is evaluated. Examples include grid search, uniform random search, low discrepancy sequences, and other sampl…
In quadruped gait learning, policy search methods that scale high dimensional continuous action spaces are commonly used. In most approaches, it is necessary to introduce prior knowledge on the gaits to limit the highly non-convex search space of the policies. In this work, we propose a new approach to encode the symme…
Optimizes neural architecture search to generate novel lightweight models.
Bayesian optimization tackles mixed discrete-continuous problems with Gaussian processes.
The problem of drawing samples from a discrete distribution can be converted into a discrete optimization problem. In this work, we show how sampling from a continuous distribution can be converted into an optimization problem over continuous space. Central to the method is a stochastic process recently described in ma…
The paper refines NOTEARS for learning Bayesian networks, improving accuracy and efficiency.
BS-NAS broadens and shrinks search space for optimal neural architectures.
Cell-based NAS search spaces are redundant and lack novelty.
A framework for efficient multi-objective optimization using entropy search.
This tutorial introduces the CMA Evolution Strategy (ES), where CMA stands for Covariance Matrix Adaptation. The CMA-ES is a stochastic, or randomized, method for real-parameter (continuous domain) optimization of non-linear, non-convex functions. We try to motivate and derive the algorithm from intuitive concepts and …
A graph VAE framework optimizes neural architectures in a continuous space.
Trust-region methods have yielded state-of-the-art results in policy search. A common approach is to use KL-divergence to bound the region of trust resulting in a natural gradient policy update. We show that the natural gradient and trust region optimization are equivalent if we use the natural parameterization of a st…
PICLE uses probabilistic models to efficiently evaluate and compose modules for continual learning.
Differentiable architecture search (DARTS) is a prevailing NAS solution to identify architectures. Based on the continuous relaxation of the architecture space, DARTS learns a differentiable architecture weight and largely reduces the search cost. However, its stability has been challenged for yielding deteriorating ar…
The paper analyzes continuous optimization for DAG structure learning and its limitations.
Derives a method to optimize high-dimensional functions on low-dimensional manifolds.
In recent years significant progress has been made in dealing with challenging problems using reinforcement learning.Despite its great success, reinforcement learning still faces challenge in continuous control tasks. Conventional methods always compute the derivatives of the optimal goal with a costly computation reso…
Paper proposes a policy-search algorithm to learn entropy-maximizing exploration policies in reward-free environments.
Casting machine learning as a type of search, we demonstrate that the proportion of problems that are favorable for a fixed algorithm is strictly bounded, such that no single algorithm can perform well over a large fraction of them. Our results explain why we must either continue to develop new learning methods year af…