Geyong Min

dblp:96/3727 · DBLP profile ↗
← Back
27ranked-venue papers in the field
0as first author
19since 2021 · last 2026
0000-0003-1395-7314ORCID · verified

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

Database Systems & Data Management · 8Knowledge Engineering, Semantic Web & Information Systems · 8Data Mining & Knowledge Discovery · 5Information Retrieval & Web Search · 5Other / Interdisciplinary · 1
YearPublicationVenuePosition
2026 SARC: Sentiment-Augmented Deep Role Clustering for Fake News Detection
abstract
Fake news detection has been a long-standing research focus in social networks. Recent studies suggest that incorporating sentiment information from both news content and user comments can enhance detection performance. However, existing approaches typically treat sentiment features as auxiliary signals, overlooking role differentiation, that is, the same sentiment polarity may originate from users with distinct roles, thereby limiting their ability to capture nuanced patterns for effective detection. To address this issue, we propose SARC, a Sentiment-Augmented Role Clustering framework which utilizes sentiment-enhanced deep clustering to identify user roles for improved fake news detection. The framework first generates user features through joint comment text representation (with BiGRU and Attention mechanism) and sentiment encoding. It then constructs a differentiable deep clustering module to automatically categorize user roles. Finally, unlike existing approaches which take fake news label as the unique supervision signal, we propose a joint optimization objective integrating role clustering and fake news detection to further improve the model performance. Experimental results on two benchmark datasets, RumourEval-19 and Weibo-comp, demonstrate that SARC achieves superior performance across all metrics compared to baseline models. The code is available at: https://github.com/jxshang/SARC.
Jingqing Wang 0002, Jiaxing Shang, Fei Hao 0001, Tianjin Huang, Geyong Min
WSDM6
2026 SGExplainer: Balanced Path-based Signed Graph Neural Network Explanation for Link Sign Prediction
abstract
Signed Graph Neural Networks (SGNNs) have achieved outstanding performance in Link Sign Prediction (LSP), which involves predicting the existence and polarity of edges, by effectively modeling positive and negative interactions in signed graphs. However, their black-box nature raises transparency concerns, necessitating faithful explanations of model behavior to ensure trustworthiness and accountability. Existing eXplainable GNN (XGNN) methods, primarily designed for unsigned graphs, struggle to provide meaningful and human-understandable explanations for SGNN-based LSP, often generating disconnected subgraph explanations or neglecting the unique sign interactions. To address the gap, we propose SGExplainer, a novel method that leverages balanced paths, a concept rooted in signed graph theory, to provide clear and faithful explanations for LSP. SGExplainer employs a path-enforcing mask learning framework that ensures interpretable balanced path generation while maintaining explanation fidelity. Extensive experiments on real-world signed graphs demonstrate that SGExplainer consistently provides faithful and intuitive explanations for various SGNNs, outperforming state-of-the-art baselines in explanation quality, interpretability, and efficiency.
Jia Hu 0001, Geyong Min, Fei Hao 0001
WWW3
2026 TRACE: Trajectory Recovery with State Propagation Diffusion for Urban Mobility
abstract
High-quality GPS trajectories are essential for location-based web services and smart city applications, including navigation, ride-sharing and delivery. However, due to low sampling rates and limited infrastructure coverage during data collection, real-world trajectories are often sparse and feature unevenly distributed location points. Recovering these trajectories into dense and continuous forms is essential but challenging, given their complex and irregular spatio-temporal patterns. In this paper, we introduce a novel diffusion model for TRA jectory rEC overy named TRACE, which reconstruct dense and continuous trajectories from sparse and incomplete inputs. At the core of TRACE, we propose a State Propagation Diffusion Model (SPDM), which integrates a novel memory mechanism, so that during the denoising process, TRACE can retain and leverage intermediate results from previous steps to effectively reconstruct those hard-to-recover trajectory segments. Extensive experiments on multiple real-world datasets show that TRACE outperforms the state-of-the-art, offering >26% accuracy improvement without significant inference overhead. Our work strengthens the foundation for mobile and web-connected location services, advancing the quality and fairness of data-driven urban applications. Code is available at:~ https://github.com/JinmingWang/TRACE
Hai Wang 0019, Hongkai Wen 0001, Geyong Min, Man Luo 0001
WWW4
2026 Dir-GD: Directed Graph Distillation
abstract
Graph-structured data effectively captures complex relationships in diverse domains such as social networks, financial transactions, citation networks, and recommendation systems. Graph Neural Networks (GNNs) excel in learning intricate topological patterns, yielding strong performance on tasks like node classification and link prediction. However, real-world graphs often scale to millions of nodes and billions of directed edges, posing significant computational and storage challenges for GNN training that frequently exceed available hardware limits. Although graph sampling and distillation techniques alleviate these issues by subsampling or creating surrogate graphs, they primarily handle undirected graphs, neglecting directional semantics that are crucial for applications like fraud detection and causal analysis. To address these limitations, we introduce the Directed Graph Distillation (Dir-GD) framework, which combines distributed learning with community detection to divide large directed graphs into independent subgraphs for distributed directed GNN training. This process culminates in parameter aggregation to produce a compact global synthetic graph that preserves essential topology and directionality. Extensive experiments on large-scale datasets, such as the million-node soc-pokec-relationships, demonstrate over 91% accuracy at 0.001 distillation ratios, accompanied by substantial memory and runtime savings. This work pioneers directed graph distillation as a key paradigm for analyzing ultra-large directed graphs, offering a scalable solution that maintains high fidelity in compressed representations.
Fei Hao 0001, Jianrui Chen 0002, Jia Hu 0001, Geyong Min
WWW6
2026 HALO: Hierarchical Reinforcement Learning for Large-Scale Adaptive Traffic Signal Control
abstract
Adaptive traffic signal control (ATSC) is essential for mitigating urban congestion in modern smart cities, where traffic infrastructure is evolving into interconnected Web-of-Things (WoT) environments with thousands of sensing-and-control nodes. However, existing methods face a critical scalability-coordination tradeoff: centralized approaches optimize global objectives but become computationally intractable at city scale, while decentralized multi-agent methods scale efficiently yet lack network-level coherence, resulting in suboptimal performance. In this paper, we present HALO, a hierarchical reinforcement learning framework that addresses this tradeoff for large-scale ATSC. HALO decouples decision-making into two levels: a high-level global guidance policy employs Transformer-LSTM encoders to model spatio-temporal dependencies across the entire network and broadcast compact guidance signals, while low-level local intersection policies execute decentralized control conditioned on both local observations and global context. To ensure better alignment of global-local objectives, we introduce an adversarial goal-setting mechanism where the global policy proposes challenging-yet-feasible network-level targets that local policies are trained to surpass, fostering robust coordination. We evaluate HALO extensively on multiple standard benchmarks, and a newly constructed large-scale Manhattan-like network with 2,668 intersections under real-world traffic patterns, including peak transitions, adverse weather and holiday surges. Results demonstrate HALO shows competitive performance and becomes increasingly dominant as network complexity grows across small-scale benchmarks, while delivering the strongest performance in all large-scale regimes, offering up to 6.8% lower average travel time and 5.0% lower average delay than the best state-of-the-art.
Yaqiao Zhu 0001, Hongkai Wen 0001, Geyong Min, Man Luo 0001
WWW3
2026 Maximal Balanced Quasi-Clique Enumeration in Signed Graphs
abstract
Quasi-clique is one of the most fundamental models for characterizing cohesive subgraphs in network analysis. However, existing quasi-clique definitions and identification algorithms are designed for unsigned graphs, while many real-world networks are modeled as signed graphs with positive and negative edges representing cooperative and adversarial interactions between entities. Therefore, it remains an open problem to define a quasi-clique model tailored for signed graphs. Motivated by this, we propose the maximal balanced \( (\gamma_{1},\gamma_{2}) \) -quasi-clique (MBQC) model, which not only preserves the essence of quasi-completeness but also aligns with the foremost structural balance theory for signed graphs. Specifically, we formulate the problem of MBQCs enumeration in a given signed graph and prove its NP-hardness. To address this problem, we devise a novel branch-and-bound algorithm to efficiently enumerate all MBQCs in a signed graph, which is further optimized with several carefully-crafted techniques to prune unpromising search spaces and enhance enumeration efficiency. Extensive experiments on real-world datasets demonstrate the efficiency, scalability, and effectiveness of our MBQC model and algorithms.
Jia Hu 0001, Fei Hao 0001, Geyong Min, Lei Liu 0003
ACM Trans. Knowl. Discov. Data4
2026 ReFEND: Leveraging Social Sentiment Resonances for Fake News Detection
abstract
Fake news detection is a hot topic in the social media mining research community. Recent studies have shown that sentiment signals could significantly benefit the detection performance. However, most existing methods treat sentiment merely as auxiliary features, while the more sophisticated social sentiment interactions were rarely explored. In this paper, we propose a novel framework named ReFEND, which leverages the sentiment resonances among the social users (i.e., social sentiment resonances) and the sentiment relationship between news content and user comments to improve the detection performance. Specifically, we first utilize sentiment scorers to assess the sentiment of comments and identify users' emotional tendencies. Then we creatively construct a sentiment-aware multi-relational graph to capture social sentiment resonances evoked by the content and the interactions between comments and news. Next, we leverage the relational graph convolutional network (RGCN), which specializes in handling multi-relational graph data, to learn the interactions on sentiment-aware graph. To our best knowledge, this is the first effort to leverage social sentiment resonances for fake news detection. Experimental results on three datasets indicate that ReFEND significantly outperforms the state-of-the-art sentiment-based methods in terms of F1 and accuracy. Besides, ablation studies demonstrate the effectiveness of components designed in ReFEND.
Mengya Guan, Jiaxing Shang, Fei Hao 0001, Geyong Min
IEEE Trans. Knowl. Data Eng.6
2026 MESE: Mining Emotional and Semantic Evolution From User Comments for Fake News Detection
abstract
Nowadays, social media platforms have become primary channels for dissemination of fake news. On these platforms, user comments provide direct reactions and insights into the content being shared, offering valuable clues for effective fake news detection. However, existing approaches predominantly analyze comments from an isolated, single-comment perspective, overlooking the broader insights from the entire comment section. To address this limitation, this paper comprehensively considers three key factors within the comment section: emotional evolution, semantic evolution, and diversity of user attention, based on which a novel fake news detection model MESE is proposed by mining the emotional and semantic evolution from user comments. Specifically, to capture the diversity of user attention toward different news segments, we first propose a news-conditioned comment attention mechanism to obtain news-enhanced comment representations. Next, a gating mechanism is introduced to deeply integrate emotional and semantic features. Additionally, we develop a comment emotional and semantic evolution module to capture shifts in public reactions over time. Finally, these diverse representations are fused to generate prediction results. Extensive experiments on two public datasets demonstrate the superior performance of MESE. Further case studies and ablation experiments validate the rationality of our design and the effectiveness of the model components.
Jiaxing Shang, Mengya Guan, Jingqing Wang 0002, Haoyue Cui, Geyong Min
IEEE Trans. Knowl. Data Eng.6
2025 DBCGM: A Granular Model for Big Data Classification Based on Data Bisection and Cascade Weighted Clustering
Jiande Huang, Yuhui Deng 0001, Yi Zhou 0009, Shujie Pang, Qifen Yang, Geyong Min
IEEE Trans. Knowl. Data Eng.6
2025 Gecko: Efficient Sliding Window Aggregation With Granular-Based Bulk Eviction Over Big Data Streams
abstract
Sliding window aggregation, which extracts summaries from data streams, is a core operation in streaming analysis. Though existing sliding window algorithms that perform single eviction and insertion operations can achieve a worst-case time complexity of$O(1)$for in-order streams, real-world data streams often involve out-of-order data and exhibit burst data characteristics, which pose performance challenges to these sliding window algorithms. To address this challenging issue, we proposeGecko- a novel sliding window aggregation algorithm that supports bulk eviction. Gecko leverages a granular-based eviction strategy for various bulk sizes, enabling efficient bulk eviction while maintaining the performance close to that of in-order stream algorithms for single evictions. For large data bulks, Gecko performs coarse-grained eviction at the chunk level, followed by fine-grained eviction using leftward binary tree aggregation (LTA) as a complementary method. Moreover, Gecko partitions data based on chunks to prevent the impacts of out-of-order data on other chunks, thereby enabling efficient handling of out-of-order data streams. We conduct extensive experiments to evaluate the performance of Gecko. Experimental results demonstrate that Gecko exhibits superior performance over other solutions, which is consistent with theoretical expectations. In real-world data scenarios, Gecko improves the average throughput of the state-of-the-art algorithm b_FiBA by 1.7 times, with a maximum improvement of up to 3.5 times. Gecko also demonstrates the best latency performance among all compared schemes.
Jianjun Li 0012, Yuhui Deng 0001, Jiande Huang, Yi Zhou 0009, Qifen Yang, Geyong Min
IEEE Trans. Knowl. Data Eng.6
2025 DVCAE: Semi-Supervised Dual Variational Cascade Autoencoders for Information Popularity Prediction
abstract
Predicting information popularity in social networks has become a central focus of network analysis. While recent advancements have been made, most existing approaches rely solely on the final cascade size as the primary supervision signal for model optimization. This narrow focus limits the model generalization ability, particularly when faced with highly heterogeneous cascades. Additionally, in real-world scenarios, obtaining detailed social relationships is challenging, complicating effective structural feature learning. To address these issues, this paper proposes a semi-supervised model called Dual Variational Cascade AutoEncoders (DVCAE), which leverages parallel structural and temporal variational autoencoders for enhanced feature learning and popularity prediction. The model first aggregates multiple cascades into a global interaction graph, enabling structural information sharing across cascades. Then, it applies sparse matrix factorization-based graph embedding and graph filtering techniques on global and local cascade graphs respectively, generating initial node embeddings that are insensitive to topological perturbations. After that, two parallel variational autoencoders are designed to generate hidden representations for structural and temporal features respectively, with two self-supervised reconstruction losses integrated into the prediction loss to enrich supervision signals. Extensive experiments conducted on three real-world datasets demonstrate that DVCAE outperforms state-of-the-art models in terms of prediction accuracy.
Jiaxing Shang, Xueqi Jia, Xiaoquan Li, Fei Hao 0001, Geyong Min
IEEE Trans. Knowl. Data Eng.6
2024 Learning complex predicates for cardinality estimation using recursive neural networks
Zhi Wang 0020, Hancong Duan, Yamin Cheng, Geyong Min
Inf. Syst.4
2023 Model-Agnostic Reachability Analysis on Deep Neural Networks
Wenjie Ruan, Peipei Xu, Geyong Min, Xiaowei Huang 0001
PAKDD (1)5
2023 GNN-based long and short term preference modeling for next-location prediction
Yunliang Chen 0002, Xiaohui Huang 0002, Jianxin Li 0001, Geyong Min
Inf. Sci.5
2022 IM2Vec: Representation learning-based preference maximization in geo-social networks
Ziwei Jin, Jiaxing Shang, Wancheng Ni, Liang Zhao 0004, Dajiang Liu, Baohua Qiang, Wu Xie, Geyong Min
Inf. Sci.8
2022 Data anonymization evaluation for big data and IoT environment
Chunchun Ni, Shancang Li, Prosanta Gope, Geyong Min
Inf. Sci.4
2021 Maximal Multipolarized Cliques Search in Signed Networks
abstract
The increasing of group polarization on social media seriously impacts on the health of public discourse and information dissemination. At present, detecting polarized structures in signed networks is well-motivated for studying the group polarization on social media. However, most studies restricted the number of polarized structures to only two, while neglecting the real-world scenario where signed networks consist of multiple polarized structures, that is an unreasonable assumption. To conquer the limitations of the existing work, in this paper, we present a novel cohesive subgraph model based on structural clusterable theory, named maximal multipolarized clique (MMC), which can be partitioned into k polarized subcliques such that the edges in subcliques are positive and the edges between subcliques are negative. This paper formulates the problem of Maximal Multipolarized Cliques Search (MMCS) in signed networks which is proved to be NP-hard. To address this problem, we first devise powerful pruning rules to reduce the signed network significantly and further develop an efficient algorithm to search all maximal multipolarized cliques in the reduced signed network. The experimental results on real-world signed networks demonstrate the efficiency and effectiveness of our algorithm.
Fei Hao 0001, Geyong Min, Zhipeng Cai 0001
SIGIR3
2021 Incremental construction of three-way concept lattice for knowledge discovery in social networks
Fei Hao 0001, Geyong Min, Vincenzo Loia
Inf. Sci.3
2021 Maximizing positive influence in competitive social networks: A trust-based solution
Feng Wang 0051, Jinhua She, Yasuhiro Ohyama, Geyong Min, Guojun Wang 0001, Min Wu 0002
Inf. Sci.5
2019 An Exploration of Cross-Modal Retrieval for Unseen Concepts
Fangming Zhong, Zhikui Chen, Geyong Min
DASFAA (2)3
2019 Data-driven dynamic resource scheduling for network slicing: A Deep reinforcement learning approach
Haozhe Wang 0001, Yulei Wu, Geyong Min, Pengcheng Tang
Inf. Sci.3
2019 Special Issue on Intelligent Edge Computing for Cyber Physical and Cloud Systems
abstract
Special Issue on Intelligent Edge Computing for Cyber Physical and Cloud SystemsCyber Physical Systems (CPS) and Cloud Computing have received tremendous research interest and efforts from both academia and industry.Cloud computing extends the computing and storage ability of CPS and leads to a new paradigm-Cyber Physical and Cloud Systems (CPCS), which is a product of combining CPS and Cloud Computing together.It enables a new breed of applications and services, such as industrial process control, video surveillance, structural health monitoring, and intelligent agriculture, and can fundamentally change the way that people interact with the physical world.However, CPCS face many important challenges.First, the Cloud can neither manage CPS devices directly nor satisfy requirements of real-time.Second, communication bottleneck exists between CPS and the Cloud.Third, new security challenges need to be overcome to accelerate the development of these integrated applications.In particular, edge computing, acting as a new computing scheme, is a promising technology to address these challenges.It extends the Cloud Computing paradigm to the edge of the network.For example, edge computing devices, which are capable of intelligent computing, can reduce the network latency by enabling computation and storage capacity at the edge network.These so-called edge devices can bridge the gap between CPS and Cloud.The intelligent computing and storage on edge devices offer the potential to solve the communication problem, real-time problem, and security problem.The accepted papers represent the urgent needs to be considered in developing an intelligent computing for edge devices and to fill the gap between CPS and Cloud.Moreover, the outcome of this special section exhibits the latest research achievements and state-of-art research results to solve intelligent computing issues for CPCS. INTELLIGENT COMPUTING FOR EDGE DEVICES IN CYBER PHYSICAL AND CLOUD SYSTEMSThrough a peer-review process, we have accepted 10 submissions, and each selected article has received at least two rounds of rigorous reviews.The accepted articles represent activities in areas around the world and propose various theoretical research results and applications on applying Intelligent Edge Computing for Cyber Physical and Cloud Systems in industrial informatics.A brief introduction is provided to each of the articles as follows:The first three articles introduce intelligent computing for edge devices in Cyber Physical and Cloud Systems.In "Deep Reinforcement Learning for Vehicular Edge Computing: An Intelligent Offloading System," Zhaolong Ning et al. construct an intelligent offloading system for vehicular edge computing in the development of smart vehicles, bringing a comfortable and safe environment to drivers and passengers.In this research, the author has investigated two-sided matching scheme and a deep reinforcement learning to solve sub-optimization problems.Numerical results demonstrate that the matching algorithm in the first module can reach 95% of the exhaustive algorithm in different network scenarios and decrease the execution time by more than 90%.For the
Weijia Jia 0001, Geyong Min, Yang Xiang 0001, Arun Kumar Sangaiah
ACM Trans. Intell. Syst. Technol.2
2017 UMCR: User Interaction-Driven Mobile Content Retrieval
abstract
Although mobile application ecosystems have experienced tremendous growth in recent years, retrieving content of mobile applications that serves a key to mobile content search engines still faces grand challenges. Compared to web content retrieval, it is much more difficult to capture content in mobile applications due to the diversity of applications and the lack of Uniform Resource Locator indices. In this study, we propose and implement a user interaction-driven mobile content retrieval (UMCR) system to address such issues, which is the first mobile content crawler in the current literature. UMCR is a distributed system that contains many measurement nodes, each of which combines the user interaction path traversing (UIPT) and Deep Package Inspection (DPI) together to obtain mobile content. UIPT determines the events of user interactions in various applications to capture the static content such as text and images, in which a traversal depth termination scheme and an optional cut-off component are adopted to balance the content coverage and traversing efficiency. Meanwhile, the analysis based on DPI is responsible for extracting the videos as well as digging the infrastructural information and performance metrics. In addition, a distributed traversal scheduling method is designed for UIPT tasks to improve the throughput and scalability in large-scale content retrieval. Experiments on retrieving content of 64 real mobile applications demonstrate that UMCR can handle diverse mobile applications efficiently. The scheduler can improve throughput by 3 times compared to the legacy arbitrary task assignment strategy.
Wei Wang 0173, Xu Zhang 0006, Yongqiang Lyu 0001, Geyong Min, Dongchao Guo
ACM Trans. Intell. Syst. Technol.5
2015 Energy-efficient active tag searching in large scale RFID systems
Shigeng Zhang, Xuan Liu 0001, Jianxin Wang 0001, Jiannong Cao 0001, Geyong Min
Inf. Sci.5
2012 Comprehensive QoS analysis of enhanced distributed channel access in wireless local area networks
Jia Hu 0001, Geyong Min, Weijia Jia 0001, Michael E. Woodward
Inf. Sci.2
2011 Top-k Query Evaluation in Sensor Networks with the Guaranteed Accuracy of Query Results
Baichen Chen, Weifa Liang, Geyong Min
DEXA (1)3
2010 Opportunistic Trust Based P2P Services Framework for Disconnected MANETs
Basit Qureshi, Geyong Min, Demetres D. Kouvatsos
ATC2