paper-with-me

Papers

Extensions of Karger's Algorithm: Why They Fail in Theory and How They Are Useful in Practice

2021-10-05 · ICCV 2021 10 · Erik Jenner, Enrique Fita Sanmartín, Fred A. Hamprecht

The minimum graph cut and minimum $s$-$t$-cut problems are important primitives in the modeling of combinatorial problems in computer science, including in computer vision and machine learning. Some of the most efficient algorithms for finding global minimum cuts are randomized algorithms based on Karger's groundbreaking contraction algorithm. Here, we study whether Karger's algorithm can be successfully generalized to other cut problems. We first prove that a wide class of natural generalizations of Karger's algorithm cannot efficiently solve the $s$-$t$-mincut or the normalized cut problem to optimality. However, we then present a simple new algorithm for seeded segmentation / graph-based semi-supervised learning that is closely based on Karger's original algorithm, showing that for these problems, extensions of Karger's algorithm can be useful. The new algorithm has linear asymptotic runtime and yields a potential that can be interpreted as the posterior probability of a sample belonging to a given seed / class. We clarify its relation to the random walker algorithm / harmonic energy minimization in terms of distributions over spanning forests. On classical problems from seeded image segmentation and graph-based semi-supervised learning on image data, the method performs at least as well as the random walker / harmonic energy minimization / Gaussian processes.

📄 PDF Abstract BibTeX arXiv:2110.02750

Code (0)

등록된 구현이 없습니다.

Tasks

Gaussian ProcessesImage SegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Controlling Epidemic Spread using Probabilistic Diffusion Models on Networks

2022-02-16 · Amy Babay, Michael Dinitz, Aravind Srinivasan, Leonidas Tsepenekas 외

The spread of an epidemic is often modeled by an SIR random process on a social network graph. The MinINF problem for optimal social distancing involves minimizing the expected number of infections, when we are allowed t…

Epidemiology

Extensions to Justification Theory

2019-05-09 · Simon Marynissen

Justification theory is a unifying framework for semantics of non-monotonic logics. It is built on the notion of a justification, which intuitively is a graph that explains the truth value of certain facts in a structure…

Getting Reliable Annotations for Sarcasm in Online Dialogues

2017-09-04 · LREC 2014 5 · Reid Swanson, Stephanie Lukin, Luke Eisenberg, Thomas Chase Corcoran 외

The language used in online forums differs in many ways from that of traditional language resources such as news. One difference is the use and frequency of nonliteral, subjective dialogue acts such as sarcasm. Whether t…

Sequential Extensions of Causal and Evidential Decision Theory

2015-06-24 · Tom Everitt, Jan Leike, Marcus Hutter

Moving beyond the dualistic view in AI where agent and environment are separated incurs new challenges for decision making, as calculation of expected utility is no longer straightforward. The non-dualistic decision theo…

Decision Making

Variational Inference for Crowdsourcing

2012-12-01 · NeurIPS 2012 12 · Qiang Liu, Jian Peng, Alexander T. Ihler

Crowdsourcing has become a popular paradigm for labeling large datasets. However, it has given rise to the computational task of aggregating the crowdsourced labels provided by a collection of unreliable annotators. We a…

Variational Inference