VLDB 2026 Research / reviewers in the wild / expert
Jiuxin Cao
dblp:20/2389 · also Jiu-Xin Cao
· DBLP profile ↗
11ranked-venue papers in the field
1as first author
7since 2021 · last 2023
0000-0002-2448-6717ORCID · corroborated
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 6 (1 first)Data Mining & Knowledge Discovery · 3Database Systems & Data Management · 1Big Data, Cloud & Distributed Data Systems · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2023 | Structure Learning Via Meta-Hyperedge for Dynamic Rumor DetectionabstractOnline social networks have greatly facilitated our lives but have also propagated the spreading of rumours. Traditional works mostly find rumors from content, but content can be strategically manipulated to evade such detection, making these methods brittle. To improve the accuracy and robustness of rumor detection, we propose to integrate and exploit the content, propagation structure, and temporal relations because information in the networks always spreads dynamically with significant structures. In this paper, we propose a novel rumor detection framework in online temporal networks via structure learning. Specifically, to exploit the propagation structure, we propose a novel hyperedge walking strategy on a meta-hyperedge graph to learn the representations of sub-structures in the networks. Then a hyperedge expansion method is proposed to generate more global structural features. The expanded hyperedges are more hierarchical, making the learned structural embeddings more expressive. To make full use of content, we design a hypergraph learning model using hyperedge expansion to fuse node content with structural features and generate comprehensive representations for the entire graph. To exploit temporal relations, we design a masked temporal attention unit for learning the evolving patterns of the network. Extensive evaluations with six state-of-the-art baselines on two real-world datasets demonstrate the superiority of our solution. Xiangguo Sun, Hongzhi Yin, Bo Liu 0004, Qing Meng, Jiuxin Cao, Alexander Zhou 0001, Hongxu Chen 0002 |
IEEE Trans. Knowl. Data Eng. | 5 |
| 2023 | Recognize News Transition from Collective Behavior for News RecommendationabstractIn the news recommendation, users are overwhelmed by thousands of news daily, which makes the users’ behavior data have high sparsity. Therefore, only considering a single user’s personalized preferences cannot support the news recommendation. How to improve the relatedness of news and users and reduce data sparsity has become a hot issue. Recent studies have attempted to use graph models to enrich the relationship between users and news, but they are still limited to modeling the historical behaviors of a single user. To fill the gap, we integrate user-news relationships and the overall user historical clicked news sequences to construct a global heterogeneous transition graph. And a refinement approach is proposed to recognize the news transition patterns in the graph. Based on the global heterogeneous transition graph, we propose a heterogeneous transition graph attention network to capture the common behavior patterns of most users to enhance the representation of user interest. Fusing the users’ personalized and common interest, we propose the GAINRec model to recommend news effectively. Extensive experiments are conducted on two public news recommendation datasets, and the results show the superiority of the proposed GAINRec model compared with the state-of-the-art news recommendation models. The implementation of our model is available at https://github.com/newsrec/GAINRec . Qing Meng, Bo Liu 0004, Xiangguo Sun, Mingrui Hu, Jiuxin Cao |
ACM Trans. Inf. Syst. | 6 |
| 2022 | Category-universal witness discovery with attention mechanism in social network
Jiuxin Cao, Yuntao Yang, Bo Liu 0004, Qingqing Gao |
Inf. Process. Manag. | 2 |
| 2021 | Understanding User Topic Preferences across Multiple Social NetworksabstractIn recent years, social networks have shown diversity in function and applications. People begin to use multiple online social networks simultaneously for different demands. The ability to uncover a user’s latent topic and social network preference is critical for community detection, recommendation, and personalized service across social networks. Unfortunately, most current works focus on the single network, necessitating new technology and models to address this issue. This paper proposes a user preference discovery model on multiple social networks. Firstly, the global and local topic concepts are defined, then a latent semantic topic discovery method is used to obtain global and local topic word distributions, along with user topic and social network preferences. After that, the topic distribution characteristics of different social networks are examined, as well as the reasons why users choose one network over another to create a post. Next, a Gibbs sampling algorithm is adopted to obtain the model parameters. In the experiment, we collect data from Twitter, Instagram, and Tumblr websites to build a dataset of multiple social networks. Finally, we compare our research to previous works, and both qualitative and quantitative evaluation results have demonstrated the effectiveness. Jiuxin Cao, Huiyu Min, Bo Liu 0004 |
IEEE BigData | 2 |
| 2021 | Heterogeneous Hypergraph Embedding for Graph ClassificationabstractRecently, graph neural networks have been widely used for network embedding because of their prominent performance in pairwise relationship learning. In the real world, a more natural and common situation is the coexistence of pairwise relationships and complex non-pairwise relationships, which is, however, rarely studied. In light of this, we propose a graph neural network-based representation learning framework for heterogeneous hypergraphs, an extension of conventional graphs, which can well characterize multiple non-pairwise relations. Our framework first projects the heterogeneous hypergraph into a series of snapshots and then we take the Wavelet basis to perform localized hypergraph convolution. Since the Wavelet basis is usually much sparser than the Fourier basis, we develop an efficient polynomial approximation to the basis to replace the time-consuming Laplacian decomposition. Extensive evaluations have been conducted and the experimental results show the superiority of our method. In addition to the standard tasks of network embedding evaluation such as node classification, we also apply our method to the task of spammers detection and the superior performance of our framework shows that relationships beyond pairwise are also advantageous in the spammer detection. To make our experiment repeatable, source codes and related datasets are available at https://xiangguosun.mystrikingly.com Xiangguo Sun, Hongzhi Yin, Bo Liu 0004, Hongxu Chen 0002, Jiuxin Cao, Yingxia Shao, Nguyen Quoc Viet Hung |
WSDM | 5 |
| 2021 | Multi-level Hyperedge Distillation for Social Linking Prediction on Sparsely Observed NetworksabstractSocial linking prediction is one of the most fundamental problems in online social networks and has attracted researchers’ persistent attention. Most of the existing works predict unobserved links using graph neural networks (GNNs) to learn node embeddings upon pair-wise relations. Despite promising results given enough observed links, these models are still challenging to achieve heart-stirring performance when observed links are extremely limited. The main reason is that they only focus on the smoothness of node representations on pair-wise relations. Unfortunately, this assumption may fall when the networks do not have enough observed links to support it. To this end, we go beyond pair-wise relations and propose a new and novel framework using hypergraph neural networks with multi-level hyperedge distillation strategies. To break through the limitations of sparsely observed links, we introduce the hypergraph to uncover higher-level relations, which is exceptionally crucial to deduce unobserved links. A hypergraph allows one edge to connect multiple nodes, making it easier to learn better higher-level relations for link prediction. To overcome the restrictions of manually designed hypergraphs, which is constant in most hypergraph researches, we propose a new method to learn high-quality hyperedges using three novel hyperedges distillation strategies automatically. The generated hyperedges are hierarchical and follow the power-law distribution, which can significantly improve the link prediction performance. To predict unobserved links, we present a novel hypergraph neural networks named HNN. HNN takes the multi-level hypergraphs as input and makes the node embeddings smooth on hyperedges instead of pair-wise links only. Extensive evaluations on four real-world datasets demonstrate our model’s superior performance over state-of-the-art baselines, especially when the observed links are extremely reduced. Xiangguo Sun, Hongzhi Yin, Bo Liu 0004, Hongxu Chen 0002, Qing Meng, Wang Han, Jiuxin Cao |
WWW | 7 |
| 2021 | Hierarchical temporal-spatial preference modeling for user consumption location prediction in Geo-Social Networks
Dechang Pi, Jiuxin Cao, Xiaoming Fu 0001 |
Inf. Process. Manag. | 3 |
| 2020 | Retrofitting Embeddings for Unsupervised User Identity Linkage
Ee-Peng Lim, Roy Ka-Wei Lee, Feida Zhu 0001, Jiuxin Cao |
PAKDD (1) | 5 |
| 2018 | Community Discovery Based on Social Relations and Temporal-Spatial Topics in LBSNs
Jiuxin Cao, Xuelin Zhu, Bo Liu 0004 |
PAKDD (3) | 2 |
| 2016 | Attribute-Based Influence Maximization in Social Networks
Jiuxin Cao, Dan Dong, Zhuo Ma 0002, Bo Liu 0004 |
WISE (1) | 1 |
| 2015 | Location-Based Influence Maximization in Social NetworksabstractIn this paper, we aim at the product promotion in O2O model and carry out the research of location-based influence maximization on the platform of LBSN. As offline consuming behavior exists under the O2O environment, the traditional online influence diffusion model could not describe the product acceptance accurately. Moreover, the existing researches of influence maximization tend to only concern on the online network of relationships but rarely take the offline part into consideration. This paper introduces the location property into the influence maximization to accord with the characteristic of O2O model. Firstly, we propose an improved influence diffusion model called TP Model which could accurately describe the process of accepting products under the O2O environment. Meanwhile, the definition of location-based influence maximization is presented. Then the user mobility pattern is analyzed and the calculation method of offline probability is designed. Considering the influence ability, a location-based influence maximization algorithm named TPH is proposed. Experiments prove TPH algorithm has general advantage. Finally, focusing on the performance of TPH algorithm under special circumstances, MR algorithm is designed as complement and experiments also verify its high effectiveness. Jiuxin Cao, Bo Liu 0004, Junzhou Luo |
CIKM | 2 |