EDBT 2026 Demo / reviewers in the wild / expert
Xubo Wang
dblp:89/9429
· DBLP profile ↗
8ranked-venue papers in the field
5as first author
5since 2021 · last 2026
—ORCID · conflict
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 7 (5 first)Knowledge Engineering, Semantic Web & Information Systems · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Finding critical users in social networks with reinforcement learning
Xulu Gong, Hanchen Wang 0001, Jianke Yu, Chen Chen 0017, Xiaoyang Wang 0002, Kecheng Wang, Xubo Wang, Ying Zhang 0001 |
Inf. Sci. | 7 |
| 2026 | On Querying Historical Connectivity in Large-scale Temporal Graphs
Lantian Xu 0002, Dong Wen 0001, Lu Qin 0001, Wenjie Zhang 0001, Xubo Wang, Xuemin Lin 0001 |
VLDB J. | 5 |
| 2023 | Distributed Near-Maximum Independent Set Maintenance over Large-scale Dynamic GraphsabstractComputing the maximum independent set (MIS) in a graph is a fundamental NP-hard problem, which is widely adopted in many real-world applications. Extensive works have been done on computing an approximate MIS. While the highly dynamic property of real-world graphs calls for efficient MIS maintenance solutions, existing works for dynamic MIS computation in the literature mainly focus on the single-machine scenario. The assumption that a single machine can access the whole graph makes them difficult to be straightforwardly applied for large-scale graphs in distributed environment. Motivated by this, in this paper, we study the problem of maintaining approximate MIS over large-scale dynamic graphs in distributed environments. We propose a new vertex centric algorithm OIMIS. Compared with existing solutions, OIMIS avoids the strong order dependency in distributed computation, which makes it easy to handle dynamic graph updates. OIMIS computes and maintains MIS with high effectiveness and efficiency. In terms of high effectiveness, OIMIS maintains consistent MIS results with the state-of-the-art distributed algorithm to compute MIS in static graphs. In terms of high efficiency, each vertex in OIMIS only updates MIS status according to its neighbor attributes. Novel optimization techniques are also designed to reduce communication and computation cost. We conduct extensive experiments to prove the effectiveness and efficiency of our distributed algorithms. Xubo Wang, Dong Wen 0001, Wenjie Zhang 0001, Ying Zhang 0001, Lu Qin 0001 |
ICDE | 1 |
| 2023 | ScaleG: A Distributed Disk-Based System for Vertex-Centric Graph ProcessingabstractDesigning distributed graph systems has drawn a lot of research interests due to the strong expressiveness of the graph model and rapidly increasing graph volume. Most of them require the graph data and all intermediate messages to reside in main memory, which may sacrifice the scalability. Even though several disk-based systems have been studied to remedy such issue, several challenges still exist in achieving both high computational efficiency and low network communication under the limitation of memory usage. In this paper, we design a novel disk-based distributed graph system, called ScaleG. The system provides a series of user-friendly programming interfaces. Unlike previous systems, the programmer in ScaleG does not need to concern any logic regarding the communication between vertices like sending messages and combining messages. In addition to a simple and clear programming model, we propose several techniques to reduce both disk I/Os in each machine and message I/Os via the network. We manage all messages in memory and bound all messages by the number of vertices. We also carefully design the data structure to support partial computation and automatic vertex activation. We conduct extensive experiments on six big graphs to show the high efficiency of our system. Xubo Wang, Dong Wen 0001, Lu Qin 0001, Lijun Chang, Ying Zhang 0001, Wenjie Zhang 0001 |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2022 | ScaleG: A Distributed Disk-based System for Vertex-centric Graph Processing (Extended Abstract)abstractDesigning disk-based distributed graph systems has drawn a lot of research due to the strong expressiveness of the graph model and rapidly increasing graph volume. However, several challenges still exist in achieving both high computational efficiency and low network communication under the limitation of memory. In this paper, we design a novel distributed disk-based graph processing system, ScaleG, with a series of user-friendly programming interfaces. We propose several techniques to reduce both disk I/Os in each machine and message I/Os via the network. We manage all messages in memory and bound the volume of all messages by the number of vertices. We also carefully design the data structure to support partial computation and automatic vertex activation. We conduct extensive experiments on real-world big graphs to show the high efficiency of our system. Xubo Wang, Dong Wen 0001, Lu Qin 0001, Lijun Chang, Wenjie Zhang 0001 |
ICDE | 1 |
| 2019 | Fully Dynamic Depth-First Search in Directed GraphsabstractDepth-first search (DFS) is a fundamental and important algorithm in graph analysis. It is the basis of many graph algorithms such as computing strongly connected components, testing planarity, and detecting biconnected components. The result of a DFS is normally shown as a DFS-Tree. Given the frequent updates in many real-world graphs (e.g., social networks and communication networks), we study the problem of DFS-Tree maintenance in dynamic directed graphs. In the literature, most works focus on the DFS-Tree maintenance problem in undirected graphs and directed acyclic graphs. However, their methods cannot easily be applied in the case of general directed graphs. Motivated by this, we propose a framework and corresponding algorithms for both edge insertion and deletion in general directed graphs. We further give several optimizations to speed up the algorithms. We conduct extensive experiments on 12 real-world datasets to show the efficiency of our proposed algorithms. Bohua Yang, Dong Wen 0001, Lu Qin 0001, Ying Zhang 0001, Xubo Wang, Xuemin Lin 0001 |
Proc. VLDB Endow. | 5 |
| 2019 | Leveraging set relations in exact and dynamic set similarity join
Xubo Wang, Lu Qin 0001, Xuemin Lin 0001, Ying Zhang 0001, Lijun Chang |
VLDB J. | 1 |
| 2017 | Leveraging Set Relations in Exact Set Similarity JoinabstractExact set similarity join, which finds all the similar set pairs from two collections of sets, is a fundamental problem with a wide range of applications. The existing solutions for set similarity join follow a filtering-verification framework, which generates a list of candidate pairs through scanning indexes in the filtering phase, and reports those similar pairs in the verification phase. Though much research has been conducted on this problem, set relations, which we find out is quite effective on improving the algorithm efficiency through computational cost sharing, have never been studied. Therefore, in this paper, instead of considering each set individually, we explore the set relations in different levels to reduce the overall computational costs. First, it has been shown that most of the computational time is spent on the filtering phase, which can be quadratic to the number of sets in the worst case for the existing solutions. Thus we explore index-level set relations to reduce the filtering cost to be linear to the size of the input while keeping the same filtering power. We achieve this by grouping related sets into blocks in the index and skipping useless index probes in joins. Second, we explore answer-level set relations to further improve the algorithm based on the intuition that if two sets are similar, their answers may have a large overlap. We derive an algorithm which incrementally generates the answer of one set from an already computed answer of another similar set rather than compute the answer from scratch to reduce the computational cost. Finally, we conduct extensive performance studies using 21 real datasets with various data properties from a wide range of domains. The experimental results demonstrate that our algorithm outperforms all the existing algorithms across all datasets and can achieve more than an order of magnitude speedup against the state- of-the-art algorithms. Xubo Wang, Lu Qin 0001, Xuemin Lin 0001, Ying Zhang 0001, Lijun Chang |
Proc. VLDB Endow. | 1 |