中文
相关论文

相关论文: Wave Function Collapse Set Covering and the Hill C…

200 篇论文

We investigate two new optimization problems -- minimizing a submodular function subject to a submodular lower bound constraint (submodular cover) and maximizing a submodular function subject to a submodular upper bound constraint…

数据结构与算法 · 计算机科学 2013-11-12 Rishabh Iyer , Jeff Bilmes

We give new upper and lower bounds for the {\em dynamic} set cover problem. First, we give a $(1+\epsilon) f$-approximation for fully dynamic set cover in $O(f^2\log n /\epsilon^5)$ (amortized) update time, for any $\epsilon > 0$, where $f$…

数据结构与算法 · 计算机科学 2019-05-16 Amir Abboud , Raghavendra Addanki , Fabrizio Grandoni , Debmalya Panigrahi , Barna Saha

The problem of minimizing convex functionals of probability distributions is solved under the assumption that the density of every distribution is bounded from above and below. A system of sufficient and necessary first-order optimality…

信息论 · 计算机科学 2018-12-05 Michael Fauss , Abdelhak M. Zoubir

By Emerging huge databases and the need to efficient learning algorithms on these datasets, new problems have appeared and some methods have been proposed to solve these problems by selecting efficient features. Feature selection is a…

计算机视觉与模式识别 · 计算机科学 2016-01-21 Mitra Montazeri , Mahdieh Soleymani Baghshah , Aliakbar Niknafs

We study minimum vertex cover problems on random \alpha-uniform hypergraphs using two different approaches, a replica method in statistical mechanics of random systems and a leaf removal algorithm. It is found that there exists a phase…

无序系统与神经网络 · 物理学 2014-07-03 Satoshi Takabe , Koji Hukushima

This paper studies the set cover problem under the semi-streaming model. The underlying set system is formalized in terms of a hypergraph $G = (V, E)$ whose edges arrive one-by-one and the goal is to construct an edge cover $F \subseteq E$…

数据结构与算法 · 计算机科学 2014-05-09 Yuval Emek , Adi Rosen

Mobile edge computing offers a myriad of opportunities to innovate and introduce novel applications, thereby enhancing user experiences considerably. A critical issue extensively investigated in this domain is efficient deployment of…

网络与互联网体系结构 · 计算机科学 2024-09-24 Rasoul Behravesh , David Breitgand , Dean H. Lorenz , Danny Raz

In this paper, we propose a hybrid model combining genetic algorithm and hill climbing algorithm for optimizing Convolutional Neural Networks (CNNs) on the CIFAR-100 dataset. The proposed model utilizes a population of chromosomes that…

神经与进化计算 · 计算机科学 2023-08-28 Krutika Sarode , Shashidhar Reddy Javaji

Several algorithms with an approximation guarantee of $O(\log n)$ are known for the Set Cover problem, where $n$ is the number of elements. We study a generalization of the Set Cover problem, called the Partition Set Cover problem. Here,…

数据结构与算法 · 计算机科学 2018-12-04 Tanmay Inamdar , Kasturi Varadarajan

This work proposes a novel approach to reinforce localization security in wireless networks in the presence of malicious nodes that are able to manipulate (spoof) radio measurements. It substitutes the original measurement model by another…

信号处理 · 电气工程与系统科学 2025-04-01 Slavisa Tomic , Marko Beko , Yakubu Tsado , Bamidele Adebisi , Abiola Oladipo

In this paper we present a new semidefinite programming hierarchy for covering problems in compact metric spaces. Over the last years, these kind of hierarchies were developed primarily for geometric packing and for energy minimization…

最优化与控制 · 数学 2026-02-12 Cordian Riener , Jan Rolfes , Frank Vallentin

Submodular optimization finds applications in machine learning and data mining. In this paper, we study the problem of maximizing functions of the form $h = f-c$, where $f$ is a monotone, non-negative, weakly submodular set function and $c$…

数据结构与算法 · 计算机科学 2024-08-20 Yanhui Zhu , Samik Basu , A. Pavan

Maximum coverage and minimum set cover problems --collectively called coverage problems-- have been studied extensively in streaming models. However, previous research not only achieve sub-optimal approximation factors and space…

数据结构与算法 · 计算机科学 2017-03-13 Mohammadhossein Bateni , Hossein Esfandiari , Vahab Mirrokni

The Minimum Vertex Cover (MinVC) problem is a well-known NP-hard problem. Recently there has been great interest in solving this problem on real-world massive graphs. For such graphs, local search is a promising approach to finding optimal…

数据结构与算法 · 计算机科学 2015-09-22 Yi Fan , Chengqian Li , Zongjie Ma , LjiLjana Brankovic , Vladimir Estivill-Castro , Abdul Sattar

We consider the online Min-Sum Set Cover (MSSC), a natural and intriguing generalization of the classical list update problem. In Online MSSC, the algorithm maintains a permutation on $n$ elements based on subsets $S_1, S_2, \ldots$…

数据结构与算法 · 计算机科学 2022-06-30 Dimitris Fotakis , Loukas Kavouras , Grigorios Koumoutsos , Stratis Skoulakis , Manolis Vardas

Optimization of non-convex loss surfaces containing many local minima remains a critical problem in a variety of domains, including operations research, informatics, and material design. Yet, current techniques either require extremely high…

机器学习 · 计算机科学 2021-07-21 Amil Merchant , Luke Metz , Sam Schoenholz , Ekin Dogus Cubuk

Most real-world optimization problems often come with multiple global optima or local optima. Therefore, increasing niching metaheuristic algorithms, which devote to finding multiple optima in a single run, are developed to solve these…

神经与进化计算 · 计算机科学 2019-07-08 Bing Zeng , Xinyu Li , Liang Gao , Yuyan Zhang , Haozhen Dong

This paper studies the minimum weight set cover (MinWSC) problem with a {\em small neighborhood cover} (SNC) property proposed by Agarwal {\it et al.} in \cite{Agarwal.}. A parallel algorithm for MinWSC with $\tau$-SNC property is…

数据结构与算法 · 计算机科学 2022-02-09 Yingli Ran , Yaoyao Zhang , Zhao Zhang

Given a set of data, biclustering aims at finding simultaneous partitions in biclusters of its samples and of the features which are used for representing the samples. Consistent biclusterings allow to obtain correct classifications of the…

机器学习 · 计算机科学 2010-03-18 Antonio Mucherino , Sonia Cafieri

This paper presents a fast and simple new 2-approximation algorithm for minimum weighted vertex cover. The unweighted version of this algorithm is equivalent to a well-known greedy maximal independent set algorithm. We prove that this…

数据结构与算法 · 计算机科学 2022-09-13 Nate Veldt