Zhuo Wang 0002

dblp:01/7039-2 · DBLP profile ↗
← Back
6ranked-venue papers in the field
2as first author
2since 2021 · last 2023
—ORCID · conflict

Domains — venue-derived; a paper can count in several

Database Systems & Data Management · 3Other / Interdisciplinary · 3 (2 first)
YearPublicationVenuePosition
2023 Evaluating visual encoding quality of a mixed reality user interface for human-machine co-assembly in complex operational terrain
Zhuo Wang 0002, Xiangyu Zhang 0009, Yiliang Zhou, Yuwei Dai, Chaoqian Liu, Zekun Su, Xiaoliang Bai, Mark Billinghurst
Adv. Eng. Informatics1
2021 The role of user-centered AR instruction in improving novice spatial cognition in a high-precision procedural task
Zhuo Wang 0002, Xiaoliang Bai, Shusheng Zhang, Mark Billinghurst, Weiping He, Jianghong Li
Adv. Eng. Informatics1
2018 Enabling Quality Control for Entity Resolution: A Human and Machine Cooperation Framework
abstract
Even though many machine algorithms have been proposed for entity resolution, it remains very challenging to find a solution with quality guarantees. In this paper, we propose a novel HUman and Machine cOoperation (HUMO) framework for entity resolution (ER), which divides an ER workload between the machine and the human. HUMO enables a mechanism for quality control that can flexibly enforce both precision and recall levels. We introduce the optimization problem of HUMO, minimizing human cost given a quality requirement, and then present three optimization approaches: a conservative baseline one purely based on the monotonicity assumption of precision, a more aggressive one based on sampling and a hybrid one that can take advantage of the strengths of both previous approaches. Finally, we demonstrate by extensive experiments on real and synthetic datasets that HUMO can achieve high-quality results with reasonable return on investment (ROI) in terms of human cost, and it performs considerably better than the state-of-the-art alternatives in quality control.
Zhaoqiang Chen, Qun Chen 0001, Fengfeng Fan, Yanyan Wang 0005, Zhuo Wang 0002, Youcef Nafa, Zhanhuai Li, Hailong Liu 0004, Wei Pan 0007
ICDE5
2016 Parallelizing Maximal Clique Enumeration Over Graph Data
Qun Chen 0001, Zhuo Wang 0002, Bo Suo, Zhanhuai Li, Zachary G. Ives
DASFAA (2)3
2016 Efficient Maximal Clique Enumeration Over Graph Data
abstract
In a wide variety of emerging data-intensive applications, such as social network analysis, Web document clustering, entity resolution, and detection of consistently co-expressed genes in systems biology, the detection of dense subgraphs (cliques) is an essential component. Unfortunately, this problem is NP-Complete and thus computationally intensive at scale—hence there is a need for efficient processing, as well as the techniques for distributing the computation across multiple machines such that the computation, which is too time-consuming on a single machine, can be efficiently performed on a machine cluster given that it is large enough. In this paper, we propose a new algorithm (called GP) for maximal clique enumeration. It identifies cliques by the operation of binary graph partitioning, which iteratively divides a graph until each task is sufficiently small to be processed in parallel. Given a connected graph $$G=(V,E)$$ , the GP algorithm has a space complexity of O(|E|) and a time complexity of $$O(|E|\mu (G))$$ , where $$\mu (G)$$ represents the number of different cliques existing in G. We also present a hybrid algorithm, which can effectively leverage the advantages of both the GP algorithm and the classical Bron-and-Kerbosch (BK) algorithm. Then, we develop corresponding parallel solutions based on the GP and hybrid algorithms. Finally, we evaluate the performance of the proposed solutions on real and synthetic graph data. Our extensive experiments show that in both centralized and parallel setting, our proposed GP and hybrid approaches achieve considerably better performance than the state-of-the-art BK approach. Our parallel solutions are implemented and evaluated on MapReduce, a popular shared-nothing parallel framework, but can easily generalize to other shared-nothing or shared-memory parallel frameworks.
Boyi Hou, Zhuo Wang 0002, Qun Chen 0001, Bo Suo, Zhanhuai Li, Zachary G. Ives
Data Sci. Eng.2
2013 Parallel Partitioning and Mining Gene Expression Data with Butterfly Network
Tao Jiang 0030, Zhanhuai Li, Qun Chen 0001, Wei Pan 0007, Zhuo Wang 0002
DEXA (1)6