paper-with-me

Papers

Cakewalk Sampling

2018-02-25 · Uri Patish, Shimon Ullman

We study the task of finding good local optima in combinatorial optimization problems. Although combinatorial optimization is NP-hard in general, locally optimal solutions are frequently used in practice. Local search methods however typically converge to a limited set of optima that depend on their initialization. Sampling methods on the other hand can access any valid solution, and thus can be used either directly or alongside methods of the former type as a way for finding good local optima. Since the effectiveness of this strategy depends on the sampling distribution, we derive a robust learning algorithm that adapts sampling distributions towards good local optima of arbitrary objective functions. As a first use case, we empirically study the efficiency in which sampling methods can recover locally maximal cliques in undirected graphs. Not only do we show how our adaptive sampler outperforms related methods, we also show how it can even approach the performance of established clique algorithms. As a second use case, we consider how greedy algorithms can be combined with our adaptive sampler, and we demonstrate how this leads to superior performance in k-medoid clustering. Together, these findings suggest that our adaptive sampler can provide an effective strategy to combinatorial optimization problems that arise in practice.

📄 PDF Abstract BibTeX arXiv:1802.09030

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringCombinatorial Optimizationvalid

Similar Papers 제목 키워드 기반

Findings of the LoResMT 2020 Shared Task on Zero-Shot for Low-Resource languages

2020-12-01 · loresmt (AACL) 2020 12 · Atul Kr. Ojha, Valentin Malykh, Alina Karakanta, Chao-Hong Liu

This paper presents the findings of the LoResMT 2020 Shared Task on zero-shot translation for low resource languages. This task was organised as part of the 3rd Workshop on Technologies for MT of Low Resource Languages (…

Domain AdaptationMachine TranslationTranslation

The Cakewalk Method

2019-05-01 · ICLR 2019 5 · Uri Patish, Shimon Ullman

Combinatorial optimization is a common theme in computer science. While in general such problems are NP-Hard, from a practical point of view, locally optimal solutions can be useful. In some combinatorial problems howeve…

Combinatorial Optimization

AutoSampling: Search for Effective Data Sampling Schedules

2021-05-28 · Ming Sun, Haoxuan Dou, Baopu Li, Lei Cui 외

Data sampling acts as a pivotal role in training deep learning models. However, an effective sampling schedule is difficult to learn due to the inherently high dimension of parameters in learning the sampling schedule. I…

image-classificationImage Classification

The General sampling theorem, Compressed sensing and a method of image sampling and reconstruction with sampling rates close to the theoretical limit

2021-10-17 · L. Yaroslavsky

The article addresses the problem of image sampling with minimal possible sampling rates and reviews the recent advances in sampling theory and methods: modern formulations of the sampling theorems, potentials and limita…

compressed sensing

Sampling Algorithms, from Survey Sampling to Monte Carlo Methods: Tutorial and Literature Review

2020-11-02 · Benyamin Ghojogh, Hadi Nekoei, Aydin Ghojogh, Fakhri Karray 외

This paper is a tutorial and literature review on sampling algorithms. We have two main types of sampling in statistics. The first type is survey sampling which draws samples from a set or population. The second type is …

Survey Sampling