• Documents
  • Authors
  • Tables
  • Log in
  • Sign up
  • MetaCart
  • DMCA
  • Donate

CiteSeerX logo

Advanced Search Include Citations
Advanced Search Include Citations

Segmentation as maximum-weight independent set (2010)

by W Brendel, S Todorovic
Add To MetaCart

Tools

Sorted by:
Results 1 - 10 of 19
Next 10 →

Maximum weight cliques with mutex constraints for video object segmentation

by Tianyang Ma, Longin Jan Latecki , 2012
"... In this paper, we address the problem of video object segmentation, which is to automatically identify the primary object and segment the object out in every frame. We propose a novel formulation of selecting object region candidates simultaneously in all frames as finding a maximum weight clique in ..."
Abstract - Cited by 25 (3 self) - Add to MetaCart
In this paper, we address the problem of video object segmentation, which is to automatically identify the primary object and segment the object out in every frame. We propose a novel formulation of selecting object region candidates simultaneously in all frames as finding a maximum weight clique in a weighted region graph. The selected regions are expected to have high objectness score (unary potential) as well as share similar appearance (binary potential). Since both unary and binary potentials are unreliable, we introduce two types of mutex (mutual exclusion) constraints on regions in the same clique: intra-frame and inter-frame constraints. Both types of constraints are expressed in a single quadratic form. We propose a novel algorithm to compute the maximal weight cliques that satisfy the constraints. We apply our method to challenging benchmark videos and obtain very competitive results that outperform state-of-the-art methods.

Semi-supervised learning and optimization for hypergraph matching

by Marius Leordeanu, Andrei Zanfir, Cristian Sminchisescu - In IEEE International Conference on Computer Vision , 2011
"... Graph and hypergraph matching are important problems in computer vision. They are successfully used in many applications requiring 2D or 3D feature matching, such as 3D reconstruction and object recognition. While graph matching is limited to using pairwise relationships, hypergraph matching permits ..."
Abstract - Cited by 8 (1 self) - Add to MetaCart
Graph and hypergraph matching are important problems in computer vision. They are successfully used in many applications requiring 2D or 3D feature matching, such as 3D reconstruction and object recognition. While graph matching is limited to using pairwise relationships, hypergraph matching permits the use of relationships between sets of features of any order. Consequently, it carries the promise to make matching more robust to changes in scale, deformations and outliers. In this paper we make two contributions. First, we present a first semi-supervised algorithm for learning the parameters that control the hypergraph matching model and demonstrate experimentally that it significantly improves the performance of current state-of-the-art methods. Second, we propose a novel efficient hypergraph matching algorithm, which outperforms the state-of-the-art, and, when used in combination with other higher-order matching algorithms, it consistently improves their performance. 1.
(Show Context)

Citation Context

...wed by line maximization t ∗ = argmax x(t) T Mx(t) + Dx(t), t ∈ [0, 1], with closed-form solution (see [11] for more details). Similar ideas have been recently implemented also for image segmentation =-=[2]-=- and MAP inference in higher-order MRFs [13]. By tracking the best discrete solution x∗ ← b our method always returns a solution at least as good as the starting one. Since the score S is bounded abov...

Efficient Hypergraph Clustering

by Marius Leordeanu, Cristian Sminchisescu
"... Data clustering is an essential problem in data mining, machine learning and computer vision. In this paper we present a novel method for the hypergraph clustering problem, in which second or higher order affinities between sets of data points are considered. Our algorithm has important theoretical ..."
Abstract - Cited by 4 (1 self) - Add to MetaCart
Data clustering is an essential problem in data mining, machine learning and computer vision. In this paper we present a novel method for the hypergraph clustering problem, in which second or higher order affinities between sets of data points are considered. Our algorithm has important theoretical properties, such as convergence and satisfaction of first order necessary optimality conditions. It is based on an efficient iterative procedure, which by updating the cluster membership of all points in parallel, is able to achieve state of the art results in very few steps. We outperform current hypergraph clustering methods especially in terms of computational speed, but also in terms of accuracy. Moreover, we show that our method could be successfully applied both to higher-order assignment problems and to image segmentation. 1
(Show Context)

Citation Context

...tering method could recover the correct matches without using any matching constraints. 5.3 Image Segmentation A recent trend in image segmentation is to formulate the problem in terms of composition =-=[6, 12, 4]-=- from a bag of single segments, obtained from running multiple segmentation algorithms. The composition of segments becomes, at a higher level, another clustering problem. In this case, each node of t...

D.: Discrete-continuous gradient orientation estimation for faster image segmentation

by Michael Donoser, Dieter Schmalstieg
"... The state-of-the-art in image segmentation builds hierarchical segmentation structures based on analyzing local feature cues in spectral settings. Due to their impressive performance, such segmentation approaches have become building blocks in many computer vision applications. Nevertheless, the mai ..."
Abstract - Cited by 4 (0 self) - Add to MetaCart
The state-of-the-art in image segmentation builds hierarchical segmentation structures based on analyzing local feature cues in spectral settings. Due to their impressive performance, such segmentation approaches have become building blocks in many computer vision applications. Nevertheless, the main bottlenecks are still the computationally demanding processes of local feature processing and spectral analysis. In this paper, we demonstrate that based on a discrete-continuous optimization of oriented gradient signals, we are able to provide segmentation performance competitive to state-of-the-art on BSDS 500 (even without any spectral analysis) while reducing computation time by a factor of 30 and memory demands by a factor of 10. 1.
(Show Context)

Citation Context

...od was proposed. The method starts from a fine-grained segmentation, and afterwards partitions the corresponding graph in a single clustering step, where the number of regions has to be specified. In =-=[5]-=- the Maximum Weight Independent Set (MWIS) algorithm was used to infer meaningful segments from a provided ensemble of distinct, low-level segmentations of the image. 2 Proceedings of Conference on Co...

Clustering Aggregation as Maximum-Weight Independent Set

by Nan Li, Longin Jan Latecki
"... We formulate clustering aggregation as a special instance of Maximum-Weight Independent Set (MWIS) problem. For a given dataset, an attributed graph is constructed from the union of the input clusterings generated by different underlying clustering algorithms with different parameters. The vertices, ..."
Abstract - Cited by 2 (0 self) - Add to MetaCart
We formulate clustering aggregation as a special instance of Maximum-Weight Independent Set (MWIS) problem. For a given dataset, an attributed graph is constructed from the union of the input clusterings generated by different underlying clustering algorithms with different parameters. The vertices, which represent the distinct clusters, are weighted based on an internal index measuring both cohesion and separation. The edges connect the vertices whose corresponding clusters overlap. Intuitively, an optimal aggregated clustering can be obtained by selecting an optimal subset of non-overlapping clusters partitioning the dataset together. We formalize this intuition as the MWIS problem on the attributed graph, i.e., finding the heaviest subset of mutually non-adjacent vertices. This MWIS problem exhibits a special structure. Since the clusters of each input clustering form a partition of the dataset, the vertices corresponding to each clustering form a maximal independent set (MIS) in the attributed graph. We propose a variant of simulated annealing method that takes advantage of this special structure. Our algorithm starts from each MIS, which is close to a distinct local optimum of the MWIS problem, and utilizes a local search heuristic to explore its neighborhood in order to find the MWIS. Extensive experiments on many challenging datasets show that: 1. our approach to clustering aggregation automatically decides the optimal number of clusters; 2. it does not require any parameter tuning for the underlying clustering algorithms; 3. it can combine the advantages of different underlying clustering algorithms to achieve superior performance; 4. it is robust against moderate or even bad input clusterings. 1
(Show Context)

Citation Context

...ng form a partition of the dataset, the vertices corresponding to each clustering form a maximal independent set (MIS) in the attributed graph. The most important source of motivation for our work is =-=[3]-=-. In [3], image segmentation is formulated as a MWIS problem. Specifically, given an image, they first segment it with different bottom-up segmentation schemes to get an ensemble of distinct superpixe...

1PTEC: A System for Predictive Thermal and Energy Control in Data Centers

by Jinzhu Chen, Rui Tan, Guoliang Xing, Xiaorui Wang
"... Abstract—Current data centers often adopt conservative and static settings for cooling and air circulation systems, leading to excessive energy consumption. This paper presents the design and evaluation of PTEC – a system for predictive thermal and energy control in data centers. PTEC leverages the ..."
Abstract - Cited by 2 (1 self) - Add to MetaCart
Abstract—Current data centers often adopt conservative and static settings for cooling and air circulation systems, leading to excessive energy consumption. This paper presents the design and evaluation of PTEC – a system for predictive thermal and energy control in data centers. PTEC leverages the server built-in sensors and monitoring utilities, as well as a wireless sensor network, to monitor both the cyber and physical status of a data center. By predicting the temperature evolution of a data center in real time, PTEC finds the temperature setpoints, the cold air supply rates, and the speeds of server internal fans to minimize the expected total energy consumption of cooling and circulation systems. Moreover, PTEC enforces the upper bounds on server inlet temperatures and their temporal variations to prevent server overheating and reduce server hardware failure rate. We evaluated PTEC on a hardware testbed consisting of 15 servers and a total of 23 temperature and power sensors, as well as through Computational Fluid Dynamics (CFD) simulations based on real data traces collected from a data center with 229 servers. The experimental results show that PTEC can reduce the cooling and circulation energy consumption by more than 30%, compared with baseline thermal control strategies. I.
(Show Context)

Citation Context

...ng the maximum number of CRAC systems in any region significantly reduces the computation overhead of the online stage. We develop a heuristic algorithm based on an existing independent set algorithm =-=[9]-=- to solve this partitioning problem. In Appendix B, we use an example to illustrate our algorithm. We note that, some servers that are associated with many CRAC systems may be out of any Eg , e.g., Se...

Hierarchical radio resource optimization for heterogeneous networks with enhanced inter-cell interference coordination (eICIC

by An Liu, Member Ieee, Vincent K. N. Lau, Fellow Ieee, Liangzhong Ruan, Junting Chen, Member Ieee - IEEE Trans. Signal Process , 2014
"... Abstract—Interference is a major performance bottleneck in Heterogeneous Network (HetNet) due to its multi-tier topological structure. We propose almost blank resource block (ABRB) for interference control in HetNet. When an ABRB is scheduled in a macro BS, a resource block (RB) with blank payload i ..."
Abstract - Cited by 1 (0 self) - Add to MetaCart
Abstract—Interference is a major performance bottleneck in Heterogeneous Network (HetNet) due to its multi-tier topological structure. We propose almost blank resource block (ABRB) for interference control in HetNet. When an ABRB is scheduled in a macro BS, a resource block (RB) with blank payload is transmitted and this eliminates the interference from this macro BS to the pico BSs. We study a two timescale hierarchical radio resource management (RRM) scheme for HetNet with dynamic ABRB control. The long term controls, such as dynamic ABRB, are adaptive to the large scale fading at a RRM server for co-Tier and cross-Tier interference control. The short term control (user scheduling) is adaptive to the local channel state information within each BS to exploit the multi-user diversity. The two timescale optimization problem is challenging due to the exponentially large solution space. We exploit the sparsity in the interference graph of the HetNet topology and derive structural properties for the optimal ABRB control. Based on that, we propose a two timescale alternative optimization solution for the user scheduling and ABRB control. The solution has low complexity and is asymptotically optimal at high SNR. Simulations show that the proposed solution has significant gain over various baselines.
(Show Context)

Citation Context

...pt to the large scale fading. In step 1 of Algorithm B2, the complexity of solving the convex problem (27) is polynomial w.r.t. ∣∣Θ(i)∣∣ ≤ |UB |+1. In step 2 of Algorithm B2, if the MWIS algorithm in =-=[19]-=- is used to solve problem (28), the complexity is O (|EI |), where |EI | is the number of edges in the interference graph GI (GT ) = {L, EI}. VII. CONCLUSION We propose a two-timescale hierarchical RR...

Graphical Model for Joint Segmentation and Tracking of Multiple Dividing Cells

by Martin Schiegg, Carsten Haubold, Ullrich Koethe, Lars Hufnagel, Fred A. Hamprecht
"... Motivation: To gain fundamental insight into the development of embryos, bi-ologists seek to understand the fate of each and every embryonic cell. For the gen-eration of cell tracks in embryogenesis, so-called tracking-by-assignment methods are flexible approaches. However, as every two-stage approa ..."
Abstract - Cited by 1 (0 self) - Add to MetaCart
Motivation: To gain fundamental insight into the development of embryos, bi-ologists seek to understand the fate of each and every embryonic cell. For the gen-eration of cell tracks in embryogenesis, so-called tracking-by-assignment methods are flexible approaches. However, as every two-stage approach, they suffer from irrevocable errors propagated from the first stage to the second stage, here: from segmentation to tracking. It is therefore desirable to model segmentation and track-ing in a joint holistic assignment framework allowing the two stages to maximally benefit from each other. Results: We propose a probabilistic graphical model which both automatically selects the best segments from a time-series of oversegmented images/volumes and links them across time. This is realized by introducing intra-frame and inter-frame constraints between conflicting segmentation and tracking hypotheses while at the same time allowing for cell division. We show the efficiency of our algorithm on a challenging 3D+t cell tracking dataset from Drosophila embryogenesis as well as on a 2D+t dataset of proliferating cells in a dense population with frequent overlaps. On the latter, we achieve results significantly better than state-of-the-art tracking methods. Availability: Source code and the 3D+t Drosophila dataset along with our manual annotations are freely available on

Energetic-lattice based optimization

by Bangalore Ravi Kiran , 2014
"... ..."
Abstract - Cited by 1 (0 self) - Add to MetaCart
Abstract not found

HIGHER ORDER MARKOV RANDOM FIELDS FOR INDEPENDENT SETS

by A. Goldberg
"... It is well-known that if one samples from the independent sets of a large regular graph of large girth using a pairwise Markov random eld (i.e. hardcore model) in the uniqueness regime, each excluded node has a binomially distributed number of included neighbors in the limit. In this paper, motivate ..."
Abstract - Cited by 1 (0 self) - Add to MetaCart
It is well-known that if one samples from the independent sets of a large regular graph of large girth using a pairwise Markov random eld (i.e. hardcore model) in the uniqueness regime, each excluded node has a binomially distributed number of included neighbors in the limit. In this paper, motivated by applications to the design of communication networks, we pose the question of how to sample from the independent sets of such a graph so that the number of included neighbors of each excluded node has a dierent distribution of our choosing. We observe that higher order Markov random elds are well-suited to this task, and investigate the properties of these models. For the family of so-called reverse ultra log-concave distributions, which in-cludes the truncated Poisson and geometric, we give necessary and sucient conditions for the natural higher order Markov random eld which induces the desired distribution to be in the uniqueness regime, in terms of the set of solutions to a certain system of equations. We also show that these Markov random elds undergo a phase transi-tion, and give explicit bounds on the associated critical activity, which we prove to exhibit a certain robustness. For distributions which are small perturbations around the binomial distribution realized by the hardcore model at critical activity, we give a description of the cor-responding uniqueness regime in terms of a simple polyhedral cone. Our analysis reveals an interesting non-monotonicity with regards to biasing towards excluded nodes with no included neighbors. We con-clude with a broader discussion of the potential use of higher order Markov random elds for analyzing independent sets in graphs. 1. Introduction. Recently
(Show Context)

Citation Context

... 2 2V is an independent set i for all pairs of nodes vi; vj 2 S, (vi; vj) =2 E. Independent sets arise in many applications, ranging from the study of communication networks [103] to computer vision =-=[24]-=-, economics [36], and biology [71]; and the problem ofsnding the maximum independent set of a graph was one of the original NP-Complete problems identied in Garey and Johnson's classical text on comp...

Powered by: Apache Solr
  • About CiteSeerX
  • Submit and Index Documents
  • Privacy Policy
  • Help
  • Data
  • Source
  • Contact Us

Developed at and hosted by The College of Information Sciences and Technology

© 2007-2019 The Pennsylvania State University