This paper proposes and evaluates the k-greedy equivalence search algorithm (KES) for learning Bayesian networks (BNs) from complete data. The main characteristic of KES is that it allows a trade-off between greediness and randomness, thus exploring different good local optima. When greediness is set at maximum, KES co…
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
Proposes ContSup to boost local learning by supplying context between isolated modules.
Greedy algorithm achieves sublinear regret for various distributions.
Simpler ε-greedy with longer action durations improves exploration.
In this paper we consider the task of estimating the non-zero pattern of the sparse inverse covariance matrix of a zero-mean Gaussian random vector from a set of iid samples. Note that this is also equivalent to recovering the underlying graph structure of a sparse Gaussian Markov Random Field (GMRF). We present two no…
New local-search methods close the gap in sparse tensor PCA.
LoCo learns local representations without end-to-end synchronization, improving performance on complex tasks.
XGES improves GES by favoring early edge deletion, outperforming GES in finite data settings.
Breathing k-means outperforms greedy k-means++ in clustering.
Greedy training of recursive partitioning estimators faces a computational barrier when the true function doesn't satisfy a specific property.
RbX generates local explanations for black-box models using greedy polytope construction.
Transforms offline greedy algorithms to online algorithms for combinatorial problems.
Proposes an efficient alternative to nonconvex-nonconcave min-max optimization.
We consider the exploration problem: an agent equipped with a depth sensor must map out a previously unknown environment using as few sensor measurements as possible. We propose an approach based on supervised learning of a greedy algorithm. We provide a bound on the optimality of the greedy algorithm using submodulari…
In this paper, we introduce DICOD, a convolutional sparse coding algorithm which builds shift invariant representations for long signals. This algorithm is designed to run in a distributed setting, with local message passing, making it communication efficient. It is based on coordinate descent and uses locally greedy u…
New algorithm speeds up learning of graphical models.
The paper develops a theory for speculative decoding acceptance criteria.
Paper analyzes Greedy-GQ for reinforcement learning with Markovian noise.
Paper addresses linear regression with partially mismatched data using local search with theoretical guarantees.
Study improves materials discovery for high-entropy alloys using sparse linear models.
Study on rapid policy changes in reinforcement learning.
Proposes a method to refine PDE-driven high-dimensional rare-event simulation.
GraphReach improves GNN performance by incorporating node positions.
Multiple-step lookahead policies have demonstrated high empirical competence in Reinforcement Learning, via the use of Monte Carlo Tree Search or Model Predictive Control. In a recent work \cite{efroni2018beyond}, multiple-step greedy policies and their use in vanilla Policy Iteration algorithms were proposed and analy…
We consider interactive learning and covering problems, in a setting where actions may incur different costs, depending on the response to the action. We propose a natural greedy algorithm for response-dependent costs. We bound the approximation factor of this greedy algorithm in active learning settings as well as in …
We consider a class of discrete optimization problems that aim to maximize a submodular objective function subject to a distributed partition matroid constraint. More precisely, we consider a networked scenario in which multiple agents choose actions from local strategy sets with the goal of maximizing a submodular obj…
This paper analyzes the sample complexity of two timescale reinforcement learning algorithms.
Introduces greedy feature selection for classifier-dependent feature ranking.
This work improves RLHF performance guarantees using greedy sampling.
A major challenge in reinforcement learning is exploration, when local dithering methods such as epsilon-greedy sampling are insufficient to solve a given task. Many recent methods have proposed to intrinsically motivate an agent to seek novel states, driving the agent to discover improved reward. However, while state-…
Recently similarity graphs became the leading paradigm for efficient nearest neighbor search, outperforming traditional tree-based and LSH-based methods. Similarity graphs perform the search via greedy routing: a query traverses the graph and in each vertex moves to the adjacent vertex that is the closest to this query…
A new method combines classical and machine learning PDE solvers efficiently.
Greedy algorithm nearly outperforms exploration in contextual bandits.
Sparsity learning with known grouping structure has received considerable attention due to wide modern applications in high-dimensional data analysis. Although advantages of using group information have been well-studied by shrinkage-based approaches, benefits of group sparsity have not been well-documented for greedy-…
Greedy PIG adapts integrated gradients for better feature attribution.
Sparse coding techniques for image processing traditionally rely on a processing of small overlapping patches separately followed by averaging. This has the disadvantage that the reconstructed image no longer obeys the sparsity prior used in the processing. For this purpose convolutional sparse coding has been introduc…
SymCircuit learns PC structure via entropy-regularized RL, improving inference efficiency and accuracy.
We investigate the use of attentional neural network layers in order to learn a `behavior characterization' which can be used to drive novelty search and curiosity-based policies. The space is structured towards answering a particular distribution of questions, which are used in a supervised way to train the attentiona…
Novel hybrid method for Bayesian network structure learning reduces computational time without sacrificing accuracy.
New algorithm for reinforcement learning reduces complexity and guarantees convergence.
When confronted with massive data streams, summarizing data with dimension reduction methods such as PCA raises theoretical and algorithmic pitfalls. Principal curves act as a nonlinear generalization of PCA and the present paper proposes a novel algorithm to automatically and sequentially learn principal curves from d…
Greedy policies perform poorly in imperfectly observed contextual bandits.
Greedy algorithms are widely used for problems in machine learning such as feature selection and set function optimization. Unfortunately, for large datasets, the running time of even greedy algorithms can be quite high. This is because for each greedy step we need to refit a model or calculate a function using the pre…
Quantum control is valuable for various quantum technologies such as high-fidelity gates for universal quantum computing, adaptive quantum-enhanced metrology, and ultra-cold atom manipulation. Although supervised machine learning and reinforcement learning are widely used for optimizing control parameters in classical …
A single slow-growing tree matches Random Forest's performance.
We consider learning a convex combination of basis models, and present some new theoretical and empirical results that demonstrate the effectiveness of a greedy approach. Theoretically, we first consider whether we can use linear, instead of convex, combinations, and obtain generalization results similar to existing on…
Proposes a novel neural architecture for sparse coding using learned greedy pursuit.
Large-scale L1-regularized loss minimization problems arise in high-dimensional applications such as compressed sensing and high-dimensional supervised learning, including classification and regression problems. High-performance algorithms and implementations are critical to efficiently solving these problems. Building…