VLDB 2026 Research / reviewers in the wild / expert
Jian Yang 0001
dblp:y/JianYang1
· DBLP profile ↗
94ranked-venue papers in the field
10as first author
57since 2021 · last 2026
0000-0002-4408-1952ORCID · conflict
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 35Information Retrieval & Web Search · 30 (3 first)Database Systems & Data Management · 24 (5 first)Knowledge Engineering, Semantic Web & Information Systems · 2 (1 first)Business Process & Enterprise Data · 2 (1 first)Big Data, Cloud & Distributed Data Systems · 1
| 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 | 5 |
| 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 | 5 |
| 2026 | They Said Memes Were Harmless - We Found the Ones That Hurt: Decoding Jokes, Symbols, and Cultural ReferencesabstractMeme-based social abuse detection is challenging because harmful intent often relies on implicit cultural symbolism and subtle cross-modal incongruence. Prior approaches, from fusion-based methods to in-context learning with Large Vision-Language Models (LVLMs), have made progress but remain limited by three factors: i) cultural blindness (missing symbolic context), ii) boundary ambiguity (satire vs. abuse confusion), and iii) lack of interpretability (opaque model reasoning). We introduce CROSS-ALIGN+, a three-stage framework that systematically addresses these limitations: (1) Stage I mitigates cultural blindness by enriching multimodal representations with structured knowledge from ConceptNet, Wikidata, and Hatebase; (2) Stage II reduces boundary ambiguity through parameter-efficient LoRA adapters that sharpen decision boundaries; and (3) Stage III enhances interpretability by generating cascaded explanations. Extensive experiments on five benchmarks and eight LVLMs demonstrate that CROSS-ALIGN+ consistently outperforms state-of-the-art methods, achieving up to 17% relative F1 improvement while providing interpretable justifications for each decision. Sahil Tripathi, Gautam Siddharth Kashyap, Mehwish Nasim, Jian Yang 0001, Jiechao Gao, Usman Naseem |
WWW | 4 |
| 2026 | Revisiting Graph-Level Anomaly Detection: From Partially to Fully Unsupervised LearningabstractGraph-level anomaly detection (GLAD) is a critical task to identify graphs with abnormal properties in various domains, ranging from fraudulent social networks to malicious botnets on online platforms. The dominant paradigm for existing GLAD detectors has been partially unsupervised, relying on training data composed exclusively of normal samples. However, this partially unsupervised paradigm inevitably requires a costly expert filtering process to ensure the training data is free of anomalies. This creates a significant gap between current approaches and the real-world necessity of a fully unsupervised paradigm, which involves training a model directly on real-world data ''as-is'', with its inherent mix of normal and anomalous samples. To bridge this gap, we incorporate uncertainty learning into GLAD to promote fully unsupervised learning. We propose two frameworks: Score Uncertainty Learning (SUL) and Graph-data Uncertainty Learning (GUL). Specifically, SUL enhances existing GLAD detectors by modeling uncertainty through Gaussian distributions over the detectors' predictions, adaptively attenuating the influence of potential anomalies. GUL is an end-to-end framework that iteratively optimizes anomaly detection and uncertainty modeling via an Expectation-Maximization algorithm. In addition, we develop a dedicated loss that utilizes potential anomalies to enhance the effectiveness and robustness of GUL. Empirical results on sixteen benchmark datasets, covering real-world graphs from social networks and online platforms, demonstrate the superiority of our methods and highlight the promise of incorporating uncertainty into fully unsupervised GLAD. Zhenyu Yang 0004, Ge Zhang 0002, Shan Xue 0001, Xiaoxiao Ma 0002, Jian Yang 0001, Hao Peng 0001, Amin Beheshti, Jia Wu 0001 |
WWW | 5 |
| 2026 | PIGCN: Physics-Inspired Graph Convolution Networks for Heterogeneous Social Event Detection
Yongsheng Yu 0001, Congbo Ma, Zitai Qiu, Shan Xue 0001, Jian Yang 0001, Jia Wu 0001 |
WWW | 5 |
| 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 | 5 |
| 2026 | Learning From Graph-Graph Relationship: A New Perspective on Graph-Level Anomaly Detection
Zhenyu Yang 0004, Ge Zhang 0002, Jia Wu 0001, Jian Yang 0001, Hao Peng 0001, Pietro Liò |
IEEE Trans. Knowl. Data Eng. | 4 |
| 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) | 4 |
| 2025 | FedDPG: An Adaptive Yet Efficient Prompt-Tuning Approach in Federated Learning Settings
Ali Shakeri 0003, Wei Zhang 0098, Amin Beheshti, Weitong Chen 0001, Jian Yang 0001, Lishan Yang 0002 |
PAKDD (5) | 5 |
| 2025 | Self-supervised Time-aware Heterogeneous Hypergraph Learning for Dynamic Graph-level Classification
Malik Khizar Hayat, Shan Xue 0001, Jia Wu 0001, Jian Yang 0001 |
WSDM | 5 |
| 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. | 7 |
| 2025 | Self-supervised multi-hop heterogeneous hypergraph embedding with informative pooling for graph-level classificationabstractAbstract In heterogeneous graph analysis, existing self-supervised learning (SSL) methods face several key challenges. Primarily, these approaches are tailored for node-level tasks and fail to effectively capture global graph-level features, a crucial aspect for comprehensive graph understanding. Furthermore, they predominantly rely on meta-path-based techniques to unravel graph structures, a process that can be computationally intensive and often intractable for complex networks. Another significant limitation is their inability to account for nonpairwise relationships, a common characteristic in real-world networks like protein-protein interaction and collaboration networks, limiting their effectiveness in graph-level learning where high-order connectivity is essential. To address these issues, we propose an innovative SSL framework for heterogeneous hypergraph embedding, expressly designed to enhance graph-level classification. Our framework introduces multi-hop attention in hypergraph convolution, a significant leap from existing attention mechanisms specifically for hypergraphs that primarily focus on immediate neighborhoods. This multi-hop approach allows for an expansive capture of relational structures, both near and far, uncovering intricate patterns integral to accurate graph-level classification. Complementing this, we implement an informative graph-level attentive pooling mechanism that surpasses traditional aggregation methods. It intelligently synthesizes features, taking into account their structural and semantic importance within the hypergraph, thereby preserving critical contextual information. Furthermore, we refine our contrastive learning approach and introduce targeted negative sampling strategies, creating a more robust learning environment that excels at discerning nuanced graph-level features. Rigorous evaluation against established graph kernels, graph neural networks, and graph pooling methods on real-world datasets demonstrates our model’s superior performance, validating its effectiveness in addressing the complexities inherent in heterogeneous graph-level classification. Malik Khizar Hayat, Shan Xue 0001, Jian Yang 0001 |
Knowl. Inf. Syst. | 3 |
| 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. | 4 |
| 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. | 5 |
| 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. | 4 |
| 2025 | Heterogeneous Hypergraph Neural Network for Social Recommendation using Attention NetworkabstractGraph neural networks (GNNs) have been used extensively as a backbone for social recommendation. However, their application to a diverse range of situations is still rather limited. This is because graph structures only leverage pairwise user relationships. They cannot capture the higher-order relationships so common in the real world, and ignoring the interest friends and strangers might have in similar items is severely hampering the expressiveness of the current graph-based recommendation models. Hence, in this article, we outline a heterogeneous hypergraph neural network for social recommendation, called Heterogeneous Hypergraph neural network for Social Recommendation using an Attention Network (HHGSA), that incorporates an attention network to address these issues. The hypergraph is able to represent higher-order relationships through five motifs: friend and stranger item appeal, item similarity, user similarity based on interactions with items, and social relations. Two modules, the attentive vertex aggregation module and the attentive hyperedge aggregation module, capture user and item attention. In addition, it has been discovered that similar items have identical appeal when displayed to users. A GNN aggregates the user embedding data, including information about the friend and stranger and item embeddings. Finally, information about users and items is aggregated for social recommendations. Extensive experiments on four datasets demonstrate that the HHGSA model outperforms a wide range of baselines and can significantly improve the accuracy of recommendations. Jia Wu 0001, Jian Yang 0001, Xiaoxiao Ma 0002 |
Trans. Recomm. Syst. | 3 |
| 2024 | BiF-AC: A Bidirectional Feedback Actor-Critic Framework for UAV-UGV Graph-Based Search and Rescue Operations
He Luo, Shan Xue 0001, Jian Yang 0001, Jia Wu 0001, Amin Beheshti |
ADMA (3) | 5 |
| 2024 | Enhancing Chemistry-Domain Scientific Paper Summarization by Knowledge Graphs
Yutong Qu, Jian Yang 0001, Weitong Chen 0001, Yan Jiao, Lishan Yang 0002, Congbo Ma |
ADMA (2) | 2 |
| 2024 | Emotion Graph Augmentation for Detecting Fake News in Online Social Networks
Xing Su 0006, Jian Yang 0001, Jia Wu 0001 |
ADMA (3) | 3 |
| 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 | 3 |
| 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 | 5 |
| 2024 | Counterfactual Brain Graph Augmentation Guided Bi-Level Contrastive Learning for Disorder AnalysisabstractDeep learning is increasingly crucial in scientific discovery, accelerating research in various fields. Exploring brain science using deep learning has garnered significant interest, particularly in the recognition of brain disorders. However, existing methods face limitations in the discriminability of learned brain graph representations and the identification of neurological biomarkers associated with brain disorders. Moreover, the lack of model explainability leads to suboptimal brain graph analysis. To address these challenges, we propose a bi-level brain graph contrastive learning framework with an interpretable learning kernel for brain disorder analysis. Our framework diverges from traditional graph contrastive learning methods by augmenting meaningful brain graphs using the counterfactual thinking-based mechanism, ensuring reliable graph generation that preserves discriminative information. Secondly, we introduce bi-level contrastive loss with intra-and inter-class contrasts to enhance the brain graph representation learning. Most importantly, we design an interpretable brain graph learning kernel to highlight critical regions and connections, thereby facilitating the discovery of potential neurological biomarkers associated with brain disorders in subsequent analysis. The effectiveness of our method11https://githuh.com/JustinGie/Cf-BCL in brain graph representation learning and discriminative substructure detection is demonstrated through the evaluation of disorder prediction and pathogenic analysis on three real-world brain disorder datasets. Moreover, our framework may provide novel insights into brain science based on the results of comparison with medical research. Guangwei Dong, Xuexiong Luo, Jing Du 0003, Jia Wu 0001, Shan Xue 0001, Jian Yang 0001, Amin Beheshti |
ICDM | 6 |
| 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 | 8 |
| 2024 | Debunking Fake News in Online Social Networks Without Text AnalysisabstractSince the inception of online fake news detection, the technique of natural language processing has predominantly been leading the field by utilizing text classification to discern veracity. From the network perspective, news traveling within a social network typically exhibits non-textual correlations aligned with the network of news propagation or news-user interaction. Therefore, with the advancement of graph learning, there have been emerging approaches incorporating graphs of social contexts as auxiliary information, of which the performance still relies on learning semantics from news text. As fake news becomes more adept at employing the writing pattern of real news and the assessment of certain news contents requires domain-specific knowledge, distinguishing real news from fake ones based on the text has become increasingly challenging. This raises a question: Can we debunk fake news without going through the text? Thus, this work aims to explore the feasibility of differentiating between real and fake news by capturing its relationships with other news and people in the network. We propose a method named ComE-DeFake which extracts intricate relations beyond pairwise of news and users in social contexts to detect fake news. Experimental results reveal that our method without using news text outperforms all baseline methods. This suggests that, if high-order complicated relations are fully captured, it is achievable to debunk fake news without analyzing its text. Xing Su 0006, Jian Yang 0001, Jia Wu 0001, Zitai Qiu |
ICDM | 2 |
| 2024 | Graph Anomaly Detection with Few Labels: A Data-Centric ApproachabstractAnomalous node detection in a static graph faces significant challenges due to the rarity of anomalies and the substantial cost of labeling their deviant structure and attribute patterns. These challenges give rise to data-centric problems, including extremely imbalanced data distributions and intricate graph learning, which significantly impede machine learning and deep learning methods from discerning the patterns of graph anomalies with few labels. While these issues remain crucial, much of the current research focuses on addressing the induced technical challenges, treating the shortage of labeled data as a given. Distinct from previous efforts, this work focuses on tackling the data-centric problems by generating auxiliary training nodes that conform to the original graph topology and attribute distribution. We categorize this approach as data-centric, aiming to enhance existing anomaly detectors by training them on our synthetic data. However, the methods for generating nodes and the effectiveness of utilizing synthetic data for graph anomaly detection remain unexplored in the realm. To answer these questions, we thoroughly investigate the denoising diffusion model. Drawing from our observations on the diffusion process, we illuminate the shifts in graph energy distribution and establish two principles for designing denoising neural networks tailored to graph anomaly generation. From the insights, we propose a diffusion-based graph generation method to synthesize training nodes, which can be promptly integrated to work with existing anomaly detectors. The empirical results on eight widely-used datasets demonstrate our generated data can effectively enhance the nine state-of-the-art graph detectors' performance. Xiaoxiao Ma 0002, Ruikun Li 0001, Fanzhen Liu, Kaize Ding, Jian Yang 0001, Jia Wu 0001 |
KDD | 5 |
| 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) | 6 |
| 2024 | Representation with Minimized Max-Error in Optimal Piecewise Linear Approximation of Time Series Data
Huanyu Zhao, Tongliang Li, Shiting Wen, Zhenyu Shu, Jian Yang 0001, Chaoyi Pang |
WISE (1) | 6 |
| 2024 | An Interpretable Brain Graph Contrastive Learning Framework for Brain Disorder AnalysisabstractIn this paper, we propose an interpretable brain graph contrastive learning framework, which aims to learn brain graph representations by a unsupervised way for disorder prediction and pathogenic analysis. Our framework consists of two key designs: We first utilize the controllable data augmentation strategy to perturb unimportant structures and attribute features for the generation of brain graphs. Then, considering that the difference of healthy and patient brain graphs is small, we introduce hard negative sample evaluation to weight negative samples of the contrastive loss, which can learn more discriminative brain graph representations. More importantly, our method can observe salient brain regions and connections for pathogenic analysis. We conduct disorder prediction and interpretable analysis experiments on three real-world neuroimaging datasets to demonstrate the effectiveness of our framework. Xuexiong Luo, Guangwei Dong, Jia Wu 0001, Amin Beheshti, Jian Yang 0001, Shan Xue 0001 |
WSDM | 5 |
| 2024 | An Efficient Automatic Meta-Path Selection for Social Event Detection via Hyperbolic SpaceabstractSocial events reflect changes in communities, such as natural disasters and emergencies. Detection of these situations can help residents and organizations in the community avoid danger and reduce losses. The complex nature of social messages makes social event detection on social media challenging. The challenges that have a greater impact on social media detection models are as follows: (1) the amount of social media data is huge but its availability is small; (2) social media data is a tree structure and traditional Euclidean space embedding will distort embedded features; and (3) the heterogeneity of social media networks makes existing models unable to capture rich information well. To solve the above challenges, we propose a Heterogeneous Information Graph representation via Hyperbolic space combined with an Automatic Meta-path selection (GraphHAM) model, an efficient framework that automatically selects the meta-path's weight and combines hyperbolic space to learn information on social media. In particular, we apply an efficient automatic meta-path selection technique and convert the selected meta-path into a vector, thereby reducing the requisite amount of labeled data for the model. We also design a novel Hyperbolic Multi-Layer Perceptron (HMLP) to further learn the semantic and structural information of social information. Extensive experiments show that GraphHAM can achieve outstanding performance on real-world data using only 20% of the whole dataset as the training set. Our code can be found on GitHub https://github.com/ZITAIQIU/GraphHAM. Zitai Qiu, Congbo Ma, Jia Wu 0001, Jian Yang 0001 |
WWW | 4 |
| 2024 | Heterogeneous Subgraph Transformer for Fake News DetectionabstractFake news is pervasive on social media, inflicting substantial harm on public discourse and societal well-being. We investigate the explicit structural information and textual features of news pieces by constructing a heterogeneous graph concerning the relations among news topics, entities, and content. Through our study, we reveal that fake news can be effectively detected in terms of the atypical heterogeneous subgraphs centered on them, which encapsulate the essential semantics and intricate relations between news elements. However, suffering from the heterogeneity, exploring such heterogeneous subgraphs remains an open problem. To bridge the gap, this work proposes a heterogeneous subgraph transformer HeteroSGT to exploit subgraphs in our constructed heterogeneous graph. In HeteroSGT, we first employ a pre-trained language model to derive both word-level and sentence-level semantics. Then the random walk with restart (RWR) is applied to extract subgraphs centered on each news, which are further fed to our proposed subgraph Transformer to quantify the authenticity. Extensive experiments on five real-world datasets demonstrate the superior performance of HeteroSGT over five baselines. Further case and ablation studies validate our motivation and demonstrate that performance improvement stems from our specially designed components. Xiaoxiao Ma 0002, Jia Wu 0001, Jian Yang 0001, Hao Fan 0003 |
WWW | 4 |
| 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. | 6 |
| 2024 | ReiPool: Reinforced Pooling Graph Neural Networks for Graph-Level Representation LearningabstractGraph pooling technique as the essential component of graph neural networks has gotten increasing attention recently and it aims to learn graph-level representations for the whole graph. Besides, graph pooling is important in graph classification and graph generation tasks. However, current graph pooling methods mainly coarsen a sequence of small-sized graphs to capture hierarchical structures, potentially resulting in the deterioration of the global structure of the original graph and influencing the quality of graph representations. Furthermore, these methods artificially select the number of graph pooling layers for different graph datasets rather than considering each graph individually. In reality, the structure and size differences among graphs necessitate a specific number of graph pooling layers for each graph. In this work, we propose reinforced pooling graph neural networks via adaptive hybrid graph coarsening networks. Specifically, we design a hybrid graph coarsening strategy to coarsen redundant structures of the original graph while retaining the global structure. In addition, we introduce multi-agent reinforcement learning to adaptively perform the graph coarsening process to extract the most representative coarsened graph for each graph, enhancing the quality of graph-level representations. Finally, we design graph-level contrast to improve the preservation of global information in graph-level representations. Extensive experiments with rich baselines on six benchmark datasets show the effectiveness of ReiPool1. Xuexiong Luo, Sheng Zhang 0006, Jia Wu 0001, Hongyang Chen 0001, Hao Peng 0001, Chuan Zhou 0001, Zhao Li 0007, Shan Xue 0001, Jian Yang 0001 |
IEEE Trans. Knowl. Data Eng. | 9 |
| 2024 | Introduction to the Special Issue on Advanced Graph Mining on the Web: Theory, Algorithms, and Applications: Part 2abstractSpecial Issue Part 1 (Issue 3) and Part 2 (Issue 4) of AIEDAM are based on a workshop on Learning and Creativity held at the 2002 conference on Artificial Intelligence in Design, AID '02 (www.cad.strath.ac.uk/AID02_workshop/Workshop_webpage.html; Gero, ... Hao Peng 0001, Jian Yang 0001, Jia Wu 0001, Philip S. Yu |
ACM Trans. Web | 2 |
| 2023 | Refined Node Type Graph Convolutional Network for Recommendation
Guohao Sun 0001, Jinhu Lu 0002, Xiu Susie Fang, Guanfeng Liu 0001, Jian Yang 0001 |
ADMA (1) | 6 |
| 2023 | Discriminative Graph-Level Anomaly Detection via Dual-Students-Teacher Model
Xuexiong Luo, Jia Wu 0001, Jian Yang 0001, Shan Xue 0001, Zitong Wang 0003, Haonan Gong |
ADMA (3) | 4 |
| 2023 | EmoKnow: Emotion- and Knowledge-Oriented Model for COVID-19 Fake News Detection
Xing Su 0006, Jia Wu 0001, Jian Yang 0001, Hao Fan 0003, Xiaochuan Zheng |
ADMA (1) | 4 |
| 2023 | Social Event Detection with Reinforced Deep Heterogeneous Graph Attention NetworkabstractSocial Event Detection has become increasingly important as a way of letting the public know about significant global events in a clear and timely fashion. However, current methods are still unsatisfactory for detecting events due to the complexity of reality social networks. Specifically, there exist overlinks for partial nodes (i.e., messages), and conversely, some nodes lack sufficient neighborhood information. In addition, the time interval between different messages in social networks should also be fully considered by existing shallow GNN models. What is needed is an approach that can improve the embedding ability of GNN models by extracting and aggregating more se-mantic and structural information from the same graph for more representative and robust message embeddings, rather than constructing a richer message graph by adding additional attributed data. To this end, we design an innovative Reinforced Deep Heterogeneous Graph Attention Network (Re-DHAN) method for offline and incremental social event detection tasks. The framework initially leverages multi-agent reinforcement learning to select the most meaningful neighbors from various meta-path graphs to avoid redundant links. Then, our approach adds temporal convolutional attention across the semantics and timestamps for all nodes, ensuring a comprehensive capture of both semantic and time elements within social networks. Finally, to ensure that the embeddings produced by DHAN are both robust to too few neighbors and highly representative, we constructed a new Dual Graph Contrastive Learning model, called DGCL, to simulate the missing structural information. DGCL includes a triplet loss function and an unsupervised GraphCL model with multi-scaled subgraph augmentation. A series of experiments in offline and incremental social event detection demonstrates Re-DHAN as superior to the current state-of-the-art baselines. Furthermore, the results show that our ReDHAN has powerful and robust abilities to capture, extract, and aggregate the semantic and structural information within graphs. Yongsheng Yu 0001, Jia Wu 0001, Jian Yang 0001 |
IEEE Big Data | 3 |
| 2023 | A Three-Layer Attentional Framework Based on Similar Users for Dual-Target Cross-Domain Recommendation
Jinhu Lu 0002, Guohao Sun 0001, Xiu Susie Fang, Jian Yang 0001 |
DASFAA (2) | 4 |
| 2023 | An Optimal Online Semi-connected PLA Algorithm with Maximum Error Bound (Extended Abstract)abstractPiecewise Linear Approximation (PLA) is one of the most widely used approaches for representing a time series with a set of approximated line segments. With this compressed form of representation, many large complicated time series can be efficiently stored, transmitted and analyzed. In this article, with the introduced concept of "semi-connection" that allowing two representation lines to be connected at a point between two consecutive time stamps, we propose a new optimal linear-time PLA algorithm SemiOptConnAlg for generating the least number of semi-connected line segments with guaranteed maximum error bound. With extended experimental tests, we demonstrate that the proposed algorithm is very efficient in execution and achieves better performances than the state-of-art solutions. Huanyu Zhao, Chaoyi Pang, Kotagiri Ramamohanarao, Christopher Kuo Pang, Jian Yang 0001, Tongliang Li |
ICDE | 6 |
| 2023 | Self-supervised Heterogeneous Hypergraph Learning with Context-aware Pooling for Graph-level ClassificationabstractRepresentation learning in unlabeled heterogeneous graphs has gained significant interest. The heterogeneity in graphs not only provides rich information but also poses challenges to model complex relations in self-supervised learning (SSL) manner. Existing SSL-based approaches are usually designed for node-level tasks and are unable to capture global graph-level features. Also, they often employ computationally expensive meta-path-based techniques, to learn the intrinsic graph structure, that are intractable. Importantly, they overlook non-pairwise relationships among nodes in heterogeneous graphs, for instance in protein-protein interaction networks or collaboration networks, limiting the effectiveness of graph-level learning. To address these issues, we propose a novel self-supervised heterogeneous hypergraph learning framework that captures the richness of heterogeneity, and high-order connectivity in graph-level classification. Unlike traditional methods that rely on meta-path-based approaches to incorporate high-order information, we introduce a k-hop neighborhood strategy to construct intra-graph hyperedges, and a shared attribute-based approach for inter-graph hyperedges to construct the heterogeneous hypergraph. Furthermore, we introduce a context-aware graph-level pooling mechanism that facilitates adaptive aggregation of relevant information across the hypergraph, considering both local and global contexts. Lastly, we design a self-supervised contrastive learning framework by introducing a high-order-aware adaptive augmentation mechanism. This enables the model to learn meaningful graph-level representations from less-labeled data. We evaluate our proposed model against graph kernels, graph neural networks, and graph pooling-based baselines on real-world datasets, demonstrating an overall performance improvement of 5.81% that validates the effectiveness and superiority of the proposed method. Malik Khizar Hayat, Shan Xue 0001, Jian Yang 0001 |
ICDM | 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 | 3 |
| 2023 | Heterogeneous Graph Neural Network via Knowledge Relations for Fake News DetectionabstractThe proliferation of fake news in social media has been recognized as a severe problem for society, and substantial attempts have been devoted to fake news detection to alleviate the detrimental impacts. Knowledge graphs (KGs) comprise rich factual relations among real entities, which could be utilized as ground-truth databases and enhance fake news detection. However, most of the existing methods only leveraged natural language processing and graph mining techniques to extract features of fake news for detection and rarely explored the ground knowledge in knowledge graphs. In this work, we propose a novel Heterogeneous Graph Neural Network via Knowledge Relations for Fake News Detection (HGNNR4FD). The devised framework has four major components: 1) A heterogeneous graph (HG) built upon news content, including three types of nodes, i.e., news, entities, and topics, and their relations. 2) A KG that provides the factual basis for detecting fake news by generating embeddings via relations in the KG. 3) A novel attention-based heterogeneous graph neural network that can aggregate information from HG and KG, and 4) a fake news detector, which is capable of identifying fake news based on the news embeddings generated by HGNNR4FD. We further validate the performance of our method by comparison with seven state-of-art baselines and verify the effectiveness of the components through a thorough ablation analysis. From the results, we empirically demonstrate that our framework achieves superior results and yields improvement over the baselines regarding evaluation metrics of accuracy, precision, recall, and F1-score on four real-world datasets. Bingbing Xie, Xiaoxiao Ma 0002, Jia Wu 0001, Jian Yang 0001, Shan Xue 0001, Hao Fan 0003 |
SSDBM | 4 |
| 2023 | Influence Embedding from Incomplete Observations in Sina Weibo
Guohao Sun 0001, Weiliang Zhao, Jian Yang 0001 |
WISE | 5 |
| 2023 | Enhancing Trust Prediction in Attributed Social Networks with Self-Supervised Learning
Hongjiao Liu, Shan Xue 0001, Jian Yang 0001, Jia Wu 0001 |
WISE | 3 |
| 2023 | Mining User-aware Multi-relations for Fake News Detection in Large Scale Online Social NetworksabstractUsers' involvement in creating and propagating news is a vital aspect of fake news detection in online social networks. Intuitively, credible users are more likely to share trustworthy news, while untrusted users have a higher probability of spreading untrustworthy news. In this paper, we construct a dual-layer graph (i.e., news layer and user layer) to extract multi-relations of news and users in social networks to derive rich information for detecting fake news. Based on the dual-layer graph, we propose a fake news detection model Us-DeFake. It learns the propagation features of news in the news layer and the interaction features of users in the user layer. Through the inter-layer in the graph, Us-DeFake fuses the user signals that contain credibility information into the news features, to provide distinctive user-aware embeddings of news for fake news detection. The training process conducts on multiple dual-layer subgraphs obtained by a graph sampler to scale Us-DeFake in large scale social networks. Extensive experiments on real-world datasets illustrate the superiority of Us-DeFake which outperforms all baselines, and the users' credibility signals learned by interaction relation can notably improve the performance of our model. Xing Su 0006, Jian Yang 0001, Jia Wu 0001 |
WSDM | 2 |
| 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 | 4 |
| 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. | 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. | 4 |
| 2023 | Introduction to the Special Issue on Advanced Graph Mining on the Web: Theory, Algorithms, and Applications: Part 1abstractNo abstract available. Hao Peng 0001, Jian Yang 0001, Jia Wu 0001, Philip S. Yu |
ACM Trans. Web | 2 |
| 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 | 4 |
| 2022 | Fair-SRS: A Fair Session-based Recommendation SystemabstractThis paper demonstrates Fair-SRS, a Fair Session-based Recommendation System that predicts user's next click based on their historical and current sessions. Fair-SRS provides personalized and diversified recommendations in two main steps: (1) forming user's session graph embeddings based on their long- and short-term interests, and (2) computing user's level of interest in diversity based on their recently-clicked items' similarity. In real-world scenarios, users tend to interact with more or fewer contents at different times, and providers expect to receive more exposure for their items. To achieve the objectives of both sides, the proposed Fair-SRS optimizes recommendations by making a trade-off between accuracy and personalized diversity. Naime Ranjbar Kermany, Jian Yang 0001, Jia Wu 0001, Luiz Pizzato |
WSDM | 2 |
| 2022 | ComGA: Community-Aware Attributed Graph Anomaly DetectionabstractGraph anomaly detection, here, aims to find rare patterns that are significantly different from other nodes. Attributed graphs containing complex structure and attribute information are ubiquitous in our life scenarios such as bank account transaction graph and paper citation graph. Anomalous nodes on attributed graphs show great difference from others in the perspectives of structure and attributes, and give rise to various types of graph anomalies. In this paper, we investigate three types of graph anomalies: local, global, and structure anomalies. And, graph neural networks (GNNs) based anomaly detection methods attract considerable research interests due to the power of modeling attributed graphs. However, the convolution operation of GNNs aggregates neighbors information to represent nodes, which makes node representations more similar and cannot effectively distinguish between normal and anomalous nodes, thus result in sub-optimal results. To improve the performance of anomaly detection, we propose a novel community-aware attributed graph anomaly detection framework (ComGA). We design a tailored deep graph convolutional network (tGCN) to anomaly detection on attributed graphs. Extensive experiments on eight real-life graph datasets demonstrate the effectiveness of ComGA. Xuexiong Luo, Jia Wu 0001, Amin Beheshti, Jian Yang 0001, Xiankun Zhang, Yuan Wang 0021, Shan Xue 0001 |
WSDM | 4 |
| 2022 | An Optimal Online Semi-Connected PLA Algorithm With Maximum Error BoundabstractPiecewise Linear Approximation (PLA) is one of the most widely used approaches for representing a time series with a set of approximated line segments. With this compressed form of representation, many large complicated time series can be efficiently stored, transmitted and analyzed. In this article, with the introduced concept of “semi-connection” that allowing two representation lines to be connected at a point between two consecutive time stamps, we propose a new optimal linear-time PLA algorithm SemiOptConnAlg for generating the least number of semi-connected line segments with guaranteed maximum error bound. With extended experimental tests, we demonstrate that the proposed algorithm is very efficient in execution time and achieves better performances than the state-of-art solutions. Huanyu Zhao, Chaoyi Pang, Kotagiri Ramamohanarao, Christopher Kuo Pang, Jian Yang 0001, Tongliang Li |
IEEE Trans. Knowl. Data Eng. | 6 |
| 2022 | eFraudCom: An E-commerce Fraud Detection System via Competitive Graph Neural NetworksabstractWith the development of e-commerce, fraud behaviors have been becoming one of the biggest threats to the e-commerce business. Fraud behaviors seriously damage the ranking system of e-commerce platforms and adversely influence the shopping experience of users. It is of great practical value to detect fraud behaviors on e-commerce platforms. However, the task is non-trivial, since the adversarial action taken by fraudsters. Existing fraud detection systems used in the e-commerce industry easily suffer from performance decay and can not adapt to the upgrade of fraud patterns, as they take already known fraud behaviors as supervision information to detect other suspicious behaviors. In this article, we propose a competitive graph neural networks (CGNN)-based fraud detection system (eFraudCom) to detect fraud behaviors at one of the largest e-commerce platforms, “Taobao” 1 . In the eFraudCom system, (1) the competitive graph neural networks (CGNN) as the core part of eFraudCom can classify behaviors of users directly by modeling the distributions of normal and fraud behaviors separately; (2) some normal behaviors will be utilized as weak supervision information to guide the CGNN to build the profile for normal behaviors that are more stable than fraud behaviors. The algorithm dependency on fraud behaviors will be eliminated, which enables eFraudCom to detect fraud behaviors in presence of the new fraud patterns; (3) the mutual information regularization term can maximize the separability between normal and fraud behaviors to further improve CGNN. eFraudCom is implemented into a prototype system and the performance of the system is evaluated by extensive experiments. The experiments on two Taobao and two public datasets demonstrate that the proposed deep framework CGNN is superior to other baselines in detecting fraud behaviors. A case study on Taobao datasets verifies that CGNN is still robust when the fraud patterns have been upgraded. Ge Zhang 0002, Zhao Li 0007, Jia Wu 0001, Chuan Zhou 0001, Jian Yang 0001, Jianliang Gao |
ACM Trans. Inf. Syst. | 6 |
| 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. | 5 |
| 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 | 3 |
| 2021 | A Comprehensive Survey of the Key Technologies and Challenges Surrounding Vehicular Ad Hoc NetworksabstractVehicular ad hoc networks ( VANETs ) and the services they support are an essential part of intelligent transportation. Through physical technologies, applications, protocols, and standards, they help to ensure traffic moves efficiently and vehicles operate safely. This article surveys the current state of play in VANETs development. The summarized and classified include the key technologies critical to the field, the resource-management and safety applications needed for smooth operations, the communications and data transmission protocols that support networking, and the theoretical and environmental constructs underpinning research and development, such as graph neural networks and the Internet of Things. Additionally, we identify and discuss several challenges facing VANETs, including poor safety, poor reliability, non-uniform standards, and low intelligence levels. Finally, we touch on hot technologies and techniques, such as reinforcement learning and 5G communications, to provide an outlook for the future of intelligent transportation systems. Zhenchang Xia, Jia Wu 0001, Yanjiao Chen, Jian Yang 0001, Philip S. Yu |
ACM Trans. Intell. Syst. Technol. | 5 |
| 2020 | AtNE-Trust: Attributed Trust Network Embedding for Trust Prediction in Online Social NetworksabstractTrust relationship prediction among people provides valuable supports for decision making, information dissemination, and product promotion in online social networks. Network embedding has achieved promising performance for link prediction by learning node representations that encode intrinsic network structures. However, most of the existing network embedding solutions cannot effectively capture the properties of a trust network that has directed edges and nodes with in/out links. Furthermore, there usually exist rich user attributes in trust networks, such as ratings, reviews, and the rated/reviewed items, which may exert significant impacts on the formation of trust relationships. It is still lacking a network embedding-based method that can adequately integrate these properties for trust prediction. In this work, we develop an AtNE-Trust model to address these issues. We firstly capture user embedding from both the trust network structures and user attributes. Then we design a deep multi-view representation learning module to further mine and fuse the obtained user embedding. Finally, a trust evaluation module is developed to predict the trust relationships between users. Representation learning and trust evaluation are optimized together to capture high-quality user embedding and make accurate predictions simultaneously. A set of experiments against the real-world datasets demonstrates the effectiveness of the proposed approach. Qi Wang 0078, Weiliang Zhao, Jian Yang 0001, Jia Wu 0001, Chuan Zhou 0001, Qianli Xing 0002 |
ICDM | 3 |
| 2020 | personality2vec: Enabling the Analysis of Behavioral Disorders in Social NetworksabstractEnabling the analysis of behavioral disorders over time in social networks, can help in suicide prevention, (school) bullying detection and extremist/criminal activity prediction. In this paper, we present a novel data analytics pipeline to enable the analysis of patterns of behavioral disorders on social networks. We present a Social Behavior Graph (sbGraph) model, to enable the analysis of factors that are driving behavior disorders over time. We use the golden standards in personality, behavior and attitude to build a domain specific Knowledge Base (KB). We use this domain knowledge to design cognitive services to automatically contextualize the raw social data and to prepare them for behavioral analytics. Then we introduce a pattern-based word embedding technique, namely personality2vec, on each feature extracted to build the sbGraph. The goal is to use mathematical embedding from a space with a dimension per feature to a continuous vector space which can be mapped to classes of behavioral disorders (such as cyber-bullying and radicalization) in the domain specific KB. We implement an interactive dashboard to enable social network analysts to analyze and understand the patterns of behavioral disorders over time. We focus on a motivating scenario in Australian government's office of the e-Safety commissioner, where the goal is to empowering all citizens to have safer, more positive experiences online. Amin Beheshti, Vahid Moraveji Hashemi, Shahpar Yakhchi, Hamid R. Motahari Nezhad, Seyed Mohssen Ghafari, Jian Yang 0001 |
WSDM | 6 |
| 2020 | A survey of recent methods on deriving topics from Twitter: algorithm to evaluation
Robertus Nugroho, Cécile Paris, Surya Nepal, Jian Yang 0001, Weiliang Zhao |
Knowl. Inf. Syst. | 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. | 6 |
| 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. | 2 |
| 2019 | DeepTrust: A Deep User Model of Homophily Effect for Trust PredictionabstractTrust prediction in online social networks is crucial for information dissemination, product promotion, and decision making. Existing work on trust prediction mainly utilizes the network structure or the low-rank approximation of a trust network. These approaches can suffer from the problem of data sparsity and prediction accuracy. Inspired by the homophily theory, which shows a pervasive feature of social and economic networks that trust relations tend to be developed among similar people, we propose a novel deep user model for trust prediction based on user similarity measurement. It is a comprehensive data sparsity insensitive model that combines a user review behavior and the item characteristics that this user is interested in. With this user model, we firstly generate a user's latent features mined from user review behavior and the item properties that the user cares. Then we develop a pair-wise deep neural network to further learn and represent these user features. Finally, we measure the trust relations between a pair of people by calculating the user feature vector cosine similarity. Extensive experiments are conducted on two real-world datasets, which demonstrate the superior performance of the proposed approach over the representative baseline works. Qi Wang 0078, Weiliang Zhao, Jian Yang 0001, Jia Wu 0001, Wenbin Hu 0001, Qianli Xing 0002 |
ICDM | 3 |
| 2019 | Social Trust Network EmbeddingabstractDeveloping effective network embedding methods for social trust networks (STNs) is a non-trivial problem because two key pieces of information need to be preserved simultaneously: a user's relations to latent factors and the trust transfer patterns that govern what type of relationship will form. In this study, we propose a novel social trust network embedding method (STNE) to address these issues. Specifically, we present a modified Skip-Gram model with negative sampling to jointly learn latent factor features, along with the trust transfer pattern features. Moreover, we define a flexible notion about a user's latent relationships with other users, which generates reliable negative samples for optimization. Extensive experiments on several real-world networks demonstrate the efficacy of the proposed STNE. Pinghua Xu, Wenbin Hu 0001, Jia Wu 0001, Weiwei Liu 0003, Bo Du 0001, Jian Yang 0001 |
ICDM | 6 |
| 2019 | GroExpert: A Novel Group-Aware Experts Identification Approach in Crowdsourcing
Qianli Xing 0002, Weiliang Zhao, Jian Yang 0001, Jia Wu 0001, Qi Wang 0078 |
WISE | 3 |
| 2019 | Multi-View Fusion with Extreme Learning Machine for ClusteringabstractUnlabeled, multi-view data presents a considerable challenge in many real-world data analysis tasks. These data are worth exploring because they often contain complementary information that improves the quality of the analysis results. Clustering with multi-view data is a particularly challenging problem as revealing the complex data structures between many feature spaces demands discriminative features that are specific to the task and, when too few of these features are present, performance suffers. Extreme learning machines (ELMs) are an emerging form of learning model that have shown an outstanding representation ability and superior performance in a range of different learning tasks. Motivated by the promise of this advancement, we have developed a novel multi-view fusion clustering framework based on an ELM, called MVEC. MVEC learns the embeddings from each view of the data via the ELM network, then constructs a single unified embedding according to the correlations and dependencies between each embedding and automatically weighting the contribution of each. This process exposes the underlying clustering structures embedded within multi-view data with a high degree of accuracy. A simple yet efficient solution is also provided to solve the optimization problem within MVEC. Experiments and comparisons on eight different benchmarks from different domains confirm MVEC’s clustering accuracy. Yongshan Zhang, Jia Wu 0001, Chuan Zhou 0001, Zhihua Cai, Jian Yang 0001, Philip S. Yu |
ACM Trans. Intell. Syst. Technol. | 5 |
| 2018 | CoRank: A Coupled Dual Networks Approach to Trust Evaluation on Twitter
Peiyao Li, Weiliang Zhao, Jian Yang 0001 |
WISE (1) | 3 |
| 2017 | Exploiting Users' Rating Behaviour to Enhance the Robustness of Social Recommendation
Zizhu Zhang, Weiliang Zhao, Jian Yang 0001, Surya Nepal, Cécile Paris |
WISE (2) | 3 |
| 2016 | Probabilistic QoS Aggregations for Service CompositionabstractIn this article, we propose a comprehensive approach for Quality of Service (QoS) calculation in service composition. Differing from the existing work on QoS aggregations that represent QoS as single values, discrete values with frequencies, or standard statistical distributions, the proposed approach has the capability to handle any type of QoS probability distribution. A set of formulae and algorithms are developed to calculate the QoS of a composite service according to four identified basic patterns as sequential, parallel, conditional, and loop. We demonstrate that the proposed QoS calculation method is much more efficient than existing simulation methods. It has a high scalability and builds a solid foundation for real-time QoS analysis and prediction in service composition. Experiment results are provided to show the effectiveness and efficiency of the proposed method. Huiyuan Zheng, Jian Yang 0001, Weiliang Zhao |
ACM Trans. Web | 2 |
| 2015 | A Hybrid Feature Selection Method for Predicting User Influence on Twitter
Yan Mei, Zizhu Zhang, Weiliang Zhao, Jian Yang 0001, Robertus Nugroho |
WISE (1) | 4 |
| 2015 | Time-Sensitive Topic Derivation in Twitter
Robertus Nugroho, Weiliang Zhao, Jian Yang 0001, Cécile Paris, Surya Nepal, Yan Mei |
WISE (1) | 3 |
| 2014 | Modeling data for business processesabstractAn important omission in current development practice for business process (or workflow) management systems is modeling of data & access for a business process, including relationship of the process data and the persistent data in the underlying enterprise database(s). This paper develops and studies a new approach to modeling data for business processes: representing data used by a process as a hierarchically structured business entity with (i) keys, local keys, and update constraints, and (ii) a set of data mapping rules defining exact correspondence between entity data values and values in the enterprise database. This paper makes the following technical contributions: (1) A data mapping language is formulated based on path expressions, and shown to coincide with a subclass of the schema mapping language Clio. (2) Two new notions are formulated: Updatability allows each update on a business entity (or database) to be translated to updates on the database (or resp. business entity), a fundamental requirement for process implementation. Isolation reflects that updates by one process execution do not alter data used by another running process. The property provides an important clue in process design. (3) Decision algorithms for updatability and isolation are presented, and they can be easily adapted for data mappings expressed in the subclass of Clio. Yutian Sun, Jianwen Su, Budan Wu, Jian Yang 0001 |
ICDE | 4 |
| 2013 | Learning Social Relationship Strength via Matrix Co-Factorization with Multiple Kernels
Youliang Zhong, Lan Du 0002, Jian Yang 0001 |
WISE (1) | 3 |
| 2013 | KPMCF: A Learning Model for Measuring Social Relationship Strength
Youliang Zhong, Xiaoming Zheng, Jian Yang 0001, Mehmet A. Orgun, Yan Wang 0002 |
WISE (2) | 3 |
| 2012 | Guest Editors' Introduction
Mathias Weske, Jian Yang 0001, Paul P. Maglio |
Int. J. Cooperative Inf. Syst. | 2 |
| 2011 | SOAC Engine: A System to Manage Composite Web Service Authorization
Haiyang Sun 0001, Weiliang Zhao, Jian Yang 0001, Guizhi Shi |
WISE | 3 |
| 2011 | A Change Analysis Tool for Service-Based Business Processes
Yi Wang 0045, Jian Yang 0001, Weiliang Zhao |
WISE | 2 |
| 2008 | BPEL4RBAC: An Authorisation Specification for WS-BPEL
Xin Wang 0030, Yanchun Zhang, Jian Yang 0001 |
WISE | 4 |
| 2006 | The Semantic Web and Web Services
David A. Bell, Christoph Bussler, Jian Yang 0001 |
Inf. Syst. | 3 |
| 2004 | Guest Editors' Introduction: Service Oriented Modeling
Jian Yang 0001, Christoph Bussler |
Int. J. Cooperative Inf. Syst. | 1 |
| 2004 | Service components for managing the life-cycle of service compositions
Jian Yang 0001, Mike P. Papazoglou |
Inf. Syst. | 1 |
| 2003 | Leveraging Web-Services and Peer-to-Peer Networks
Mike P. Papazoglou, Bernd J. Krämer, Jian Yang 0001 |
CAiSE | 3 |
| 2003 | ServiceCom: A Tool for Service Composition Reuse and SpecializationabstractWeb services are becoming the dominant paradigm for distributed computing and electronic business. This has raised the opportunity for service providers and application developers to create value added services by combining Web services. Several Web service composition solutions have been proposed, e.g. BPEL4WS. However, these approaches are either not flexible or too complicated as they lack proper support for modularity and reusability. Motivated by the demand of a light-weighted tool of service composition, we developed ServiceCom, a tool for service composition specification, construction and execution. In this paper we discuss how ServiceCom supports reusable Web service composition specification, combination, and execution. Bart Orriëns, Jian Yang 0001, Mike P. Papazoglou |
WISE | 2 |
| 2003 | A Rule Based Approach to the Service Composition Life-CycleabstractWeb services are becoming the prominent paradigm for distributed computing and electronic business. This has raised the opportunity for service providers and application developers to develop value-added services by combining existing Web services. However the current Web service composition solutions, even for the applications developed on the basis of the standard Business Process Execution Language for Web Services (BPEL for short), are rather restricted and inflexible as they lack proper support for generating dynamic compositions and for managing the service composition life cycle. The ReServCom project proposed here aims to remedy this situation by introducing a rule based approach for Web service composition which combines best practices from rule base systems and software engineering to support parameterization, dynamic binding, and flexible service compositions. Jian Yang 0001, Mike P. Papazoglou, Bart Orriëns, Willem-Jan van den Heuvel |
WISE | 1 |
| 2002 | Web Component: A Substrate for Web Service Reuse and Composition
Jian Yang 0001, Mike P. Papazoglou |
CAiSE | 1 |
| 2001 | Landscaping the information space of large multi-database networks
Mike P. Papazoglou, Henderik A. Proper, Jian Yang 0001 |
Data Knowl. Eng. | 3 |
| 2000 | Advertising Services in the Internet MarketplaceabstractThe Internet now makes it possible for people to build complex applications by combining data and processing offered by different information systems (services) available across the network. These services normally have very diverse data structure and processing capabilities. Query processing in this kind of environment is a difficult problem due to the wide range of capabilities of the services. We believe to have a proper way to describe the structure, functionalities, and capabilities of the services is the first step towards generating feasible and efficient query plan(s) for the underlying service to process. We propose a framework for service description. Jian Yang 0001 |
WISE | 1 |
| 1999 | Materialized View Evolution Support in Data Warehouse EnvironmentabstractAs a sufficiently abstract level, the data in the data warehouse can be seen as a set of materialized views, where the base data resides at the information sources. These materialized views are designed based on the users' requirements (e.g., frequently asked queries). However, a data warehouse is a dynamic environment, i.e., when user query requirement changes, the existing materialized views should evolve to meet the new requirement. These changes will demand schema changes at the warehouse and should be handled with as little disruption or modification to other components of the warehousing system as possible. We propose a framework to determine if the existing materialized views will be affected by the requirement changes, and how they are affected. Algorithms are proposed to deal with the situation when a new query is added in. The aim of the algorithms is to efficiently get the new materialized views by analysing the relationships among queries using MVPP, a specification for a query processing plan. Chuan Zhang 0010, Jian Yang 0001 |
DASFAA | 2 |
| 1999 | Genetic Algorithm for Materialized View Selection in Data Warehouse Environments
Chuan Zhang 0010, Jian Yang 0001 |
DaWaK | 2 |
| 1997 | Algorithms for Materialized View Design in Data Warehousing Environment
Jian Yang 0001, Kamalakar Karlapalem, Qing Li 0001 |
VLDB | 1 |
| 1995 | A Configurable Approach for Object Sharing Among Multidatabase SystemsabstractArticle Free Access Share on A configurable approach for object sharing among multidatabase systems Authors: Jian Yang Dept of Computer Science, University College, UNSW Australian Defence Force Academy, Canberra ACT 2600, Australia Dept of Computer Science, University College, UNSW Australian Defence Force Academy, Canberra ACT 2600, AustraliaView Profile , Mike P. Papazoglou School of Information Systems, Faculty of Information Technology, Queensland University of Technology, Brisbane QLD 4001, Australia School of Information Systems, Faculty of Information Technology, Queensland University of Technology, Brisbane QLD 4001, AustraliaView Profile Authors Info & Claims CIKM '95: Proceedings of the fourth international conference on Information and knowledge managementDecember 1995 Pages 129–136https://doi.org/10.1145/221270.221358Online:02 December 1995Publication History 1citation82DownloadsMetricsTotal Citations1Total Downloads82Last 12 Months1Last 6 weeks0 Get Citation AlertsNew Citation Alert added!This alert has been successfully added and will be sent to:You will be notified whenever a record that you have chosen has been cited.To manage your alert preferences, click on the button below.Manage my AlertsNew Citation Alert!Please log in to your account Save to BinderSave to BinderCreate a New BinderNameCancelCreateExport CitationPublisher SiteeReaderPDF Jian Yang 0001, Mike P. Papazoglou |
CIKM | 1 |
| 1995 | A Frame-Based Approach for Interoperation Support in Multidatabase Systems
Jian Yang 0001, Mike P. Papazoglou |
DEXA | 1 |
| 1993 | Determining Schema Interdependencies in Object-Oriented Multidatabase Systems
Jian Yang 0001, Mike P. Papazoglou |
DASFAA | 1 |
| 1991 | Knowledge-Based Schema Analysis in a Multi-Database
Jian Yang 0001, Mike P. Papazoglou, Louis Marinos |
DEXA | 1 |