FLIC: Fast Linear Iterative Clustering with Active Search

Abstract

In this paper, we reconsider the clustering problem for image over-segmentation from a new perspective. We propose a novel search algorithm named “active search” which explicitly considers neighboring continuity. Based on this search method, we design a back-and-forth traversal strategy and a "joint" assignment and update step to speed up the algorithm. Compared to earlier works, such as Simple Linear Iterative Clustering (SLIC) and its follow-ups, who use fixed search regions and perform the assignment and the update step separately, our novel scheme reduces the iteration number before convergence, as well as improves boundary sensitivity of the over-segmentation results. Extensive evaluations on the Berkeley segmentation benchmark verify that our method outperforms competing methods under various evaluation metrics. In particular, lowest time cost is reported among existing methods (approximately 30 fps for a 481321 image on a single CPU core). To facilitate the development of over-segmentation, the code will be publicly available.

Cite

Text

Zhao et al. "FLIC: Fast Linear Iterative Clustering with Active Search." AAAI Conference on Artificial Intelligence, 2018. doi:10.1609/AAAI.V32I1.12286

Markdown

[Zhao et al. "FLIC: Fast Linear Iterative Clustering with Active Search." AAAI Conference on Artificial Intelligence, 2018.](https://mlanthology.org/aaai/2018/zhao2018aaai-flic/) doi:10.1609/AAAI.V32I1.12286

BibTeX

@inproceedings{zhao2018aaai-flic,
  title     = {{FLIC: Fast Linear Iterative Clustering with Active Search}},
  author    = {Zhao, Jiaxing and Ren, Bo and Hou, Qibin and Cheng, Ming-Ming and Rosin, Paul L.},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2018},
  pages     = {7574-7581},
  doi       = {10.1609/AAAI.V32I1.12286},
  url       = {https://mlanthology.org/aaai/2018/zhao2018aaai-flic/}
}