CGS: Configurable Graph Summarization with Bounded Neighborhood Loss and Query Support

📅 2026-07-12
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the challenge of generating compact summaries of large-scale graphs under user-specified constraints while supporting high-accuracy graph queries. The authors propose CGS, a configurable graph summarization framework based on neighborhood aggregation that incorporates a user-defined neighborhood loss tolerance threshold. CGS introduces three variants—CGS-E, CGS-I, and CGS-U—to guarantee lossless reconstruction, no false edges, or no missing edges, respectively. As the first graph summarization method enabling flexible user control over loss type and query accuracy, CGS provides bounded loss guarantees and demonstrates superior performance over existing approaches. Experimental results on diverse real-world and synthetic graphs confirm that CGS achieves high compression ratios while efficiently and accurately supporting a wide range of graph queries.
📝 Abstract
Given a large graph, how to generate a compact summary graph that is configurable by the user and supports multiple graph queries with either no loss or with high accuracy? The ever growing size of graph datasets makes the above question on graph summarization very pertinent. Although, there are several approaches, there does not exist a configurable graph summarization method that offers high compression along with support for multiple graph queries on the summary graph with high accuracy, and allows the user to configure the summarization based on: (1) lossless or lossy summarization, (2) amount of tolerable neighborhood loss, (3) the type of loss it can tolerate, in terms of false positive edges (i.e., extra edges), false negative edges (i.e., missing edges), or neither, in both the (a) reconstructed graph and the (b) query answers. To overcome these limitations, we propose a novel graph summarization framework CGS (Configurable Graph Summarizer) that builds upon the idea of aggregating nodes with common neighborhoods. The CGS framework consists of three summarization variants, CGS-E, CGS-I and CGS-U. While CGS-E is a lossless scheme, CGS-I and CGS-U are lossy schemes that allow reconstruction of the input graph with no false positive edges and no false negative edges, respectively. To bound the graph reconstruction loss, we introduce a user-specified parameter neighborhood loss tolerance threshold, that limits the maximum loss allowed in the neighborhood of each node. This allows graph reconstruction and neighborhood query evaluation with either no loss or with bounded loss guarantees. Empirical evaluation on several synthetic and real-world graphs shows that CGS offers superior summarization than the state-of-the-art methods, and can answer graph queries with fairly high accuracy and efficiency.
Problem

Research questions and friction points this paper is trying to address.

graph summarization
configurable summarization
neighborhood loss
graph queries
lossy/lossless compression
Innovation

Methods, ideas, or system contributions that make the work stand out.

Configurable Graph Summarization
Neighborhood Loss Bounding
Lossless/Lossy Graph Compression
Graph Query Support
Node Aggregation
🔎 Similar Papers
No similar papers found.