English

Top-k Representative Search for Comparative Tree Summarization

Databases 2024-07-22 v1

Abstract

Data summarization aims at utilizing a small-scale summary to represent massive datasets as a whole, which is useful for visualization and information sipped generation. However, most existing studies of hierarchical summarization only work on \emph{one single tree} by selecting kk representative nodes, which neglects an important problem of comparative summarization on two trees. In this paper, given two trees with the same topology structure and different node weights, we aim at finding kk representative nodes, where k1k_1 nodes summarize the common relationship between them and k2k_2 nodes highlight significantly different sub-trees meanwhile satisfying k1+k2=kk_1+k_2=k. To optimize summarization results, we introduce a scaling coefficient for balancing the summary view between two sub-trees in terms of similarity and difference. Additionally, we propose a novel definition based on the Hellinger distance to quantify the node distribution difference between the sub-trees. We present a greedy algorithm SVDT to find high-quality results with approximation guaranteed in an efficient way. Furthermore, we explore an extension of our comparative summarization to handle two trees with different structures. Extensive experiments demonstrate the effectiveness and efficiency of our SVDT algorithm against existing summarization competitors.

Keywords

Cite

@article{arxiv.2407.14098,
  title  = {Top-k Representative Search for Comparative Tree Summarization},
  author = {Yuqi Chen and Xin Huang and Bilian Chen},
  journal= {arXiv preprint arXiv:2407.14098},
  year   = {2024}
}
R2 v1 2026-06-28T17:46:59.274Z