paper-with-me

Papers

Segmentation as Maximum-Weight Independent Set

2010-12-01 · NeurIPS 2010 12 · William Brendel, Sinisa Todorovic

Given an ensemble of distinct, low-level segmentations of an image, our goal is to identify visually meaningful" segments in the ensemble. Knowledge about any specific objects and surfaces present in the image is not available. The selection of image regions occupied by objects is formalized as the maximum-weight independent set (MWIS) problem. MWIS is the heaviest subset of mutually non-adjacent nodes of an attributed graph. We construct such a graph from all segments in the ensemble. Then, MWIS selects maximally distinctive segments that together partition the image. A new MWIS algorithm is presented. The algorithm seeks a solution directly in the discrete domain, instead of relaxing MWIS to a continuous problem, as common in previous work. It iteratively finds a candidate discrete solution of the Taylor series expansion of the original MWIS objective function around the previous solution. The algorithm is shown to converge to a maximum. Our empirical evaluation on the benchmark Berkeley segmentation dataset shows that the new algorithm eliminates the need for hand-picking optimal input parameters of the state-of-the-art segmenters, and outperforms their best, manually optimized results."

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Segmentation

Similar Papers 제목 키워드 기반

Maximum Entropy Weighted Independent Set Pooling for Graph Neural Networks

2021-07-03 · Amirhossein Nouranizadeh, Mohammadjavad Matinkia, Mohammad Rahmati, Reza Safabakhsh

In this paper, we propose a novel pooling layer for graph neural networks based on maximizing the mutual information between the pooled graph and the input graph. Since the maximum mutual information is difficult to comp…

Combinatorial OptimizationGraph ClassificationGraph Neural NetworkInductive Bias

A Metaheuristic Algorithm for Large Maximum Weight Independent Set Problems

2022-03-28 · Yuanyuan Dong, Andrew V. Goldberg, Alexander Noe, Nikos Parotsidis 외

Motivated by a real-world vehicle routing application, we consider the maximum-weight independent set problem: Given a node-weighted graph, find a set of independent (mutually nonadjacent) nodes whose node-weight sum is …

Approximate Cluster-Based Sparse Document Retrieval with Segmented Maximum Term Weights

2024-04-13 · Yifan Qiao, Shanxiu He, Yingrui Yang, Parker Carlson 외

This paper revisits cluster-based retrieval that partitions the inverted index into multiple groups and skips the index partially at cluster and document levels during online inference using a learned sparse representati…

Passage RankingRetrievalSegmentation

A Secure and Disambiguating Approach for Generative Linguistic Steganography

2023-08-11 · IEEE Signal Processing Letters 2023 8 · Ruiyi Yan, Yating Yang, Tian Song

Segmentation ambiguity in generative linguistic steganography could induce decoding errors. One existing disambiguating way is removing the tokens whose mapping words are the prefixes of others in each candidate pool. Ho…

Linguistic steganographySegmentationSteganalysis

Boosting Data Reduction for the Maximum Weight Independent Set Problem Using Increasing Transformations

2020-08-12 · Alexander Gellner, Sebastian Lamm, Christian Schulz, Darren Strash 외

Given a vertex-weighted graph, the maximum weight independent set problem asks for a pair-wise non-adjacent set of vertices such that the sum of their weights is maximum. The branch-and-reduce paradigm is the de facto st…