Chao Gao 0001

dblp:86/5355-1 · DBLP profile ↗
← Back
39ranked-venue papers in the field
2as first author
28since 2021 · last 2026
0000-0002-5865-2285ORCID · conflict

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

Information Retrieval & Web Search · 13 (1 first)Knowledge Engineering, Semantic Web & Information Systems · 13Data Mining & Knowledge Discovery · 9 (1 first)Database Systems & Data Management · 3Other / Interdisciplinary · 1
YearPublicationVenuePosition
2026 Source Localization in Continuous-Time Propagation via Spectral ODE Modeling
abstract
Source localization has attracted increasing attention in recent years due to its vital role in governing the harmful propagation. However, existing localization methods do not fully consider the temporal characteristics in propagation and struggle to leverage the continuous-time information of real-world propagation scenarios. Moreover, the aggregation ability of GNN based localization models is limited by the structural noise commonly present in complicated real-world topologies. To address these challenges, a Spectral Neural Ordinary Differential Equation (SNODE) is proposed to infer the source in real-world continuous-time scenarios. First, the forward propagation is formulated as a flow based ODE system, and the source localization problem is transformed into an inverse ODE modeling task. Second, a neural process based on a graph variational autoencoder is introduced to encode global latent propagation patterns as a conditioning variable for the ODE system. Third, a spectral graph optimization is performed to suppress topological noise by filtering out high-frequency components that degrade the quality of graph aggregation in the neural process. Comprehensive experiments demonstrate that SNODE not only outperforms the optimal baseline in real-world continuous-time propagation scenarios with an average performance improvement of 43.8%, but also achieves consistently superior performance in synthetic discrete-time datasets with an improvement of 4.5%, highlighting its strong generalization ability in different propagation settings. Our code is available at https://github.com/cgao-comp/SNODE.
Dongpeng Hou, Giulio Cimini, Roberto Benzi, Huixiang Zhang, Zhen Wang 0004, Chao Gao 0001
WWW7
2026 Multi-scale graph contrastive learning for community detection in dynamic graphs
Min Teng, Chao Gao 0001, Xianghua Li, Zhen Wang 0004, Kefeng Fan, Vladimir I. Nekorkin
Inf. Process. Manag.2
2026 LLM-assisted fake news detection with adaptive boosting framework incorporating contrastive learning
Shu Yin 0003, Dongpeng Hou, Wenxin An, Chao Gao 0001, Xianghua Li, Zhen Wang 0004
Inf. Process. Manag.5
2026 A Unified Framework With Capped Tensor Norm Minimization for Multiview Subspace Learning
Zhi Wang 0015, Tao Jia 0001, Chao Gao 0001, Zhen Wang 0004
IEEE Trans. Knowl. Data Eng.5
2026 Noise-Filtering Enhanced Graph Transformer for Robust Fake News Detection
abstract
The rapid spread of fake news on social media has significantly increased the importance of computational detection methods. Graph-based approaches, particularly Graph Neural Networks (GNNs), have emerged as powerful tools for modeling news propagation patterns. Despite their potential, current GNN-based methods still face challenges in robustness and interpretability due to two key shortcomings: they inadequately filter out irrelevant user-induced noise within propagation graphs, and their shallow architectures fail to effectively capture the intricate long-range dependencies characteristic of news propagation. To overcome these limitations, we propose NEGT (Noise-filtering Enhanced Graph Transformer), a novel graph Transformer framework explicitly designed for fake news detection. NEGT introduces a noise-augmented information bottleneck strategy embedded within its self-attention mechanism, effectively identifying and removing task-irrelevant interactions. Additionally, we propose a novel relational propagation graph encoding a strategy that explicitly captures multi-scale user relationships and propagation depth, enabling NEGT to model long-sequence propagation dependencies accurately. Experiments on various benchmark datasets show that NEGT surpasses current methods in accuracy, noise robustness, and interpretability.
Junyou Zhu, Chao Gao 0001, Ze Yin, Xianghua Li, Zhen Wang 0004, Jürgen Kurths
IEEE Trans. Knowl. Data Eng.2
2025 Enhancing Information Diffusion Prediction via Multiple Granularity Hypergraphs and Position-aware Sequence Model
abstract
With the rise of social media, accurately predicting information diffusion has become crucial for a wide range of applications. Existing methods usually employ sequential hypergraphs to model users' latent interaction preferences and use self-attention mechanisms to capture dependencies with users. However, they typically focus on a single temporal scale and lack the ability to effectively model temporal influence, which limits their performance in diffusion prediction tasks. To address these limitations, we propose a novel method (MHPS) to enhance information diffusion prediction via multiple granularity hypergraphs and a position-aware sequence model. Specifically, MHPS constructs hypergraph sequences of different granularities by grouping user interactions according to various time intervals. Additionally, to further enhance the modeling of temporal influence, two types of cross-attention mechanisms, namely next-step positional cross-attention and source influence cross-attention, are introduced within the cascade representation. The next-step positional cross-attention captures target position awareness, while the source influence cross-attention focuses on the impact of the initial source. Then, gating mechanisms and GRUs are employed to fuse the different attention outputs and predict the next target user. Extensive experiments on real-world datasets demonstrate that MHPS achieves competitive performance against state-of-the-art methods. The average improvements are up to 7.82% in terms of Hits@10 and 5.60% in terms of MAP@100. Our code is available at https://github.com/cgao-comp/MHPS.
Weikai Jing, Haotong Du, Songxin Wang, Chao Gao 0001
CIKM6
2025 MFAE: Multimodal Feature Adaptive Enhancement for Fake News Video Detection
abstract
With the rapid global growth of short video platforms, the spread of fake news has become increasingly prevalent, creating an urgent demand for effective automated detection methods. Current approaches typically rely on feature extractors to gather information from multiple modalities and then generate predictions through classifiers. However, these methods often fail to fully utilize the complex information across all modalities and overlook the potential for video manipulation, limiting their overall performance. To tackle these issues, MFAE is proposed, a novel framework for Multimodal Feature Adaptive Enhancement for Fake News Video Detection. The framework starts by extracting semantic and emotional features from the news, which are the basis for generating coarse multimodal representations. These representations are further refined through Adaptive Enhancement, a module specifically designed to strengthen the visual and audio modalities. Subsequently, spatial and temporal features are extracted separately, with temporal features undergoing additional refinement via a Temporal Enhancement module. The final result is obtained by feeding the individually enhanced features into the multimodal feature integration module for interaction Comprehensive experiments on two benchmark datasets highlight the exceptional performance of MFAE in detecting fake news on short video platforms. Specifically, the method achieves accuracy improvements of 2.21% and 4.35% on FakeSV and FakeTT, respectively.
Jiao Qiao, Haotong Du, Xianghua Li, Chao Gao 0001, Zhen Wang 0004
CIKM6
2025 CAGCL: A Community-Aware Graph Contrastive Learning Model for Social Bot Detection
abstract
Malicious social bot detection is vital for social network security. While graph neural networks (GNNs) based methods have improved performance by modeling structural information, they often overlook latent community structures, resulting in homogeneous node representations. Leveraging community structures, which capture discriminative group-level patterns, is therefore essential for more robust detection. In this paper, we propose a new Community-Aware Graph Contrastive Learning (CAGCL) framework for enhanced social bot detection. Specifically, CAGCL first exploits the latent community structures to uncover the potential group-level patterns. Then, a dual-perspective community enhancement module is proposed, which strengthens the structural awareness and reinforces topological consistency within communities, thereby enabling more distinctive node representations and deeper intra-community message passing. Finally, a community-aware contrastive learning module is proposed, which considers nodes within the same community as positive pairs and those from different communities as negative pairs, enhancing the discriminability of node representations. Extensive experiments conducted on multiple benchmark datasets demonstrate that CAGCL consistently outperforms state-of-the-art baselines. The code is available at https://github.com/cgao-comp/.
Kaihang Wei, Min Teng, Haotong Du, Songxin Wang, Jinhe Zhao, Chao Gao 0001
CIKM6
2025 Tree-Based Approach for Time-Independent Diffusion Network Inference
Weikai Jing, Chao Gao 0001, Kefeng Fan, Hailong Cheng, Zhijie Shen, Zhen Wang 0004
KSEM (1)3
2025 D2: Customizing Two-Stage Graph Neural Networks for Early Rumor Detection through Cascade Diffusion Prediction
abstract
Early rumor detection is crucial for mitigating the widespread dissemination of misinformation. Existing methods predominantly rely on complete rumor diffusion graphs, which are challenging to obtain in real-world scenarios, complicating early detection efforts. To address this challenge, we propose D2, a two-stage framework for early rumor Detection, integrating cascade Diffusion prediction. This framework aims to enhance early rumor detection by incorporating diffusion prediction capabilities. Specifically, a dynamic heterogeneous graph neural network (GNN) is developed to jointly model users' social and propagation graphs, enabling accurate prediction of potential diffusion paths using limited observed data within short time windows. The inferred diffusion paths are then integrated with early-stage data, and GNNs are employed for graph classification. However, the varying data distributions across different social media platforms necessitate extensive tuning to optimize GNN architectures. To facilitate the detection of rumor diffusion graphs at the initial stages, a search space is designed across four dimensions- aggregation, merge, readout, and sequence functions-encompassing various GNN architectures. Subsequently, D2 employs an efficient differentiable search algorithm to identify high-performance GNNs within this search space. Experimental results on real social media datasets demonstrate that this approach significantly improves both the accuracy and robustness of early rumor detection.
Chao Gao 0001, Xianghua Li, Zhen Wang 0004
WSDM2
2025 Improving multimodal fake news detection by leveraging cross-modal content correlation
Jiao Qiao, Xianghua Li, Chao Gao 0001, Lianwei Wu, Junwei Feng, Zhen Wang 0004
Inf. Process. Manag.3
2025 TFGIN: Tight-Fitting Graph Inference Network for Table-based Fact Verification
abstract
Fact verification task has emerged as an essential research topic recently due to abundant fake news spreading on the Internet. The task based on unstructured data (i.e., news) has achieved great development, but the task based on structured data (i.e., table) is still in the primary development period. The existing methods usually construct complete heterogeneous graph networks around statement, table, and program subgraphs, and then infer to learn similar semantics on them for fact verification. However, they generally connect the nodes with the same content between subgraphs directly to frame a larger graph network, which has serious sparsity in connections, especially when subgraphs possess limited semantics. To this end, we propose tight-fitting graph inference network (TFGIN), which innovatively builds tight-fitting graphs (TF-graphs) to strengthen the connections of subgraphs and designs inference modeling layer (IML) to learn coherence evidence for fact verification. Specifically, different from traditional connection ways, the constructed TF-graph enhances inter-graph and intra-graph connections of subgraphs through subgraph segmentation and interaction guidance mechanisms. IML could reason the semantics with strong correlation and high consistency as explainable evidence. Experiments on three competitive datasets confirm the superiority and scalability of our TFGIN.
Lianwei Wu, Kunlin Nie, Sensen Guo, Chao Gao 0001, Zhen Wang 0004, Shudong Li
ACM Trans. Inf. Syst.5
2024 New Localization Frameworks: User-centric Approaches to Source Localization in Real-world Propagation Scenarios
abstract
Source localization in social platforms is critical for managing and controlling the misinformation spreading. Despite all the recent advancements, existing methods do not consider the dynamic and heterogeneous propagation behaviors of users and are developed based on simulated data with strong model assumptions, limiting the application in real-world scenarios. This research addresses this limitation by presenting a novel framework for source localization, grounded in real-world propagation cascades from platforms like Weibo and Twitter. What's more, recognizing the user-driven nature of users in information spread, we systematically crawl and integrate user-specific profiles, offering a realistic understanding of user-driven propagation dynamics. In summary, by developing datasets derived from real-world propagation cascades, we set a precedent in enhancing the authenticity and practice of source identification for social media. Our comprehensive experiments not only validate the feasibility and rationale of our novel user-centric localization approaches but also emphasize the significance of considering user profiles in real-world propagation scenarios. The code is available at https://github.com/cgao-comp/NFSL.
Dongpeng Hou, Chao Gao 0001, Xianghua Li, Zhen Wang 0004
CIKM3
2024 Inferring Information Diffusion Networks without Timestamps
abstract
The topology of diffusion networks plays an essential role in understanding information propagation dynamics and conducting social network analysis. However, diffusion networks are often unobservable in practical applications, leading to wide research on network inference from information cascades over the past decade. At present, novel cascades-based methods have been further developed to recover temporal dynamics and network topology by exploring the utilization of node temporal information, resulting in notable advancements. However, it requires high costs to acquire extensive temporal information, and the performance of network inference may decrease due to potential observational errors. Therefore, this paper specifically focuses on the time-independent scenario to address these limitations. Firstly, this paper models the node statuses of each diffusion process by leveraging the assumption of propagation trees based on the well-known independent cascade model. Subsequently, a gradient-based approach is developed to estimate the influences between nodes, facilitating the inference of network structure. Furthermore, this paper proposes a Monte Carlo EM-based approach to enhance the efficiency of network inference while maintaining comparable accuracy. Extensive experiments are conducted to verify the efficiency and effectiveness of our approaches on both synthetic and real-world networks.
Dongpeng Hou, Chao Gao 0001, Xianghua Li, Zhen Wang 0004
CIKM3
2024 Propagation Structure-Aware Graph Transformer for Robust and Interpretable Fake News Detection
abstract
The rise of social media has intensified fake news risks, prompting a growing focus on leveraging graph learning methods such as graph neural networks (GNNs) to understand post-spread patterns of news. However, existing methods often produce less robust and interpretable results as they assume that all information within the propagation graph is relevant to the news item, without adequately eliminating noise from engaged users. Furthermore, they inadequately capture intricate patterns inherent in long-sequence dependencies of news propagation due to their use of shallow GNNs aimed at avoiding the over-smoothing issue, consequently diminishing their overall accuracy. In this paper, we address these issues by proposing the Propagation Structure-aware Graph Transformer (PSGT). Specifically, to filter out noise from users within propagation graphs, PSGT first designs a noise-reduction self-attention mechanism based on the information bottleneck principle, aiming to minimize or completely remove the noise attention links among task-irrelevant users. Moreover, to capture multi-scale propagation structures while considering long-sequence features, we present a novel relational propagation graph as a position encoding for the graph Transformer, enabling the model to capture both propagation depth and distance relationships of users. Extensive experiments demonstrate the effectiveness, interpretability, and robustness of our PSGT.
Junyou Zhu, Chao Gao 0001, Ze Yin, Xianghua Li, Jürgen Kurths
KDD2
2024 RumorMixer: Exploring Echo Chamber Effect and Platform Heterogeneity for Rumor Detection
Chao Gao 0001, Xianghua Li, Zhen Wang 0004
ECML/PKDD (1)2
2023 DBA: An Efficient Approach to Boost Transfer-Based Adversarial Attack Performance Through Information Deletion
Zepeng Fan, Peican Zhu, Chao Gao 0001, Jinbang Hong, Keke Tang
KSEM (2)3
2023 Pairwise-interactions-based Bayesian Inference of Network Structure from Information Cascades
abstract
An explicit network structure plays an important role when analyzing and understanding diffusion processes. In many scenarios, however, the interactions between nodes in an underlying network are unavailable. Although many methods for inferring a network structure from observed cascades have been proposed, they did not perceive the relationship between pairwise interactions in a cascade. Therefore, this paper proposes a Pairwise-interactions-based Bayesian Inference method (named PBI) to infer the underlying diffusion network structure. More specifically, to get more accurate inference results, we measure the weights of each candidate pairwise interaction in different cascades and add them to the likelihood of a contagion process. In addition, a pre-pruning work is introduced for candidate edges to further improve the inference efficiency. Experiments on synthetic and real-world networks show that PBI achieves significantly better results.
Chao Gao 0001, Zhen Wang 0004, Xianghua Li, Xuelong Li 0001
WWW1
2023 Lightweight source localization for large-scale social networks
abstract
The rapid diffusion of hazardous information in large-flow-based social media causes great economic losses and potential threats to society. It is crucial to infer the inner information source as early as possible to prevent further losses. However, existing localization methods wait until all deployed sensors obtain propagation information before starting source inference within a network, and hence the best opportunity to control propagation is missed. In this paper, we propose a new localization strategy based on finite deployed sensors, named Greedy-coverage-based Rapid Source Localization (GRSL), to rapidly, flexibly and accurately infer the source in the early propagation stage of large-scale networks. There are two phases in GRSL. In the first phase, the Greedy-based Strategy (GS) greedily deploys sensors to rapidly achieve wide area coverage at a low cost. In the second phase, when a propagation event within a network is observed by a part of the sensors, the Inference Strategy (IS) with an earlier response mechanism begins executing the source inference task in an earlier small infected area. Comprehensive experiments with the SOTA methods demonstrate the superior performance and robustness of GRSL in various application scenarios.
Zhen Wang 0004, Dongpeng Hou, Chao Gao 0001, Xuelong Li 0001
WWW3
2022 Integrating Global Features into Neural Collaborative Filtering
Langzhou He, Songxin Wang, Chao Gao 0001
KSEM (2)4
2022 GM-Attack: Improving the Transferability of Adversarial Attacks
Jinbang Hong, Keke Tang, Chao Gao 0001, Songxin Wang, Sensen Guo, Peican Zhu
KSEM (3)3
2022 A Rapid Source Localization Method in the Early Stage of Large-scale Network Propagation
abstract
Recently, the rapid diffusion of malicious information in online social networks causes great harm to our society. Therefore, it is of great significance to localize diffusion sources as early as possible to stem the spread of malicious information. This paper proposes a novel sensor-based method, called greedy full-order neighbor localization (denoted as GFNL), to solve this problem under a low infection propagation in line with the real world. More specifically, GFNL includes two main components, i.e., the greedy-based sensor deployment strategy (DS) and direction-path-based source estimation strategy (ES). In more detail, to ensure sensors can observe a propagation information as early as possible, a set of sensors is deployed in a network to minimize the geodesic distance (i.e., the distance of the shortest path) between the candidate set and the sensor set based on DS. Then when a fraction of sensors observe a propagation, ES infers the source based on the idea that the distance of the actual propagation path is proportional to the observed time. Compared with some state-of-the-art methods, comprehensive experiments have proved the superiority and robustness of our proposed GFNL.
Zhen Wang 0004, Dongpeng Hou, Chao Gao 0001, Jiajin Huang, Qi Xuan 0001
WWW3
2022 Evolutionary Markov Dynamics for Network Community Detection
abstract
Community structure division is a crucial problem in the field of network data analysis. Algorithms based on Markov chains are easy to use and provide promising solutions for community detection. In a Markov chain-based algorithm (i.e., MCL), a flow distribution matrix and a transition matrix are used to describe stochastic flows and transition probabilities, respectively, on a network. The dynamic interaction process between stochastic flows and transition probabilities in MCLs is manifested through an iterative process of updating the abovementioned two matrices. As one of the key mechanisms of MCLs, such a dynamic process for increasing the inhomogeneity directly affects the accuracy and computational cost of MCL-based methods. Inspired by a kind of positive feedback interaction of a dendritic network of tube-like amoeba cell pseudopodia (named thePhysarumforaging network), aPhysarum-inspired relationship among vertices is proposed to enhance the transition probability in the dynamic process of MCL-based community detection algorithms. Specifically, the proposed hybrid community detection algorithm can adaptively search for a better combination of parameters based on a genetic algorithm. Some experiments are carried out on both static and dynamic networks. The results show that the uniquePhysaruminspired algorithm achieved better computational efficiency and detection performance than other algorithms.
Zhen Wang 0004, Xianghua Li, Chao Gao 0001, Xuelong Li 0001, Junyou Zhu
IEEE Trans. Knowl. Data Eng.4
2021 Identification of Critical Nodes in Urban Transportation Network Through Network Topology and Server Routes
Shihong Jiang, Ze Yin, Zhen Wang 0004, Songxin Wang, Chao Gao 0001
KSEM6
2021 Enhanced Self-node Weights Based Graph Convolutional Networks for Passenger Flow Prediction
Fan Zhang 0094, Junyou Zhu, Zhen Wang 0004, Chao Gao 0001
KSEM6
2021 Medication Combination Prediction via Attention Neural Networks with Prior Medical Knowledge
Haiqiang Wang, Xuyuan Dong, Junyou Zhu, Peican Zhu, Chao Gao 0001
KSEM6
2021 A Semi-supervised Multi-objective Evolutionary Algorithm for Multi-layer Network Community Detection
Ze Yin, Yue Deng 0003, Fan Zhang 0094, Peican Zhu, Chao Gao 0001
KSEM6
2021 Community Detection in Dynamic Networks: A Novel Deep Learning Method
Fan Zhang 0094, Junyou Zhu, Zhen Wang 0004, Chao Gao 0001
KSEM6
2019 A New Multi-objective Evolution Model for Community Detection in Multi-layer Networks
Xuejiao Chen, Xianghua Li, Yue Deng 0003, Siqi Chen 0001, Chao Gao 0001
KSEM (1)5
2018 Measuring the Diversity and Dynamics of Mobility Patterns Using Smart Card Data
Chengmei Liu, Chao Gao 0001, Yingchu Xin
KSEM (2)2
2017 An Enhanced Markov Clustering Algorithm Based on Physarum
Mingxin Liang, Chao Gao 0001, Xianghua Li, Zili Zhang 0001
PAKDD (1)2
2017 A Physarum-Inspired Ant Colony Optimization for Community Mining
Mingxin Liang, Chao Gao 0001, Xianghua Li, Zili Zhang 0001
PAKDD (1)2
2017 A hybrid evolutionary algorithm for community detection
abstract
Evolutionary algorithm belongs to the behaviorism which is one of major approaches to artificial intelligence. Community detection is one of the important applications of the evolutionary algorithm. Detecting the community structure, an essential property for complex networks, can help us understand the inherent functions of real systems. It has been proved that genetic algorithm (GA) is feasible for community detection, and yet existing GA-based community detection algorithms still need improving in terms of their robustness and accuracy. A Physarum-based network model (PNM) with an intelligence of recognizing inter-community edges based on a kind of multi-headed slime mold, has been proposed in the phase of GA's initialization for optimization. In this paper, integrated with PNM after three operators of GA during the process of community detection, a novel genetic algorithm, called P-GACD, is proposed to improve the efficiency of GA for community detection. In addition, some experiments are implemented in five real-world networks to evaluate the performance of P-GACD. The results reveal that P-GACD shows an advantage in terms of the robustness and accuracy, contrasted with the existing algorithms.
Fanzhen Liu, Zhengpeng Chen, Yali Cui, Xianghua Li, Chao Gao 0001
WI6
2014 A C-DBSCAN Algorithm for Determining Bus-Stop Locations Based on Taxi GPS Data
Chao Gao 0001, Binfeng Wang, Zili Zhang 0001
ADMA3
2014 Dividing Traffic Sub-areas Based on a Parallel K-Means Algorithm
Binfeng Wang, Chao Gao 0001, Dawen Xia, Zhuobo Rong, Zili Zhang 0001
KSEM3
2013 The Spontaneous Behavior in Extreme Events: A Clustering-Based Quantitative Analysis
Ning Shi, Chao Gao 0001, Zili Zhang 0001, Lu Zhong, Jiajin Huang
ADMA (1)2
2011 A dynamic trust network for autonomy-oriented partner finding
Jiming Liu 0001, Hongjun Qiu, Ning Zhong 0001, Chao Gao 0001
J. Intell. Inf. Syst.4
2011 Network immunization and virus propagation in email networks: experimental evaluation and analysis
Chao Gao 0001, Jiming Liu 0001, Ning Zhong 0001
Knowl. Inf. Syst.1
2009 Virus Propagation and Immunization Strategies in Email Networks
Jiming Liu 0001, Chao Gao 0001, Ning Zhong 0001
ADMA2