EDBT 2026 Demo / reviewers in the wild / expert
Wei Wu 0011
dblp:95/6985-11
· DBLP profile ↗
16ranked-venue papers in the field
10as first author
10since 2021 · last 2026
0000-0002-0975-4613ORCID · conflict
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 8 (3 first)Database Systems & Data Management · 5 (5 first)Data Mining & Knowledge Discovery · 3 (2 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Unmasking Bots in Higher Dimensions: Message Passing over Simplexes for Bot DetectionabstractDetecting social bots is critical to ensuring the security of online discourse and maintaining trust in social networks. Early feature-based and text-based methods often fail against bots that mimic human behavior, and graph-based approaches have emerged to better exploit structural signals. However, most existing Graph Neural Networks (GNNs) still focus on pairwise connections, overlooking higher-order relational patterns, and their multi-relation fusion strategies are typically simplistic, ignoring dependencies between relations and user-specific preferences. To overcome these limitations, we propose MPS-Bot, a model that integrates higher-order structure modeling with user-specific cross-relation dependency learning. MPS-Bot introduces a simplex convolutional layer that leverages simplexes derived from network structures to capture group coordination patterns beyond pairwise connections. In addition, a cross-relation dependency attention mechanism adaptively fuses relation-specific representations according to each user's relational preferences, leading to more discriminative and robust multi-relation representations. Extensive experiments on two widely used Twitter bot detection benchmarks, MGTAB and TwiBot-22, show that MPS-Bot generally outperforms state-of-the-art baselines. These findings highlight the effectiveness of higher-dimensional message passing over simplexes as a powerful approach to unmasking bots in social networks. Fangfang Li 0004, Xin Zhang 0018, Wei Wu 0011 |
WWW | 4 |
| 2026 | Improving human-machine collaborative event detection in chinese texts by pursuing high recall
Jiashun Duan, Yan Pan 0003, Wei Wu 0011, Fangfang Li 0004, Xiang Zhao 0002, Xin Zhang 0018 |
Inf. Process. Manag. | 3 |
| 2025 | Heterogeneous Graph Embedding Made More PracticalabstractHeterogeneous graphs are prevalent in the real-world applications, and a key analytical task for such graphs is heterogeneous graph embedding, which seeks to represent each heterogeneous graph as a low-dimensional feature vector while preserving its inherent heterogeneity. Although the traditional methods have achieved significant advancements, they predominantly rely on modeling basic pairwise relationships between nodes, limiting their ability to capture the intricate structures and interactions present in heterogeneous graphs. Recent studies have begun incorporating simplicial complexes, which effectively encode higher-order interactions, into the Graph Neural Network (GNN) framework. However, these GNN-based approaches are computationally intensive due to the substantial parameter training involved. To address these challenges, we propose HGSketch, a practical heterogeneous graph embedding algorithm that balances performance and temporal efficiency without the powerful workhorses. By leveraging the Locality Sensitive Hashing (LSH) technique, HGSketch efficiently captures higher-order information from simplicial complexes locally and globally without the need for parameter learning. The extensive experiment results display that HGSketch achieves performance comparable to the state-of-the-art learning-based methods, while significantly reducing runtime by a factor of up to 1223.86; also, HGSketch generally outperforms the state-of-the-art LSH-based methods. We have released the source code and the datasets in https://github.com/AIandBD/graph-hashing/tree/main/HGSketch. Fangfang Li 0004, Wei Li 0321, Wei Wu 0011 |
SIGIR | 4 |
| 2025 | Sketching Very Large-scale Dynamic Attributed Networks More PracticallyabstractReal-world networks, particularly those in web and social media, are dynamic with evolving node attributes and structures, often involving billions of nodes and edges. Dynamic attributed network embedding is a powerful tool for capturing these changes, enabling data owners and problem owners to better understand interactions and trends for more effective engagement and decision-making. While some existing algorithms are capable of handling very large-scale dynamic attributed networks with billions of nodes and edges, they often suffer from accuracy loss or high computational overhead. In this paper, we propose a practical and sustainable framework of sketching very large-scale dynamic attributed networks called VLS2ketch, which incorporates incremental embedding updates alongside storage-efficient, binarized representation of both node attributes and topological variations. By the sparse random projection technique in an incremental update manner, VLS2ketch significantly reduces the energy-intensive computational workload while maintaining accuracy. Also, we introduce an information decay mechanism, which adapts to temporally varying topologies and node attributes. This mechanism ensures that outdated information gradually diminishes over time. Extensive experiments on real-world very large-scale datasets demonstrate that our proposed VLS2ketch method delivers comparable embedding quality against the state-of-the-art learning-based competitors with dramatically reduced runtime. We have released the source code and the datasets in https://github.com/AIandBD/graph-hashing/tree/main/VLS2ketch. . Wei Wu 0011, Ling Chen 0006, Fangfang Li 0004, Chuan Luo 0002 |
WWW | 1 |
| 2025 | Time- and Space-Efficiently Sketching Billion-Scale Attributed NetworksabstractAttributed network embedding seeks to depict each network node via a compact, low-dimensional vector while effectively preserving the similarity between node pairs, which lays a strong foundation for a great many high-level network mining tasks. With the advent of the era of Big Data, the number of nodes and edges has reached billions in many real-world networks, which poses great computational and storage challenges to the existing methods. Although some algorithms have been developed to handle billion-scale networks, they often undergo accuracy degradation or tempo-spatial inefficiency owing to attribute information loss or substantial parameter learning. To this end, we propose a simple, time- and space-efficient billion-scale attributed network embedding algorithm called SketchBANE in this paper, which strikes an excellent balance between accuracy and efficiency by adopting sparse random projection with 1-bit quantization to sketch the iterative closed neighborhood and maintain the similarity among high-order nodes in a non-learning manner. The extensive experimental results indicate that our proposed SketchBANE algorithm competes favorably with the state-of-the-art approaches, while remarkably reducing runtime and space consumption. Also, the proposed SketchBANE algorithm exhibits good scalability and parallelization. Wei Wu 0011, Mi Jiang, Chuan Luo 0002, Fangfang Li 0004 |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2023 | A Review for Weighted MinHash Algorithms (Extended abstract)abstractData similarity computation is a fundamental research topic which underpins many high-level applications based on similarity measures. However, the exact similarity computation has become daunting in large-scale real-world scenarios. Currently, MinHash is a popular technique for efficiently estimating the Jaccard similarity of binary sets and, furthermore, weighted MinHash is utilized to estimate the generalized Jaccard similarity of weighted sets. This review focuses on categorizing and discussing the existing works of weighted MinHash algorithms. Also, we have developed a Python toolbox for the algorithms, and released it in our github. Wei Wu 0011, Bin Li 0015, Ling Chen 0006, Junbin Gao, Chengqi Zhang |
ICDE | 1 |
| 2023 | SCHash: Speedy Simplicial Complex Neural Networks via Randomized HashingabstractGraphs, as a non-linear data structure, are ubiquitous in practice, and efficient graph analysis can benefit important information retrieval applications in the era of big data. Currently, one of the fundamental graph mining problems is graph embedding, which aims to represent the graph as a low-dimensional feature vector with the content and structural information in the graph preserved. Although the graph embedding technique has evolved considerably, traditional methods mainly focus on node pairwise relationship in graphs, which makes the representational power of such schemes limited. Recently, a number of works have explored the simplicial complexes, which describe the higher-order interactions between nodes in the graphs, and further proposed several Graph Neural Network (GNN) algorithms based on simplicial complexes. However, these GNN approaches are highly inefficient in terms of running time and space, due to massive parameter learning. In this paper, we propose a simple and speedy graph embedding algorithm dubbed SCHash. Through adopting the Locality Sensitive Hashing (LSH) technique, SCHash captures the higher-order information derived from the simplicial complex in the GNN framework, and it can achieve a good balance between accuracy and efficiency. Our extensive experiments clearly show that, in terms of accuracy, the performance of our proposed SCHash algorithm is comparable to that of state-of-the-art GNN algorithms; also, SCHash achieves higher accuracy than the existing LSH algorithms. In terms of efficiency, SCHash runs faster than GNN algorithms by 2 ~ 4 orders of magnitude, and is more efficient than the existing LSH algorithms. Wei Wu 0011, Chuan Luo 0002 |
SIGIR | 2 |
| 2022 | A Review for Weighted MinHash AlgorithmsabstractData similarity (or distance) computation is a fundamental research topic which underpins many high-level applications based on similarity measures in machine learning and data mining. However, in large-scale real-world scenarios, the exact similarity computation has become daunting due to “3V” nature (volume, velocity and variety) of big data. In this case, the hashing techniques have been verified to efficiently conduct similarity estimation in terms of both theory and practice. Currently, MinHash is a popular technique for efficiently estimating the Jaccard similarity of binary sets and furthermore, weighted MinHash is generalized to estimate the generalized Jaccard similarity of weighted sets. This review focuses on categorizing and discussing the existing works of weighted MinHash algorithms. In this review, we mainly categorize the weighted MinHash algorithms into quantization-based approaches, “active index”-based ones and others, and show the evolution and inherent connection of the weighted MinHash algorithms, from the integer weighted MinHash ones to the real-valued weighted MinHash ones. Also, we have developed a Python toolbox for the algorithms, and released it in our github. We experimentally conduct a comprehensive study of the standard MinHash algorithm and the weighted MinHash ones in the similarity estimation error and the information retrieval task. Wei Wu 0011, Bin Li 0015, Ling Chen 0006, Junbin Gao, Chengqi Zhang |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2021 | NTAM: Neighborhood-Temporal Attention Model for Disk Failure Prediction in Cloud PlatformsabstractWith the rapid deployment of cloud platforms, high service reliability is of critical importance. An industrial cloud platform contains a huge number of disks, and disk failure is a common cause of service unreliability. In recent years, many machine learning based disk failure prediction approaches have been proposed, and they can predict disk failures based on disk status data before the failures actually happen. In this way, proactive actions can be taken in advance to improve service reliability. However, existing approaches treat each disk individually and do not explore the influence of the neighboring disks. In this paper, we propose Neighborhood-Temporal Attention Model (NTAM), a novel deep learning based approach to disk failure prediction. When predicting whether or not a disk will fail in near future, NTAM is a novel approach that not only utilizes a disk’s own status data, but also considers its neighbors’ status data. Moreover, NTAM includes a novel attention-based temporal component to capture the temporal nature of the disk status data. Besides, we propose a data enhancement method, called Temporal Progressive Sampling (TPS), to handle the extreme data imbalance issue. We evaluate NTAM on a public dataset as well as two industrial datasets collected from millions of disks in Microsoft Azure. Our experimental results show that NTAM significantly outperforms state-of-the-art competitors. Also, our empirical evaluations indicate the effectiveness of the neighborhood-ware component and the temporal component underlying NTAM as well as the effectiveness of TPS. More encouragingly, we have successfully applied NTAM and TPS to Microsoft cloud platforms (including Microsoft Azure and Microsoft 365) and obtained benefits in industrial practice. Chuan Luo 0002, Pu Zhao 0004, Bo Qiao 0001, Youjiang Wu, Hongyu Zhang 0002, Wei Wu 0011, Weihai Lu, Yingnong Dang, Saravanakumar Rajmohan, Qingwei Lin, Dongmei Zhang 0001 |
WWW | 6 |
| 2021 | Hashing-Accelerated Graph Neural Networks for Link PredictionabstractNetworks are ubiquitous in the real world. Link prediction, as one of the key problems for network-structured data, aims to predict whether there exists a link between two nodes. The traditional approaches are based on the explicit similarity computation between the compact node representation by embedding each node into a low-dimensional space. In order to efficiently handle the intensive similarity computation in link prediction, the hashing technique has been successfully used to produce the node representation in the Hamming space. However, the hashing-based link prediction algorithms face accuracy loss from the randomized hashing techniques or inefficiency from the learning to hash techniques in the embedding process. Currently, the Graph Neural Network (GNN) framework has been widely applied to the graph-related tasks in an end-to-end manner, but it commonly requires substantial computational resources and memory costs due to massive parameter learning, which makes the GNN-based algorithms impractical without the help of a powerful workhorse. In this paper, we propose a simple and effective model called #GNN, which balances the trade-off between accuracy and efficiency. #GNN is able to efficiently acquire node representation in the Hamming space for link prediction by exploiting the randomized hashing technique to implement message passing and capture high-order proximity in the GNN framework. Furthermore, we characterize the discriminative power of #GNN in probability. The extensive experimental results demonstrate that the proposed #GNN algorithm achieves accuracy comparable to the learning-based algorithms and outperforms the randomized algorithm, while running significantly faster than the learning-based algorithms. Also, the proposed algorithm shows excellent scalability on a large-scale network with the limited resources. Wei Wu 0011, Bin Li 0015, Chuan Luo 0002, Wolfgang Nejdl |
WWW | 1 |
| 2019 | Neural Feature Search: A Neural Architecture for Automated Feature EngineeringabstractFeature engineering is a crucial step for developing effective machine learning models. Traditionally, feature engineering is performed manually, which requires much domain knowledge and is time-consuming. In recent years, many automated feature engineering methods have been proposed. These methods improve the accuracy of a machine learning model by automatically transforming the original features into a set of new features. However, existing methods either lack ability to perform high-order transformations or suffer from the feature space explosion problem. In this paper, we present Neural Feature Search (NFS), a novel neural architecture for automated feature engineering. We utilize a recurrent neural network based controller to transform each raw feature through a series of transformation functions. The controller is trained through reinforcement learning to maximize the expected performance of the machine learning algorithm. Extensive experiments on public datasets illustrate that our neural architecture is effective and outperforms the existing state-of-the-art automated feature engineering methods. Our architecture can efficiently capture potentially valuable high-order transformations and mitigate the feature explosion problem. Xiangning Chen, Bo Qiao 0001, Wei Wu 0011, Murali Chintalapati, Dongmei Zhang 0001, Qingwei Lin, Chuan Luo 0002, Hongyu Zhang 0002, Yong Xu 0010, Yingnong Dang, Kaixin Sui, Xu Zhang 0024 |
ICDM | 4 |
| 2019 | Improved Consistent Weighted Sampling RevisitedabstractMin-Hash is a popular technique for efficiently estimating the Jaccard similarity of binary sets. Consistent Weighted Sampling (CWS) generalizes the Min-Hash scheme to sketch weighted sets and has drawn increasing interest from the community. Due to its constant-time complexity independent of the values of the weights, Improved CWS (ICWS) is considered as the state-of-the-art CWS algorithm. In this paper, we revisit ICWS and analyze its underlying mechanism to show that there actually exists dependence between the two components of the hash-code produced by ICWS, which violates the condition of independence. To remedy the problem, we propose an Improved ICWS (I2CWS) algorithm which not only shares the same theoretical computational complexity as ICWS but also abides by the required conditions of the CWS scheme. The experimental results on a number of synthetic data sets and real-world text data sets demonstrate that our I2CWS algorithm can estimate the Jaccard similarity more accurately, and also competes with or outperforms the compared methods, including ICWS, in classification and top-K retrieval, after relieving the underlying dependence. Wei Wu 0011, Bin Li 0015, Ling Chen 0006, Chengqi Zhang, Philip S. Yu |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2018 | K-Ary Tree Hashing for Fast Graph ClassificationabstractExisting graph classification usually relies on an exhaustive enumeration of substructure patterns, where the number of substructures expands exponentially w.r.t. with the size of the graph set. Recently, the Weisfeiler-Lehman (WL) graph kernel has achieved the best performance in terms of both accuracy and efficiency among state-of-the-art methods. However, it is still time-consuming, especially for large-scale graph classification tasks. In this paper, we present a K-Ary Tree based Hashing (KATH) algorithm, which is able to obtain competitive accuracy with a very fast runtime. The main idea of KATH is to construct a traversal table to quickly approximate the subtree patterns in WL using K-ary trees. Based on the traversal table, KATH employs a recursive indexing process that performs only r times of matrix indexing to generate all (r - 1)-depth K-ary trees, where the leaf node labels of a tree can uniquely specify the pattern. After that, the MinHash scheme is used to fingerprint the acquired subtree patterns for a graph. Our experimental results on both real world and synthetic data sets show that KATH runs significantly faster than state-of-the-art methods while achieving competitive or better accuracy. Wei Wu 0011, Bin Li 0015, Ling Chen 0006, Xingquan Zhu 0001, Chengqi Zhang |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2017 | Consistent Weighted Sampling Made More PracticalabstractMin-Hash, which is widely used for efficiently estimating similarities of bag-of-words represented data, plays an increasingly important role in the era of big data. It has been extended to deal with real-value weighted sets -- Improved Consistent Weighted Sampling (ICWS) is considered as the state-of-the-art for this problem. In this paper, we propose a Practical CWS (PCWS) algorithm. We first transform the original form of ICWS into an equivalent expression, based on which we find some interesting properties that inspire us to make the ICWS algorithm simpler and more efficient in both space and time complexities. PCWS is not only mathematically equivalent to ICWS and preserves the same theoretical properties, but also saves 20% memory footprint and substantial computational cost compared to ICWS. The experimental results on a number of real-world text data sets demonstrate that PCWS obtains the same (even better) classification and retrieval performance as ICWS with 1/5~1/3 reduced empirical runtime. Wei Wu 0011, Bin Li 0015, Ling Chen 0006, Chengqi Zhang |
WWW | 1 |
| 2016 | Canonical Consistent Weighted Sampling for Real-Value Weighted Min-HashabstractMin-Hash, as a member of the Locality Sensitive Hashing (LSH) family for sketching sets, plays an important role in the big data era. It is widely used for efficiently estimating similarities of bag-of-words represented data and has been extended to dealing with multi-sets and real-value weighted sets. Improved Consistent Weighted Sampling (ICWS) has been recognized as the state-of-the-art for real-value weighted Min-Hash. However, the algorithmic implementation of ICWS is flawed because it violates the uniformity of the Min-Hash scheme. In this paper, we propose a Canonical Consistent Weighted Sampling (CCWS) algorithm, which not only retains the same theoretical complexity as ICWS but also strictly complies with the definition of Min-Hash. The experimental results demonstrate that the proposed CCWS algorithm runs faster than the state-of-the-arts while achieving similar classification performance on a number of real-world text data sets. Wei Wu 0011, Bin Li 0015, Ling Chen 0006, Chengqi Zhang |
ICDM | 1 |
| 2016 | Cross-View Feature Hashing for Image Retrieval
Wei Wu 0011, Bin Li 0015, Ling Chen 0006, Chengqi Zhang |
PAKDD (1) | 1 |