Riting Xia

dblp:219/1174 · DBLP profile ↗
← Back
6ranked-venue papers in the field
2as first author
6since 2021 · last 2026
0000-0003-2184-4360ORCID · corroborated

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

Information Retrieval & Web Search · 5 (2 first)Database Systems & Data Management · 1
YearPublicationVenuePosition
2026 Multi-Source Information Driven Spatio-Temporal Hypergraph Learning for Traffic Forecasting
abstract
Accurate traffic flow forecasting is crucial for intelligent transportation systems and relies on effectively modeling complex spatio-temporal dependencies. Although recent graph-based deep learning methods have achieved promising results, most focus on pairwise neighbor relationships, limiting their ability to capture higher-order spatio-temporal interactions in the traffic network. To overcome this limitation, we propose a novel Multi-source information driven Spatio-Temporal HyperGraph learning for traffic forecasting (MSTHG), which is designed to capture richer relational and semantic information. MSTHG introduces a multi-source hypergraph fusion strategy that jointly models dynamic high-order spatial and temporal correlations. Specifically, we build a spatial hypergraph based on geographical proximity to represent high-order spatial dependencies, and a temporal-trend hypergraph leveraging mutual information to capture nonlinear similarities among traffic series. To enhance the semantic richness of node representations, we integrate key daily and weekly information along with periodic features derived from Fast Fourier Transform (FFT). Following the obtained hypergraph, node representations are learned through a hypergraph convolutional network and subsequently processed by a GRU-MLP fusion module, which is designed to capture both local and global temporal dependencies. Extensive experiments on real-world benchmark datasets demonstrate that MSTHG outperforms state-of-the-art baselines. The source code is https://github.com/April-leng/MSTHG.git.
Ping Zhang 0025, Jiayu Leng, Liang Yang 0002, Anchen Li, Xiaochun Cao, Riting Xia
WWW6
2026 Multimodal-enhanced Federated Recommendation: A Group-wise Fusion Approach
abstract
Federated Recommendation (FR) has emerged as a promising paradigm for addressing the learn-to-rank problem in a privacy-preserving manner. However, effectively incorporating multimodal item features into FR remains an open challenge, due to efficiency constraints, distribution heterogeneity, and feature utilization alignment with the recommendation objective. To tackle these issues, we propose GFMFR, a novel multimodal fusion framework for federated recommendation. Specifically, multimodal representation learning is offloaded to the server, which stores item content and employs a high-capacity encoder to generate expressive representations, thereby alleviating the computational burden on clients. In addition, a group-aware multimodal aggregation mechanism learns shared representations for users with similar interests, enabling knowledge sharing while alleviating distribution heterogeneity. Finally, GFMFR adopts a preference-guided distillation strategy that leverages multimodal information in a way directly aligned with recommendation objectives. The proposed framework can be seamlessly integrated into existing federated recommender systems, enhancing their effectiveness by incorporating multimodal features. Extensive experiments on five benchmark datasets demonstrate that GFMFR consistently outperforms state-of-the-art multimodal FR baselines. The implementation code is available. https://github.com/Zhangwp2420/GFMFR.
Chunxu Zhang, Guodong Long, Zhiheng Xue, Riting Xia, Bo Yang 0002
WWW5
2026 Grouping-enhanced personalization for federated recommendation
Linrui Shen, Anchen Li, Xueyan Liu 0001, Riting Xia, Bo Yang 0002
Inf. Process. Manag.4
2025 GraphIAM: Two-Stage Algorithm for Improving Class-Imbalanced Node Classification on Attribute-Missing Graphs
abstract
Addressing class-imbalanced graphs is a challenging task due to the involvement of both node attributes and graph structures. Existing works on class-imbalanced graphs simply assume that all node attributes are available. However, in real-world graphs, many nodes may lack attributes due to privacy issues or missing data, making class-imbalanced graph learning more challenging. In this paper, we propose GraphIAM, a novel two-stage algorithm for improving class-imbalanced node classification on attribute-missing graphs. In the pre-training phase, GraphIAM adopts graph contrastive learning with oversampling to tackle both attribute-missing and class-imbalanced issues. During fine-tuning, an adapter mechanism is introduced to learn node representations, alleviating the generalization gap between pre-training and downstream tasks. Experimental results on benchmark datasets demonstrate that our method achieves state-of-the-art performance, outperforming class-imbalanced graph learning approaches by 5% in F Score on graphs with severe attribute missingness.
Riting Xia, Chunxu Zhang, Xueyan Liu 0001, Anchen Li, Yan Zhang 0052
CIKM1
2025 Diffusion Multi-behavior Recommender Model
Anchen Li, Jinglong Ji, Riting Xia, Bo Yang 0002
DASFAA (5)3
2023 Multi-head Variational Graph Autoencoder Constrained by Sum-product Networks
abstract
Variational graph autoencoder (VGAE) is a promising deep probabilistic model in graph representation learning. However, most existing VGAEs adopt the mean-field assumption, and cannot characterize the graphs with noise well. In this paper, we propose a novel deep probabilistic model for graph analysis, termed Multi-head Variational Graph Autoencoder Constrained by Sum-product Networks (named SPN-MVGAE), which helps to relax the mean-field assumption and learns better latent representation with fault tolerance. Our proposed model SPN-MVGAE uses conditional sum-product networks as constraints to learn the dependencies between latent factors in an end-to-end manner. Furthermore, we introduce the superposition of the latent representations learned by multiple variational networks to represent the final latent representations of nodes. Our model is the first use sum-product networks for graph representation learning, extending the scope of sum-product networks applications. Experimental results show that compared with other baseline methods, our model has competitive advantages in link prediction, fault tolerance, node classification, and graph visualization on real datasets.
Riting Xia, Yan Zhang 0052, Chunxu Zhang, Xueyan Liu 0001, Bo Yang 0002
WWW1