Clustering Graphs by Weighted Substructure Mining

Abstract

Graph data is getting increasingly popular in, e.g., bioinformatics and text processing. A main difficulty of graph data processing lies in the intrinsic high dimensionality of graphs, namely, when a graph is represented as a binary feature vector of indicators of all possible subgraphs, the dimensionality gets too large for usual statistical methods. We propose an efficient method for learning a binomial mixture model in this feature space. Combining the l1 regularizer and the data structure called DFS code tree, the MAP estimate of non-zero parameters are computed efficiently by means of the EM algorithm. Our method is applied to the clustering of RNA graphs, and is compared favorably with graph kernels and the spectral graph distance.

Cite

Text

Tsuda and Kudo. "Clustering Graphs by Weighted Substructure Mining." International Conference on Machine Learning, 2006. doi:10.1145/1143844.1143964

Markdown

[Tsuda and Kudo. "Clustering Graphs by Weighted Substructure Mining." International Conference on Machine Learning, 2006.](https://mlanthology.org/icml/2006/tsuda2006icml-clustering/) doi:10.1145/1143844.1143964

BibTeX

@inproceedings{tsuda2006icml-clustering,
  title     = {{Clustering Graphs by Weighted Substructure Mining}},
  author    = {Tsuda, Koji and Kudo, Taku},
  booktitle = {International Conference on Machine Learning},
  year      = {2006},
  pages     = {953-960},
  doi       = {10.1145/1143844.1143964},
  url       = {https://mlanthology.org/icml/2006/tsuda2006icml-clustering/}
}