中文
相关论文

相关论文: Improved Approximability Result for Test Set with …

200 篇论文

Setcover greedy algorithm is a natural approximation algorithm for test set problem. This paper gives a precise and tighter analysis of performance guarantee of this algorithm. The author improves the performance guarantee $2\ln n$ which…

数据结构与算法 · 计算机科学 2011-03-08 Peng Cui

We show that the greedy algorithm for adaptive-submodular cover has approximation ratio at least 1.3*(1+ln Q). Moreover, the instance demonstrating this gap has Q=1. So, it invalidates a prior result in the paper ``Adaptive Submodularity: A…

数据结构与算法 · 计算机科学 2024-05-27 Blake Harris , Viswanath Nagarajan

Set Cover is a classic NP-hard problem; as shown by Slav\'{i}k (1997) the greedy algorithm gives an approximation ratio of $\ln n - \ln \ln n + \Theta(1)$. A series of works by Lund \& Yannakakis (1994), Feige (1998), Moshkovitz (2015) have…

数据结构与算法 · 计算机科学 2017-02-17 David G. Harris

Considering the set cover problem, by modifying the approach that gives a logarithmic approximation guarantee for the greedy algorithm, we obtain an estimation of the greedy algorithm's accuracy for a particular input. We compare the…

数据结构与算法 · 计算机科学 2019-02-13 Alexander Prolubnikov

A flaw in the greedy approximation algorithm proposed by Zhang et al. for minimum connected set cover problem is corrected, and a stronger result on the approximation ratio of the modified greedy algorithm is established. The results are…

数据结构与算法 · 计算机科学 2015-03-19 Wei Ren , Qing Zhao

We show that the Adaptive Greedy algorithm of Golovin and Krause (2011) achieves an approximation bound of $(\ln (Q/\eta)+1)$ for Stochastic Submodular Cover: here $Q$ is the "goal value" and $\eta$ is the smallest non-zero marginal…

数据结构与算法 · 计算机科学 2021-08-03 Lisa Hellerstein , Devorah Kletenik , Srinivasan Parthasarathy

We prove some results on the rate of convergence of greedy algorithms, which provide expansions. We consider both the case of Hilbert spaces and the more general case of Banach spaces. The new ingredient of the paper is that we bound the…

数值分析 · 数学 2023-04-14 V. N. Temlyakov

In the classic sequential testing problem, we are given a system with several components each of which fails with some independent probability. The goal is to identify whether or not some component has failed. When the test costs are…

数据结构与算法 · 计算机科学 2025-01-31 Blake Harris , Viswanath Nagarajan , Rayen Tan

In recent years, many test case prioritization (TCP) techniques have been proposed to speed up the process of fault detection. However, little work has taken the efficiency problem of these techniques into account. In this paper, we target…

软件工程 · 计算机科学 2022-05-23 Feng Li , Jianyi Zhou , Yinzhu Li , Dan Hao , Lu Zhang

We consider the approximation capability of orthogonal super greedy algorithms (OSGA) and its applications in supervised learning. OSGA is concerned with selecting more than one atoms in each iteration step, which, of course, greatly…

机器学习 · 计算机科学 2014-09-19 Jian Fang , Shaobo Lin , Zongben Xu

In the Shortest Common Superstring problem, one needs to find the shortest superstring for a set of strings. This problem is APX-hard, and many approximation algorithms were proposed, with the current best approximation factor of 2.466.…

数据结构与算法 · 计算机科学 2024-07-31 Maksim Nikolaev

This paper proposes a greedy algorithm named as Big step greedy set cover algorithm to compute approximate minimum set cover. The Big step greedy algorithm, in each step selects p sets such that the union of selected p sets contains…

数据结构与算法 · 计算机科学 2015-06-16 Drona Pratap Chandu

The standard greedy algorithm has been recently shown to enjoy approximation guarantees for constrained non-submodular nondecreasing set function maximization. While these recent results allow to better characterize the empirical success of…

社会与信息网络 · 计算机科学 2019-10-09 Khashayar Gatmiry , Manuel Gomez-Rodriguez

Submodular maximization with a cardinality constraint can model various problems, and those problems are often very large in practice. For the case where objective functions are monotone, many fast approximation algorithms have been…

数据结构与算法 · 计算机科学 2020-01-13 Shinsaku Sakaue

As the scales of data sets expand rapidly in some application scenarios, increasing efforts have been made to develop fast submodular maximization algorithms. This paper presents a currently the most efficient algorithm for maximizing…

数据结构与算法 · 计算机科学 2018-11-20 Teng Li , Hyo-Sang Shin , Antonios Tsourdos

We study adaptive greedy algorithms for the problems of stochastic set cover with perfect and imperfect coverages. In stochastic set cover with perfect coverage, we are given a set of items and a ground set B. Evaluating an item reveals its…

数据结构与算法 · 计算机科学 2018-06-19 Srinivasan Parthasarathy

In the Set Cover problem, we are given a set system with each set having a weight, and we want to find a collection of sets that cover the universe, whilst having low total weight. There are several approaches known (based on greedy…

数据结构与算法 · 计算机科学 2022-11-09 Anupam Gupta , Euiwoong Lee , Jason Li

The greedy algorithm for approximating dominating sets is a simple method that is known to compute an $(\ln n+1)$-approximation of a minimum dominating set on any graph with $n$ vertices. We show that a small modification of the greedy…

离散数学 · 计算机科学 2019-01-18 Sebastian Siebertz

We analyze greedy algorithms for the Hierarchical Aggregation (HAG) problem, a strategy introduced in [Jia et al., KDD 2020] for speeding up learning on Graph Neural Networks (GNNs). The idea of HAG is to identify and remove redundancies in…

数据结构与算法 · 计算机科学 2021-02-09 Alexandra Porter , Mary Wootters

A deterministic approximation algorithm is presented for the maximization of non-monotone submodular functions over a ground set of size $n$ subject to cardinality constraint $k$; the algorithm is based upon the idea of interlacing two…

数据结构与算法 · 计算机科学 2019-10-28 Alan Kuhnle
‹ 上一页 1 2 3 10 下一页 ›