Diversified Top-k Similarity Search in Large Attributed Networks
Zaiqiao Meng, Hong Shen

TL;DR
This paper introduces novel algorithms for top-k diversified node search in large attributed networks, considering both node features and network structure, with proven approximation guarantees and validated effectiveness on real datasets.
Contribution
It formulates the diversified search as two optimization problems, proposes efficient greedy algorithms with approximation guarantees, and introduces the first approximation algorithm for submodular maximization with a distance constraint.
Findings
The greedy algorithm for ACD achieves a 1-1/e approximation.
Adding dissimilarity constraints improves diversification performance.
Experimental results confirm the effectiveness of the proposed methods.
Abstract
Given a large network and a query node, finding its top-k similar nodes is a primitive operation in many graph-based applications. Recently enhancing search results with diversification have received much attention. In this paper, we explore an novel problem of searching for top-k diversified similar nodes in attributed networks, with the motivation that modeling diversification in an attributed network should consider both the emergence of network links and the attribute features of nodes such as user profile information. We formulate this practical problem as two optimization problems: the Attributed Coverage Diversification (ACD) problem and the r-Dissimilar Attributed Coverage Diversification (r-DACD) problem. Based on the submodularity and the monotonicity of ACD, we propose an efficient greedy algorithm achieving a tight approximation guarantee of 1-1/e. Unlike the expension based…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Advanced Graph Neural Networks · Graph Theory and Algorithms
