EDBT 2026 Demo / reviewers in the wild / expert
Quan Z. Sheng
dblp:s/QuanZSheng · also Michael Sheng 0001, Quanzheng Sheng
· DBLP profile ↗
151ranked-venue papers in the field
5as first author
60since 2021 · last 2026
0000-0002-3326-4147ORCID · verified
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 64 (1 first)Data Mining & Knowledge Discovery · 47Database Systems & Data Management · 32 (1 first)Business Process & Enterprise Data · 5 (1 first)Knowledge Engineering, Semantic Web & Information Systems · 3 (2 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Generalized Local Prominence for Source Detection in Real-World Rumor Networks (Extended Abstract)
Syed Shafat Ali, Ajay Rastogi, Tarique Anwar, Syed Afzal Murtaza Rizvi, Jian Yang 0001, Jia Wu 0001, Quan Z. Sheng |
ICDE | 7 |
| 2026 | Purifying Multimodal Retrieval: Fragment-Level Evidence Selection for RAG
Xihang Wang, Chengkai Huang, Cao Liu, Quan Z. Sheng, Lina Yao 0001 |
SIGIR | 6 |
| 2026 | MEG-RAG: Quantifying Multi-modal Evidence Grounding for Evidence Selection in RAGabstractMultimodal Retrieval-Augmented Generation (MRAG) addresses key limitations of Multimodal Large Language Models (MLLMs), such as hallucination and outdated knowledge. However, current MRAG systems struggle to distinguish whether retrieved multimodal data truly supports the semantic core of an answer or merely provides superficial relevance. Existing metrics often rely on heuristic position-based confidence, which fails to capture the informational density of multimodal entities. To address this, we propose Multi-modal Evidence Grounding (MEG), a semantic-aware metric that quantifies the contribution of retrieved evidence. Unlike standard confidence measures, MEG utilizes Semantic Certainty Anchoring, which dynamically filters out high-frequency stopwords via Inverse Document Frequency (IDF) to focus strictly on information-bearing tokens. Building on MEG, we introduce MEG-RAG, a framework that trains a multimodal reranker to align retrieved evidence with the semantic anchors of the ground truth. By prioritizing high-value content based on semantic grounding rather than token probability distributions, MEG-RAG improves the accuracy and multimodal consistency of generated outputs. Extensive experiments on the ??2RAG benchmark show that MEG-RAG consistently outperforms strong baselines and demonstrates robust generalization across different teacher models. The data and code are available at here. Xihang Wang, Chengkai Huang, Quan Z. Sheng, Lina Yao 0001 |
SIGIR | 4 |
| 2026 | PruneRAG: Confidence-Guided Query Decomposition Trees for Efficient Retrieval-Augmented GenerationabstractRetrieval-augmented generation (RAG) has become a powerful framework for enhancing large language models in knowledge-intensive and reasoning tasks. However, as reasoning chains deepen or search trees expand, RAG systems often face two persistent failures: evidence forgetting, where retrieved knowledge is not effectively used, and inefficiency, caused by uncontrolled query expansions and redundant retrieval. These issues reveal a critical gap between retrieval and evidence utilization in current RAG architectures. We propose PruneRAG, a confidence-guided query decomposition framework that builds a structured query decomposition tree to perform stable and efficient reasoning. PruneRAG introduces three key mechanisms: adaptive node expansion that regulates tree width and depth, confidence-guided decisions that accept reliable answers and prune uncertain branches, and fine-grained retrieval that extracts entity-level anchors to improve retrieval precision. Together, these components preserve salient evidence throughout multi-hop reasoning while significantly reducing retrieval overhead. To better analyze evidence misuse, we define the Evidence Forgetting Rate as a metric to quantify cases where golden evidence is retrieved but not correctly used. Extensive experiments across various multi-hop QA benchmarks show that PruneRAG achieves superior accuracy and efficiency over state-of-the-art baselines. The code is publicly available. Shuguang Jiao, Xinyu Xiao, Yunfan Wei, Shuhan Qi, Chengkai Huang, Quan Z. Sheng, Lina Yao 0001 |
WWW | 6 |
| 2026 | LHG: LLM-enhanced and Heterogeneous Graph-induced for Unsupervised Social Event Detection
Zitai Qiu, Rongwei Xu 0001, Congbo Ma, Shan Xue 0001, Jian Yang 0001, Guanfeng Liu 0001, Quan Z. Sheng, Amin Beheshti, Jia Wu 0001 |
WWW | 7 |
| 2026 | Next POI recommendation for random group based on Spatio-Temporal heterogeneous graph
Yan Hai, Lingqiang Meng, Ling Shang, Quan Z. Sheng |
Inf. Process. Manag. | 6 |
| 2026 | Fusion decomposition and backbone gathering based multimodal sentiment analysis under uncertain missing modalities
Hongxiang Sun, Quan Z. Sheng, Zhaowei Liu 0001, Yingjie Wang 0002, Mahmood Adnan |
Inf. Process. Manag. | 4 |
| 2026 | A survey of the state of the art in conversational question answering systems
Manoj Madushanka Perera, Mahmood Adnan, Kasun Eranda Wijethilake, Fahmida Islam, Maryam Tahermazandarani, Quan Z. Sheng |
Knowl. Inf. Syst. | 6 |
| 2026 | Beyond Smoothing: A Discriminative Enhanced Aggregation Graph Neural Network for Camouflaged Fraud DetectionabstractGraph Neural Networks (GNNs) have been widely used for learning representations of graph-structured data, achieving remarkable success in various graph-related Web applications, such as fraud detection. To generate node representations, GNN-based models operate message-passing mechanisms that aim to smooth the learned representations in a local neighborhood. However, fraudsters increasingly employ sophisticated “camouflage” tactics, exhibiting normal behaviors by strategically forming numerous connections with legitimate entities. As a result, existing GNN-based methods struggle to effectively tackle such fraudulent activities due to their reliance on homophily-based message-passing architectures. These methods fail to generate discriminative representations, which is crucial for distinguishing fraudsters from benign entities. To address this problem, we propose a novel Discriminative Enhanced Aggregation Graph Neural Network-based FraudDEtectioNMoDel (DEFEND) . DEFEND incorporates tailored discriminative mechanisms that strengthen representation learning at two complementary levels: (i) intra-relation and (ii) inter-relation. While prior approaches primarily focus on intra-relation patterns and overlook inter-relation information, DEFEND integrates both to capture subtle inconsistencies in fraudster behavior. Specifically, an edge discriminating mechanism classifies neighborhoods into homophily or heterophily-based views by leveraging node attributes and structural characteristics, and a camouflage-aware dual-channel aggregation module captures different frequencies of information tailored to these views to generate rich intra-relation node representations. While prior approaches typically rely on intra-relation information within each relation type, they overlook the discriminative signals that arise from correlations across different relations. In DEFEND, we observe that fraudsters often avoid forming consistent cross-relation interactions, whereas benign entities tend to establish them more frequently. This discrepancy creates a distinctive behavioral pattern. To capture this, we introduce an inter-relation correlation mechanism that correlates a node’s intra-relation representations across multiple relation types using an attention-based weighting scheme. By adaptively weighing the importance of each relation and integrating their contributions, DEFEND enhances the discriminative power of node representations. This mechanism enables the model to leverage both intra-relation and inter-relation levels of information, leading to richer and more robust representations for fraud detection. Finally, a multi-relation combination module aggregates information across different relation types, emphasizing the importance of node–relation pairs in the embedding. We conducted extensive experiments on two real-world fraud datasets to demonstrate the effectiveness of our proposed model, and our results show that DEFEND outperforms the state-of-the-art baselines. The source codes and datasets of our work are available at https://github.com/VenusHaghighi/DEFEND . Venus Haghighi, Behnaz Soltani, Lina Yao 0001, Jia Wu 0001, Jian Yang 0001, Quan Z. Sheng |
ACM Trans. Knowl. Discov. Data | 6 |
| 2026 | Reliable Truth Discovery for Dynamic and Dependent SourcesabstractIn the era of Big Data and generative artificial intelligence (AI), discovering the truth about various objects from different sources has become a pressing topic. Existing studies primarily focus on dependent sources with conflicting information, where sources may copy information from each other. However, real-world scenarios are often more complex, with dynamic dependence relationships among sources over time. This complexity makes it much more difficult to discover the truth. One of the key challenges centers on measuring the dynamic dependence among sources. To address this challenge, we have developed three models:$Depen\_{S}imple$,$Depen\_{C}omplex$, and$Depen\_{D}ynamic$. These models are based on the Hidden Markov Model (HMM) and are designed to handle different types of dependencies, namelysimple source dependence,complex source dependence, anddynamic source dependence. Based on the constructed models, we propose a generic framework for discovering the latent truth which are evaluated by three HMM-based methods. We conduct extensive experiments on three real-world datasets to evaluate the performance of the proposed methods, and the results demonstrate that all three methods achieve high accuracy over the state-of-the-art methods. He Zhang 0028, Shuang Wang 0012, Long Chen 0021, Xiaoping Li 0001, Qing Gao 0001, Quan Z. Sheng |
IEEE Trans. Knowl. Data Eng. | 6 |
| 2025 | PKGRec: Personal Knowledge Graph Construction and Mining for Federated Recommendation EnhancementabstractPersonal Knowledge Graphs (PKGs) organize an individual user's information into a structured format comprising entities, attributes, and relationships. By leveraging this structured and semantically rich data, PKGs have become essential for securing personal data management and delivering personalized services. To unlock their potential in personalized recommendations, prior research has explored the construction of PKGs and recommendation methods built upon them. However, these studies often overlook challenges associated with distributed PKGs across different users, such as joint training and privacy protection. To address these challenges, we propose PKGRec, a federated graph recommendation method specifically designed for PKGs, which utilizes a federated learning framework to ensure user privacy and data security during joint learning. Furthermore, to accommodate the user-centric graph structure of PKGs, our approach categorizes entities into three types: users, items, and other entities. It then applies a novel staged graph convolution method to model various entities based on these entity categories during local training. To enable efficient graph information sharing among distributed PKGs without requiring additional data transfer or aggregation, PKGRec performs graph expansion on the trained gradients by federated aggregation. Extensive experiments conducted on four publicly available datasets demonstrate that our method consistently outperforms the existing federated recommendation approaches. Haochen Yuan 0001, Yang Zhang 0095, Quan Z. Sheng, Lina Yao 0001, Yipeng Zhou, Xiang He 0002, Zhongjie Wang 0003 |
CIKM | 3 |
| 2025 | GRLND: A Graph Reinforcement Learning Framework for Network DismantlingabstractNetwork Dismantling (ND) seeks to identify the smallest subset of nodes whose removal fragments a network into disconnected components. Traditional methods rely on fixed centrality heuristics or supervised models trained on synthetic data, often failing to generalize across diverse topologies. We introduce GRLND, a Graph Reinforcement Learning framework that enables fully unsupervised, structure-aware dismantling through end-to-end optimization. GRLND formulates ND as a single-step Markov Decision Process (MDP), where the action is a binary mask indicating the nodes to be removed-allowing the agent to generate a complete dismantling strategy in a single forward pass while accounting for the joint effect of multiple node removals. The framework combines a Graph Convolutional Network (GCN) for topological encoding with a stochastic policy trained via the REINFORCE algorithm. Additionally, we design a task-specific reward that balances connectivity disruption and removal sparsity, guiding the policy toward compact yet high-impact dismantling solutions. Experiments on both synthetic and real-world networks show that GRLND consistently outperforms classical heuristics and recent learning-based methods, achieving strong generalization without requiring labels or pretraining. Hongbo Qu, Xu Wang 0004, Yurong Song, Wei Ni 0001, Guoping Jiang, Quan Z. Sheng |
CIKM | 6 |
| 2025 | MMiC: Mitigating Modality Incompleteness in Clustered Federated LearningabstractIn the era of big data, data mining has become indispensable for uncovering hidden patterns and insights from vast and complex datasets. The integration of multimodal data sources further enhances its potential. Multimodal Federated Learning (MFL) is a distributed approach that enhances the efficiency and quality of multimodal learning, ensuring collaborative work and privacy protection. However, missing modalities pose a significant challenge in MFL, often due to data quality issues or privacy policies across the clients. In this work, we present MMiC, a framework for Mitigating Modality incompleteness in MFL within the Clusters. MMiC replaces partial parameters within client models inside clusters to mitigate the impact of missing modalities. Furthermore, it leverages the Banzhaf Power Index to optimize client selection under these conditions. Finally, MMiC employs an innovative approach to dynamically control global aggregation by utilizing Markovitz Portfolio Optimization. Extensive experiments demonstrate that MMiC consistently outperforms existing federated learning architectures in both global and personalized performance on multimodal datasets with missing modalities, confirming the effectiveness of our proposed solution. Our code is available at https://github.com/gotobcn8/MMiC. Lishan Yang 0002, Wei Zhang 0098, Quan Z. Sheng, Lina Yao 0001, Weitong Chen 0001, Ali Shakeri 0003 |
CIKM | 3 |
| 2025 | FAP: A Foveation-Inspired Adversarial Purification Pipeline for Enhancing Robustness in Mammography ClassificationabstractDeep learning models for medical image analysis demonstrate remarkable diagnostic accuracy but remain highly vulnerable to adversarial perturbations. To address this challenge, we introduce Foveated Adversarial Purification (FAP), a biologically inspired preprocessing pipeline that integrates three core innovations. First, FAP employs eccentricity-adaptive separable Gaussian blurring, where kernel size dynamically adjusts with lesion morphology. This approach mimics the human fovea's acuity gradient, preserves high-frequency details around lesions while suppressing peripheral noise, and reduces GPU memory usage by 40% compared to conventional 2D filtering. Second, FAP introduces gradient-guided fixation sampling with sigmoid-clustered probability, which prioritizes lesion-dense regions consistent with radiologists' diagnostic scanpaths. This mechanism achieves 82% overlap with radiologist-annotated regions of interest, ensuring that preprocessing aligns with clinical saliency rather than arbitrary regions. Third, FAP implements lesion-aware adversarial training, where binary spatial masks confine perturbations to non-diagnostic regions. This preserves lesion fidelity while hardening the classifier against attacks, yielding a certified ℓ2radius of 1.12, exceeding prior defenses. Evaluated across three mammography datasets, FAP achieves substantial robustness improvements: +20.03% absolute accuracy on CMMD (coarse tumors), +16.39% on BREAST (mixed lesions), and maintains baseline performance on CBIS-DDSM (microcalcifications). By aligning computational robustness with biological vision strategies, FAP establishes a clinically interpretable and computationally efficient framework for adversarial defense in medical imaging. The implementation is released in our GitHub repository11https://github.com/ghazallalooha/FAP. Ghazal Lalooha, Wenjie Ruan, Venus Haghighi, Xinshu Li 0001, Quan Z. Sheng |
ICDM | 5 |
| 2025 | Beyond Parameters: Locally-Guided Knowledge Distillation for Decentralized Federated Learning
Behnaz Soltani, Yipeng Zhou, Saqr Khalil Saeed Thabet, Elaf Alhazmi, Lina Yao 0001, Quan Z. Sheng |
ICDM | 6 |
| 2025 | Global Interpretable Graph-level Anomaly Detection via PrototypeabstractGraph-level anomaly detection (GLAD) identifies graphs exhibiting abnormal properties within a graph dataset.Despite promising results in this task, the state-of-the-art methods cannot be fully trusted and deployed in realistic scenarios due to their black-box nature.To alleviate this, existing methods try to explain predictions by extracting important subgraphs from each graph, as instancelevel explanations.However, instance-level explanations across all samples are costly to verify and insufficient to capture the model's general behaviors.Thus, we propose a global interpretable Graph-Level Anomaly Detection model via Prototype (GLADPro), which provides global-level explanations throughout the entire dataset, that is, the significant subgraph patterns that consistently influence the model's decisions.Specifically, GLADPro incorporates prototype learning with the information bottleneck principle, enabling prototypes to capture the most significant subgraph patterns as global-level explanations through persistent interactions with key subgraphs from input graphs.In addition, a regularization term is proposed to prevent the collapse traps with theoretical proof.Finally, we filter redundant prototypes using the maximum mean discrepancy metric.Extensive experiments demonstrate the superiority of GLADPro in anomaly detection and explainability; for instance, on the mutagen dataset, it reduces the number of explanations to verify from 1403 to only 6. Zhenyu Yang 0004, Ge Zhang 0002, Jia Wu 0001, Jian Yang 0001, Shan Xue 0001, Amin Beheshti, Hao Peng 0001, Quan Z. Sheng |
KDD (2) | 8 |
| 2025 | Beyond pairwise relationships: a transformer-based hypergraph learning approach for fraud detectionabstractAbstract Fraud detection in online networks has become increasingly challenging as fraudsters adopt sophisticated camouflage tactics to evade detection, making it imperative to combat their deceptive strategies. Graph-based fraud detection has gained significant attention in recent years, reflecting its growing potential to mitigate sophisticated fraudulent activities. The main objective of graph-based fraud detection is to distinguish between fraudsters and normal entities within graphs. While real-world networks contain complex, high-order relationships, existing graph-based fraud detection methods focus solely on pairwise interactions, overlooking non-pairwise relationships and the broader dependencies among entities within fraud graphs. Thus, we highlight the importance of exploring non-pairwise relationships to build a more effective fraud detection model. In this paper, we propose TROPICAL, a novel TRansfOrmer-based hyPergraph LearnIng framework for detecting CAmouflaged maLicious actors in online social networks. To capture comprehensive high-order relations, we construct a hypergraph from the original input graph. However, constructing the hypergraph can be computationally intensive. TROPICAL addresses this challenge by carefully selecting moderate hyperparameters, creating a balance between computational efficiency and effectively capturing high-order relationships. TROPICAL learns node representations by processing multiple hyperedge groups and incorporates positional encodings into the aggregated information to enhance their distinctiveness. The aggregated sequential information is then passed through a transformer encoder, enabling the model to generate rich, high-order representations to detect camouflaged fraudsters. Extensive experiments on two real-world datasets demonstrate TROPICAL’s superior performance compared to the state-of-the-art fraud detection models. The source codes and the datasets of our work are available at https://github.com/VenusHaghighi/TROPICAL . Venus Haghighi, Behnaz Soltani, Nasrin Shabani, Jia Wu 0001, Yang Zhang 0095, Lina Yao 0001, Jian Yang 0001, Quan Z. Sheng |
Knowl. Inf. Syst. | 8 |
| 2025 | Can Interpretability of Deep Learning Models Detect Textual Adversarial Distribution?abstractDeep Neural Networks (DNNs) are widely used in Natural Language Processing (NLP). However, adversarial samples attack benign inputs to readily fool the DNN models. The detection of these samples is a significant challenge that has received little attention in textual domains. Existing defense strategies either assume prior knowledge of specific threats or do not perform well on complex models. In this article, we provide a new framework, namely TADD for detecting textual adversarial samples by leveraging the interpretability of DNNs. In particular, we distinguish between the adversarial distribution and the benign distribution for the decision boundary of the victim models. Our method applies to NLP tasks and does not require re-training victim models and prior knowledge of adversarial attack methods. We evaluate our detector against the state-of-the-art attack methods on various real-world datasets. As demonstrated in the extensive experiments, our approach effectively discriminates between adversarial and benign samples. Additionally, our method is competitive against unseen attacks, reflecting its ability to discover new adversarial samples generated by future attack methods. Ahoud Alhazmi, Abdulwahab Aljubairy, Wei Zhang 0098, Quan Z. Sheng, Elaf Alhazmi |
ACM Trans. Intell. Syst. Technol. | 4 |
| 2025 | Improving Faithfulness and Factuality with Contrastive Learning in Explainable RecommendationabstractRecommender systems have become increasingly important in navigating the vast amount of information and options available in various domains. By tailoring and personalizing recommendations to user preferences and interests, these systems improve the user experience, efficiency, and satisfaction. With a growing demand for transparency and understanding of recommendation outputs, explainable recommender systems have gained growing attention in recent years. Additionally, as user reviews could be considered the rationales behind why the user likes (or dislikes) the products, generating informative and reliable reviews alongside recommendations has thus emerged as a research focus in explainable recommendation. However, the model-generated reviews might contain factually inconsistent contents (i.e., the hallucination issue), which would thus compromise the recommendation rationales. To address this issue, we propose a contrastive learning framework to improve the faithfulness and factuality in explainable recommendation in this article. We further develop different strategies of generating positive and negative examples for contrastive learning, such as back-translation or synonym substitution for positive examples, and editing positive examples or utilizing model-generated texts for negative examples. Our proposed method optimizes the model to distinguish faithful explanations (i.e., positive examples) and unfaithful ones with factual errors (i.e., negative examples), which thus drives the model to generate faithful reviews as explanations while avoiding inconsistent contents. Extensive experiments and analysis on three benchmark datasets show that our proposed model outperforms other review generation baselines in faithfulness and factuality. In addition, the proposed contrastive learning component could be easily incorporated into other explainable recommender systems in a plug-and-play manner. Haojie Zhuang, Wei Zhang 0098, Weitong Chen 0001, Jian Yang 0001, Quan Z. Sheng |
ACM Trans. Intell. Syst. Technol. | 5 |
| 2025 | Generalized Local Prominence for Source Detection in Real-World Rumor NetworksabstractThe problem of infection source detection deals with localizing the infection source in a given network. While the problem has been extensively studied in the past, researchers have mainly focused on simulated infection networks which may not be the correct reflection of the dynamics of real-world infections. More significantly, the existing methods assume that a rumor source lies at the center of an infection network (source-centrality), which is not always true in sparse real-world rumor networks. Due to the randomness of infection flow in such networks, the source may lie away from the center (source-skewness). There is also a lack of real-world infection network datasets to provide a true real-world perspective. Therefore, we revisit the source detection problem and contemplate a shift from mainstream simulations to a real-world paradigm. To this end, we generate two novel rumor network datasets, Cov19-RN and Use20-RN, based on COVID-19 and US Elections 2020 misinformation trends on Twitter (currently$\mathbb {X}$). Besides, inspired by the technicalities inherent to real-world rumor networks, we propose a real-world oriented algorithm called Generalized Exoneration and Prominence based Age, GEPA, for rumor source detection. GEPA addresses the problem of source-skewness to detect rumor sources using the concept of generalized local prominence, which we introduce in this study. Our experiments show that GEPA significantly outperforms the state-of-the-art methods, producing detection rates of 73.6% against 61.5% of the closest competing method on Cov19-RN, and 61.5% against 52.6% of the closest competing method on Use20-RN. To the best of our knowledge, this study is the first such work to deal with source detection in real-world rumor networks and address the problem of source-skewness. Our complete source code, benchmark datasets and detailed results are available athttps://github.com/tesla121/GEPA. Syed Shafat Ali, Ajay Rastogi, Tarique Anwar, Syed Afzal Murtaza Rizvi, Jian Yang 0001, Jia Wu 0001, Quan Z. Sheng |
IEEE Trans. Knowl. Data Eng. | 7 |
| 2025 | Rethinking Unsupervised Graph Anomaly Detection With Deep Learning: Residuals and ObjectivesabstractAnomalies often occur in real-world information networks/graphs, such as malevolent users in online review networks and fake news in social media. When representing such structured network data as graphs, anomalies usually appear as anomalous nodes that exhibit significantly deviated structure patterns, or different attributes, or the both. To date, numerous unsupervised methods have been developed to detect anomalies based on residual analysis, which assumes that anomalies will introduce larger residual errors (i.e., graph reconstruction loss). While these existing works achieved encouraging performance, in this paper, we formally prove that their employed learning objectives, i.e., MSE and cross-entropy losses, encounter significant limitations in learning the major data distributions, particularly for anomaly detection, and through our preliminary study, we reveal that the vanilla residual analysis-based methods cannot effectively investigate the rich graph structure. Upon these discoveries, we propose a novel structure-biased graph anomaly detection framework (SALAD) to attain anomalies’ divergent patterns with the assistance of a specially designed node representation augmentation approach. We further present two effective training objectives to empower SALAD to effectively capture the major structure and attribute distributions by emphasizing less on anomalies that introduce higher reconstruction errors under the encoder-decoder framework. The detection performance on eight widely-used datasets demonstrates SALAD's superiority over twelve state-of-the-art baselines. Additional ablation and case studies validate that our data augmentation method and training objectives result in the impressive performance. Xiaoxiao Ma 0002, Fanzhen Liu, Jia Wu 0001, Jian Yang 0001, Shan Xue 0001, Quan Z. Sheng |
IEEE Trans. Knowl. Data Eng. | 6 |
| 2024 | Truth Discovery in Social Sensing Based on Propagation Pattern and Multi-Modal Semantic Consistency Analysis
Xiu Susie Fang, Haiyan Zhuo, Quan Z. Sheng, Yihong Zhang 0001, Tiancheng Zhu, Xinyang Du, Guohao Sun 0001 |
ADMA (5) | 3 |
| 2024 | FairEquityFL - A Fair and Equitable Client Selection in Federated Learning for Heterogeneous IoV Networks
Fahmida Islam, Mahmood Adnan, Noorain Mukhtiar, Kasun Eranda Wijethilake, Quan Z. Sheng |
ADMA (2) | 5 |
| 2024 | Towards Adaptive Context Management for Intelligent Conversational Question Answering
Manoj Madushanka Perera, Mahmood Adnan, Kasun Eranda Wijethilake, Quan Z. Sheng |
ADMA (5) | 4 |
| 2024 | Towards Efficient Decentralized Federated Learning: A Survey
Saqr Khalil Saeed Thabet, Behnaz Soltani, Yipeng Zhou, Quan Z. Sheng, Shiting Wen |
ADMA (2) | 4 |
| 2024 | FedCLF - Towards Efficient Participant Selection for Federated Learning in Heterogeneous IoV Networks
Kasun Eranda Wijethilake, Mahmood Adnan, Quan Z. Sheng |
ADMA (2) | 3 |
| 2024 | DFLStar: A Decentralized Federated Learning Framework with Self-Knowledge Distillation and Participant SelectionabstractFederated learning (FL) is a distributed machine learning paradigm in which clients collaboratively train models in a privacy-preserving manner. While centralized FL (CFL) suffers from single points of failure and performance bottlenecks, decentralized FL (DFL), which depends on inter-client communication, has emerged to eliminate the need of a central entity. However, due to lack of the coordination of a central server, heterogeneous data distribution across clients makes local models in DFL inclined to diverge towards their local objectives, resulting in poor model accuracy. Moreover, each client in DFL needs to communicate with multiple neighbors, yielding a heavy communication load. To tackle these challenges, we propose a novel DFL framework called DFLStar, which can improve DFL from two perspectives. First, to avoid significantly diverging towards local data, DFLStar incorporates self-knowledge distillation to enhance the local model training by assimilating knowledge from the aggregated model. Second, clients in DFLStar identify and only select the most informative neighbors (based on the last layer model similarity) for parameter exchange, thereby minimizing the communication overhead. Our experimental results on two real datasets demonstrate that DFLStar significantly improves both communication overhead and training time compared to traditional DFL algorithms while achieving a specific target accuracy. Furthermore, within a fixed training duration, DFLStar constantly obtains the highest model accuracy compared to the baselines. Behnaz Soltani, Venus Haghighi, Yipeng Zhou, Quan Z. Sheng, Lina Yao 0001 |
CIKM | 4 |
| 2024 | Not All Negatives are Equally Negative: Soft Contrastive Learning for Unsupervised Sentence RepresentationsabstractContrastive learning has been extensively studied in sentence representation learning as it demonstrates effectiveness in various downstream applications, where the same sentence with different dropout masks (or other augmentation methods) is considered as positive pair while taking other sentences in the same mini-batch as negative pairs. However, these methods mostly treat all negative examples equally and overlook the different similarities between the negative examples and the anchors, which thus fail to capture the fine-grained semantic information of the sentences. To address this issue, we explicitly differentiate the negative examples by their similarities with the anchor, and thus propose a simple yet effective method SoftCSE that individualizes either the weight or temperature of each negative pair in the standard InfoNCE loss according to the similarities of the negative examples and the anchors. We further provide the theoretical analysis of our methods to show why and how SoftCSE works, including the optimal solution, gradient analysis and the connection with other loss. Empirically, we conduct extensive experiments on semantic textual similarity (STS) and transfer (TR) tasks, as well as text retrieval and reranking, where we observe significant performance improvements compared to strong baseline models. Haojie Zhuang, Wei Zhang 0098, Jian Yang 0001, Weitong Chen 0001, Quan Z. Sheng |
CIKM | 5 |
| 2024 | Incremental Graph Computation: Anchored Vertex Tracking in Dynamic Social Networks (Extended Abstract)abstractUser engagement has recently received significant attention in understanding the decay and expansion of communities in many online social networking platforms. Many user engagement studies have been conducted to find a set of critical (anchored) users in the static social network. However, social networks are highly dynamic and their structures are continuously evolving. In this paper, we target a new research problem called Anchored Vertex Tracking (AVT), aiming to track the anchored users at each timestamp of evolving networks. To address the AVT problem, we develop a greedy algorithm inspired by the previous anchored k-core study in the static networks. Furthermore, we design an incremental algorithm to efficiently solve the AVT problem by utilizing the smoothness of the network structure's evolution. The extensive experiments demonstrate the performance of our proposed algorithms. Taotao Cai, Shuiqiao Yang, Jianxin Li 0001, Quan Z. Sheng, Jian Yang 0001, Xin Wang 0030, Wei Zhang 0098, Longxiang Gao |
ICDE | 4 |
| 2024 | TROPICAL: Transformer-Based Hypergraph Learning for Camouflaged Fraudster DetectionabstractGraph-based fraud detection has attracted increasing attention in recent years, reflecting its growing potential in mitigating sophisticated fraudulent activities. The main objective of graph-based fraud detection is to discern between fraud-sters and normal entities within graphs. As fraudsters adopt increasingly sophisticated camouflage tactics, combating them has become an urgent task. Despite the complex interactions within real-world networks involving high-order relations, ex-isting graph-based fraud detection methods often neglect non-pairwise relationships among entities in graphs. Thus, we empha-size the significance of investigating beyond pairwise relationships for building an effective fraud detection model. In this paper, we propose constructing a hypergraph from the original input graph to encapsulate comprehensive high-order relations and present TROPICAL, a novel TRansfOrmer-based hyPergraph LearnIng for detecting CAmouflaged maLicious actors in online social networks. TROPICAL learns representations by processing different hyperedge groups and incorporates positional encodings into the aggregated information to enhance their distinctiveness. Subsequently, the model feeds the learned aggregated sequential information into the transformer encoder, achieving rich rep-resentations for effective camouflaged fraudster detection. The superiority of TROPICAL is demonstrated through experiments conducted on two real-world datasets, compared against the state-of-the-art fraud detection models. The source codes and datasets of our work are available at https://github.comNenusHaghighi/TROPICAL. Venus Haghighi, Behnaz Soltani, Nasrin Shabani, Jia Wu 0001, Yang Zhang 0095, Lina Yao 0001, Quan Z. Sheng, Jian Yang 0001 |
ICDM | 7 |
| 2024 | FGLBA: Enabling Highly-Effective and Stealthy Backdoor Attack on Federated Graph LearningabstractFederated graph learning (FGL) has risen as a promising paradigm for collaboratively training graph neural networks while safeguarding data privacy. Nevertheless, the distributed nature of FGL also renders it susceptible to backdoor attacks. Although backdoor attacks are recognized as a significant threat to both centralized graph learning and federated learning (FL), the study of such attacks in FGL remains very limited. Current research on FGL backdoor attacks often merely adapts centralized graph backdoor attacks or FL backdoor attacks designed for image classification tasks to the FGL context, leaving key issues such as the effectiveness of triggers and the stealthiness of malicious models largely unexplored. To bridge this research gap, in this paper, we propose a novel backdoor attack, named FGLBA, targeting the FGL paradigm. Specifically, we design an input-aware trigger generator that generates a customized trigger for each target node based on its feature vector and neighborhood information, making that poisoned nodes injected with triggers are more likely misclassified into the category specified by the attacker. Additionally, we develop a stealthy federated backdoor training strategy that leverages collaborative optimization among multiple malicious clients to circumvent existing server-side defenses. The trigger generator and malicious clients' local models are iteratively optimized through a bilevel optimization framework, enabling the malicious models to achieve optimal attack performance under the optimal trigger generator. Extensive experiments on 4 real-world datasets demonstrate the effectiveness and superiority of our attack, outperforming all baseline attacks and successfully bypass 6 state-of-the-art and classical FL backdoor defenses. Miao Hu 0001, Di Wu 0001, Yipeng Zhou, Mohsen Guizani, Quan Z. Sheng |
ICDM | 6 |
| 2024 | Robust Graph Learning Against Camouflaged Malicious Actors
Venus Haghighi, Nasrin Shabani, Behnaz Soltani, Lina Yao 0001, Quan Z. Sheng, Jian Yang 0001, Amin Beheshti |
WISE (2) | 5 |
| 2024 | Learning Contrastive Representations for Dense Passage Retrieval in Open-Domain Conversational Question Answering
Munazza Zaib, Quan Z. Sheng, Wei Zhang 0098, Elaf Alhazmi, Mahmood Adnan |
WISE (1) | 2 |
| 2024 | POI recommendation for random groups based on cooperative graph neural networksabstractGroup Point-of-Interests (POI) recommendation devotes to find the optimal POIs for groups, which has extracted extensive attention. This work first brings forward a novel POI recommendation model for random groups based on Cooperative Graph Neural Networks (named as CGNN-PRRG). We have done three innovative work. (1) We propose a new fitted presentation learning method for generating the fitted representations of random groups. (2) To conquer the cold start issues in recommending POI for a new random group, we propose to take similar users’ (which have the similar representations with that of the random group) POI interaction data as the learning data. (3) We propose an Edge-learning enhanced Bipartite Graph Neural Network (EBGNN) to learn similar users’ POI comprehensive interaction preferences. Specially, EBGNN can learn the information on the edges of the graph. Meanwhile, we propose to learn similar users’ POI transfer preferences with the Session-based Graph Neural Networks (SRGNN). We verify our proposed model on the three public benchmark datasets (Foursquare, Gowalla and Yelp), which contain 124,933 to 860,888 POI check-in records. The comparison between our proposed model and ten representative baseline models demonstrates the outstanding performance of CGNN-PRRG. In terms of Precision@K and NDCG@K, our model achieves about 24.9% and 62.5% improvement compared with the best baseline models on the three benchmark datasets averagely. Adequate ablation experiments prove the effectiveness of the fitted representation generation method, similar users’ POI comprehensive interaction preferences learning method and the method for overcoming the cold start problem. The source code of the CGNN-PRRG model is available on github 1 . Lingqiang Meng, Quan Z. Sheng, Jian Yu 0002 |
Inf. Process. Manag. | 3 |
| 2024 | A Novel Blockchain-based Responsible Recommendation System for Service Process Creation and RecommendationabstractService composition platforms play a crucial role in creating personalized service processes. Challenges, including the risk of tampering with service data during service invocation and the potential single point of failure in centralized service registration centers, hinder the efficient and responsible creation of service processes. This paper presents a novel framework called Context-Aware Responsible Service Process Creation and Recommendation (SPCR-CA), which incorporates blockchain, Recurrent Neural Networks (RNNs), and a Skip-Gram model holistically to enhance the security, efficiency, and quality of service process creation and recommendation. Specifically, the blockchain establishes a trusted service provision environment, ensuring transparent and secure transactions between services and mitigating the risk of tampering. The RNN trains responsible service processes, contextualizing service components and producing coherent recommendations of linkage components. The Skip-Gram model trains responsible user-service process records, generating semantic vectors that facilitate the recommendation of similar service processes to users. Experiments using the Programmable-Web dataset demonstrate the superiority of the SPCR-CA framework to existing benchmarks in precision and recall. The proposed framework enhances the reliability, efficiency, and quality of service process creation and recommendation, enabling users to create responsible and tailored service processes. The SPCR-CA framework offers promising potential to provide users with secure and user-centric service creation and recommendation capabilities. Tieliang Gao, Lufeng Feng, Wei Ni 0001, Quan Z. Sheng |
ACM Trans. Intell. Syst. Technol. | 5 |
| 2024 | Reconnecting the Estranged Relationships: Optimizing the Influence Propagation in Evolving NetworksabstractInfluence Maximization(IM), which aims to select a set of users from a social network to maximize the expected number of influenced users, has recently received significant attention for mass communication and commercial marketing. Existing research efforts dedicated to the IM problem depend on a strong assumption: the selected seed users are willing to spread the information after receiving benefits from a company or organization. In reality, however, some seed users may be reluctant to spread the information or need to be paid higher to be motivated. Furthermore, the existing IM works pay little attention to capture users’ influence propagation in the future period. In this paper, we target a new research problem named,ReconnectingTop-$l$lRelationships(RT$l$R) query, which aims to find$l$number of previous existing relationships but being estranged later such that reconnecting these relationships will maximize the expected number of influenced users by the given group in a future period. We prove that the RT$l$R problem is NP-hard. An efficient greedy algorithm is proposed to answer the RT$l$R queries with the influence estimation technique and the well-chosen link prediction method to predict the near future network structure. We also design a pruning method to reduce unnecessary probing from candidate edges. Further, a carefully designed order-based algorithm is proposed to accelerate the RT$l$R queries. Finally, we conduct extensive experiments on real-world datasets to demonstrate the effectiveness and efficiency of our proposed methods. Taotao Cai, Quan Z. Sheng, Ningning Cui, Shuiqiao Yang, Jian Yang 0001, Wei Zhang 0098, Mahmood Adnan |
IEEE Trans. Knowl. Data Eng. | 3 |
| 2023 | Separate-and-Aggregate: A Transformer-Based Patch Refinement Model for Knowledge Graph Completion
Chen Chen 0115, Yufei Wang 0003, Yang Zhang 0095, Quan Z. Sheng, Kwok-Yan Lam |
ADMA (2) | 4 |
| 2023 | A Multi-truth Discovery Approach Based on Confidence Interval Estimation of Truths
Xiu Susie Fang, Chenling Shen, Quan Z. Sheng, Guohao Sun 0001, Yating Tang, Haiyan Zhuo |
ADMA (5) | 3 |
| 2023 | Towards Graph-level Anomaly Detection via Deep Evolutionary MappingabstractGraph-level anomaly detection aims at capturing anomalous individual graphs in a graph set. Due to its significance in various real-world application fields, e.g., identifying rare molecules in chemistry and detecting potential frauds in online social networks, graph-level anomaly detection has received great attention recently. In distinction from node- and edge-level anomaly detection that is devoted to identifying anomalies on a single graph, graph-level anomaly detection faces more significant challenges because both the intra- and inter- graph structural and attribute patterns need to be taken into account to distinguish anomalies that exhibit deviating structures, rare attributes or the both. Although deep graph representation learning shows effectiveness in fusing high-level representations and capturing characters of individual graphs, most of the existing works are defective in graph-level anomaly detection because of their limited capability in exploring information across graphs, the imbalanced data distribution of anomalies, and low interpretability of the black-box graph neural networks (GNNs). To overcome these limitations, we propose a novel deep evolutionary graph mapping framework named GmapAD1, which can adaptively map each graph into a new feature space based on its similarity to a set of representative nodes chosen from the graph set. By automatically adjusting the candidate nodes using a specially designed evolutionary algorithm, anomalies and normal graphs are mapped to separate areas in the new feature space where a clear boundary between them can be learned. The selected candidate nodes can therefore be regarded as a benchmark for explaining anomalies because anomalies are more dissimilar/similar to the benchmark than normal graphs. Through our extensive experiments on nine real-world datasets, we demonstrate that exploring both intra- and inter- graph structural and attribute information is critical to spot anomalous graphs, and our method has achieved statistically significant improvements compared to the state of the art in terms of precision, recall, F1 score, and AUC. Xiaoxiao Ma 0002, Jia Wu 0001, Jian Yang 0001, Quan Z. Sheng |
KDD | 4 |
| 2023 | Causal Disentangled Variational Auto-Encoder for Preference Understanding in RecommendationabstractRecommendation models are typically trained on observational user interaction data, but the interactions between latent factors in users' decision-making processes lead to complex and entangled data. Disentangling these latent factors to uncover their underlying representation can improve the robustness, interpretability, and controllability of recommendation models. This paper introduces the Causal Disentangled Variational Auto-Encoder (CaD-VAE), a novel approach for learning causal disentangled representations from interaction data in recommender systems. The CaD-VAE method considers the causal relationships between semantically related factors in real-world recommendation scenarios, rather than enforcing independence as in existing disentanglement methods. The approach utilizes structural causal models to generate causal representations that describe the causal relationship between latent factors. The results demonstrate that CaD-VAE outperforms existing methods, offering a promising solution for disentangling complex user behavior data in recommendation systems. Siyu Wang 0001, Xiaocong Chen, Quan Z. Sheng, Yihong Zhang 0001, Lina Yao 0001 |
SIGIR | 3 |
| 2023 | Learning to Select the Relevant History Turns in Conversational Question Answering
Munazza Zaib, Wei Zhang 0098, Quan Z. Sheng, Subhash Sagar, Mahmood Adnan, Yang Zhang 0095 |
WISE | 3 |
| 2023 | Minimum Entropy Principle Guided Graph Neural NetworksabstractGraph neural networks (GNNs) are now the mainstream method for mining graph-structured data and learning low-dimensional node- and graph-level embeddings to serve downstream tasks. However, limited by the bottleneck of interpretability that deep neural networks present, existing GNNs have ignored the issue of estimating the appropriate number of dimensions for the embeddings. Hence, we propose a novel framework called Minimum Graph Entropy principle-guided Dimension Estimation, i.e. MGEDE, that learns the appropriate embedding dimensions for both node and graph representations. In terms of node-level estimation, a minimum entropy function that counts both structure and attribute entropy, appraises the appropriate number of dimensions. In terms of graph-level estimation, each graph is assigned a customized embedding dimension from a candidate set based on the number of dimensions estimated for the node-level embeddings. Comprehensive experiments with node and graph classification tasks and nine benchmark datasets verify the effectiveness and generalizability of MGEDE. Zhenyu Yang 0004, Ge Zhang 0002, Jia Wu 0001, Jian Yang 0001, Quan Z. Sheng, Hao Peng 0001, Angsheng Li, Shan Xue 0001, Jianlin Su |
WSDM | 5 |
| 2023 | Spatio-temporal Graph Learning for Epidemic PredictionabstractThe COVID-19 pandemic has posed great challenges to public health services, government agencies, and policymakers, raising huge social conflicts between public health and economic resilience. Policies such as reopening or closure of business activities are formulated based on scientific projections of infection risks obtained from infection dynamics models. Though most parameters in epidemic prediction service models can be set with domain knowledge of COVID-19, a key parameter, namely, human mobility, is often challenging to estimate due to complex spatio-temporal correlations and social contexts under escalating COVID-19 facilities. Moreover, how to integrate the various implicit features to accurately predict infectious cases is still an open issue. To address this challenge, we formulate the problem as a spatio-temporal network representation problem and propose STEP, a Spatio-Temporal Epidemic Prediction framework, to estimate pandemic infection risk of a city by integrating various real-world conditions (e.g., City Risk Index, climate, and medical conditions) into graph-structured data. We also employ a multi-head attention mechanism in representation learning to extract implicit features for a given city. Extensive experiments have been conducted upon the real-world dataset for 51 states (50 states and Washington, D.C.) of the USA. Experimental results show that STEP can yield more accurate pandemic infection risk estimation than baseline methods. Moreover, STEP outperforms other methods in both short-term and long-term prediction. Shuo Yu 0001, Feng Xia 0001, Mingliang Hou, Quan Z. Sheng |
ACM Trans. Intell. Syst. Technol. | 5 |
| 2023 | Incremental Graph Computation: Anchored Vertex Tracking in Dynamic Social NetworksabstractUser engagement has recently received significant attention in understanding the decay and expansion of communities in many online social networking platforms. When a user chooses to leave a social networking platform, it may cause a cascading dropping out among her friends. In many scenarios, it would be a good idea to persuade critical users to stay active in the network and prevent such a cascade because critical users can have significant influence on user engagement of the whole network. Many user engagement studies have been conducted to find a set of critical(anchored)users in the static social network. However, social networks are highly dynamic and their structures are continuously evolving. In order to fully utilize the power of anchored users in evolving networks, existing studies have to mine multiple sets of anchored users at different times, which incurs an expensive computational cost. To better understand user engagement in evolving network, we target a new research problem calledAnchored Vertex Tracking(AVT) in this paper, aiming to track the anchored users at each timestamp of evolving networks. Nonetheless, it is nontrivial to handle the AVT problem which we have proved to be NP-hard. To address the challenge, we develop a greedy algorithm inspired by the previous anchored$k$-core study in the static networks. Furthermore, we design an incremental algorithm to efficiently solve the AVT problem by utilizing the smoothness of the network structure's evolution. The extensive experiments conducted on real and synthetic datasets demonstrate the performance of our proposed algorithms and the effectiveness in solving the AVT problem. Taotao Cai, Shuiqiao Yang, Jianxin Li 0001, Quan Z. Sheng, Jian Yang 0001, Xin Wang 0030, Wei Zhang 0098, Longxiang Gao |
IEEE Trans. Knowl. Data Eng. | 4 |
| 2023 | Generative Adversarial Reward Learning for Generalized Behavior Tendency InferenceabstractRecent advances in reinforcement learning have inspired increasing interest in learning user modeling adaptively through dynamic interactions, e.g., in reinforcement learning based recommender systems. In most reinforcement learning applications, reward functions provide the critical guideline for optimization. However, current reinforcement learning-based methods rely on manually-defined reward functions, which cannot adapt to dynamic, noisy environments. Moreover, they generally use task-specific reward functions that sacrifice generalization ability. We propose a generative inverse reinforcement learning for user behavioral preference modeling to address the above issues. Instead of using predefined reward functions, our model can automatically learn the rewards from user's actions based on discriminative actor-critic network and Wasserstein GAN. Our model provides a general approach to characterizing and explaining underlying behavioral tendencies. Our experiments show our method outperforms state-of-the-art methods in several scenarios, namely traffic signal control, online recommender systems, and scanpath prediction. Xiaocong Chen, Lina Yao 0001, Xianzhi Wang 0001, Aixin Sun, Quan Z. Sheng |
IEEE Trans. Knowl. Data Eng. | 5 |
| 2023 | A Comprehensive Survey on Graph Anomaly Detection With Deep LearningabstractAnomalies are rare observations (e.g., data records or events) that deviate significantly from the others in the sample. Over the past few decades, research on anomaly mining has received increasing interests due to the implications of these occurrences in a wide range of disciplines - for instance, security, finance, and medicine. For this reason, anomaly detection, which aims to identify these rare observations, has become one of the most vital tasks in the world and has shown its power in preventing detrimental events, such as financial fraud, network intrusions, and social spam. The detection task is typically solved by identifying outlying data points in the feature space, which, inherently, overlooks the relational information in real-world data. At the same time, graphs have been prevalently used to represent the structural/relational information, which raises thegraph anomaly detection problem- identifying anomalous graph objects (i.e., nodes, edges and sub-graphs) in a single graph, or anomalous graphs in a set/database of graphs. Conventional anomaly detection techniques cannot tackle this problem well because of the complexity of graph data (e.g., irregular structures, relational dependencies, node/edge types/attributes/directions/multiplicities/weights, large scale, etc.). However, thanks to the advent of deep learning in breaking these limitations, graph anomaly detection with deep learning has received a growing attention recently. In this survey, we aim to provide a systematic and comprehensive review of the contemporary deep learning techniques for graph anomaly detection. Specifically, we provide a taxonomy that follows a task-driven strategy and categorizes existing work according to the anomalous graph objects that they can detect. We especially focus on the challenges in this research area and discuss the key intuitions, technical details as well as relative strengths and weaknesses of various techniques in each category. From the survey results, we highlight 12 future research directions spanning unsolved and emerging problems introduced by graph data, anomaly detection, deep learning and real-world applications. Additionally, to provide a wealth of useful resources for future studies, we have compiled a set of open-source implementations, public datasets, and commonly-used evaluation metrics. With this survey, our goal is to create a “one-stop-shop” that provides a unified understanding of the problem categories and existing approaches, publicly available hands-on resources, and high-impact open challenges for graph anomaly detection using deep learning. Xiaoxiao Ma 0002, Jia Wu 0001, Shan Xue 0001, Jian Yang 0001, Chuan Zhou 0001, Quan Z. Sheng, Hui Xiong 0001, Leman Akoglu |
IEEE Trans. Knowl. Data Eng. | 6 |
| 2023 | Partition-Aware Graph Pattern Based Node Matching With UpdatesabstractGraph Pattern based Node Matching(GPNM) is to find all the matches of the nodes in a data graph$G_D$based on a given pattern graph$G_P$. GPNM has become increasingly important in many applications, e.g., group finding and expert recommendation. In real scenarios, both$G_P$and$G_D$are updated frequently. However, the existing GPNM methods either need to perform a new GPNM procedure from scratch to deliver the node matching results based on the updated$G_P$and$G_D$or incrementally perform the GPNM procedure for each of the updates, leading to low efficiency. Although the elimination relations between updates and partitions of data graphs are considered in the state-of-the-art method, it still suffers from low efficiency as only the labels of nodes are considered in the partitions. Therefore, there is a pressing need for a new method to efficiently deliver the node matching results on the updated graphs. In this paper, we propose a new Partition-aware GPNM algorithm, called P-GPNM, where we propose two new partition methods, i.e.,connection-based partitionanddensity-based partition. In these two methods, P-GPNM considers the dense connections between partitions and the inner connections inside a single partition, respectively. The experimental results on five real-world social graphs demonstrate that our proposed P-GPNM is much more efficient than the state-of-the-art GPNM methods. Guohao Sun 0001, Guanfeng Liu 0001, Yan Wang 0002, Mehmet A. Orgun, Quan Z. Sheng, Xiaofang Zhou 0001 |
IEEE Trans. Knowl. Data Eng. | 5 |
| 2023 | Modeling User Demand Evolution for Next-Basket PredictionabstractUsers’ purchase behaviors are complex and dynamic, which are usually driven by various personal demands evolving with time. According to psychology and economic theories, user demands can be satisfied with a sequence of purchase behaviors, resulting in a basket of items. However, most of the existing works simply predict the next basket from a shallow perspective of (purchase) sequence data modeling without deep insight into the underlying factors which drive user purchase behaviors. In fact, filling a basket with multiple items is a process to incrementally satisfy a user's demand. Therefore, the key challenges to predict a user's next basket lie in (1) how to track the changes of the user's demand, and (2) how to satisfy her demand at a given moment. To this end, we propose an Evolving DEmand SAtisfaction (EvoDESA) model to model a user's demand evolution for next-basket prediction. In EvoDESA, a demand evolution module learns the dynamics of user demand over a sequence of basket-purchase behaviors. Then, a next-basket planning module effectively packs an optimal combination of items to best satisfy the user's current demand. Extensive experiments on three real-world transaction datasets demonstrate the considerable superiority of EvoDESA over the state-of-the-art approaches. Shoujin Wang, Yan Wang 0002, Liang Hu 0004, Xiuzhen Zhang 0001, Qi Zhang 0020, Quan Z. Sheng, Mehmet A. Orgun, Longbing Cao, Defu Lian |
IEEE Trans. Knowl. Data Eng. | 6 |
| 2022 | PearNet: A Pearson Correlation-based Graph Attention Network for Sleep Stage RecognitionabstractSleep stage recognition is crucial for assessing sleep and diagnosing chronic diseases. Deep learning models, such as Convolutional Neural Networks and Recurrent Neural Networks, are trained using grid data as input, making them not capable of learning relationships in non-Euclidean spaces. Graph-based deep models have been developed to address this issue when investigating the external relationship of electrode signals across different brain regions. However, the models cannot solve problems related to the internal relationships between segments of electrode signals within a specific brain region. In this study, we propose a Pearson correlation-based graph attention network, called PearNet, as a solution to this problem. Graph nodes are generated based on the spatial-temporal features extracted by a hierarchical feature extraction method, and then the graph structure is learned adaptively to build node connections. Based on our experiments on the Sleep-EDF-20 and Sleep-EDF-78 datasets, PearNet performs better than the state-of-the-art baselines. Jianchao Lu, Yuzhe Tian, Shuang Wang 0012, Quan Z. Sheng, James Xi Zheng |
DSAA | 4 |
| 2022 | DAGAD: Data Augmentation for Graph Anomaly DetectionabstractGraph anomaly detection in this paper aims to distinguish abnormal nodes that behave differently from the benign ones accounting for the majority of graph-structured instances. Receiving increasing attention from both academia and industry, yet existing research on this task still suffers from two critical issues when learning informative anomalous behavior from graph data. For one thing, anomalies are usually hard to capture because of their subtle abnormal behavior and the shortage of background knowledge about them, which causes severe anomalous sample scarcity. Meanwhile, the overwhelming majority of objects in real-world graphs are normal, bringing the class imbalance problem as well. To bridge the gaps, this paper devises a novel Data Augmentation-based Graph Anomaly Detection (DAGAD) framework for attributed graphs, equipped with three specially designed modules: 1) an information fusion module employing graph neural network encoders to learn representations, 2) a graph data augmentation module that fertilizes the training set with generated samples, and 3) an imbalance-tailored learning module to discriminate the distributions of the minority (anomalous) and majority (normal) classes. A series of experiments on three datasets prove that DAGAD outperforms ten state-of-the-art baseline detectors concerning various mostly-used metrics, together with an extensive ablation study validating the strength of our proposed modules. Fanzhen Liu, Xiaoxiao Ma 0002, Jia Wu 0001, Jian Yang 0001, Shan Xue 0001, Amin Beheshti, Chuan Zhou 0001, Hao Peng 0001, Quan Z. Sheng, Charu C. Aggarwal |
ICDM | 9 |
| 2022 | Swift and Sure: Hardness-aware Contrastive Learning for Low-dimensional Knowledge Graph EmbeddingsabstractKnowledge graph embedding (KGE) has shown great potential in automatic knowledge graph (KG) completion and knowledge-driven tasks. However, recent KGE models suffer from high training cost and large storage space, thus limiting their practicality in real-world applications. To address this challenge, based on the latest findings in the field of Contrastive Learning, we propose a novel KGE training framework called Hardness-aware Low-dimensional Embedding (HaLE). Instead of the traditional Negative Sampling, we design a new loss function based on query sampling that can balance two important training targets, Alignment and Uniformity. Furthermore, we analyze the hardness-aware ability of recent low-dimensional hyperbolic models and propose a lightweight hardness-aware activation mechanism, which can help the KGE models focus on hard instances and speed up convergence. The experimental results show that in the limited training time, HaLE can effectively improve the performance and training speed of KGE models on five commonly-used datasets. After training just a few minutes, the HaLE-trained models are competitive compared to the state-of-the-art models in both low- and high-dimensional conditions. Kai Wang 0057, Yu Liu 0035, Quan Z. Sheng |
WWW | 3 |
| 2022 | Conversational question answering: a surveyabstractAbstract Question answering (QA) systems provide a way of querying the information available in various formats including, but not limited to, unstructured and structured data in natural languages. It constitutes a considerable part of conversational artificial intelligence (AI) which has led to the introduction of a special research topic on conversational question answering (CQA), wherein a system is required to understand the given context and then engages in multi-turn QA to satisfy a user’s information needs. While the focus of most of the existing research work is subjected to single-turn QA, the field of multi-turn QA has recently grasped attention and prominence owing to the availability of large-scale, multi-turn QA datasets and the development of pre-trained language models. With a good amount of models and research papers adding to the literature every year recently, there is a dire need of arranging and presenting the related work in a unified manner to streamline future research. This survey is an effort to present a comprehensive review of the state-of-the-art research trends of CQA primarily based on reviewed papers over the recent years. Our findings show that there has been a trend shift from single-turn to multi-turn QA which empowers the field of Conversational AI from different perspectives. This survey is intended to provide an epitome for the research community with the hope of laying a strong foundation for the field of CQA. Munazza Zaib, Wei Zhang 0098, Quan Z. Sheng, Mahmood Adnan, Yang Zhang 0095 |
Knowl. Inf. Syst. | 3 |
| 2022 | eRiskCom: an e-commerce risky community detection platform
Fanzhen Liu, Zhao Li 0007, Baokun Wang, Jia Wu 0001, Jian Yang 0001, Weiqiang Wang 0002, Shan Xue 0001, Surya Nepal, Quan Z. Sheng |
VLDB J. | 11 |
| 2021 | A Fast and Accurate Approach for Inferencing Social Relationships Among IoT Objects
Abdulwahab Aljubairy, Ahoud Alhazmi, Wei Zhang 0098, Quan Z. Sheng, Dai Hoang Tran |
ADMA | 4 |
| 2021 | FRAUDRE: Fraud Detection Dual-Resistant to Graph Inconsistency and ImbalanceabstractThe objective of fraud detection is to distinguish fraudsters from normal users. In graph/network environments, both fraudsters and normal users are modeled as nodes, and the connections between those nodes are represented as edges. Fraudsters typically try to camouflage themselves with “normal” behaviors, say, by deliberately establishing many connections to normal users. Such camouflage inherently makes their appearance inconsistent with the essence of what it is to be normal, and gives rise to inconsistencies in the graph. In this paper, we investigate three aspects of these graph inconsistencies: features, topologies, and relations. To date, graph-based fraud detectors have shown a rather limited capability to fuse information about different types of inconsistencies. Apart from that, there is another problem of imbalance to overcome. This is because fraudsters usually only account for a very small percentage of all users. To achieve a promising capability, i.e., dual-resistant to graph inconsistency and imbalance, we present a new fraud detection model FRAUDRE based on Graph Neural Networks. Extensive experiments comparing eight up-to-date baselines on two real-world datasets, Amazon and YelpChi, demonstrate the superiority of FRAUDRE. Ge Zhang 0002, Jia Wu 0001, Jian Yang 0001, Amin Beheshti, Shan Xue 0001, Chuan Zhou 0001, Quan Z. Sheng |
ICDM | 7 |
| 2021 | Towards a Deep Learning-Driven Service Discovery Framework for the Social Internet of Things: A Context-Aware Approach
Abdulwahab Aljubairy, Ahoud Alhazmi, Wei Zhang 0098, Quan Z. Sheng, Dai Hoang Tran |
WISE (2) | 4 |
| 2021 | Deep News Recommendation with Contextual User Profiling and Multifaceted Article Representation
Dai Hoang Tran, Salma Abdalla Hamad, Munazza Zaib, Abdulwahab Aljubairy, Quan Z. Sheng, Wei Zhang 0098, Nguyen Hoang Tran, Khoa L. D. Nguyen |
WISE (2) | 5 |
| 2021 | TDM-CFC: Towards Document-Level Multi-label Citation Function Classification
Yang Zhang 0095, Yufei Wang 0003, Quan Z. Sheng, Mahmood Adnan, Wei Zhang 0098, Rongying Zhao |
WISE (2) | 3 |
| 2021 | MulDE: Multi-teacher Knowledge Distillation for Low-dimensional Knowledge Graph EmbeddingsabstractLink prediction based on knowledge graph embeddings (KGE) aims to predict new triples to automatically construct knowledge graphs (KGs). However, recent KGE models achieve performance improvements by excessively increasing the embedding dimensions, which may cause enormous training costs and require more storage space. In this paper, instead of training high-dimensional models, we propose MulDE, a novel knowledge distillation framework, which includes multiple low-dimensional hyperbolic KGE models as teachers and two student components, namely Junior and Senior. Under a novel iterative distillation strategy, the Junior component, a low-dimensional KGE model, asks teachers actively based on its preliminary prediction results, and the Senior component integrates teachers’ knowledge adaptively to train the Junior component based on two mechanisms: relation-specific scaling and contrast attention. The experimental results show that MulDE can effectively improve the performance and training speed of low-dimensional KGE models. The distilled 32-dimensional model is competitive compared to the state-of-the-art high-dimensional methods on several widely-used datasets. Kai Wang 0057, Yu Liu 0035, Quan Z. Sheng |
WWW | 4 |
| 2021 | Incremental Graph Pattern Based Node Matching with Multiple UpdatesabstractGraph Pattern based Node Matching (GPNM) has been proposed to find all the matches of the nodes in a data graph GD based on a given pattern graph GP. GPNM has been increasingly adopted in many applications such as group finding and expert recommendation, in which data graphs are frequently updated overtime. Moreover, many typical pattern graphs frequently and repeatedly appear in users' queries in a short period of time, e.g., social graph searches on Facebook. To deliver a GPNM result in such applications, the existing GPNM methods have to perform an incremental GPNM procedure for each of the updates in the data graph, which is computationally expensive. To address this problem, in this paper, we first analyze the elimination relationships between multiple updates in GD and the hierarchical structure between these elimination relationships. Then, we generate an Elimination Hierarchy Tree (EH-Tree) to index the elimination relationships and propose an EH-Tree based GPNM method, called EHGPNM, considering the elimination relationships between multiple updates in GD. EH-GPNM first delivers the GPNM result of an initial query, and then delivers the GPNM result of a subsequent query, based on the initial GPNM result and the multiple updates of GD that occur between those two queries. The experimental results on five real-world social graphs demonstrate that our proposed EH-GPNM is much more efficient than the state-of-the-art GPNM methods. Guohao Sun 0001, Guanfeng Liu 0001, Yan Wang 0002, Mehmet A. Orgun, Quan Z. Sheng, Xiaofang Zhou 0001 |
IEEE Trans. Knowl. Data Eng. | 5 |
| 2020 | SIoTPredict: A Framework for Predicting Relationships in the Social Internet of Things
Abdulwahab Aljubairy, Wei Zhang 0098, Quan Z. Sheng, Ahoud Alhazmi |
CAiSE | 3 |
| 2020 | Modelling Local and Global Dependencies for Next-Item Recommendations
Nan Wang 0009, Shoujin Wang, Yan Wang 0002, Quan Z. Sheng, Mehmet A. Orgun |
WISE (2) | 4 |
| 2020 | From Appearance to Essence: Comparing Truth Discovery Methods without Using Ground TruthabstractTruth discovery has been widely studied in recent years as a fundamental means for resolving the conflicts in multi-source data. Although many truth discovery methods have been proposed based on different considerations and intuitions, investigations show that no single method consistently outperforms the others. To select the right truth discovery method for a specific application scenario, it becomes essential to evaluate and compare the performance of different methods. A drawback of current research efforts is that they commonly assume the availability of certain ground truth for the evaluation of methods. However, the ground truth may be very limited or even impossible to obtain, rendering the evaluation biased. In this article, we present CompTruthHyp , a generic approach for comparing the performance of truth discovery methods without using ground truth. In particular, our approach calculates the probability of observations in a dataset based on the output of different methods. The probability is then ranked to reflect the performance of these methods. We review and compare 12 representative truth discovery methods and consider both single-valued and multi-valued objects. The empirical studies on both real-world and synthetic datasets demonstrate the effectiveness of our approach for comparing truth discovery methods. Xiu Susie Fang, Quan Z. Sheng, Xianzhi Wang 0001, Wei Zhang 0098, Anne H. H. Ngu, Jian Yang 0001 |
ACM Trans. Intell. Syst. Technol. | 2 |
| 2020 | Adversarial Attacks on Deep-learning Models in Natural Language Processing: A SurveyabstractWith the development of high computational devices, deep neural networks (DNNs), in recent years, have gained significant popularity in many Artificial Intelligence (AI) applications. However, previous efforts have shown that DNNs are vulnerable to strategically modified samples, named adversarial examples . These samples are generated with some imperceptible perturbations, but can fool the DNNs to give false predictions. Inspired by the popularity of generating adversarial examples against DNNs in Computer Vision (CV), research efforts on attacking DNNs for Natural Language Processing (NLP) applications have emerged in recent years. However, the intrinsic difference between image (CV) and text (NLP) renders challenges to directly apply attacking methods in CV to NLP. Various methods are proposed addressing this difference and attack a wide range of NLP applications. In this article, we present a systematic survey on these works. We collect all related academic works since the first appearance in 2017. We then select, summarize, discuss, and analyze 40 representative works in a comprehensive way. To make the article self-contained, we cover preliminary knowledge of NLP and discuss related seminal works in computer vision. We conclude our survey with a discussion on open issues to bridge the gap between the existing progress and more robust adversarial attacks on NLP DNNs. Wei Zhang 0098, Quan Z. Sheng, Ahoud Alhazmi, Chenliang Li 0005 |
ACM Trans. Intell. Syst. Technol. | 2 |
| 2020 | User Interface Derivation for Business ProcessesabstractUser Interfaces (UI) are the bridge to connect Business Processes (BPs) and end users. The implementation of UIs normally needs a lot of manual efforts of developers. Aiming to resolve this issue, this work proposes a UI derivation method with a role-enriched BP (REBP) model as its foundation. This process model has the capability to present the details of task control flow and data operations in tasks. A set of control flow patterns and data operation patterns is identified. For each participant role, tasks of a process are abstracted and aggregated, then data relationships are extracted according to the identified control flow patterns and data operation patterns. A set of mandatory and recommended rules has been developed for deriving the UI logic from a BP. The solution for the UI derivation has been provided and implemented in the prototype. This proposed UI derivation method can provide help for the analysis, design, and maintenance of UI components of BPs. Jian Yang 0001, Weiliang Zhao, Quan Z. Sheng |
IEEE Trans. Knowl. Data Eng. | 4 |
| 2019 | DAMTRNN: A Delta Attention-Based Multi-task RNN for Intention Recognition
Weitong Chen 0001, Lin Yue, Bohan Li 0001, Can Wang 0004, Quan Z. Sheng |
ADMA | 5 |
| 2018 | Dynamic Illness Severity Prediction via Multi-task RNNs for Intensive Care UnitabstractMost of the existing analytics on ICU data mainly focus on mortality risk prediction and phenotyping analysis. However, they have limitations in providing sufficient evidence for decision making in a dynamically changing clinical environment. In this paper, we propose a novel approach that simultaneously analyses different organ systems to predict the illness severity of patients in an ICU, which can intuitively reflect the condition of the patients in a timely fashion. Specifically, we develop a novel deep learning model, namely MTRNN-ATT, which is based on multi-task recurrent neural networks. The physiological features of each organ system in time-series representations are learned by a single long short-term memory unit as a specific task. To utilize the relationships between organ systems, we use a shared LSTM unit to exploit the correlations between different tasks for further performance improvement. Also, we apply an attention mechanism in our deep model to learn the selective features at each stage to achieve better prediction results. We conduct extensive experiments on a real-world clinical dataset (MIMIC-III) to compare our method with many state-of-the-art methods. The experiment results demonstrate that the proposed approach performs better on the prediction tasks of illness severity scores. Weitong Chen 0001, Sen Wang 0001, Guodong Long, Lina Yao 0001, Quan Z. Sheng, Xue Li 0001 |
ICDM | 5 |
| 2018 | Related or Duplicate: Distinguishing Similar CQA Questions via Convolutional Neural NetworksabstractPlenty of research attempts target the automatic duplicate detection in Community Question Answering (CQA) systems and frame the task as a supervised learning problem on the question pairs. However, these methods rely on handcrafted features, leading to the difficulty of distinguishing related and duplicate questions as they are often textually similar. To tackle this issue, we propose to leverage neural network architecture to extract "deep" features to identify whether a question pair is duplicate or related. In particular, we construct question correlation matrices, which capture the word-wise similarities between questions. The constructed matrices are input to our proposed convolutional neural network (CNN), in which the convolutional operation moves through the two dimensions of the matrices. Empirical studies on a range of real-world CQA datasets confirm the effectiveness of our proposed correlation matrices and the CNN. Our method outperforms the state-of-the-art methods and achieves better classification performance. Wei Zhang 0098, Quan Z. Sheng, Zhejun Tang, Wenjie Ruan |
SIGIR | 2 |
| 2018 | DUAL: A Deep Unified Attention Model with Latent Relation Representations for Fake News Detection
Manqing Dong, Lina Yao 0001, Xianzhi Wang 0001, Boualem Benatallah, Quan Z. Sheng |
WISE (1) | 5 |
| 2018 | Identifying Price Index Classes for Electricity Consumers via Dynamic Gradient Boosting
Vanh Khuyen Nguyen, Wei Zhang 0098, Quan Z. Sheng |
WISE (2) | 3 |
| 2017 | Mining Load Profile Patterns for Australian Electricity Consumers
Vanh Khuyen Nguyen, Wei Zhang 0098, Quan Z. Sheng, Jason Merefield |
ADMA | 3 |
| 2017 | Feature Analysis for Duplicate Detection in Programming QA Communities
Wei Zhang 0098, Quan Z. Sheng, Yanjun Shu, Vanh Khuyen Nguyen |
ADMA | 2 |
| 2017 | Identifying Domains and Concepts in Short Texts via Partial Taxonomy and Unlabeled Data
Yihong Zhang 0001, Claudia Szabo, Quan Z. Sheng, Wei Zhang 0098, Yongrui Qin |
CAiSE | 3 |
| 2017 | Edge Influence Computation in Dynamic Graphs
Yongrui Qin, Quan Z. Sheng, Simon Parkinson, Nick Falkner |
DASFAA (2) | 2 |
| 2017 | Recovering Missing Values from Corrupted Spatio-Temporal Sensory Data via Robust Low-Rank Tensor Completion
Wenjie Ruan, Peipei Xu, Quan Z. Sheng, Nick Falkner, Xue Li 0001, Wei Zhang 0098 |
DASFAA (1) | 3 |
| 2017 | SourceVote: Fusing Multi-valued Data via Inter-source Agreements
Xiu Susie Fang, Quan Z. Sheng, Xianzhi Wang 0001, Mahmoud Barhamgi, Lina Yao 0001, Anne H. H. Ngu |
ER | 2 |
| 2017 | A Kernel-Based Approach to Developing Adaptable and Reusable Sensor Retrieval Systems for the Web of Things
Nguyen Khoi Tran 0001, Quan Z. Sheng, Muhammad Ali Babar 0001, Lina Yao 0001 |
WISE (1) | 2 |
| 2017 | Detecting Duplicate Posts in Programming QA Communities via Latent Semantics and Association RulesabstractProgramming community-based question-answering (PCQA) websites such as Stack Overflow enable programmers to find working solutions to their questions. Despite detailed posting guidelines, duplicate questions that have been answered are frequently created. To tackle this problem, Stack Overflow provides a mechanism for reputable users to manually mark duplicate questions. This is a laborious effort, and leads to many duplicate questions remain undetected. Existing duplicate detection methodologies from traditional community based question-answering (CQA) websites are difficult to be adopted directly to PCQA, as PCQA posts often contain source code which is linguistically very different from natural languages. In this paper, we propose a methodology designed for the PCQA domain to detect duplicate questions. We model the detection as a classification problem over question pairs. To extract features for question pairs, our methodology leverages continuous word vectors from the deep learning literature, topic model features and phrases pairs that co-occur frequently in duplicate questions mined using machine translation systems. These features capture semantic similarities between questions and produce a strong performance for duplicate detection. Experiments on a range of real-world datasets demonstrate that our method works very well; in some cases over 30% improvement compared to state-of-the-art benchmarks. As a product of one of the proposed features, the association score feature, we have mined a set of associated phrases from duplicate questions on Stack Overflow and open the dataset to the public. Wei Zhang 0098, Quan Z. Sheng, Jey Han Lau, Ermyas Abebe |
WWW | 2 |
| 2017 | Unveiling Correlations via Mining Human-Thing Interactions in the Web of ThingsabstractWith recent advances in radio-frequency identification (RFID), wireless sensor networks, and Web services, physical things are becoming an integral part of the emerging ubiquitous Web. Finding correlations among ubiquitous things is a crucial prerequisite for many important applications such as things search, discovery, classification, recommendation, and composition. This article presents DisCor-T , a novel graph-based approach for discovering underlying connections of things via mining the rich content embodied in the human-thing interactions in terms of user, temporal, and spatial information. We model this various information using two graphs, namely a spatio-temporal graph and a social graph. Then, random walk with restart (RWR) is applied to find proximities among things, and a relational graph of things (RGT) indicating implicit correlations of things is learned. The correlation analysis lays a solid foundation contributing to improved effectiveness in things management and analytics. To demonstrate the utility of the proposed approach, we develop a flexible feature-based classification framework on top of RGT and perform a systematic case study. Our evaluation exhibits the strength and feasibility of the proposed approach. Lina Yao 0001, Quan Z. Sheng, Anne H. H. Ngu, Xue Li 0001, Boualem Benattalah |
ACM Trans. Intell. Syst. Technol. | 2 |
| 2017 | Learning Multiple Diagnosis Codes for ICU Patients with Local Disease Correlation MiningabstractIn the era of big data, a mechanism that can automatically annotate disease codes to patients’ records in the medical information system is in demand. The purpose of this work is to propose a framework that automatically annotates the disease labels of multi-source patient data in Intensive Care Units (ICUs). We extract features from two main sources, medical charts and notes. The Bag-of-Words model is used to encode the features. Unlike most of the existing multi-label learning algorithms that globally consider correlations between diseases, our model learns disease correlation locally in the patient data. To achieve this, we derive a local disease correlation representation to enrich the discriminant power of each patient data. This representation is embedded into a unified multi-label learning framework. We develop an alternating algorithm to iteratively optimize the objective function. Extensive experiments have been conducted on a real-world ICU database. We have compared our algorithm with representative multi-label learning algorithms. Evaluation results have shown that our proposed method has state-of-the-art performance in the annotation of multiple diagnostic codes for ICU patients. This study suggests that problems in the automated diagnosis code annotation can be reliably addressed by using a multi-label learning model that exploits disease correlation. The findings of this study will greatly benefit health care and management in ICU considering that the automated diagnosis code annotation can significantly improve the quality and management of health care for both patients and caregivers. Sen Wang 0001, Xue Li 0001, Xiaojun Chang, Lina Yao 0001, Quan Z. Sheng, Guodong Long |
ACM Trans. Knowl. Discov. Data | 5 |
| 2016 | Real-Time Investigation of Flight Delays Based on the Internet of Things Data
Abdulwahab Aljubairy, Ali Shemshadi, Quan Z. Sheng |
ADMA | 3 |
| 2016 | Extreme User and Political Rumor Detection on Twitter
Yihong Zhang 0001, Claudia Szabo, Quan Z. Sheng |
ADMA | 4 |
| 2016 | An Ensemble Approach for Better Truth Discovery
Xiu Susie Fang, Quan Z. Sheng, Xianzhi Wang 0001 |
ADMA | 2 |
| 2016 | Recognizing Daily Living Activity Using Embedded Sensors in Smartphones: A Data-Driven Approach
Wenjie Ruan, Leon Chea, Quan Z. Sheng, Lina Yao 0001 |
ADMA | 3 |
| 2016 | CEIoT: A Framework for Interlinking Smart Things in the Internet of Things
Ali Shemshadi, Quan Z. Sheng, Yongrui Qin, Ali Alzubaidi |
ADMA | 2 |
| 2016 | Effective Traffic Flow Forecasting Using Taxi and Weather Data
Xiujuan Xu, Benzhe Su, Xiaowei Zhao 0003, Zhenzhen Xu, Quan Z. Sheng |
ADMA | 5 |
| 2016 | Mining Source Code Topics Through Topic Model and Words Embedding
Wei Zhang 0098, Quan Z. Sheng, Ermyas Abebe, Muhammad Ali Babar 0001, Andi Zhou |
ADMA | 2 |
| 2016 | Forecasting Seasonal Time Series Using Weighted Gradient RBF Network based Autoregressive ModelabstractHow to accurately forecast seasonal time series is very important for many business area such as marketing decision, planning production and profit estimation. In this paper, we propose a weighted gradient Radial Basis Function Network based AutoRegressive (WGRBF-AR) model for modeling and predicting the nonlinear and non-stationary seasonal time series. This WGRBF-AR model is a synthesis of the weighted gradient RBF network and the functional-coefficient autoregressive (FAR) model through using the WGRBF networks to approximate varying coefficients of FAR model. It not only takes the advantages of the FAR model in nonlinear dynamics description but also inherits the capability of the WGRBF network to deal with non-stationarity. We test our model using ten-years retail sales data on five different commodity in US. The results demonstrate that the proposed WGRBF-AR model can achieve competitive prediction accuracy compared with the state-of-the-art. Wenjie Ruan, Quan Z. Sheng, Peipei Xu, Nguyen Khoi Tran 0001, Nick Falkner, Xue Li 0001, Wei Zhang 0098 |
CIKM | 2 |
| 2016 | When Sensor Meets Tensor: Filling Missing Sensor Values Through a Tensor ApproachabstractIn the era of the Internet of Things, enormous number of sensors have been deployed in different locations, generating massive time-series sensory data with geo-tags. However, such sensory readings are easily missing due to various reasons such as the hardware malfunction, connection errors, and data corruption. This paper focuses on this challenge--how to accurately yet efficiently recover the missing values for corrupted time-series sensor data with geo-stamps. In this paper, we formulate the time-series sensor data as a 3-order tensor that naturally preserves sensors' temporal and spatial dependencies. Then we exploit its low-rank and sparse-noise structures by drawing upon recent advances in Robust Principal Component Analysis (RPCA) and tensor completion theory. The main novelty of this paper lies in that, we design a highly efficient optimization method that combines the alternating direction method of multipliers and accelerated proximal gradient to recover the data tensor. Besides testing our method using the synthetic data, we also design a real-world testbed by passive RFID (RadioFrequency IDentification) sensors. The results demonstrate the effectiveness and accuracy of our approach. Wenjie Ruan, Peipei Xu, Quan Z. Sheng, Nguyen Khoi Tran 0001, Nick Falkner, Xue Li 0001, Wei Zhang 0098 |
CIKM | 3 |
| 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 | 2 |
| 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 | 2 |
| 2016 | Efficient Orthogonal Non-negative Matrix Factorization over Stiefel ManifoldabstractOrthogonal Non-negative Matrix Factorization (ONMF) approximates a data matrix X by the product of two lower dimensional factor matrices: X -- UVT, with one of them orthogonal. ONMF has been widely applied for clustering, but it often suffers from high computational cost due to the orthogonality constraint. In this paper, we propose a method, called Nonlinear Riemannian Conjugate Gradient ONMF (NRCG-ONMF), which updates U and V alternatively and preserves the orthogonality of U while achieving fast convergence speed. Specifically, in order to update U, we develop a Nonlinear Riemannian Conjugate Gradient (NRCG) method on the Stiefel manifold using Barzilai-Borwein (BB) step size. For updating V, we use a closed-form solution under non-negativity constraint. Extensive experiments on both synthetic and real-world data sets show consistent superiority of our method over other approaches in terms of orthogonality preservation, convergence speed and clustering performance. Wei Zhang 0098, Mingkui Tan, Quan Z. Sheng, Lina Yao 0001, Qinfeng Shi |
CIKM | 3 |
| 2016 | Approximate Semantic Matching over Linked Data Streams
Yongrui Qin, Lina Yao 0001, Quan Z. Sheng |
DEXA (2) | 3 |
| 2016 | Uncovering Locally Discriminative Structure for Feature Analysis
Sen Wang 0001, Feiping Nie 0001, Xiaojun Chang, Xue Li 0001, Quan Z. Sheng, Lina Yao 0001 |
ECML/PKDD (1) | 5 |
| 2016 | ThingSeek: A Crawler and Search Engine for the Internet of ThingsabstractThe rapidly growing paradigm of the Internet of Things (IoT) requires new search engines, which can crawl heterogeneous data sources and search in highly dynamic contexts. Existing search engines cannot meet these requirements as they are designed for traditional Web and human users only. This is contrary to the fact that things are emerging as major producers and consumers of information. Currently, there is very little work on searching IoT and a number of works claim the unavailability of public IoT data. However, it is dismissed that a majority of real-time web-based maps are sharing data that is generated by things, directly. To shed light on this line of research, in this paper, we firstly create a set of tools to capture IoT data from a set of given data sources. We then create two types of interfaces to provide real-time searching services on dynamic IoT data for both human and machine users. Ali Shemshadi, Quan Z. Sheng, Yongrui Qin |
SIGIR | 2 |
| 2016 | Improving Object and Event Monitoring on Twitter Through Lexical Analysis and User Profiling
Yihong Zhang 0001, Claudia Szabo, Quan Z. Sheng |
WISE (2) | 3 |
| 2016 | Learning-Based SPARQL Query Performance Prediction
Wei Zhang 0098, Quan Z. Sheng, Kerry L. Taylor, Yongrui Qin, Lina Yao 0001 |
WISE (1) | 2 |
| 2016 | Mining Health Examination Records - A Graph-Based ApproachabstractGeneral health examination is an integral part of healthcare in many countries. Identifying the participants at risk is important for early warning and preventive intervention. The fundamental challenge of learning a classification model for risk prediction lies in the unlabeled data that constitutes the majority of the collected dataset. Particularly, the unlabeled data describes the participants in health examinations whose health conditions can vary greatly from healthy to very-ill. There is no ground truth for differentiating their states of health. In this paper, we propose a graph-based, semi-supervised learning algorithm called SHG-Health (Semi-supervised Heterogeneous Graph on Health) for risk predictions to classify a progressively developing situation with the majority of the data unlabeled. An efficient iterative algorithm is designed and the proof of convergence is given. Extensive experiments based on both real health examination datasets and synthetic datasets are performed to show the effectiveness and efficiency of our method. Ling Chen 0004, Xue Li 0001, Quan Z. Sheng, Wen-Chih Peng, John Bennett, Hsiao-Yun Hu, Nicole Huang |
IEEE Trans. Knowl. Data Eng. | 3 |
| 2016 | Diagnosis Code Assignment Using Sparsity-Based Disease Correlation EmbeddingabstractWith the latest developments in database technologies, it becomes easier to store the medical records of hospital patients from their first day of admission than was previously possible. In Intensive Care Units (ICU), modern medical information systems can record patient events in relational databases every second. Knowledge mining from these huge volumes of medical data is beneficial to both caregivers and patients. Given a set of electronic patient records, a system that effectively assigns the disease labels can facilitate medical database management and also benefit other researchers, e.g., pathologists. In this paper, we have proposed a framework to achieve that goal. Medical chart and note data of a patient are used to extract distinctive features. To encode patient features, we apply a Bag-of-Words encoding method for both chart and note data. We also propose a model that takes into account both global information and local correlations between diseases. Correlated diseases are characterized by a graph structure that is embedded in our sparsity-based framework. Our algorithm captures the disease relevance when labeling disease codes rather than making individual decision with respect to a specific disease. At the same time, the global optimal values are guaranteed by our proposed convex objective function. Extensive experiments have been conducted on a real-world large-scale ICU database. The evaluation results demonstrate that our method improves multi-label classification results by successfully incorporating disease correlations. Sen Wang 0001, Xiaojun Chang, Xue Li 0001, Guodong Long, Lina Yao 0001, Quan Z. Sheng |
IEEE Trans. Knowl. Data Eng. | 6 |
| 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 | 2 |
| 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 | 2 |
| 2015 | Identifying and Caching Hot Triples for Efficient RDF Query Processing
Wei Zhang 0098, Quan Z. Sheng, Kerry L. Taylor, Yongrui Qin |
DASFAA (2) | 2 |
| 2015 | SIEF: Efficiently Answering Distance Queries for Failure Prone GraphsabstractShortest path computation is one of the most fundamental operations for managing and analyzing graphs. A number of methods have been proposed to answer shortest path distance queries on static graphs. Unfortunately, there is little work on answering distance queries on dynamic graphs, particularly graphs with edge failures. Today’s real-world graphs, such as the social network graphs and web graphs, are evolving all the time and link failures occur due to various factors, such as people stopping following others on Twitter or web links becoming invalid. Therefore, it is of great importance to handle distance queries on these failureprone graphs. This is not only a problem far more difficult than that of static graphs but also important for processing distance queries on evolving or unstable networks. In this paper, we focus on the problem of computing the shortest path distance on graphs subject to edge failures. We propose SIEF, a Supplemental Index for Edge Failures on a graph, which is based on distance labeling. Together with the original index created for the original graph, SIEF can support distance queries with edge failures efficiently. By exploiting properties of distance labeling on static graphs, we are able to compute very compact distance labeling for all singe-edge failure cases on dynamic graphs. We extensively evaluate our algorithms using six real-world graphs and confirm the effectiveness and efficiency of our approach. Yongrui Qin, Quan Z. Sheng, Wei Zhang 0098 |
EDBT | 2 |
| 2015 | Freedom: Online Activity Recognition via Dictionary-Based Sparse Representation of RFID Sensing DataabstractUnderstanding and recognizing the activities performed by people is a fundamental research topic for a wide range of important applications such as fall detection of elderly people. In this paper, we present the technical details behind Freedom, a low-cost, unobtrusive system that supports independent livingof the older people. The Freedom system interprets what aperson is doing by leveraging machine learning algorithmsand radio-frequency identification (RFID) technology. To dealwith noisy, streaming, unstable RFID signals, we particularlydevelop a dictionary-based approach that can learn dictionariesfor activities using an unsupervised sparse coding algorithm. Our approach achieves efficient and robust activity recognitionvia a more compact representation of the activities. Extensiveexperiments conducted in a real-life residential environmentdemonstrate that our proposed system offers a good overallperformance (e.g., achieving over 96% accuracy in recognizing23 activities) and has the potential to be further developed tosupport the independent living of elderly people. Lina Yao 0001, Quan Z. Sheng, Xue Li 0001, Sen Wang 0001, Tao Gu 0001, Wenjie Ruan, Wan Zou |
ICDM | 2 |
| 2015 | Unsupervised Feature Analysis with Class Margin Optimization
Sen Wang 0001, Feiping Nie 0001, Xiaojun Chang, Lina Yao 0001, Xue Li 0001, Quan Z. Sheng |
ECML/PKDD (1) | 6 |
| 2015 | Context-aware Point-of-Interest Recommendation Using Tensor Factorization with Social RegularizationabstractPoint-of-Interest (POI) recommendation is a new type of recommendation task that comes along with the prevalence of location-based social networks in recent years. Compared with traditional tasks, it focuses more on personalized, context-aware recommendation results to provide better user experience. To address this new challenge, we propose a Collaborative Filtering method based on Non-negative Tensor Factorization, a generalization of the Matrix Factorization approach that exploits a high-order tensor instead of traditional User-Location matrix to model multi-dimensional contextual information. The factorization of this tensor leads to a compact model of the data which is specially suitable for context-aware POI recommendations. In addition, we fuse users' social relations as regularization terms of the factorization to improve the recommendation accuracy. Experimental results on real-world datasets demonstrate the effectiveness of our approach. Lina Yao 0001, Quan Z. Sheng, Yongrui Qin, Xianzhi Wang 0001, Ali Shemshadi |
SIGIR | 2 |
| 2015 | Batch matching of conjunctive triple patterns over linked data streams in the internet of thingsabstractThe Internet of Things (IoT) envisions smart objects collecting and sharing data at a global scale via the Internet. One challenging issue is how to disseminate data to relevant consumers efficiently. This paper leverages semantic technologies, such as Linked Data, which can facilitate machine-to-machine (M2M) communications to build an efficient information dissemination system for semantic IoT. The system integrates Linked Data streams generated from various data collectors and disseminates matched data to relevant data consumers based on conjunctive triple pattern queries registered in the system by the consumers. We also design a new data structure, CTP-automata, to meet the high performance needs of Linked Data dissemination. We evaluate our system using a real-world dataset generated from a Smart Building Project. With CTP-automata, the proposed system can disseminate Linked Data at a speed of an order of magnitude faster than the existing approach with thousands of registered conjunctive queries. Yongrui Qin, Quan Z. Sheng, Nick Falkner, Ali Shemshadi, Edward Curry |
SSDBM | 2 |
| 2015 | ECS: A Framework for Diversified and Relevant Search in the Internet of Things
Ali Shemshadi, Lina Yao 0001, Yongrui Qin, Quan Z. Sheng, Yihong Zhang 0001 |
WISE (1) | 4 |
| 2015 | Sense and Focus: Towards Effective Location Inference and Event Detection on Twitter
Yihong Zhang 0001, Claudia Szabo, Quan Z. Sheng |
WISE (1) | 3 |
| 2015 | Classifying Perspectives on Twitter: Immediate Observation, Affection, and Speculation
Yihong Zhang 0001, Claudia Szabo, Quan Z. Sheng, Xiu Susie Fang |
WISE (1) | 3 |
| 2014 | Towards Ontology-Enhanced Cloud Services Discovery
Abdullah Alfazi, Talal H. Noor, Quan Z. Sheng, Yong Xu 0001 |
ADMA | 3 |
| 2014 | Towards Efficient Dissemination of Linked Data in the Internet of ThingsabstractThe Internet of Things (IoT) envisions smart objects collecting and sharing data at a global scale via the Internet. One challenging issue is how to disseminate data to relevant data consumers efficiently. In this paper, we leverage semantic technologies which can facilitate machine-to-machine communications, such as Linked Data, to build an efficient information dissemination system for semantic IoT. The system integrates Linked Data streams generated from various data collectors and disseminates matched data to relevant data consumers based on Basic Graph Patterns (BGPs) registered in the system by those consumers. To efficiently match BGPs against Linked Data streams, we introduce two types of matching, namely semantic matching and pattern matching, by considering whether the matching process supports semantic relatedness computation. Two new data structures, namely MVR-tree and TP-automata, are introduced to suit these types of matching respectively. Experiments show that an MVR-tree designed for semantic matching can achieve a twofold increase in throughput compared with the naive R-tree based method. TP-automata, as the first approach designed for pattern matching over Linked Data streams, also provides two to three orders of magnitude improvements on throughput compared with semantic matching approaches. Yongrui Qin, Quan Z. Sheng, Nick Falkner, Ali Shemshadi, Edward Curry |
CIKM | 2 |
| 2014 | Indexing Linked Data in a Wireless Broadcast System with 3D Hilbert Space-Filling CurvesabstractSemantic technologies aim to facilitate machine-to-machine communication and are attracting more and more interest from both academia and industry, especially in the emerging Internet of Things (IoT). In this paper, we consider large-scale information sharing scenarios among mobile objects in IoT by leveraging semantic techniques. We propose to broadcast Linked Data on-air using RDF format to allow simultaneous access to the information and to achieve better scalability. We introduce a novel air indexing method to reduce the information access latency and energy consumption. To build air indexes, we firstly map RDF triples in the Linked Data into points in a 3D space and build B+-trees based on 3D Hilbert curve mappings for all of the 3D points. We then convert these trees into linear sequences so that they can be broadcast over a wireless channel. A novel search algorithm is also designed to efficiently evaluate queries against the air indexes. Experiments show that our indexing method outperforms the air indexing method based on traditional 3D R-trees. Yongrui Qin, Quan Z. Sheng, Nick Falkner, Wei Zhang 0098, Hua Wang 0002 |
CIKM | 2 |
| 2014 | Exploring Tag-Free RFID-Based Passive Localization and Tracking via Learning-Based Probabilistic ApproachesabstractRFID-based localization and tracking has some promising potentials. By combining localization with its identification capability, existing applications can be enhanced and new applications can be developed. In this paper, we investigate a tag-free indoor localizing and tracking problem (e.g., people tracking) without requiring subjects to carry any tags or devices in a pure passive environment. We formulate localization as a classification task. In particular, we model the received signal strength indicator (RSSI) of passive tags using multivariate Gaussian Mixture Model (GMM), and use the Expectation Maximization (EM) to learn the maximum likelihood estimates of the model parameters. Several other learning-based probabilistic approaches are also explored in the localization problem. To track a moving subject, we propose GMM based Hidden Markov Model (HMM) and k Nearest Neighbor (kNN) based HMM approaches. We conduct extensive experiments in a testbed formed by passive RFID tags, and the experimental results demonstrate the effectiveness and accuracy of our approach. Lina Yao 0001, Wenjie Ruan, Quan Z. Sheng, Xue Li 0001, Nick Falkner |
CIKM | 3 |
| 2014 | Keeping You in the Loop: Enabling Web-based Things Management in the Internet of ThingsabstractInternet of Things (IoT) is an emerging paradigm where physical objects are connected and communicated over the Web. Its capability in assimilating the virtual world and the physical one offers many exciting opportunities. However, how to realize a smooth, seamless integration of the two worlds remains an interesting and challenging topic. In this paper, we showcase an IoT prototype system that enables seamless integration of the virtual and the physical worlds and efficient management of things of interest (TOIs), where services and resources offered by things can be easily monitored, visualized, and aggregated for value-added services by users. This paper presents the motivation, system design, implementation, and demonstration scenario of the system. Lina Yao 0001, Quan Z. Sheng, Anne H. H. Ngu, Byron J. Gao |
CIKM | 2 |
| 2014 | Mining Personal Health Index from Annual Geriatric Medical ExaminationsabstractPeople take regular medical examinations mostly not for discovering diseases but for having a peace of mind regarding their health status. Therefore, it is important to give them an overall feedback with respect to all the health indicators that have been ranked against the whole population. In this paper, we propose a framework of mining Personal Health Index (PHI) from a large and comprehensive geriatric medical examination (GME) dataset. We define PHI as an overall score of personal health status based on a complement probability of health risks. The health risks are calculated using the information from the cause of death (COD) dataset that is linked to the GME dataset. Especially, the highest health risk is revealed in the cases of people who had been taking GME for some years and then passed away for medical reasons. The proposed framework consists of methods in data pre-processing, feature extraction and selection, and model selection. The effectiveness of the proposed framework is validated by a set of comprehensive experiments based on the records of 102,258 participants. As the first of this kind, our work provides a baseline for further research. Ling Chen 0004, Xue Li 0001, Sen Wang 0001, Hsiao-Yun Hu, Nicole Huang, Quan Z. Sheng, Mohamed A. Sharaf |
ICDM | 6 |
| 2014 | ServiceXplorer: a similarity-based web service search engineabstractFinding relevant Web services and composing them into value-added applications is becoming increasingly important in cloud and service based marketplaces. The key problem with current approaches to finding relevant Web services is that most of them only provide searches over a discrete set of features using exact keyword matching. We demonstrate in this paper that by utilizing well known indexing scheme such as inverted file and R-tree indexes over Web services attributes, the Earth Mover's Distance (EMD) algorithm can be used efficiently to find partial matches between a query and a database of Web services. Anne H. H. Ngu, Jiangang Ma, Quan Z. Sheng, Lina Yao 0001, Scott Julian |
SIGIR | 3 |
| 2014 | Exploring recommendations in internet of thingsabstractWith recent advances in radio-frequency identification (RFID), wireless sensor networks, and Web-based services, physical things are becoming an integral part of the emerging ubiquitous Web. In this paper, we focus on the things recommendation problem in Internet of Things (IoT). In particular, we propose a unified probabilistic based framework by fusing information across relationships between users (i.e., users'social network) and things (i.e., things correlations) to make more accurate recommendations. The proposed approach not only inherits the advantages of the matrix factorization, but also exploits the merits of social relationships and thing-thing correlations. We validate our approach based on an Internet of Things platform and the experimental results demonstrate its feasibility and effectiveness. Lina Yao 0001, Quan Z. Sheng, Anne H. H. Ngu, Helen Ashman, Xue Li 0001 |
SIGIR | 2 |
| 2014 | Keyword Search over Web Documents Based on Earth Mover's Distance
Jiangang Ma, Quan Z. Sheng, Lina Yao 0001, Yong Xu 0001, Ali Shemshadi |
WISE (1) | 2 |
| 2014 | A Decremental Search Approach for Large Scale Dynamic Ridesharing
Ali Shemshadi, Quan Z. Sheng, Wei Zhang 0098 |
WISE (1) | 2 |
| 2014 | Cleaning Environmental Sensing Data Streams Based on Individual Sensor Reliability
Yihong Zhang 0001, Claudia Szabo, Quan Z. Sheng |
WISE (2) | 3 |
| 2014 | The ethical and social implications of personalization technologies for e-learning
Helen Ashman, Tim J. Brailsford, Alexandra I. Cristea, Quan Z. Sheng, Craig D. Stewart, Elaine Toms, Vincent P. Wade |
Inf. Manag. | 4 |
| 2014 | Behavior modeling and automated verification of Web services
Quan Z. Sheng, Zakaria Maamar, Lina Yao 0001, Claudia Szabo, Scott Bourne |
Inf. Sci. | 1 |
| 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. | 1 |
| 2013 | Cloud Armor: a platform for credibility-based trust management of cloud servicesabstractTrust management of cloud services is emerging as an important research issue in recent years, which poses significant challenges because of the highly dynamic, distributed, and non-transparent nature of cloud services. This paper describes Cloud Armor, a platform for credibility-based trust management of cloud services. The platform provides a crawler for automatic cloud services discovery, an adaptive and robust credibility model for measuring the credibility of feedbacks, and a trust-based recommender to recommend the most trustworthy cloud services to users. This paper presents the motivation, system design, implementation, and a demonstration of the Cloud Armor platform. Talal H. Noor, Quan Z. Sheng, Anne H. H. Ngu, Abdullah Alfazi, Jeriel Law |
CIKM | 2 |
| 2013 | Effectively Delivering XML Information in Periodic Broadcast Environments
Yongrui Qin, Quan Z. Sheng, Muntazir Mehdi, Hua Wang 0002, Dong Xie 0002 |
DEXA (1) | 2 |
| 2013 | A Model for Discovering Correlations of Ubiquitous ThingsabstractWith recent advances in radio-frequency identification (RFID), wireless sensor networks, and Web services, physical things are becoming an integral part of the emerging ubiquitous Web. Correlation discovery for ubiquitous things is critical for many important applications such as things search, recommendation, annotation, classification, clustering, composition, and management. In this paper, we propose a novel approach for discovering things correlation based on user, temporal, and spatial information captured from usage events of things. In particular, we use a spatio-temporal graph and a social graph to model things usage contextual information and user-thing relationships respectively. Then, we apply random walks with restart on these graphs to compute correlations among things. This correlation analysis lays a solid foundation and contributes to improved effectiveness in things management. To demonstrate the utility of our approach, we perform a systematic case study and comprehensive experiments on things annotation. Lina Yao 0001, Quan Z. Sheng, Byron J. Gao, Anne H. H. Ngu, Xue Li 0001 |
ICDM | 2 |
| 2013 | Detecting Occasional Reputation Attacks on Cloud Services
Talal H. Noor, Quan Z. Sheng, Abdullah Alfazi |
ICWE | 2 |
| 2013 | Verifying Transactional Requirements of Web Service Compositions Using Temporal Logic Templates
Scott Bourne, Claudia Szabo, Quan Z. Sheng |
WISE (1) | 3 |
| 2013 | A Framework for Processing Uncertain RFID Data in Supply Chain Management
Dong Xie 0002, Quan Z. Sheng, Jiangang Ma, Yongrui Qin |
WISE (1) | 2 |
| 2012 | Exploiting latent relevance for relational learning of ubiquitous thingsabstractWith recent advances in radio-frequency identification (RFID), wireless sensor networks, and Web services, physical things are becoming an integral part of the emerging ubiquitous Web. While this integration offers many exciting opportunities such as efficient supply chains and improved environmental monitoring, it also presents many significant challenges. One such challenge lies in how to classify, discover, and manage ubiquitous things, which is critical for efficient and effective object search, recommendation, and composition. In this paper, we focus on automatically classifying ubiquitous things into manageable semantic category labels by exploiting the information hidden in interactions between users and ubiquitous things. We develop a novel approach to extract latent relevance by building a relational network of ubiquitous things (RNUbiT) where similar things are linked via virtual edges according to their latent relevance. A discriminative learning algorithm is also developed to automatically determine category labels for ubiquitous things. We conducted experiments using real-world data and the experimental results demonstrate the feasibility and validity of our proposed approach. Lina Yao 0001, Quan Z. Sheng |
CIKM | 2 |
| 2012 | A tag-centric discriminative model for web objects classificationabstractThis paper studies web object classification problem with the novel exploration of social tags. More and more web objects are increasingly annotated with human interpretable labels (i.e., tags), which can be considered as an auxiliary attribute to assist the object classification. Automatically classifying web objects into manageable semantic categories has long been a fundamental pre-process for indexing, browsing, searching, and mining heterogeneous web objects. However, such heterogeneous web objects often suffer from a lack of easy-extractable and uniform descriptive features. In this paper, we propose a discriminative tag-centric model for web object classification by jointly modeling the objects category labels and their corresponding social tags and un-coding the relevance among social tags. Our approach is based on recent techniques for learning large-scale discriminative models. We conduct experiments to validate our approach using real-life data. The results show the feasibility and good performance of our approach. Lina Yao 0001, Quan Z. Sheng |
CIKM | 2 |
| 2012 | PeerTrack: a platform for tracking and tracing objects in large-scale traceability networksabstractThe ability to track and trace individual items, especially through large-scale and distributed networks, is the key to realizing many important business applications such as supply chain management, asset tracking, and counterfeit detection. Unfortunately, enabling traceability across independent organizations still poses significant challenges in dealing with large volume of data and sovereignty of the participants. This paper describes PeerTrack, a scalable platform for efficiently and effectively tracking and tracing objects in large-scale traceability networks. With a novel data model, a DHT-based indexer, and a distributed query processor, PeerTrack provides an environment where traceability applications can share data across independent organizations in a peer-to-peer fashion. This paper presents the motivation, system design, implementation, and a proof-of-concept system of the PeerTrack platform. Yanbo Wu, Quan Z. Sheng, Damith Chinthana Ranasinghe, Lina Yao 0001 |
EDBT | 2 |
| 2012 | A Framework for Distributed Managing Uncertain Data in RFID Traceability Networks
Jiangang Ma, Quan Z. Sheng, Damith Chinthana Ranasinghe, Jen Min Chuah, Yanbo Wu |
WISE | 2 |
| 2012 | Towards a User-Centric Social Approach to Web Services Composition, Execution, and Monitoring
Zakaria Maamar, Noura Faci, Quan Z. Sheng, Lina Yao 0001 |
WISE | 3 |
| 2012 | Modeling Sovereign RFID Data Streams in Collaborative Traceable Networks
Yanbo Wu, Quan Z. Sheng, Jiangang Ma |
WISE | 2 |
| 2012 | A semantically enhanced service repository for user-centric service discovery and management
Jian Yu 0002, Quan Z. Sheng, Jun Han 0004, Yanbo Wu, Chengfei Liu |
Data Knowl. Eng. | 2 |
| 2011 | Trust as a Service: A Framework for Trust Management in Cloud Environments
Talal H. Noor, Quan Z. Sheng |
WISE | 2 |
| 2011 | RFID enabled traceability networks: a survey
Yanbo Wu, Damith Chinthana Ranasinghe, Quan Z. Sheng, Sherali Zeadally, Jian Yu 0002 |
Distributed Parallel Databases | 3 |
| 2010 | Model-Driven Development of Adaptive Service-Based Systems with Aspects and Rules
Jian Yu 0002, Quan Z. Sheng, Joshua K. Y. Swee |
WISE | 2 |
| 2009 | Significance-Based Failure and Interference Detection in Data Streams
Nick Falkner, Quan Z. Sheng |
DEXA | 2 |
| 2009 | Smart Adelaide guide: a context-aware web applicationabstractContext-aware Web services are currently emerging as an important technology for building innovative context-aware Web applications. Unfortunately, context-aware Web services are still difficult to build. This paper describes Smart Adelaide Guide, a context-aware Web application developed by ContextServ platform, a research project sponsored by Australian Research Council. ContextServ adopts model-driven development where a UML based modeling language---ContextUML---is used to model Web services and its context-awareness features. The platform offers a set of visual editing and automation tools for rapid generating and deploying context-aware Web services. Kewen Liao, Quan Z. Sheng, Jian Yu 0002, Hoi Sim Wong |
iiWAS | 2 |
| 2008 | WS3: international workshop on context-enabled source and service selection, integration and adaptation (CSSSIA 2008)abstractThis write-up provides a summary of the International Workshop on Context enabled Source and Service Selection, Integration and Adaptation (CSSSIA 2008), organized in conjunction with WWW 2008, at Beijing, China on April 22nd 2008. We outline the motivation for organizing the workshop, briefly describe the organizational details and program of the workshop, and summarize each of the papers accepted by the workshop. More information about the workshop can be found at http://www.cs.adelaide.edu.au/~csssia08/. Quan Z. Sheng, Ullas Nambiar, Amit P. Sheth, Biplav Srivastava, Zakaria Maamar, Said Elnaffar |
WWW | 1 |
| 2005 | Facilitating the Rapid Development and Scalable Orchestration of Composite Web Services
Boualem Benatallah, Marlon Dumas, Quan Z. Sheng |
Distributed Parallel Databases | 3 |
| 2004 | Enabling Personalized Composition and Adaptive Provisioning of Web Services
Quan Z. Sheng, Boualem Benatallah, Zakaria Maamar, Marlon Dumas, Anne H. H. Ngu |
CAiSE | 1 |
| 2003 | An Adaptive Document Version Management Scheme
Boualem Benatallah, Mehregan Mahdavi, Quan Z. Sheng, Lionel Port, Bill McIver |
CAiSE | 4 |
| 2003 | CMVF: A Novel Dimension Reduction Scheme for Efficient Indexing in A Large Image DatabaseabstractNo abstract available. Jialie Shen 0001, Anne H. H. Ngu, John Shepherd 0001, Du Q. Huynh, Quan Z. Sheng |
SIGMOD Conference | 5 |
| 2003 | Quality driven web services compositionabstractThe process-driven composition of Web services is emerging as a promising approach to integrate business applications within and across organizational boundaries. In this approach, individual Web services are federated into composite Web services whose business logic is expressed as a process model. The tasks of this process model are essentially invocations to functionalities offered by the underlying component services. Usually, several component services are able to execute a given task, although with different levels of pricing and quality. In this paper, we advocate that the selection of component services should be carried out during the execution of a composite service, rather than at design-time. In addition, this selection should consider multiple criteria (e.g., price, duration, reliability), and it should take into account global constraints and preferences set by the user (e.g., budget constraints). Accordingly, the paper proposes a global planning approach to optimally select component services during the execution of a composite service. Service selection is formulated as an optimization problem which can be solved using efficient linear programming methods. Experimental results show that this global planning approach outperforms approaches in which the component services are selected individually for each task in a composite service. Liangzhao Zeng, Boualem Benatallah, Marlon Dumas, Jayant Kalagnanam, Quan Z. Sheng |
WWW | 5 |
| 2002 | Declarative Composition and Peer-to-Peer Provisioning of Dynamic Web ServicesabstractThe development of new services through the integration of existing ones has gained a considerable momentum as a means to create and streamline business-to-business collaborations. Unfortunately, as Web services are often autonomous and heterogeneous entities, connecting and coordinating them in order to build integrated services is a delicate and time-consuming task. In this paper, we describe the design and implementation of a system through which existing Web services can be declaratively composed, and the resulting composite services can be executed following a peer-to-peer paradigm, within a dynamic environment. This system provides tools for specifying composite services through. statecharts, data conversion rules, and provider selection, policies. These specifications are then translated into XML documents that can be interpreted by peer-to-peer inter-connected software components, in order to provision the composite service without requiring a central authority. Boualem Benatallah, Quan Z. Sheng, Anne H. H. Ngu, Marlon Dumas |
ICDE | 2 |
| 2002 | SELF-SERV: A Platform for Rapid Composition of Web Services in a Peer-to-Peer Environment
Quan Z. Sheng, Boualem Benatallah, Marlon Dumas, Eileen Oi-Yan Mak |
VLDB | 1 |
| 2001 | Combining multi-visual features for efficient indexing in a large image database
Anne H. H. Ngu, Quan Z. Sheng, Du Q. Huynh, Ron Lei |
VLDB J. | 2 |