Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Huanhuan Wu is active.

Publication


Featured researches published by Huanhuan Wu.


very large data bases | 2014

Large-scale distributed graph computing systems: an experimental evaluation

Yi Lu; James Cheng; Da Yan; Huanhuan Wu

With the prevalence of graph data in real-world applications (e.g., social networks, mobile phone networks, web graphs, etc.) and their ever-increasing size, many distributed graph computing systems have been developed in recent years to process and analyze massive graphs. Most of these systems adopt Pregels vertex-centric computing model, while various techniques have been proposed to address the limitations in the Pregel framework. However, there is a lack of comprehensive comparative analysis to evaluate the performance of various systems and their techniques, making it difficult for users to choose the best system for their applications. We conduct extensive experiments to evaluate the performance of existing systems on graphs with different characteristics and on algorithms with different design logic. We also study the effectiveness of various techniques adopted in existing systems, and the scalability of the systems. The results of our study reveal the strengths and limitations of existing systems, and provide valuable insights for users, researchers and system developers.


international conference on management of data | 2013

TF-Label: a topological-folding labeling scheme for reachability querying in a large graph

James Cheng; Silu Huang; Huanhuan Wu; Ada Wai-Chee Fu

Reachability querying is a basic graph operation with numerous important applications in databases, network analysis, computational biology, software engineering, etc. Although many indexes have been proposed to answer reachability queries, most of them are only efficient for handling relatively small graphs. We propose TF-label, an efficient and scalable labeling scheme for processing reachability queries. TF-label is constructed based on a novel topological folding (TF) that recursively folds an input graph into half so as to reduce the label size, thus improving query efficiency. We show that TF-label is efficient to construct and propose efficient algorithms and optimization schemes. Our experiments verify that TF-label is significantly more scalable and efficient than the state-of-the-art methods in both index construction and query processing.


very large data bases | 2013

IS-Label: an independent-set based labeling scheme for point-to-point distance querying

Ada Wai-Chee Fu; Huanhuan Wu; James Cheng; Raymond Chi-Wing Wong

We study the problem of computing shortest path or distance between two query vertices in a graph, which has numerous important applications. Quite a number of indexes have been proposed to answer such distance queries. However, all of these indexes can only process graphs of size barely up to 1 million vertices, which is rather small in view of many of the fast-growing real-world graphs today such as social networks and Web graphs. We propose an efficient index, which is a novel labeling scheme based on the independent set of a graph. We show that our method can handle graphs of size three orders of magnitude larger than those existing indexes.


international conference on big data | 2015

Core decomposition in large temporal graphs

Huanhuan Wu; James Cheng; Yi Lu; Yiping Ke; Yuzhen Huang; Da Yan; Hejun Wu

Core decomposition has been applied widely in the visualization and analysis of massive networks. However, existing studies of core decomposition were only limited to non-temporal graphs, while many real-world graphs can be naturally modeled as temporal graphs (e.g., the interaction between users at different time in online social networks, the phone call or messaging records between friends over time, etc.). In this paper, we define the problem of core decomposition in a temporal graph, propose efficient distributed algorithms to compute the cores in massive temporal graphs, and discuss how the technique can be used in temporal graph analysis.


international conference on data engineering | 2016

Reachability and time-based path queries in temporal graphs

Huanhuan Wu; Yuzhen Huang; James Cheng; Jinfeng Li; Yiping Ke

A temporal graph is a graph in which vertices communicate with each other at specific time, e.g., A calls B at 11 a.m. and talks for 7 minutes, which is modeled by an edge from A to B with starting time “11 a.m.” and duration “7 mins”. Temporal graphs can be used to model many networks with time-related activities, but efficient algorithms for analyzing temporal graphs are severely inadequate. We study fundamental problems such as answering reachability and time-based path queries in a temporal graph, and propose an efficient indexing technique specifically designed for processing these queries in a temporal graph. Our results show that our method is efficient and scalable in both index construction and query processing.


IEEE Transactions on Knowledge and Data Engineering | 2016

Efficient Algorithms for Temporal Path Computation

Huanhuan Wu; James Cheng; Yiping Ke; Silu Huang; Yuzhen Huang; Hejun Wu

Shortest path is a fundamental graph problem with numerous applications. However, the concept of classic shortest path is insufficient. In this paper, we study various concepts of “shortest” path in temporal graphs, called minimum temporal paths. Computing these minimum temporal paths is challenging as subpaths of a “shortest” path may not be “shortest” in a temporal graph. We propose efficient algorithms to compute minimum temporal paths and verified their efficiency using large real-world temporal graphs.


knowledge discovery and data mining | 2016

Diversified Temporal Subgraph Pattern Mining

Yi Yang; Da Yan; Huanhuan Wu; James Cheng; Shuigeng Zhou; John C. S. Lui

Many graphs in real-world applications, such as telecommunications networks, social-interaction graphs and co-authorship graphs, contain temporal information. However, existing graph mining algorithms fail to exploit these temporal information and the resulting subgraph patterns do not contain any temporal attribute. In this paper, we study the problem of mining a set of diversified temporal subgraph patterns from a temporal graph, where each subgraph is associated with the time interval that the pattern spans. This problem motivates important applications such as finding social trends in social networks, or detecting temporal hotspots in telecommunications networks. We propose a divide-and-conquer algorithm along with effective pruning techniques, and our approach runs 2 to 3 orders of magnitude faster than a baseline algorithm and obtains high-quality temporal subgraph patterns in real temporal graphs.


database systems for advanced applications | 2017

Efficient Processing of Growing Temporal Graphs

Huanhuan Wu; Yunjian Zhao; James Cheng; Da Yan

Temporal graphs are useful in modeling real-world networks. For example, in a phone call network, people may communicate with each other in multiple time periods, which can be modeled as multiple temporal edges. However, the size of real-world temporal graphs keeps increasing rapidly (e.g., considering the number of phone calls recorded each day), which makes it difficult to efficiently store and analyze the complete temporal graphs. We propose a new model, called equal-weight damped time window model, to efficiently manage temporal graphs. In this model, each time window is assigned a unified weight. This model is flexible as it allows users to control the tradeoff between the required storage space and the information loss. It also supports efficient maintenance of the windows as new data come in. We then discuss applications that use the model for analyzing temporal graphs. Our experiments demonstrated that we can handle massive temporal graphs efficiently with limited space.


very large data bases | 2014

Path problems in temporal graphs

Huanhuan Wu; James Cheng; Silu Huang; Yiping Ke; Yi Lu; Yanyan Xu


very large data bases | 2012

IS-LABEL: an Independent-Set based Labeling Scheme for Point-to-Point Distance Querying on Large Graphs

Ada Wai-Chee Fu; Huanhuan Wu; James Cheng; Shumo Chu; Raymond Chi-Wing Wong

Collaboration


Dive into the Huanhuan Wu's collaboration.

Top Co-Authors

Avatar

James Cheng

The Chinese University of Hong Kong

View shared research outputs
Top Co-Authors

Avatar

Yuzhen Huang

The Chinese University of Hong Kong

View shared research outputs
Top Co-Authors

Avatar

Da Yan

The Chinese University of Hong Kong

View shared research outputs
Top Co-Authors

Avatar

Yiping Ke

Hong Kong University of Science and Technology

View shared research outputs
Top Co-Authors

Avatar

Ada Wai-Chee Fu

The Chinese University of Hong Kong

View shared research outputs
Top Co-Authors

Avatar

Yi Lu

The Chinese University of Hong Kong

View shared research outputs
Top Co-Authors

Avatar

Jinfeng Li

The Chinese University of Hong Kong

View shared research outputs
Top Co-Authors

Avatar

Raymond Chi-Wing Wong

Hong Kong University of Science and Technology

View shared research outputs
Top Co-Authors

Avatar

Hejun Wu

Sun Yat-sen University

View shared research outputs
Top Co-Authors

Avatar

Hongzhi Chen

The Chinese University of Hong Kong

View shared research outputs
Researchain Logo
Decentralizing Knowledge