Constraints as Features

Abstract

In this paper, we introduce a new approach to constrained clustering which treats the constraints as features. Our method augments the original feature space with additional dimensions, each of which derived from a given Cannot-link constraints. The specified Cannot-link pair gets extreme coordinates values, and the rest of the points get coordinate values that express their spatial influence from the specified constrained pair. After augmenting all the new features, a standard unconstrained clustering algorithm can be performed, like k-means or spectral clustering. We demonstrate the efficacy of our method for active semi-supervised learning applied to image segmentation and compare it to alternative methods. We also evaluate the performance of our method on the four most commonly evaluated datasets from the UCI machine learning repository.

Cite

Text

Asafi and Cohen-Or. "Constraints as Features." Conference on Computer Vision and Pattern Recognition, 2013. doi:10.1109/CVPR.2013.214

Markdown

[Asafi and Cohen-Or. "Constraints as Features." Conference on Computer Vision and Pattern Recognition, 2013.](https://mlanthology.org/cvpr/2013/asafi2013cvpr-constraints/) doi:10.1109/CVPR.2013.214

BibTeX

@inproceedings{asafi2013cvpr-constraints,
  title     = {{Constraints as Features}},
  author    = {Asafi, Shmuel and Cohen-Or, Daniel},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2013},
  doi       = {10.1109/CVPR.2013.214},
  url       = {https://mlanthology.org/cvpr/2013/asafi2013cvpr-constraints/}
}