中文
相关论文

相关论文: A local greedy algorithm and higher order extensio…

200 篇论文

We consider the global well-posedness and decay rates for solutions of 3D incompressible micropolar equation in the critical Besov space. Spectrum analysis allows us to find not only parabolic behaviors of solutions, but also damping effect…

偏微分方程分析 · 数学 2024-04-16 Zihao Song

Chebyshev Greedy Algorithm is a generalization of the well known Orthogonal Matching Pursuit defined in a Hilbert space to the case of Banach spaces. We apply this algorithm for constructing sparse approximate solutions (with respect to a…

机器学习 · 统计学 2013-12-05 Vladimir Temlyakov

Consider a graph with n nodes and m edges, independent edge weights and lengths, and arbitrary distance demands for node pairs. The spanner problem asks for a minimum-weight subgraph that satisfies these demands via sufficiently short paths…

数据结构与算法 · 计算机科学 2025-07-02 Fritz Bökler , Markus Chimani , Henning Jasper

In the design of algorithms, the greedy paradigm provides a powerful tool for solving efficiently classical computational problems, within the framework of procedural languages. However, expressing these algorithms within the declarative…

数据库 · 计算机科学 2007-05-23 Sergio Greco , Carlo Zaniolo

Ensembles of independently trained neural networks are a state-of-the-art approach to estimate predictive uncertainty in Deep Learning, and can be interpreted as an approximation of the posterior distribution via a mixture of delta…

机器学习 · 计算机科学 2022-07-11 Aleksei Tiulpin , Matthew B. Blaschko

The change-making problem consists of representing a certain amount of money with the least possible number of coins, from a given, pre-established set of denominations. The greedy algorithm works by choosing the coins of largest possible…

组合数学 · 数学 2025-07-14 Hebert Pérez-Rosés

The graduated optimization approach, also known as the continuation method, is a popular heuristic to solving non-convex problems that has received renewed interest over the last decade. Despite its popularity, very little is known in terms…

机器学习 · 计算机科学 2015-07-28 Elad Hazan , Kfir Y. Levy , Shai Shalev-Shwartz

Whereas there are simple algorithms that are proven to be optimal for the Classical and the Multiple Choice Secretary Problem, the Matroid Secretary Problem is less thoroughly understood. This paper proposes the generalization of some…

数据结构与算法 · 计算机科学 2022-11-08 Simon Park

Greedy Sampling Methods (GSMs) are widely used to construct approximate solutions of Configuration Optimization Problems (COPs), where a loss functional is minimized over finite configurations of points in a compact domain. While effective…

最优化与控制 · 数学 2026-01-09 Evie Nielen , Oliver Tse

This paper implements a quantum greedy optimization algorithm based on the discretization of time evolution (d-QGO). Quantum greedy optimization, which was originally developed for reducing processing time via counterdiabatic driving,…

量子物理 · 物理学 2023-06-16 Tadayoshi Matsumori , Tadashi Kadowaki

Solutions to hyperbolic systems comprise waves propagating at finite speeds. When wave propagation is predominantly unidirectional, one-way wave equations can be used to evolve only the right-going solution by removing support for…

数值分析 · 数学 2026-05-04 Michael K. Sleeman , Tim Colonius

We give a greedy learning algorithm for reconstructing an evolutionary tree based on a certain harmonic average on triplets of terminal taxa. After the pairwise distances between terminal taxa are estimated from sequence data, the algorithm…

数据结构与算法 · 计算机科学 2007-05-23 Miklos Csuros , Ming-Yang Kao

Applying the theory of compressive sensing in practice always takes different kinds of perturbations into consideration. In this paper, the recovery performance of greedy pursuits with replacement for sparse recovery is analyzed when both…

信息论 · 计算机科学 2015-06-04 Laming Chen , Yuantao Gu

We consider the sparse contextual bandit problem where arm feature affects reward through the inner product of sparse parameters. Recent studies have developed sparsity-agnostic algorithms based on the greedy arm selection policy. However,…

We study distributed algorithms for expected loss minimization where the datasets are large and have to be stored on different machines. Often we deal with minimizing the average of a set of convex functions where each function is the…

机器学习 · 计算机科学 2019-07-24 Samira Sheikhi

Graph Neural Networks (GNNs) with equivariant properties have achieved significant success in modeling complex dynamic systems and molecular properties. However, their expressiveness ability is limited by: (1) Existing methods often…

机器学习 · 计算机科学 2025-11-04 Yingxu Wang , Nan Yin , Mingyan Xiao , Xinhao Yi , Siwei Liu , Shangsong Liang

The submodular maximization problem is widely applicable in many engineering problems where objectives exhibit diminishing returns. While this problem is known to be NP-hard for certain subclasses of objective functions, there is a greedy…

分布式、并行与集群计算 · 计算机科学 2020-07-01 Haoyuan Sun , David Grimsman , Jason R Marden

The greedy algorithm A iterates over a set of uniformly sized independent sets of a given graph G and checks for each set S which non-neighbor of S, if any, is best suited to be added to S, until no more suitable non-neighbors are found for…

数据结构与算法 · 计算机科学 2015-05-05 Asbjørn Brændeland

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…

图像与视频处理 · 电气工程与系统科学 2018-12-31 Elad Plaut , Raja Giryes

Sparse approximation is important in many applications because of concise form of an approximant and good accuracy guarantees. The theory of compressed sensing, which proved to be very useful in the image processing and data sciences, is…

数值分析 · 数学 2025-02-20 V. Temlyakov