EDBT 2026 Demo / reviewers in the wild / expert
Xiaofei Xu 0001
dblp:95/3275-1
· DBLP profile ↗
23ranked-venue papers in the field
0as first author
4since 2021 · last 2025
0000-0002-9492-0312ORCID · conflict
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 7Information Retrieval & Web Search · 6Data Mining & Knowledge Discovery · 3Knowledge Engineering, Semantic Web & Information Systems · 3Business Process & Enterprise Data · 2Other / Interdisciplinary · 2
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | A Federated Social Recommendation Approach with Enhanced Hypergraph Neural NetworkabstractIn recent years, the development of online social network platforms has led to increased research efforts in social recommendation systems. Unlike traditional recommendation systems, social recommendation systems utilize both user-item interactions and user-user social relations to recommend relevant items, taking into account social homophily and social influence. Graph neural network (GNN)-based social recommendation methods have been proposed to model these item interactions and social relations effectively. However, existing GNN-based methods rely on centralized training, which raises privacy concerns and faces challenges in data collection due to regulations and privacy restrictions. Federated learning has emerged as a privacy-preserving alternative. Combining federated learning with GNN-based methods for social recommendation can leverage their respective advantages, but it also introduces new challenges: (1) existing federated recommendation systems often lack the capability to process heterogeneous data, such as user-item interactions and social relations; (2) due to the sparsity of data distributed across different clients, capturing the higher-order relationship information among users becomes challenging and is often overlooked by most federated recommendation systems. To overcome these challenges, we propose a federated social recommendation approach with enhanced hypergraph neural network (HGNN). We introduce HGNN to learn user and item embeddings in federated recommendation systems, leveraging the hypergraph structure to address the heterogeneity of data. Based on carefully crafted triangular motifs, we merge user and item nodes to construct hypergraphs on local clients, capturing specific triangular relations. Multiple HGNN channels are used to encode different categories of high-order relations, and an attention mechanism is applied to aggregate the embedded information from these channels. Our experiments on real-world social recommendation datasets demonstrate the effectiveness of the proposed approach. Extensive experiment results on three publicly available datasets validate the effectiveness of the proposed method. Hongliang Sun 0001, Zhiying Tu, Dianbo Sui, Xiaofei Xu 0001 |
ACM Trans. Intell. Syst. Technol. | 5 |
| 2024 | BehaviorNet: A Fine-grained Behavior-aware Network for Dynamic Link PredictionabstractDynamic link prediction has become a trending research subject because of its wide applications in the web, sociology, transportation, and bioinformatics. Currently, the prevailing approach for dynamic link prediction is based on graph neural networks, in which graph representation learning is the key to perform dynamic link prediction tasks. However, there are still great challenges because the structure of graphs evolves over time. A common approach is to represent a dynamic graph as a collection of discrete snapshots, in which information over a period is aggregated through summation or averaging. This way results in some fine-grained time-related information loss, which further leads to a certain degree of performance degradation. We conjecture that such fine-grained information is vital because it implies specific behavior patterns of nodes and edges in a snapshot. To verify this conjecture, we propose a novel fine-grained behavior-aware network (BehaviorNet) for dynamic network link prediction. Specifically, BehaviorNet adapts a transformer-based graph convolution network to capture the latent structural representations of nodes by adding edge behaviors as an additional attribute of edges. GRU is applied to learn the temporal features of given snapshots of a dynamic network by utilizing node behaviors as auxiliary information. Extensive experiments are conducted on several real-world dynamic graph datasets, and the results show significant performance gains for BehaviorNet over several state-of-the-art (SOTA) discrete dynamic link prediction baselines. Ablation study validates the effectiveness of modeling fine-grained edge and node behaviors. Zhiying Tu, Tonghua Su, Xianzhi Wang 0001, Xiaofei Xu 0001, Zhongjie Wang 0003 |
ACM Trans. Web | 5 |
| 2023 | A Resource-Constrained Multi-level SLA Customization Approach Based on QoE Analysis of Large-Scale Customers
Min Li 0051, Hanchuan Xu, Xiaofei Xu 0001, Zhongjie Wang 0003 |
CAiSE | 3 |
| 2022 | How Big Service and Internet of Services Drive Business Innovation and Transformation
Haomai Shi, Hanchuan Xu, Xiaofei Xu 0001, Zhongjie Wang 0003 |
CAiSE | 3 |
| 2018 | Locality Reconstruction Models for Book RepresentationabstractBooks, as a representative of lengthy documents, convey rich semantics. Traditional document modeling methods, such as bag-of-words models, have difficulty capturing such rich semantics when only considering term-frequency features. In order to explore term spatial distributions over a book, a tree-structured book representation is investigated in this paper. Moreover, an efficient learning framework, Tree2Vector, is introduced for mapping tree-structured book data into vectorial space. In particular, we present two types of locality reconstruction (LR) models: Euclidean-type and cosine-type, during the transformation process of tree structures into vectorial representations. The LR is used for modeling the reconstruction process, in which each parent node in a tree is supposed to be reconstructed by its child nodes. The prominent advantage of this Tree2Vector framework is that it solely utilizes the local information within a single book tree. In addition, extensive experimental results demonstrate that Tree2Vector is able to deliver comparable or better performance in comparison to methods that consider the information of all trees in a database globally. Experimental results also suggest that cosine-type LR consistently performs better than Euclidean-type LR in applications of book and author recommendations. Haijun Zhang 0002, Shuang Wang 0005, Ming-Bo Zhao, Xiaofei Xu 0001, Yunming Ye |
IEEE Trans. Knowl. Data Eng. | 4 |
| 2016 | Truth Discovery via Exploiting Implications from Multi-Source DataabstractData veracity is a grand challenge for various tasks on the Web. Since the web data sources are inherently unreliable and may provide conflicting information about the same real-world entities, truth discovery is emerging as a countermeasure of resolving the conflicts by discovering the truth, which conforms to the reality, from the multi-source data. A major challenge related to truth discovery is that different data items may have varying numbers of true values (or multi-truth), which counters the assumption of existing truth discovery methods that each data item should have exactly one true value. In this paper, we address this challenge by exploiting and leveraging the implications from multi-source data. In particular, we exploit three types of implications, namely the implicit negative claims, the distribution of positive/negative claims, and the co-occurrence of values in sources' claims, to facilitate multi-truth discovery. We propose a probabilistic approach with improvement measures that incorporate the three implications in all stages of truth discovery process. In particular, incorporating the negative claims enables multi-truth discovery, considering the distribution of positive/negative claims relieves truth discovery from the impact of sources' behavioral features in the specific datasets, and considering values' co-occurrence relationship compensates the information lost from evaluating each value in the same claims individually. Experimental results on three real-world datasets demonstrate the effectiveness of our approach. Xianzhi Wang 0001, Quan Z. Sheng, Lina Yao 0001, Xue Li 0001, Xiu Susie Fang, Xiaofei Xu 0001, Boualem Benatallah |
CIKM | 6 |
| 2016 | Empowering Truth Discovery with Multi-Truth PredictionabstractTruth discovery is the problem of detecting true values from the conflicting data provided by multiple sources on the same data items. Since sources' reliability is unknown a priori, a truth discovery method usually estimates sources' reliability along with the truth discovery process. A major limitation of existing truth discovery methods is that they commonly assume exactly one true value on each data item and therefore cannot deal with the more general case that a data item may have multiple true values (or multi-truth). Since the number of true values may vary from data item to data item, this requires truth discovery methods being able to detect varying numbers of truth values from the multi-source data. In this paper, we propose a multi-truth discovery approach, which addresses the above challenges by providing a generic framework for enhancing existing truth discovery methods. In particular, we redeem the numbers of true values as an important clue for facilitating multi-truth discovery. We present the procedure and components of our approach, and propose three models, namely the byproduct model, the joint model, and the synthesis model to implement our approach. We further propose two extensions to enhance our approach, by leveraging the implications of similar numerical values and values' co-occurrence information in sources' claims to improve the truth discovery accuracy. Experimental studies on real-world datasets demonstrate the effectiveness of our approach. Xianzhi Wang 0001, Quan Z. Sheng, Lina Yao 0001, Xue Li 0001, Xiu Susie Fang, Xiaofei Xu 0001, Boualem Benatallah |
CIKM | 6 |
| 2016 | Dynamic Clustering Forest: An ensemble framework to efficiently classify textual data stream with concept drift
Yunming Ye, Haijun Zhang 0002, Xiaofei Xu 0001, Raymond Y. K. Lau, Feng Liu 0034 |
Inf. Sci. | 4 |
| 2015 | Approximate Truth Discovery via Problem Scale ReductionabstractMany real-world applications rely on multiple data sources to provide information on their interested items. Due to the noises and uncertainty in data, given a specific item, the information from different sources may conflict. To make reliable decisions based on these data, it is important to identify the trustworthy information by resolving these conflicts, i.e., the truth discovery problem. Current solutions to this problem detect the veracity of each value jointly with the reliability of each source for each data item. In this way, the efficiency of truth discovery is strictly confined by the problem scale, which in turn limits truth discovery algorithms from being applicable on a large scale. To address this issue, we propose an approximate truth discovery approach, which divides sources and values into groups according to a user-specified approximation criterion. The groups are then used for efficient inter-value influence computation to improve the accuracy. Our approach is applicable to most existing truth discovery algorithms. Experiments on real-world datasets show that our approach improves the efficiency compared to existing algorithms while achieving similar or even better accuracy. The scalability is further demonstrated by experiments on large synthetic datasets. Xianzhi Wang 0001, Quan Z. Sheng, Xiu Susie Fang, Xue Li 0001, Xiaofei Xu 0001, Lina Yao 0001 |
CIKM | 5 |
| 2015 | An Integrated Bayesian Approach for Effective Multi-Truth DiscoveryabstractTruth-finding is the fundamental technique for corroborating reports from multiple sources in both data integration and collective intelligent applications. Traditional truth-finding methods assume a single true value for each data item and therefore cannot deal will multiple true values (i.e., the multi-truth-finding problem). So far, the existing approaches handle the multi-truth-finding problem in the same way as the single-truth-finding problems. Unfortunately, the multi-truth-finding problem has its unique features, such as the involvement of sets of values in claims, different implications of inter-value mutual exclusion, and larger source profiles. Considering these features could provide new opportunities for obtaining more accurate truth-finding results. Based on this insight, we propose an integrated Bayesian approach to the multi-truth-finding problem, by taking these features into account. To improve the truth-finding efficiency, we reformulate the multi-truth-finding problem model based on the mappings between sources and (sets of) values. New mutual exclusive relations are defined to reflect the possible co-existence of multiple true values. A finer-grained copy detection method is also proposed to deal with sources with large profiles. The experimental results on three real-world datasets show the effectiveness of our approach. Xianzhi Wang 0001, Quan Z. Sheng, Xiu Susie Fang, Lina Yao 0001, Xiaofei Xu 0001, Xue Li 0001 |
CIKM | 5 |
| 2014 | Clustering Based Topic Events Detection on Text Stream
Chunshan Li, Yunming Ye, Xiaofeng Zhang 0002, Shengchun Deng, Xiaofei Xu 0001 |
ACIIDS (1) | 6 |
| 2014 | Web services composition: A decade's overview
Quan Z. Sheng, Xiaoqiang Qiao, Athanasios V. Vasilakos, Claudia Szabo, Scott Bourne, Xiaofei Xu 0001 |
Inf. Sci. | 6 |
| 2013 | TW-k-Means: Automated Two-Level Variable Weighting Clustering Algorithm for Multiview DataabstractThis paper proposes TW-k-means, an automated two-level variable weighting clustering algorithm for multiview data, which can simultaneously compute weights for views and individual variables. In this algorithm, a view weight is assigned to each view to identify the compactness of the view and a variable weight is also assigned to each variable in the view to identify the importance of the variable. Both view weights and variable weights are used in the distance function to determine the clusters of objects. In the new algorithm, two additional steps are added to the iterative k-means clustering process to automatically compute the view weights and the variable weights. We used two real-life data sets to investigate the properties of two types of weights in TW-k-means and investigated the difference between the weights of TW-k-means and the weights of the individual variable weighting method. The experiments have revealed the convergence property of the view weights in TW-k-means. We compared TW-k-means with five clustering algorithms on three real-life data sets and the results have shown that the TW-k-means algorithm significantly outperformed the other five clustering algorithms in four evaluation indices. Xiaojun Chen 0006, Xiaofei Xu 0001, Joshua Zhexue Huang, Yunming Ye |
IEEE Trans. Knowl. Data Eng. | 2 |
| 2006 | A Fast Greedy Algorithm for Outlier Mining
Zengyou He, Shengchun Deng, Xiaofei Xu 0001, Joshua Zhexue Huang |
PAKDD | 3 |
| 2006 | Neighborhood Density Method for Selecting Initial Cluster Centers in K-Means Clustering
Yunming Ye, Joshua Zhexue Huang, Xiaojun Chen 0006, Shuigeng Zhou, Graham J. Williams, Xiaofei Xu 0001 |
PAKDD | 6 |
| 2005 | A Unified Subspace Outlier Ensemble Framework for Outlier Detection
Zengyou He, Shengchun Deng, Xiaofei Xu 0001 |
WAIM | 3 |
| 2005 | Scalable algorithms for clustering large datasets with mixed type attributesabstractClustering is a widely used technique in data mining applications for discovering patterns in underlying data. Most traditional clustering algorithms are limited to handling datasets that contain either numeric or categorical attributes. However, datasets with mixed types of attributes are common in real life data mining applications. In this article, we present two algorithms that extend the Squeezer algorithm to domains with mixed numeric and categorical attributes. The performance of the two algorithms has been studied on real and artificially generated datasets. Comparisons with other clustering algorithms illustrate the superiority of our approaches. © 2005 Wiley Periodicals, Inc. Int J Int Syst 20: 1077–1089, 2005. Zengyou He, Xiaofei Xu 0001, Shengchun Deng |
Int. J. Intell. Syst. | 2 |
| 2004 | Viewing the Web as a Cube: The Vision and Approach
Xiaofei Xu 0001, Dechen Zhan |
APWeb | 2 |
| 2004 | Mining Class Outliers: Concepts, Algorithms and Applications
Zengyou He, Joshua Zhexue Huang, Xiaofei Xu 0001, Shengchun Deng |
WAIM | 3 |
| 2004 | A Frequent Pattern Discovery Method for Outlier Detection
Zengyou He, Xiaofei Xu 0001, Joshua Zhexue Huang, Shengchun Deng |
WAIM | 2 |
| 2004 | Intelligence benevolent tools: A global system automating integration of structured and semistructured sources in one processabstractIn this article, we investigate a global mechanism that merges and automates interoperability of heterogeneity structured and semistructured sources in one process. In particular, we introduce the intelligence benevolent tool (IBT) system comprised of tools like assertions, integration rules, conceptual model constructs, and agents that boost the architectural components' versatility to reconcile the semantics involved in data sharing. Going by the title, the term benevolent in this case refers to tools' ability to do what they are told to do. In this way, the tools shall rejuvenate the system's intelligence to withstand the test of time against the existing terrifically dynamic computer technology in the present and future information age. The first three IBTs are passive objects, whereas the agent has a strong versatility to perceive events, perform actions, communicate, make commitments, and satisfy claims. The IBT's vast intelligence allows the system to filter out and process only the relevant operational sources such as preferences (i.e., customer's interest) from the sites. In addition, the IBT's richness in knowledge and flexibility to accommodate various data models manages to smoothly link system-to-system or firm-to-firm regardless of any field such as engineering, insurance, medicine, space science, and education, to mention a few. © 2004 Wiley Periodicals, Inc. Jameson Mbale, Xiaofei Xu 0001, Shengchun Deng |
Int. J. Intell. Syst. | 2 |
| 2003 | Semantic Similarity of an Object as a Function of the Context (SSOFC) in a Heterogeneous EnvironmentabstractThe relationship of Semantic Similarity of an Object as a Function of the Context (SSOFC) being the key factor in data integration is investigated. The SSOFC is a context-based system, which exploits the context of an object by utilizing the semantic similarity involved, in order to reconcile bottleneck conflicts (semantic) standing in the way of interoperability acquisition in heterogeneous systems. SSOFC is further re-enforced with the agents to equip architectural intelligence and facilitate the cooperative tasks, such as the versatility to pass, share, communicate, liaise, and negotiate the information among the architectural components in a human way. The SSOFC operates in semantic and schematic spaces that are linked with a projection facilitated by cooperative agents. In the Semantic Space, the semantic proximity (semPro) through its first component context captures the real world semantics from the local heterogeneous sources. Meanwhile, in Structural Space, the schema correspondences are paramount in order to capture structural similarities in an algebraic or mathematical formalism for reasoning and manipulation on the computer. Jameson Mbale, Xiaofei Xu 0001, Shengchun Deng |
Int. J. Cooperative Inf. Syst. | 2 |
| 2002 | Outlier Detection Integrating Semantic Knowledge
Zengyou He, Shengchun Deng, Xiaofei Xu 0001 |
WAIM | 3 |