使用AntClust对图像进行聚类:一种基于蚂蚁化学识别系统的聚类算法
分布式、并行与集群计算
2023-12-11 v1 计算机视觉与模式识别
摘要
我们实现了AntClust,一种基于蚂蚁化学识别系统的聚类算法,并将其用于汽车图像聚类。我们将简要回顾原始论文[1]中设计的该算法的主要工作原理。此外,我们将描述如何为图像定义相似度函数,以及如何使用该实现对车辆重识别数据集中的汽车图像进行聚类。然后,我们测试了AntClust与DBSCAN、HDBSCAN和OPTICS的聚类性能。最后,AntClust的核心部分之一——规则集,可以通过我们的实现轻松重新定义,这为其他仿生算法以自动化过程发现规则提供了一种途径。该实现可在GitLab[9]上找到。
引用
@article{arxiv.2312.05028,
title = {Cluster images with AntClust: a clustering algorithm based on the chemical recognition system of ants},
author = {Winfried Gero Oed and Parisa Memarmoshrefi},
journal= {arXiv preprint arXiv:2312.05028},
year = {2023}
}
备注
9 pages, 1 figure, conference paper