Senzhang Wang

dblp:118/5055 · DBLP profile ↗
← Back
106ranked-venue papers in the field
19as first author
66since 2021 · last 2026
0000-0002-3615-4859ORCID · verified

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

Data Mining & Knowledge Discovery · 38 (10 first)Database Systems & Data Management · 32 (6 first)Information Retrieval & Web Search · 31 (3 first)Knowledge Engineering, Semantic Web & Information Systems · 3Other / Interdisciplinary · 2
YearPublicationVenuePosition
2026 Same Last-Item Confusion Unveiled: A Unified Mitigation Framework for Graph Learning in Session-Based Recommendation
abstract
Session-based recommendation (SBR), which focuses on next-item prediction for anonymous users based on short-term interaction sequences, has garnered increasing attention from researchers. While graph neural networks (GNNs) have become predominant in modeling complex item transition patterns, our empirical study reveals two critical limitations in existing GNN-based SBR methods. On the one hand, they struggle to differentiate between sessions sharing the same last item, resulting in indistinguishable session representations. On the other hand, the inherent popularity bias in session data leads to the over-recommendation of popular items. Inspired by contrastive learning techniques, this paper presents a unified mitigation framework for Same lAst-item confusion in Graph lEarning (SAGE) for SBR. In SAGE, we first obtain normalized session embeddings on constructed session graphs. We then build positive and negative samples of sessions through dual forward propagations and a novel negative sample selection strategy, followed by calculating contrastive loss. Finally, the enhanced session embeddings are utilized for prediction. Extensive experiments on two real-world datasets demonstrate that integrating SAGE with various state-of-the-art GNN-based SBR methods significantly improves their original performances.
Jinpeng Chen 0001, Jianxiang He, Yuan Cao 0003, Huan Li 0003, Zhenye Yang, Kaimin Wei, Xiongnan Jin, Senzhang Wang, Weiping Tu
WWW8
2026 M4Rec: Multi-Modal Knowledge Graph Modeling of Multi-Dimensional User Preferences for Next-POI Recommendation
abstract
Next Point-of-interest (POI) recommendation has been widely used in real scenarios to predict the next possible location based on user behavior patterns. However, existing methods predominantly rely on spatio-temporal associations and check-in sequence relationships between users and POIs, which fall short for users with limited interactions with POIs. Moreover, user preferences are inherently multi-dimensional, rendering user selections often influenced by multiple factors such as location categories and multi-modal information. To mitigate these issues, we introduce aMulti-Modal Knowledge GraphModeling ofMulti-Dimensional User Preferences for Next-POIRecommendation (M4Recfor short). First, we define a multi-modal knowledge graph to organize the relationships among users, locations, categories, and multi-modal information. Subsequently, we use the multi-modal knowledge graph-based relation-aware network to derive comprehensive entity representations from the constructed knowledge graph. Next, employing the temporal knowledge prediction method, we predict the user's next-POI category and next-POI. Finally, the final recommendation results are obtained by enhancing the corresponding location prediction scores through category semantics. Extensive experimentation conducted on real-world datasets validates the superiority of our proposed method over state-of-the-art competitors.
Jinpeng Chen 0001, Huan Li 0003, Hua Lu 0001, Kaimin Wei, Senzhang Wang, Christian S. Jensen
IEEE Trans. Knowl. Data Eng.6
2026 Bridging Cross-Domain Time Series: Efficient Federated Anomaly Detection With Sharded LLMs
abstract
Time series anomaly detection aims to identify samples that deviate from a normal distribution in a time series, which is practically important to a variety of real-world applications. Existing approaches are mostly centralized and domain-specific, and thus they are hard to generalize to time series of different domains that are decentralized due to the privacy concerns and the resulting data silos across institutions. To bridge this gap, we propose FAST-MAD, the first resource-aware framework for efficient federated time series anomaly detection. Operating under a client-server architecture, different clients in FAST-MAD can handle time series from distinct domains. In particular, FAST-MAD first employs a multi-resolution transformation module to capture hierarchical local semantics, frequency-oriented patching as well as inter-time-series interaction. An LLM serves as the main body of the local model for each client, owing to its strong knowledge transfer capabilities. Further, an adaptive modularized separation mechanism is integrated with sharded federated training to reduce computational costs, which innovatively splits the LLM into a U-shaped architecture. To address data heterogeneity across different clients, we propose a decomposed client-server alignment mechanism, featuring a tailored low-rank parameter decomposition that extracts domain-common knowledge. Extensive experiments on multiple cross-domain time series datasets offer insight into the effectiveness and efficiency of FAST-MAD, which outperforms SOTA baselines by up to 10.25% in terms of F1-score and reduces the training time by 40.93%.
Ronghui Xu 0003, Hao Miao 0001, Senzhang Wang, Yan Zhao 0008, Bin Yang 0002, Yunjun Gao, Philip S. Yu, Christian S. Jensen
IEEE Trans. Knowl. Data Eng.3
2025 Mixture of Semantic and Spatial Experts for Explainable Traffic Prediction
abstract
To satisfy the growing demand for traffic prediction induced by urbanization, the intelligent transportation system integrated various cutting-edge artificial intelligence technologies, with large language models (LLMs) as a representative, has been developed. However, existing methods are mostly confined by shallow LLMs utilization, where the semantic capacity of LLMs is ignored and the traffic data are directly fed in. Furthermore, the modality diversity of different traffic prediction scenarios (e.g., flow, speed, and demanding) remains to be underexplored, which restricts the model flexibility towards downstream applications. To mitigate these limitations, we propose a Mixture of Semantic and Spatial Experts (SS-MoE) for traffic prediction along with the human-intelligible post-hoc result explanation. Specifically, to enlighten the traffic predictor with abundant semantic information, we design hierarchically coarse- and fine-grained prompts including role assignments, dataset descriptions, and background supplements, which serves as the auxiliary knowledge for downstream prediction. Afterwards, considering the diversity of real-world traffic scenarios, we construct the MoE framework consisting of a spatial expert, a semantic expert, and a general expert, which accounts for the node-level features, the semantic representations, and the overall generalization, respectively. At last, we instruct the LLM to explain and analyze the final prediction, which is able to provide insightful conclusions and support intelligent transportation decisions, forming a unified prediction-explanation pipeline. Extensive experiments on five public traffic datasets demonstrate the superiority of SS-MoE across three traffic prediction tasks. Experimental results indicate that the MAE and RMSE values of SS-MoE are reduced by up to 4.04% and 3.20% compared with that of the runner-up, respectively.
Shaobo Li 0001, Dawen Xia, Wenyong Zhang, Huaqing Li 0001, Xingxing Zhang 0003, Senzhang Wang
CIKM8
2025 STEP: Stepwise Curriculum Learning for Context-Knowledge Fusion in Conversational Recommendation
abstract
Conversational recommender systems (CRSs) aim to proactively capture user preferences through natural language dialogue and recommend high-quality items. To achieve this, CRS gathers user preferences via a dialog module and builds user profiles through a recommendation module to generate appropriate recommendations. However, existing CRS faces challenges in capturing the deep semantics of user preferences and dialogue context. In particular, the efficient integration of external knowledge graph (KG) information into dialogue generation and recommendation remains a pressing issue. Traditional approaches typically combine KG information directly with dialogue content, which often struggles with complex semantic relationships, resulting in recommendations that may not align with user expectations.
Zhenye Yang, Jinpeng Chen 0001, Huan Li 0003, Xiongnan Jin, Xuanyang Li, Hongbo Gao 0001, Kaimin Wei, Senzhang Wang
CIKM9
2025 Temporal Blocks with Memory Replay for Dynamic Graph Representation Learning
abstract
Dynamic graph representation learning (DGRL) aims to model the temporal evolution of graph structure and attributes, thereby generating low-dimensional node representations at different time steps. Most prevailing snapshot-based methods construct snapshots independently in time, assigning each interaction to a single snapshot. However, such a design limits the ability to capture long-range temporal patterns, leading to the forgetting of prior interactions and reducing the capacity of the model to recognize causal dependencies across events. To address this issue, we construct temporal blocks with the memory replay mechanism by sequentially merging several adjacent snapshots to capture long-range temporal patterns and causal dependencies over time. Building on this, we propose a novel dynamic graph representation learning model named TBD. Specifically, the model first encodes each temporal block using a graph neural network (GNN), and then captures cross-block dynamics through a Multi-Feature Gated Recurrent Unit (MF-GRU) that incorporates structural embeddings and a feature-aware gating mechanism to adapt to evolving graph structures. Furthermore, we introduce a Structure-Aware Node Smoothness Constraint (SA-NSC) to enforce temporal consistency while retaining adaptability to structural changes. Extensive experiments on multiple real-world datasets demonstrate that TBD consistently achieves superior performance, validating its effectiveness and robustness.
Hao Yan 0004, Ruochen Liu 0001, Xianghan Wang, Haijun Zhang 0007, Senzhang Wang
CIKM6
2025 When Graph Meets Multimodal: Benchmarking and Meditating on Multimodal Attributed Graph Learning
abstract
Multimodal Attributed Graphs (MAGs) are ubiquitous in real-world applications, encompassing extensive knowledge through multimodal attributes attached to nodes (e.g., texts and images) and topological structure representing node interactions. Despite its potential to advance diverse research fields like social networks and e-commerce, MAG representation learning (MAGRL) remains underexplored due to the lack of standardized datasets and evaluation frameworks. In this paper, we first propose MAGB, a comprehensive MAG benchmark dataset, featuring curated graphs from various domains with both textual and visual attributes. Based on the MAGB dataset, we further systematically evaluate two mainstream MAGRL paradigms: GNN-as-Predictor, which integrates multimodal attributes via Graph Neural Networks (GNNs), and VLM-as-Predictor, which harnesses Vision Language Models (VLMs) for zero-shot reasoning. Extensive experiments on MAGB reveal the following critical insights: (i) Modality significances fluctuate drastically with specific domain characteristics. (ii) Multimodal embeddings can elevate the performance ceiling of GNNs. However, intrinsic biases among modalities may impede effective training, particularly in low-data scenarios. (iii) VLMs are highly effective at generating multimodal embeddings that alleviate the imbalance between textual and visual attributes. These discoveries, which illuminate the synergy between multimodal attributes and graph topologies, contribute to reliable benchmarks, paving the way for future research.
Hao Yan 0004, Chaozhuo Li, Jun Yin 0005, Weihao Han, Mingzheng Li, Zhengxin Zeng, Hao Sun 0015, Senzhang Wang
KDD (2)9
2025 Hierarchical Intent-guided Optimization with Pluggable LLM-Driven Semantics for Session-based Recommendation
abstract
Session-based Recommendation (SBR) aims to predict the next item a user will likely engage with, using their interaction sequence within an anonymous session. Existing SBR models often focus only on single-session information, ignoring inter-session relationships and valuable cross-session insights. Some methods try to include inter-session data but struggle with noise and irrelevant information, reducing performance. Additionally, most models rely on item ID co-occurrence and overlook rich semantic details, limiting their ability to capture fine-grained item features. To address these challenges, we propose a novel hierarchical intent-guided optimization approach with pluggable LLM-driven semantic learning for session-based recommendations, called HIPHOP. First, we introduce a pluggable embedding module based on large language models (LLMs) to generate high-quality semantic representations, enhancing item embeddings. Second, HIPHOP utilizes graph neural networks (GNNs) to model item transition relationships and incorporates a dynamic multi-intent capturing module to address users' diverse interests within a session. Additionally, we design a hierarchical inter-session similarity learning module, guided by user intent, to capture global and local session relationships, effectively exploring users' long-term and short-term interests. To mitigate noise, an intent-guided denoising strategy is applied during inter-session learning. Finally, we enhance the model's discriminative capability by using contrastive learning to optimize session representations. Experiments on multiple datasets show that HIPHOP significantly outperforms existing methods, demonstrating its effectiveness in improving recommendation quality. Our code is available: https://github.com/hjx159/HIPHOP.
Jinpeng Chen 0001, Jianxiang He, Huan Li 0003, Senzhang Wang, Yuan Cao 0003, Kaimin Wei, Zhenye Yang, Ye Ji 0002
SIGIR4
2025 MoKGNN: Boosting Graph Neural Networks via Mixture of Generic and Task-Specific Language Models
Hao Yan 0004, Chaozhuo Li, Jun Yin 0005, Weihao Han, Hao Sun 0015, Senzhang Wang, Jian Zhang 0048, Jianxin Wang 0001
WSDM6
2025 Large Language Model Simulator for Cold-Start Recommendation
abstract
Recommending cold items remains a significant challenge in billion-scale online recommendation systems. While warm items benefit from historical user behaviors, cold items rely solely on content features, limiting their recommendation performance and impacting user experience and revenue. Current models generate synthetic behavioral embeddings from content features but fail to address the core issue: the absence of historical behavior data. To tackle this, we introduce the LLM Simulator framework, which leverages large language models to simulate user interactions for cold items, fundamentally addressing the cold-start problem. However, simply using LLM to traverse all users can introduce significant complexity in billion-scale systems. To manage the computational complexity, we propose a coupled funnel ColdLLM framework for online recommendation. ColdLLM efficiently reduces the number of candidate users from billions to hundreds using a trained coupled filter, allowing the LLM to operate efficiently and effectively on the filtered set. Extensive experiments show that ColdLLM significantly surpasses baselines in cold-start recommendations, including Recall and NDCG metrics. A two-week A/B test also validates that ColdLLM can effectively increase the cold-start period GMV.
Feiran Huang, Yuanchen Bei, Zhenghang Yang, Hao Chen 0062, Qijie Shen, Senzhang Wang, Fakhri Karray, Philip S. Yu
WSDM7
2025 Lighter And Better: Towards Flexible Context Adaptation For Retrieval Augmented Generation
abstract
The existing Retrieval-Augmented Generation (RAG) systems face significant challenges in terms of cost and effectiveness. On one hand, they need to encode the lengthy retrieved contexts before responding to the input tasks, which imposes substantial computational overhead. On the other hand, directly using generic Large Language Models (LLMs) often leads to sub-optimal answers, while task-specific fine-tuning may compromise the LLMs' general capabilities. To address these challenges, we introduce a novel approach called FlexRAG (Flexible Context Adaptation for RAG). In this approach, the retrieved contexts are compressed into compact embeddings before being encoded by the LLMs. Simultaneously, these compressed embeddings are optimized to enhance downstream RAG performance. A key feature of FlexRAG is its flexibility, which enables effective support for diverse compression ratios and selective preservation of important contexts. With these designs, FlexRAG achieves superior generation quality while significantly reducing running costs. The experiments across multiple QA datasets validate our approach as a cost-effective and flexible solution for RAG systems (codebase: https://github.com/wcyno23/FlexRAG).
Chenyuan Wu, Ninglu Shao, Zheng Liu 0011, Shitao Xiao, Chaozhuo Li, Chen Zhang 0013, Senzhang Wang, Defu Lian
WSDM7
2025 Unleash LLMs Potential for Sequential Recommendation by Coordinating Dual Dynamic Index Mechanism
abstract
Owing to the unprecedented capability in semantic understanding and logical reasoning, large language models (LLMs) have shown fantastic potential in developing next-generation sequential recommender systems (RSs). However, existing LLM-based sequential RSs mostly separate index generation from sequential recommendation, leading to insufficient integration between semantic information and collaborative information. On the other hand, the neglect of user-related information hinders LLM-based sequential RSs from exploiting high-order user-item interaction patterns. In this paper, we propose the End-to-End Dual Dynamic (ED2) recommender, the first LLM-based sequential RS which adopts dual dynamic index mechanism, targeting resolving the above limitations simultaneously. The dual dynamic index mechanism can not only assembly index generation and sequential recommendation into a unified LLM-backbone pipeline, but also make it practical for LLM-based sequential recommender to take advantage of user-related information. Specifically, to facilitate the LLM comprehension ability to dual dynamic index, we propose a multigrained token regulator which constructs alignment supervision based on LLMs semantic knowledge across multiple representation granularities. Moreover, the associated user collection data and a series of novel instruction tuning tasks are specially customized to capture the high-order user-item interaction patterns. Extensive experiments on three public datasets demonstrate the superiority of ED2, achieving an average improvement of 19.62% in Hit-Rate and 21.11% in NDCG.
Jun Yin 0005, Zhengxin Zeng, Mingzheng Li, Hao Yan 0004, Chaozhuo Li, Weihao Han, Jianjin Zhang, Ruochen Liu 0001, Hao Sun 0015, Feng Sun 0008, Qi Zhang 0066, Shirui Pan, Senzhang Wang
WWW14
2025 Explainable physics-guided attention network for long-lead ENSO forecasts
Xiaoyong Li 0002, Senliang Bao, Senzhang Wang, Junxing Zhu, Xiaoli Ren, Chengcheng Shao
Inf. Sci.5
2025 Have Our Cake and Eat It: Augmentation Diversity and Semantic Consistency Balanced Graph Contrastive Learning
abstract
Self-supervised learning on graph neural networks is receiving increasing attention due to the difficulty of obtaining graph labels in many real applications. Graph contrastive learning (GCL), a recently popular method for self-supervised learning on graphs, has achieved great success in many tasks. The key to the effectiveness of GCL is the construction of suitable contrasting pairs to capture important attributes of the data through the data augmentation modules. However, most of the existing approaches fail to fully consider both data diversity and the semantic consistency when conducting data augmentation. To fill this gap, we propose an augmentation diversity and semantic consistency balanced graph contrastive learning model (ADSCB for short), which enhances the representation ability of the CL model through richer contrasting objectives. In particular, we first introduce a semantic consistency module to extract the subgraph from the original graph through optimizing a carefully designed semantic consistency loss. Then, we introduce an augmentation diversity module and perform data augmentation and cross-scale mix-up operations on the original graph and the extracted semantic preserved subgraph to generate more diverse contrasting pairs. With the above two modules, our model ultimately achieves two contrasting objectives: diversity contrasting and semantic contrasting. The tradeoff between these two contrasting objectives allows our model to benefit from both the augmentation diversity and the semantic consistency. We evaluate ADSCB for graph classification in unsupervised, semi-supervised, and transfer learning settings using standard graph contrastive learning benchmarks. The results demonstrate the superiority of our method against several state-of-the-art baselines.
Hao Yan 0004, Senzhang Wang, Chaozhuo Li, Jun Yin 0005, Philip S. Yu, Jianxin Wang 0001
ACM Trans. Knowl. Discov. Data2
2025 Improving Sequential Recommendations via Bidirectional Temporal Data Augmentation With Pre-Training
abstract
Sequential recommendation systems are integral to discerning temporal user preferences. Yet, the task of learning from abbreviated user interaction sequences poses a notable challenge. Data augmentation has been identified as a potent strategy to enhance the informational richness of these sequences. Traditional augmentation techniques, such as item randomization, may disrupt the inherent temporal dynamics. Although recent advancements in reverse chronological pseudo-item generation have shown promise, they can introduce temporal discrepancies when assessed in a natural chronological context. In response, we introduce a sophisticated approach, Bidirectional temporal data Augmentation with pre-training (BARec). Our approach leverages bidirectional temporal augmentation and knowledge-enhanced fine-tuning to synthesize authentic pseudo-prior items thatretain user preferences and capture deeper item semantic correlations, thus boosting the model’s expressive power. Our comprehensive experimental analysis on five benchmark datasets confirms the superiority of BARec across both short and elongated sequence contexts. Moreover, theoretical examination and case study offer further insight into the model’s logical processes and interpretability.
Juyong Jiang, Peiyan Zhang, Yingtao Luo, Chaozhuo Li, Jae Boum Kim, Kai Zhang 0038, Senzhang Wang, Sunghun Kim 0001, Philip S. Yu
IEEE Trans. Knowl. Data Eng.7
2025 TagRec: Temporal-Aware Graph Contrastive Learning With Theoretical Augmentation for Sequential Recommendation
abstract
Sequential recommendation systems aim to predict the future behaviors of users based on their historical interactions. Despite the success of neural architectures like Transformer and Graph Neural Networks, these models often struggle with the inherent challenge of sparse data in accurately predicting future user behaviors. To alleviate the data sparsity problem, some methods leverage the contrastive learning to generate contrastive views, assuming the items appear discretely at the same time intervals and focusing on the sequence order. However, these approaches neglect the crucial temporal-aware collaborative patterns hidden within the user-item interactions, leading to a limited variety of contrastive pairs and less informative embeddings. The proposed framework,Temporal-awaregraph contrastive learning with theoretical guarantees for sequentialRecommendation (TagRec), integrates temporal-aware collaborative patterns with adaptive data augmentation to generate more informative user and item representations. TagRec employs a temporal-aware graph neural network to embed the original graph, then generates augmented graphs through the addition of interactions via latent user interest mining, the dropping of redundant interaction edges, and the perturbation of temporal information. Theoretical guarantees are provided that these augmentations enhance the graph’s utility. Extensive experiments on real-world datasets demonstrate the superiority of the proposed approach over the state-of-the-art recommendation methods.
Tianhao Peng 0002, Haitao Yuan 0002, Yuchen Li 0006, Peihong Dai, Qunbo Wang, Senzhang Wang, Wenjun Wu 0001
IEEE Trans. Knowl. Data Eng.7
2025 Early Detection of Multimodal Fake News via Reinforced Propagation Path Generation
abstract
Amidst the rapid propagation of multimodal fake news across social media platforms, the detection of fake news has emerged as a prime research pursuit. To detect heightened level of meticulous fabrications, propagation paths are introduced to provide nuanced social context that enhances the basic semantic analysis of the news content. However, existing propagation-enhanced models encounter a dilemma between detection efficacy and social hazard. In this paper, we explore the innovative problem of early fake news detection through the generation of propagation paths, capable of benefiting from the extensive social context within propagation paths while mitigating potential social hazards. To address these challenges, we propose a novel Reinforced Propagation Path Generation Fake News Detection model,RPPG-Fake. Departing from conventional discriminative approaches,RPPG-Fakecaptures the propagation topology pattern from a heterogeneous social graph and generates the propagation paths to detect fake news effectively under a reinforcement learning paradigm. Our proposal is extensively evaluated over three popular datasets, and experimental results demonstrate the superiority of our proposal.
Litian Zhang, Xiaoming Zhang 0001, Ziyi Zhou 0003, Xi Zhang 0008, Senzhang Wang, Philip S. Yu, Chaozhuo Li
IEEE Trans. Knowl. Data Eng.5
2024 FGITrans: Cross-City Transformer for Fine-grained Urban Flow Inference
abstract
Inferring the fine-grained urban flows based on the coarse-grained flow observations is practically important to many smart city-related applications. Adequate data is usually a prerequisite for existing machine learning methods, especially most deep learning models. However, many cities still suffer from the data scarcity issue due to the unbalanced city development levels. To mitigate this issue, we propose a novel cross-city fine-grained urban flow inference model named FGITrans, which aims to effectively transfer the knowledge from the data-rich cities to the data-scarce cities. Specifically, we design a weight-sharing triple-branch transformer framework which adopts self-attention and cross-attention for source/target city feature learning and domain alignment, respectively. Then, we propose a novel spatio-temporal adaptive embedding (STAE) layer for our transformer framework, and introduce a cross-city knowledge distillation (CKD) loss to narrow the cross-city disparities. The CKD loss explicitly enforces the framework to learn the discriminative domain-specific and domain-invariant representations simultaneously. Extensive experiments conducted on four large real-world datasets validate the effectiveness of FGITrans compared with the state-of-the-art baselines.
Yishuo Cai, Zihao Cai, Changjun Fan, Senzhang Wang, Jianxin Wang 0007
CIKM5
2024 AdaTM: Fine-grained Urban Flow Inference with Adaptive Knowledge Transfer across Multiple Cities
abstract
Inferring the fine-grained urban traffic flows based on the coarse-grained traffic flow observations is practically important to many real applications for smart city. Existing approaches mostly rely on a large number of high quality urban flow data, but neglect the data sparsity issue which is common in real-world scenarios. Therefore, the performance of existing methods may not be promising towards cities that lack sufficient traffic flow data. How to design a more generalizable urban flow inference model that is able to effectively transfer knowledge across multiple cities is challenging and remains as an open research problem. In this paper, we propose a novel fine-grained urban flow inference model named AdaTM, which leverages the city-specific and city-invariant knowledge extracted from multiple cities. Specifically, we first propose a transformer-based urban feature extraction network named UBFormer to comprehensively extract the spatial-temporal features of multiple source cities. Then, we incorporate a learnable integrator to fuse the city-invariant and city-specific feature representations for the target city with sparse traffic flow data. Finally, we construct the feature representation of the target city through adaptive feature fusion and infer its fine-grained urban flows through the designed urban flow upsampler. Extensive experiments conducted on four large real-world datasets demonstrate the effectiveness of our approach.
Zihao Cai, Senzhang Wang, Jianxin Wang 0007
CIKM4
2024 STS2ANet: Spatio-Temporal Synchronized Sliding Attention Network for Accurate Cross-Day Origin-Destination Prediction
Haoli Wang, Jiangnan Xia, Yu Yang 0012, Senzhang Wang, Jiannong Cao 0001
DASFAA (1)4
2024 PeFAD: A Parameter-Efficient Federated Framework for Time Series Anomaly Detection
abstract
With the proliferation of mobile sensing techniques, huge amounts of time series data are generated and accumulated in various domains, fueling plenty of real-world applications. In this setting, time series anomaly detection is practically important. It endeavors to identify deviant samples from the normal sample distribution in time series. Existing approaches generally assume that all the time series is available at a central location. However, we are witnessing the decentralized collection of time series due to the deployment of various edge devices. To bridge the gap between the decentralized time series data and the centralized anomaly detection algorithms, we propose a Parameter-efficient Federated Anomaly Detection framework named PeFAD with the increasing privacy concerns. PeFAD for the first time employs the pre-trained language model (PLM) as the body of the client's local model, which can benefit from its cross-modality knowledge transfer capability. To reduce the communication overhead and local model adaptation cost, we propose a parameter-efficient federated training module such that clients only need to fine-tune small-scale parameters and transmit them to the server for update. PeFAD utilizes a novel anomaly-driven mask selection strategy to mitigate the impact of neglected anomalies during training. A knowledge distillation operation on a synthetic privacy-preserving dataset that is shared by all the clients is also proposed to address the data heterogeneity issue across clients. We conduct extensive evaluations on four real datasets, where PeFAD outperforms existing state-of-the-art baselines by up to 28.74%.
Ronghui Xu 0003, Hao Miao 0001, Senzhang Wang, Philip S. Yu, Jianxin Wang 0001
KDD3
2024 Multi-Behavior Collaborative Filtering with Partial Order Graph Convolutional Networks
abstract
Representing information of multiple behaviors in the single graph collaborative filtering (CF) vector has been a long-standing challenge. This is because different behaviors naturally form separate behavior graphs and learn separate CF embeddings. Existing models merge the separate embeddings by appointing the CF embeddings for some behaviors as the primary embedding and utilizing other auxiliaries to enhance the primary embedding. However, this approach often results in the joint embedding performing well on the main tasks but poorly on the auxiliary ones. To address the problem arising from the separate behavior graphs, we propose the concept of Partial Order Recommendation Graphs (POG). POG defines the partial order relation of multiple behaviors and models behavior combinations as weighted edges to merge separate behavior graphs into a joint POG. Theoretical proof verifies that POG can be generalized to any given set of multiple behaviors. Based on POG, we propose the tailored Partial Order Graph Convolutional Networks (POGCN) that convolute neighbors' information while considering the behavior relations between users and items. POGCN also introduces a partial-order BPR sampling strategy for efficient and effective multiple-behavior CF training. POGCN has been successfully deployed on the homepage of Alibaba for two months, providing recommendation services for over one billion users. Extensive offline experiments conducted on three public benchmark datasets demonstrate that POGCN outperforms state-of-the-art multi-behavior baselines across all types of behaviors. Furthermore, online A/B tests confirm the superiority of POGCN in billion-scale recommender systems.
Yuanchen Bei, Hao Chen 0062, Qijie Shen, Zheng Yuan 0013, Huan Gong, Senzhang Wang, Feiran Huang, Xiao Huang 0001
KDD7
2024 TransGNN: Harnessing the Collaborative Power of Transformers and Graph Neural Networks for Recommender Systems
abstract
Graph Neural Networks (GNNs) have emerged as promising solutions for collaborative filtering (CF) through the modeling of user-item interaction graphs. The nucleus of existing GNN-based recommender systems involves recursive message passing along user-item interaction edges to refine encoded embeddings. Despite their demonstrated effectiveness, current GNN-based methods encounter challenges of limited receptive fields and the presence of noisy "interest-irrelevant" connections. In contrast, Transformer-based methods excel in aggregating information adaptively and globally. Nevertheless, their application to large-scale interaction graphs is hindered by inherent complexities and challenges in capturing intricate, entangled structural information. In this paper, we propose TransGNN, a novel model that integrates Transformer and GNN layers in an alternating fashion to mutually enhance their capabilities. Specifically, TransGNN leverages Transformer layers to broaden the receptive field and disentangle information aggregation from edges, which aggregates information from more relevant nodes, thereby enhancing the message passing of GNNs. Additionally, to capture graph structure information effectively, positional encoding is meticulously designed and integrated into GNN layers to encode such structural knowledge into node attributes, thus enhancing the Transformer's performance on graphs. Efficiency considerations are also alleviated by proposing the sampling of the most relevant nodes for the Transformer, along with two efficient sample update strategies to reduce complexity. Furthermore, theoretical analysis demonstrates that TransGNN offers increased expressiveness compared to GNNs, with only a marginal increase in linear complexity. Extensive experiments on five public datasets validate the effectiveness and efficiency of TransGNN. Our code is available at https://github.com/Peiyance/TransGNN-torch.
Peiyan Zhang, Xi Zhang 0008, Chaozhuo Li, Senzhang Wang, Feiran Huang, Sunghun Kim 0001
SIGIR5
2024 GPT4Rec: Graph Prompt Tuning for Streaming Recommendation
abstract
In the realm of personalized recommender systems, the challenge of adapting to evolving user preferences and the continuous influx of new users and items is paramount. Conventional models, typically reliant on a static training-test approach, struggle to keep pace with these dynamic demands. Streaming recommendation, particularly through continual graph learning, has emerged as a novel solution, attracting significant attention in academia and industry. However, existing methods in this area either rely on historical data replay, which is increasingly impractical due to stringent data privacy regulations; or are inability to effectively address the over-stability issue; or depend on model-isolation and expansion strategies, which necessitate extensive model expansion and are hampered by time-consuming updates due to large parameter sets. To tackle these difficulties, we present GPT4Rec, a Graph Prompt Tuning method for streaming Recommendation. Given the evolving user-item interaction graph, GPT4Rec first disentangles the graph patterns into multiple views. After isolating specific interaction patterns and relationships in different views, GPT4Rec utilizes lightweight graph prompts to efficiently guide the model across varying interaction patterns within the user-item graph. Firstly, node-level prompts are employed to instruct the model to adapt to changes in the attributes or properties of individual nodes within the graph. Secondly, structure-level prompts guide the model in adapting to broader patterns of connectivity and relationships within the graph. Finally, view-level prompts are innovatively designed to facilitate the aggregation of information from multiple disentangled views. These prompt designs allow GPT4Rec to synthesize a comprehensive understanding of the graph, ensuring that all vital aspects of the user-item interactions are considered and effectively integrated. Experiments on four diverse real-world datasets demonstrate the effectiveness and efficiency of our proposal.
Peiyan Zhang, Xi Zhang 0008, Liying Kang, Chaozhuo Li, Feiran Huang, Senzhang Wang, Sunghun Kim 0001
SIGIR7
2024 MultiSPANS: A Multi-range Spatial-Temporal Transformer Network for Traffic Forecast via Structural Entropy Optimization
abstract
Traffic forecasting is a complex multivariate time-series regression task of paramount importance for traffic management and planning. However, existing approaches often struggle to model complex multi-range dependencies using local spatiotemporal features and road network hierarchical knowledge. To address this, we propose MultiSPANS. First, considering that an individual recording point cannot reflect critical spatiotemporal local patterns, we design multi-filter convolution modules for generating informative ST-token embeddings to facilitate attention computation. Then, based on ST-token and spatial-temporal position encoding, we employ the Transformers to capture long-range temporal and spatial dependencies. Furthermore, we introduce structural entropy theory to optimize the spatial attention mechanism. Specifically, The structural entropy minimization algorithm is used to generate optimal road network hierarchies, i.e., encoding trees. Based on this, we propose a relative structural entropy-based position encoding and a multi-head attention masking scheme based on multi-layer encoding trees. Extensive experiments demonstrate the superiority of the presented framework over several state-of-the-art methods in real-world traffic datasets, and the longer historical windows are effectively utilized. The code is available at https://github.com/SELGroup/MultiSPANS.
Dongcheng Zou, Senzhang Wang, Xuefeng Li 0003, Hao Peng 0001, Yuandong Wang 0002, Kehua Sheng, Bo Zhang 0106
WSDM2
2024 Macro Graph Neural Networks for Online Billion-Scale Recommender Systems
abstract
Predicting Click-Through Rate (CTR) in billion-scale recommender systems poses a long-standing challenge for Graph Neural Networks (GNNs) due to the overwhelming computational complexity involved in aggregating billions of neighbors. To tackle this, GNN-based CTR models usually sample hundreds of neighbors out of the billions to facilitate efficient online recommendations. However, sampling only a small portion of neighbors results in a severe sampling bias and the failure to encompass the full spectrum of user or item behavioral patterns. To address this challenge, we name the conventional user-item recommendation graph as "micro recommendation grap" and introduce a revolutionizing MAcro Recommendation Graph (MAG) for billion-scale recommendations to reduce the neighbor count from billions to hundreds in the graph structure infrastructure. Specifically, We group micro nodes (users and items) with similar behavior patterns to form macro nodes and then MAG directly describes the relation between the user/item and the hundred of macro nodes rather than the billions of micro nodes. Subsequently, we introduce tailored Macro Graph Neural Networks (MacGNN) to aggregate information on a macro level and revise the embeddings of macro nodes. MacGNN has already served Taobao's homepage feed for two months, providing recommendations for over one billion users. Extensive offline experiments on three public benchmark datasets and an industrial dataset present that MacGNN significantly outperforms twelve CTR baselines while remaining computationally efficient. Besides, online A/B tests confirm MacGNN's superiority in billion-scale recommender systems.
Hao Chen 0062, Yuanchen Bei, Qijie Shen, Sheng Zhou 0004, Wenbing Huang 0001, Feiran Huang, Senzhang Wang, Xiao Huang 0001
WWW8
2024 High-Frequency-aware Hierarchical Contrastive Selective Coding for Representation Learning on Text Attributed Graphs
abstract
We investigate node representation learning on text-attributed graphs (TAGs), where nodes are associated with text information. Although recent studies on graph neural networks (GNNs) and pretrained language models (PLMs) have exhibited their power in encoding network and text signals, respectively, less attention has been paid to delicately coupling these two types of models on TAGs. Specifically, existing GNNs rarely model text in each node in a contextualized way; existing PLMs can hardly be applied to characterize graph structures due to their sequence architecture. To address these challenges, we propose HASH-CODE, a High-frequency Aware Spectral Hierarchical Contrastive Selective Coding method that integrates GNNs and PLMs into a unified model. Different from previous "cascaded architectures" that directly add GNN layers upon a PLM, our HASH-CODE relies on five self-supervised optimization objectives to facilitate thorough mutual enhancement between network and text signals in diverse granularities. Moreover, we show that existing contrastive objective learns the low-frequency component of the augmentation graph and propose a high-frequency component (HFC)-aware contrastive learning objective that makes the learned embeddings more distinctive. Extensive experiments on six real-world benchmarks substantiate the efficacy of our proposed approach. In addition, theoretical analysis and item embedding visualization provide insights into our model interoperability.
Peiyan Zhang, Chaozhuo Li, Liying Kang, Feiran Huang, Senzhang Wang, Xing Xie 0001, Sunghun Kim 0001
WWW5
2024 Resisting TUL attack: balancing data privacy and utility on trajectory via collaborative adversarial learning
Yandi Lun, Hao Miao 0001, Jiaxing Shen, Xiang Wang 0015, Senzhang Wang
GeoInformatica6
2024 SR-HetGNN: session-based recommendation with heterogeneous graph neural network
Jinpeng Chen 0001, Senzhang Wang, Kaimin Wei, Jiaqi Ji
Knowl. Inf. Syst.5
2024 Bayes-Enhanced Multi-View Attention Networks for Robust POI Recommendation
abstract
POI recommendation is practically important to facilitate various Location-Based Social Network (LBSN) services, and has attracted rising research attention recently. Existing works generally assume the available POI check-ins reported by users are the ground-truth depiction of user behaviors. However, in real application scenarios, the check-in data can be rather unreliable (e.g. sparse, incomplete and inaccurate) due to both subjective and objective causes including positioning error and user privacy concerns. The data uncertainty issue may lead to significant negative impacts on the performance of the POI recommendation, but is not fully explored by existing works. To this end, this paper investigates a novel problem of robust POI recommendation by considering the uncertainty factors of the user check-ins, and proposes a Bayes-enhanced Multi-view Attention Network (BayMAN for short) to effectively address it. Specifically, we construct three POI graphs to comprehensively model the dependencies among the POIs from different views, including the personal POI transition graph, the semantic-based POI graph and distance-based POI graph. As the personal POI transition graph is usually sparse and sensitive to noise, we design a Bayes-enhanced spatial dependency learning module for data augmentation from the local view. A Bayesian posterior guided graph augmentation approach is adopted to generate a new graph with collaborative signals to increase the data diversity. Then both the original and the augmented graphs are used for POI representation learning to counteract the data uncertainty issue. Next, the POI representations of the three view graphs are input into the proposed multi-view attention-based user preference learning module. By incorporating the semantic and distance correlations of POIs, the user preference can be effectively refined and finally robust recommendation results are achieved. We conduct extensive experiments over three real-world LSBN datasets. The results show that BayMAN significantly outperforms the state-of-the-art methods in POI recommendation when the available check-ins are incomplete and noisy.
Jiangnan Xia, Yu Yang 0012, Senzhang Wang, Hongzhi Yin, Jiannong Cao 0001, Philip S. Yu
IEEE Trans. Knowl. Data Eng.3
2023 AdaMCT: Adaptive Mixture of CNN-Transformer for Sequential Recommendation
abstract
Sequential recommendation (SR) aims to model users' dynamic preferences from a series of interactions. A pivotal challenge in user modeling for SR lies in the inherent variability of user preferences. An effective SR model is expected to capture both the long-term and short-term preferences exhibited by users, wherein the former can offer a comprehensive understanding of stable interests that impact the latter. To more effectively capture such information, we incorporate locality inductive bias into the Transformer by amalgamating its global attention mechanism with a local convolutional filter, and adaptively ascertain the mixing importance on a personalized basis through layer-aware adaptive mixture units, termed as AdaMCT. Moreover, as users may repeatedly browse potential purchases, it is expected to consider multiple relevant items concurrently in long-/short-term preferences modeling. Given that softmax-based attention may promote unimodal activation, we propose the Squeeze-Excitation Attention (with sigmoid activation) into SR models to capture multiple pertinent items (keys) simultaneously. Extensive experiments on three widely employed benchmarks substantiate the effectiveness and efficiency of our proposed approach. Source code is available at https://github.com/juyongjiang/AdaMCT.
Juyong Jiang, Peiyan Zhang, Yingtao Luo, Chaozhuo Li, Jae Boum Kim, Kai Zhang 0077, Senzhang Wang, Xing Xie 0001, Sunghun Kim 0001
CIKM7
2023 DiffUFlow: Robust Fine-grained Urban Flow Inference with Denoising Diffusion Model
abstract
Inferring the fine-grained urban flows based on the coarse-grained flow observations is practically important to many smart city-related applications. However, the collected human/vehicle trajectory flows are usually rather unreliable, may contain various noise and sometimes are incomplete, thus posing great challenges to existing approaches. In this paper, we present a pioneering study on robust fine-grained urban flow inference with noisy and incomplete urban flow observations, and propose a denoising diffusion model named DiffUFlow to effectively address it. Specifically, we propose an improved reverse diffusion strategy. A spatial-temporal feature extraction network called STFormer and a semantic features extraction network called ELFetcher are also proposed. Then, we overlay the spatial-temporal feature map extracted by STFormer onto the coarse-grained flow map, serving as a conditional guidance for the reverse diffusion process. We further integrate the semantic features extracted by ELFetcher to cross-attention layers, enabling the comprehensive consideration of semantic information encompassing the entirety of urban data in fine-grained inference. Extensive experiments on two large real-world datasets validate the effectiveness of our method compared with the state-of-the-art baselines.
Lian Zhong, Senzhang Wang, Yu Yang 0012, Weixi Gu, Junbo Zhang 0004, Jianxin Wang 0001
CIKM3
2023 PASS: Personalized Advertiser-aware Sponsored Search
abstract
The nucleus of online sponsored search systems lies in measuring the relevance between the search intents of users and the advertising purposes of advertisers. Existing conventional doublet-based (query-keyword) relevance models solely rely on short queries and keywords to uncover such intents, which ignore the diverse and personalized preferences of participants (i.e., users and advertisers), resulting in undesirable advertising performance. In this paper, we investigate the novel problem of Personalized A dvertiser-aware Sponsored Search (PASS). Our motivation lies in incorporating the portraits of users and advertisers into relevance models to facilitate the modeling of intrinsic search intents and advertising purposes, leading to a quadruple-based (i.e., user-query-keyword-advertiser) task. Various types of historical behaviors are explored in the format of hypergraphs to provide abundant signals on identifying the preferences of participants. A novel heterogeneous textual hypergraph transformer is further proposed to deeply fuse the textual semantics and the high-order hypergraph topology. Our proposal is extensively evaluated over real industry datasets, and experimental results demonstrate its superiority.
Zhoujin Tian, Chaozhuo Li, Zhiqiang Zuo 0004, Zengxuan Wen, Lichao Sun 0001, Xinyue Hu 0003, Haizhen Huang, Senzhang Wang, Xing Xie 0001, Qi Zhang 0066
KDD9
2023 Hierarchical Graph Contrastive Learning
Hao Yan 0004, Senzhang Wang, Jun Yin 0005, Chaozhuo Li, Junxing Zhu, Jianxin Wang 0001
ECML/PKDD (2)2
2023 Adversarial Hard Negative Generation for Complementary Graph Contrastive Learning
abstract
Graph contrastive learning (GCL) has attracted rising research attention recently due to its effectiveness in self- supervised graph learning. A key step of GCL is to conduct data augmentation, based on which self-supervised learning is performed through the contrast between two augmented data views. Existing approaches generally generate the two data views from the original graph, which has been revealed to be less effective due to the lack of data diversity. Meanwhile, although the data augmentation methods and the contrastive modes have been extensively studied, the effect of hard negative samples (i.e.samples that are difficult to distinguish from an anchor node) on GCL is not fully explored. In this paper, we propose a novel complementary graph contrastive learning method boosted by adversarial hard negative sample generation. Specifically, we first construct a κNN graph as the complementary counterpart of the original graph in the semantic space. Then graph augmentation is conducted in both the semantic and topology spaces for the two complementary graphs to obtain two contrastive views with a larger data diversity. To facilitate the contrastive learning, an adversarial network named ADNet is also proposed to generate hard negative samples. The generated samples are more informative and challenging, and thus can further boost the learning performance. Extensive evaluations over the node classification task demonstrate that our proposal outperforms existing state-of-the-art GCL methods, and even exceeds supervised approaches. The code of this work is publicly available at https://github.com/sktsherlock/HNGCL-V1.
Senzhang Wang, Hao Yan 0004, Jinlong Du, Jun Yin 0005, Junxing Zhu, Chaozhuo Li, Jianxin Wang 0001
SDM1
2023 Multi-Grained Topological Pre-Training of Language Models in Sponsored Search
abstract
Relevance models measure the semantic closeness between queries and the candidate ads, widely recognized as the nucleus of sponsored search systems. Conventional relevance models solely rely on the textual data within the queries and ads, whose performance is hindered by the scarce semantic information in these short texts. Recently, user behavior graphs have been incorporated to provide complementary information beyond pure textual semantics.Despite the promising performance, behavior-enhanced models suffer from exhausting resource costs due to the extra computations introduced by explicit topological aggregations. In this paper, we propose a novel Multi-Grained Topological Pre-Training paradigm, MGTLM, to teach language models to understand multi-grained topological information in behavior graphs, which contributes to eliminating explicit graph aggregations and avoiding information loss. Extensive experimental results over online and offline settings demonstrate the superiority of our proposal.
Zhoujin Tian, Chaozhuo Li, Zhiqiang Zuo 0004, Zengxuan Wen, Xinyue Hu 0003, Haizhen Huang, Senzhang Wang, Xing Xie 0001, Qi Zhang 0066
SIGIR8
2023 Continual Learning on Dynamic Graphs via Parameter Isolation
abstract
Many real-world graph learning tasks require handling dynamic graphs where new nodes and edges emerge. Dynamic graph learning methods commonly suffer from the catastrophic forgetting problem, where knowledge learned for previous graphs is overwritten by updates for new graphs. To alleviate the problem, continual graph learning methods are proposed. However, existing continual graph learning methods aim to learn new patterns and maintain old ones with the same set of parameters of fixed size, and thus face a fundamental tradeoff between both goals. In this paper, we propose Parameter Isolation GNN (PI-GNN) for continual learning on dynamic graphs that circumvents the tradeoff via parameter isolation and expansion. Our motivation lies in that different parameters contribute to learning different graph patterns. Based on the idea, we expand model parameters to continually learn emerging graph patterns. Meanwhile, to effectively preserve knowledge for unaffected patterns, we find parameters that correspond to them via optimization and freeze them to prevent them from being rewritten. Experiments on eight real-world datasets corroborate the effectiveness of PI-GNN compared to state-of-the-art baselines.
Peiyan Zhang, Chaozhuo Li, Senzhang Wang, Xing Xie 0001, Guojie Song, Sunghun Kim 0001
SIGIR4
2023 Beyond the Overlapping Users: Cross-Domain Recommendation via Adaptive Anchor Link Learning
abstract
Cross-Domain Recommendation (CDR) is capable of incorporating auxiliary information from multiple domains to advance recommendation performance. Conventional CDR methods primarily rely on overlapping users, whereby knowledge is conveyed between the source and target identities belonging to the same natural person. However, such a heuristic assumption is not universally applicable due to an individual may exhibit distinct or even conflicting preferences in different domains, leading to potential noises. In this paper, we view the anchor links between users of various domains as the learnable parameters to learn the task-relevant cross-domain correlations. A novel optimal transport based model ALCDR is further proposed to precisely infer the anchor links and deeply aggregate collaborative signals from the perspectives of intra-domain and inter-domain. Our proposal is extensively evaluated over real-world datasets, and experimental results demonstrate its superiority.
Yi Zhao 0029, Chaozhuo Li, Jiquan Peng, Xiaohan Fang, Feiran Huang, Senzhang Wang, Xing Xie 0001, Jibing Gong
SIGIR6
2023 Adaptive curvature exploration geometric graph neural network
Xingcheng Fu, Jianxin Li 0002, Jia Wu 0001, Jiawen Qin, Qingyun Sun, Cheng Ji 0001, Senzhang Wang, Hao Peng 0001, Philip S. Yu
Knowl. Inf. Syst.7
2023 A Robust and Generalized Framework for Adversarial Graph Embedding
abstract
Graph embedding is essential for graph mining tasks. With the prevalence of graph data in real-world applications, many methods have been proposed in recent years to learn high-quality graph embedding for various types of graphs, among which the Generative Adversarial Networks (GAN) based methods attract increasing attention among researchers. However, most GAN-based generator-discriminator frameworks randomly generate the negative samples from the original graph distributions to enhance the training process of the discriminator without considering the noise. In addition, most of these methods only focus on the explicit graph structures and cannot fully capture complex semantics of edges such as various relationships or asymmetry. In order to address these issues, we propose a robust and generalized framework named AGE. It generates fake neighbors as the enhanced negative samples from the implicit distribution, and enables the discriminator and generator to jointly learn robust and generalized node representations. Based on this framework, we propose three models to handle three types of graph data and derive the corresponding optimization algorithms, namely the UG-AGE and DG-AGE for undirected and directed homogeneous graphs, respectively, and the HIN-AGE for heterogeneous information networks. Extensive experiments show that our methods consistently and significantly outperform existing state-of-the-art methods across multiple graph mining tasks.
Jianxin Li 0002, Xingcheng Fu, Hao Peng 0001, Senzhang Wang, Qingyun Sun, Philip S. Yu, Lifang He 0001
IEEE Trans. Knowl. Data Eng.5
2023 Semi-Supervised Variational User Identity Linkage via Noise-Aware Self-Learning
abstract
User identity linkage, which aims to link identities of a natural person across different social platforms, has attracted increasing research interest recently. Existing approaches usually first embed the identities as deterministic vectors in a shared latent space, and then learn a classifier based on the available annotations. However, the formation and characteristics of real-world social platforms are full of uncertainties, which makes these deterministic embedding based methods sub-optimal. Besides, semi-supervised models utilize the unlabeled data to help capture the intrinsic data distribution. However, the existing semi-supervised linkage methods heavily rely on the heuristically defined similarity measurements to incorporate the innate closeness between labeled and unlabeled samples. Such manually designed assumptions may not be consistent with the actual linkage signals and further introduce the noises. To address the mentioned limitations, in this paper we propose a novel Noise-aware Semi-supervised Variational User Identity Linkage (NSVUIL) model. Specifically, we first propose a novel supervised linkage module to incorporate the available annotations. Each social identity is represented by a Gaussian distribution in the Wasserstein space to simultaneously preserve the fine-grained social profiles and model the uncertainty of identities. Then, a noise-aware self-learning module is designed to faithfully augment the few available annotations, which is capable of filtering noises from the pseudo-labels generated by the supervised module. The filtered reliable candidates are added into the labeled set to provide enhanced training guidance for the next training iteration. Empirically, we evaluate the NSVUIL model over multiple real-world datasets, and the experimental results demonstrate its superiority.
Chaozhuo Li, Senzhang Wang, Jie Xu 0015, Zheng Liu 0011, Hao Wang 0068, Xing Xie 0001, Lei Chen 0002, Philip S. Yu
IEEE Trans. Knowl. Data Eng.2
2023 Fine-Grained Urban Flow Inference With Incomplete Data
abstract
Fine-grained urban flow inference, which aims to infer the fine-grained urban flows of a city given the coarse-grained urban flow observations, is critically important to various smart city related applications such as urban planning and public safety. Previous works assume that the urban flow monitoring sensors are evenly distributed in space for data collection and thus the observed urban flows are complete. However, in real-world scenarios, sensors are usually unevenly deployed in space. For example, the traffic cameras are mostly deployed at the crossroads and central areas of a city, but less likely to be deployed in suburb. The data scarcity issue poses great challenges to existing methods for accurately inferring the fine-grained urban flows, because they require all urban flow observations to be available. In this paper, we make the first attempt to infer fine-grained urban flows based on the incomplete coarse-grained urban flow observations, and propose a Multi-Task urban flow Completion and Super-Resolution network (MT-CSR for short) to simultaneously complete the coarse-grained urban flows and infer the fine-grained flows. Specifically, MT-CSR consists of the data completion network (CMPNet for short) and data super-resolution network (SRNet for short). CmpNet is composed of a local spatial information based data completion module LocCmp and an auxiliary information based data completion module AuxCmp to consider both the local geographical and global semantic correlations for urban flow data completion. SRNet is designed to capture the complex associations between fine-and coarse-grained urban flows and upsample the coarse-grained data by stacking the designed super-resolution blocks. To gain an accurate inference, two parts are jointly conducted under a multi-task learning framework, and trained in an end-to-end manner using a two-stage training strategy. Extensive experiments on four large real-world datasets validate the effectiveness and efficiency of our method compared with the state-of-the-art baselines.
Jiyue Li, Senzhang Wang, Hao Miao 0001, Junbo Zhang 0004, Philip S. Yu
IEEE Trans. Knowl. Data Eng.2
2023 MBA-STNet: Bayes-Enhanced Discriminative Multi-Task Learning for Flow Prediction
abstract
Crowd flow prediction, which aims to predict the in/out flows of different areas of a city, plays an important role in various applications like intelligent transportation. The challenges of this problem lie in both dynamic mobility patterns of crowds and complex spatial-temporal correlations. Meanwhile, crowd flow is highly correlated to and affected by the Origin-Destination (OD) locations of the flow trajectories, which is largely ignored by existing works. In this paper, we study the novel problem of predicting the crowd flow and flow OD simultaneously, and propose a multi-task bayes-enhanced adversarial spatial temporal network entitled MBA-STNet. MBA-STNet adopts a shared-private framework that contains private spatial-temporal encoders, a shared spatial-temporal encoder, and decoders to learn the task-specific features and shared features. To effectively extract discriminative shared features, an adversarial loss on shared feature extraction is incorporated to reduce information redundancy. A Bayesian Heterogeneous Spatio-temporal Attention Network is designed to learn complex spatio-temporal correlations and alleviate data uncertainty. We also design an attentive temporal queue to capture the complex temporal dependency automatically without domain knowledge. Extensive evaluations are conducted over the bike and taxicab trip datasets in New York. The results demonstrate that the proposed MBA-STNet is superior to state-of-the-art methods.
Hao Miao 0001, Jiaxing Shen, Jiannong Cao 0001, Jiangnan Xia, Senzhang Wang
IEEE Trans. Knowl. Data Eng.5
2023 Traffic Accident Risk Prediction via Multi-View Multi-Task Spatio-Temporal Networks
abstract
Abnormal traffic incidents such as traffic accidents have become a significant health and development threat with the rapid urbanization of many countries. Thus it is critically important to accurately forecast the traffic accident risks of different areas in a city, which has attracted increasing research interest in the research area of urban computing. The challenges of accurate traffic risk forecasting are three-fold. First, traffic accident data in some areas of a city is sparse, especially for a fine-grained prediction, which may cause the zero inflation problem during model training. Second, the spatio-temporal correlations of the traffic accidents occurring in different areas are rather complex and non-linear, which is difficult to capture by existing shallow models like regression. Third, the occurrence of traffic accidents can be significantly affected by various context features including weather, POI and road network features. It is non-trivial to capture the complex associations between the diverse context features and traffic accident risks for building an accurate prediction model. To address the above challenges, this paper proposes a Multi-View Multi-Task Spatio-Temporal Networks (MVMT-STN) model to forecast fine- and coarse-grained traffic accident risks of a city simultaneously. Specifically, to address the data sparsity issue in a fine-grained prediction, we adopt a multi-task learning framework to jointly forecast both fine- and coarse-grained traffic accident risks by considering their spatial associations. For each granularity prediction, we design the channel-wise CNN and multi-view GCN to capture the local geographic dependency and global semantic dependency, respectively. In order to obtain the diverse impacts of the context features on traffic accidents, we also introduce a fusion learning module that integrates the channel-wise and multi-view features learned from different types of the external factors. We conduct extensive experiments over two large real traffic accident datasets. The results show that MVMT-STN improves the performance of traffic accident risk prediction in both fine- and coarse-grained prediction by a large margin compared with existing state-of-the-art methods.
Senzhang Wang, Jiyue Li, Hao Miao 0001, Jiannong Cao 0001
IEEE Trans. Knowl. Data Eng.1
2023 Time-Capturing Dynamic Graph Embedding for Temporal Linkage Evolution
abstract
Dynamic graph embedding learns representation vectors for vertices and edges in a graph that evolves over time. We aim to capture and embed the evolution of vertices' temporal connectivity. Existing work studies the vertices' dynamic connection changes but neglects the time it takes for edges to evolve, failing to embed temporal linkage information into the evolution of the graph. To capture vertices' temporal linkage evolution, we model dynamic graphs as a sequence of snapshot graphs, appending the respective timespans of edges (ToE). We co-train a linear regressor to embed ToE while inferring a common latent space for all snapshot graphs by a matrix-factorization-based model to embed vertices' dynamic connection changes. Vertices' temporal linkage evolution is captured as their moving trajectories within the common latent representation space. Our embedding algorithm converges quickly with our proposed training methods, which is very time efficient and scalable. Extensive evaluations on several datasets show that our model can achieve significant performance improvements, i.e. 22.98% on average across all datasets, over the state-of-the-art baselines in the tasks of vertex classification, static and time-aware link prediction, and ToE prediction.
Yu Yang 0012, Jiannong Cao 0001, Milos Stojmenovic, Senzhang Wang, Yiran Cheng, Chun Lum, Zhetao Li
IEEE Trans. Knowl. Data Eng.4
2023 Multi-View Tensor Graph Neural Networks Through Reinforced Aggregation
abstract
Graph Neural Networks (GNNs) have yielded fruitful results in learning multi-view graph data. However, it is challenging for existing GNNs to capture the potential correlation information (PCI) among the graph structure features of multiple views. It is also challenging to adaptively identify valuable neighbors for node feature fusion in different views. To this end, we propose a novelReinforcedTensorGraphNeuralNetwork (RTGNN) framework to more effectively perform multi-view graph representation learning through reinforcing inter- and intra-graph aggregation. Specifically, RTGNN first uses tensor decomposition to extract the graph structure features (GSFs) of each view in the common feature space. These GSFs contain the PCI of multiple views and alleviate fusion conflicts that may be caused by differences between view feature spaces in cross-view feature fusion. Since fusing the features of all neighbor nodes may harm the features of the center node, we filter the irrelevant neighbors to improve the performance of intra-graph aggregation in each view. Concretely, a reinforcement learning (RL)-guided scheme is developed to automatically calculate the optimal filtering threshold for each view, avoiding tedious manual updates and infeasible back propagation updates. Experimental results and analysis on five datasets show that RTGNN surpasses the best multi-view graph representation baselines and achieves the maximum 14.26% performance improvement in terms of F1. The code link ishttps://github.com/RingBDStack/RTGNN.
Xusheng Zhao, Qiong Dai, Jia Wu 0001, Hao Peng 0001, Mingsheng Liu, Jianlong Tan, Senzhang Wang, Philip S. Yu
IEEE Trans. Knowl. Data Eng.8
2022 ITSM-GCN: Informative Training Sample Mining for Graph Convolutional Network-based Collaborative Filtering
abstract
Recently, graph convolutional network (GCN) has become one of the most popular and state-of-the-art collaborative filtering (CF) methods. Existing GCN-based CF studies have made many meaningful and excellent efforts at loss function design and embedding propagation improvement. Despite their successes, we argue that existing methods have not yet properly explored more effective sampling strategy, including both positive sampling and negative sampling. To tackle this limitation, a novel framework named ITSM-GCN is proposed to carry out our designed Informative Training Sample Mining (ITSM) sampling strategy for the learning of GCN-based CF models. Specifically, we first adopt and improve the dynamic negative sampling (DNS) strategy, which achieves considerable improvements in both training efficiency and recommendation performance. More importantly, we design two potentially positive training sample mining strategies, namely a similarity-based sampler and score-based sampler, to further enhance GCN-based CF. Extensive experiments show that ITSM-GCN significantly outperforms state-of-the-art GCN-based CF models, including LightGCN, SGL-ED and SimpleX. For example, ITSM-GCN improves on SimpleX by 12.0%, 3.0%, and 1.2% on [email protected] for Amazon-Books, Yelp2018 and Gowalla, respectively.
Kaiqi Gong, Xiao Song 0001, Senzhang Wang, Yong Li 0008
CIKM3
2022 Generative-Free Urban Flow Imputation
abstract
Urban flow imputation, which aims to infer the missing flows of some locations based on the available flows of surrounding areas, is critically important to various smart city related applications such as urban planning and public safety. Although many methods are proposed to impute time series data, they may not be feasible to be directly applied on urban flow data due to the following reasons. First, urban flows have the complex spatial and temporal correlations which are much harder to be captured compared with time series data. Second, the urban flow data can be random missing (i.e., missing randomly in terms of times and locations) or block missing (i.e., missing for all locations in a particular time slot). Thus it is difficult for existing methods to work well on both scenarios. In this paper, we for the first time study the urban flow imputation problem and propose a generative-free Attention-based Spatial-Temporal Combine and Mix Completion Network model (AST-CMCN for short) to effectively address it. Specifically, AST-CMCN consists of a Spatial and Temporal Completion Network (SATCNet for short) and a Spatial-Temporal Mix Completion Network (STMCNet for short). SATCNet is composed of stacked GRUAtt modules to capture the geographical and temporal correlations of the urban flows, separately. STMCNet is designed to capture the complex spatial-temporal associations jointly between historical urban flows and current data. A Message Passing module is also proposed to capture new spatial-temporal patterns that never appear in the historical data. Extensive experiments on two large real-world datasets validate the effectiveness and efficiency of our method compared with the state-of-the-art baselines.
Senzhang Wang, Jiyue Li, Hao Miao 0001, Junbo Zhang 0004, Junxing Zhu, Jianxin Wang 0001
CIKM1
2022 Multi-task Adversarial Learning for Semi-supervised Trajectory-User Linking
Senzhang Wang, Xiang Wang 0015, Shigeng Zhang, Hao Miao 0001, Junxing Zhu
ECML/PKDD (4)2
2022 Dy-HIEN: Dynamic Evolution based Deep Hierarchical Intention Network for Membership Prediction
abstract
Many video websites offer packages composed of paid videos. Users who purchase a package become members of the website, and thus can enjoy the membership service, such as watching the paid videos. It is practically important to predict which users will become members so that the website can recommend them the suitable packages for purchasing. Existing works generally predict the purchase behavior of users through capturing their interests in items. However, such works cannot be directly applied to the studied problem due to the following challenges. First, some important features of videos and packages change over time, such as the number of clicks and the update of the videos. Existing methods are not capable to capture such dynamic features. Second, a user's purchasing intention is very hard to capture. A user watching a video does not necessarily mean that he/she would like to purchase the corresponding package. In this paper, we propose a Dynamic Evolution based Deep Hierarchical Intention Network (Dy-HIEN for short) for membership prediction, which contains two modules. In the first module, we design a dynamic embedding learning method, applying multi-relational heterogeneous information network and attention mechanism to effectively represent the embedding of videos and packages. In the second module, a hierarchical method is proposed to extract the purchase intention of users. First, the video play history is divided into sessions based on the clicks on packages, and then time-order encoder and kernel functions are applied to mine the intention pattern associated with the package clicked in each session. Extensive experiments on real-world datasets are conducted to demonstrate the advantages of the proposed model on a variety of evaluation metrics.
Zhenyun Hao, Jianing Hao, Zhaohui Peng, Senzhang Wang, Philip S. Yu, Jian Wang 0010
WSDM4
2022 Personalized Long-distance Fuel-efficient Route Recommendation Through Historical Trajectories Mining
abstract
Finding fuel-efficient routes for drivers has increasingly important value in terms of saving energy, protecting the environment and saving expenses. Previous studies basically adopt simple fuel consumption calculation or prediction methods to recommend the fuel-efficient routes within a city, which have two major limitations. First, the effect of drivers' driving behavior preferences (e.g. acceleration, frequency of clutch use, etc.) on fuel consumption is not fully studied and utilized. Second, existing methods mainly focus on short-distance route recommendation. Due to the difference in the road network structure and route composition, it is not effective to directly apply the route recommendation methods designed for short-distance travel within a city on the scenario of long-distance travel among cities. In this paper, we propose a novel model PLd-FeRR for the Personalized Long-distance Fuel-efficient Route Recommendation. Specifically, we first identify the features reflecting the user's driving behavior preference based on the user's historical driving trajectory, and then extract the potential factors that can affect long-distance fuel consumption. As transformer can effectively capture the temporal features for long sequence data, the extracted personalized driving preference features and long-distance fuel consumption features are input into a transformer-based fuel consumption prediction model. Next, the prediction model is combined with a genetic algorithm to further improve the performance of recommending fuel-efficient routes. Extensive evaluations are conducted on the large real-world dataset, and the results show the effectiveness of our proposal.
Zhaohui Peng, Senzhang Wang, Qiao Song
WSDM3
2022 Introduction to the Special Issue on Deep Learning for Spatio-Temporal Data: Part 2
abstract
introduction Share on Introduction to the Special Issue on Deep Learning for Spatio-Temporal Data: Part 2 Editors: Senzhang Wang Central South University, China Central South University, ChinaView Profile , Junbo Zhang JD Intelligent Cities Research, JD iCity, JD Tech, China JD Intelligent Cities Research, JD iCity, JD Tech, ChinaView Profile , Yanjie Fu University of Central Florida, U.S.A. University of Central Florida, U.S.A.View Profile , Yong Li Tsinghua University, China Tsinghua University, ChinaView Profile Authors Info & Claims ACM Transactions on Intelligent Systems and TechnologyVolume 13Issue 2April 2022 Article No.: 17pp 1–4https://doi.org/10.1145/3510023Online:26 March 2022Publication History 0citation147DownloadsMetricsTotal Citations0Total Downloads147Last 12 Months147Last 6 weeks10 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 SiteGet Access
Senzhang Wang, Junbo Zhang 0004, Yanjie Fu, Yong Li 0008
ACM Trans. Intell. Syst. Technol.1
2022 Multivariate Correlation-aware Spatio-temporal Graph Convolutional Networks for Multi-scale Traffic Prediction
abstract
Traffic flow prediction based on vehicle trajectories collected from the installed GPS devices is critically important to Intelligent Transportation Systems (ITS). One limitation of existing traffic prediction models is that they mostly focus on predicting road-segment level traffic conditions, which can be considered as a fine-grained prediction. In many scenarios, however, a coarse-grained prediction, such as predicting the traffic flows among different urban areas covering multiple road links, is also required to help government have a better understanding on traffic conditions from the macroscopic point of view. This is especially useful in the applications of urban planning and public transportation planning. Another limitation is that the correlations among different types of traffic-related features are largely ignored. For example, the traffic flow and traffic speed are usually negatively correlated. Existing works regard these traffic-related features as independent features without considering their correlations. In this article, we for the first time study the novel problem of multivariate correlation-aware multi-scale traffic flow predicting, and we propose a feature correlation-aware spatio-temporal graph convolutional networks named MC-STGCN to effectively address it. Specifically, given a road graph, we first construct a coarse-grained road graph based on both the topology closeness and the traffic flow similarity among the nodes (road links). Then a cross-scale spatial-temporal feature learning and fusion technique is proposed for dealing with both the fine- and coarse-grained traffic data. In the spatial domain, a cross-scale GCN is proposed to learn the multi-scale spatial features jointly and fuse them together. In the temporal domain, a cross-scale temporal network that is composed of a hierarchical attention is designed for effectively capturing intra- and inter-scale temporal correlations. To effectively capture the feature correlations, a feature correlation learning component is also designed. Finally, a structural constraint is introduced to make the predictions on the two scale traffic data consistent. We conduct extensive evaluations over two real traffic datasets, and the results demonstrate the superior performance of the proposal on both fine- and coarse-grained traffic predictions.
Senzhang Wang, Meiyue Zhang, Hao Miao 0001, Zhaohui Peng, Philip S. Yu
ACM Trans. Intell. Syst. Technol.1
2022 Deep Learning for Spatio-Temporal Data Mining: A Survey
abstract
With the fast development of various positioning techniques such as Global Position System (GPS), mobile devices and remote sensing, spatio-temporal data has become increasingly available nowadays. Mining valuable knowledge from spatio-temporal data is critically important to many real-world applications including human mobility understanding, smart transportation, urban planning, public safety, health care and environmental management. As the number, volume and resolution of spatio-temporal data increase rapidly, traditional data mining methods, especially statistics-based methods for dealing with such data are becoming overwhelmed. Recently deep learning models such as recurrent neural network (RNN) and convolutional neural network (CNN) have achieved remarkable success in many domains due to the powerful ability in automatic feature representation learning, and are also widely applied in various spatio-temporal data mining (STDM) tasks such as predictive learning, anomaly detection and classification. In this paper, we provide a comprehensive review of recent progress in applying deep learning techniques for STDM. We first categorize the spatio-temporal data into five different types, and then briefly introduce the deep learning models that are widely used in STDM. Next, we classify existing literature based on the types of spatio-temporal data, the data mining tasks, and the deep learning models, followed by the applications of deep learning for STDM in different domains including transportation, on-demand service, climate & weather analysis, human mobility, location-based social network, crime analysis, and neuroscience. Finally, we conclude the limitations of current research and point out future research directions.
Senzhang Wang, Jiannong Cao 0001, Philip S. Yu
IEEE Trans. Knowl. Data Eng.1
2021 Hubness-aware User Identity Linkage
abstract
Nowadays, it is common for one natural person to join multiple social networks to enjoy different types of services. User identity linkage (UIL), which aims to link identical identities across different social platforms, has attracted increasing research interests recently. Most existing approaches focus on the sophisticated architecture engineering of the linkage model but ignore the challenge of hubness in the post-processing nearest neighbor search phase. Hubness appears as some identities in a social platform, called hubs, being extra-ordinary close to the identities in the other platform, which will degrade the alignment performance. Different from existing heuristic methods, in this paper we propose a hubness-aware user identity linkage model HAUIL to smoothly learn hubless linkage signals. A carefully-designed objective function is presented to explicitly mitigate the hubness information from the pre-learned linkage guidance. HAUIL can be easily adapted to most existing UIL models. Empirically, we evaluate HAUIL over multiple publicly available datasets, and the experimental results demonstrate its superiority.
Chaozhuo Li, Senzhang Wang, Feiran Huang, Jie Xu 0015, Philip S. Yu
CIKM2
2021 MISS: A Multi-user Identification Network for Shared-Account Session-Aware Recommendation
Xinyu Wen, Zhaohui Peng, Senzhang Wang, Philip S. Yu
DASFAA (3)4
2021 AE-UPCP: Seeking Potential Membership Users by Audience Expansion Combining User Preference with Consumption Pattern
Xiaokang Xu, Zhaohui Peng, Senzhang Wang, Philip S. Yu, Zhenyun Hao, Jian Wang 0010
DASFAA (2)3
2021 ACE-HGNN: Adaptive Curvature Exploration Hyperbolic Graph Neural Network
abstract
Graph Neural Networks (GNNs) have been widely studied in various graph data mining tasks. Most existing GNNs embed graph data into Euclidean space and thus are less effective to capture the ubiquitous hierarchical structures in real-world networks. Hyperbolic Graph Neural Networks (HGNNs) extend GNNs to hyperbolic space and thus are more effective to capture the hierarchical structures of graphs in node representation learning. In hyperbolic geometry, the graph hierarchical structure can be reflected by the curvatures of the hyperbolic space, and different curvatures can model different hierarchical structures of a graph. However, most existing HGNNs manually set the curvature to a fixed value for simplicity, which achieves a suboptimal performance of graph learning due to the complex and diverse hierarchical structures of the graphs. To resolve this problem, we propose an Adaptive Curvature Exploration Hyperbolic Graph Neural Network named ACE-HGNN to adaptively learn the optimal curvature according to the input graph and downstream tasks. Specifically, ACE-HGNN exploits a multi-agent reinforcement learning framework and contains two agents, ACE-Agent and HGNN-Agent for learning the curvature and node representations, respectively. The two agents are updated by a Nash Q-leaning algorithm collaboratively, seeking the optimal hyperbolic space indexed by the curvature. Extensive experiments on multiple real-world graph datasets demonstrate a significant and consistent performance improvement in model quality with competitive performance and good generalization ability.
Xingcheng Fu, Jianxin Li 0002, Jia Wu 0001, Qingyun Sun, Cheng Ji 0001, Senzhang Wang, Jiajun Tan, Hao Peng 0001, Philip S. Yu
ICDM6
2021 IFP-ADAC: A Two-stage Interpretable Fault Prediction Model for Multivariate Time Series
abstract
Fault prediction is critically important for many mobile equipments such as vehicles, ships and spacecrafts. Sensors deployed on these equipments continuously collect the status data, which are usually multivariate time series data. It is challenging to accurately predict the failure of the equipments based on the generated multivairate time series due to the complex correlations among the variables and the dynamic operation conditions. Though many methods have been proposed, they are not effective to provide an interpretable and accurate fault prediction result. This paper proposes a two-stage Interpretable Fault Prediction method based on Anomaly Detection and Anomaly Accumulation, called IFP-ADAC. Specially, we first design an anomaly detection module based on Generative Adversarial Nets due to the lack of samples. The generator captures the correlations among multiple variables and the temporal dependency within each variable jointly. Second, we design an anomaly accumulation model based on LSTM to capture the anomaly growth pattern, and the attention mechanism has been introduced to consider the severity of the detected anomalies. Compared with the end- to-end methods, our two-stage fault prediction method based on anomaly detection and accumulation has better interpretability. Extensive experiments conducted on two real-world datasets show the superior performance of our method.
Zhaohui Peng, Senzhang Wang, Hao Li 0076, Min Liu 0018, Nengwei Zhang
MDM3
2021 LDFeRR: A Fuel-efficient Route Recommendation Approach for Long-distance Driving Based on Historical Trajectories
abstract
Fuel-efficient route recommendation has been increasingly valuable for both energy conservation and environmental protection. Most existing methods analyze fuel consumption factors from the short-distance trajectories. However, due to the differences in the road network structure and route composition between long-distance and short-distance trajectories, directly using these methods to recommend fuel-efficient routes for long-distance drivers is less effective. In addition, previous works usually adopt heuristic algorithms due to efficiency, but empirically set the heuristic functions, which makes it difficult to integrate various influencing factors appropriately. In this paper, we propose a novel fuel-efficient route recommendation model for long-distance driving, LDFeRR. We first identify the potential factors that affect fuel consumption over long distances based on historical trajectories. To fully exploit these factors to estimate fuel consumption and further provide reliable recommendations, we propose to integrate deep learning methods with heuristic algorithm. Specially, we use a multi-layer perceptron (MLP) to predict the fuel consumption of a single road segment. We also employ an attention-based bidirectional gated recurrent unit (Att-BiGRU) to estimate the fuel consumption between two locations connected by routes. In this way, the two cost functions of the classic heuristic algorithm, i.e., A* algorithm, are automatically learned. Extensive experiments on the large real-world dataset demonstrate the effectiveness of our proposed model.
Min Liu 0018, Zhaohui Peng, Xiaohui Yu 0001, Senzhang Wang, Qiao Song
SDM4
2021 MT-STNets: Multi-Task Spatial-Temporal Networks for Multi-Scale Traffic Prediction
Senzhang Wang, Meiyue Zhang, Hao Miao 0001, Philip S. Yu
SDM1
2021 Dynamic graph convolutional network for long-term traffic flow prediction with reinforcement learning
Hao Peng 0001, Bowen Du 0001, Mingsheng Liu, Mingzhe Liu 0002, Shumei Ji, Senzhang Wang, Lifang He 0001
Inf. Sci.6
2021 CANE: community-aware network embedding via adversarial training
Jia Wang 0009, Jiannong Cao 0001, Wei Li 0121, Senzhang Wang
Knowl. Inf. Syst.4
2021 ACM TIST Special Issue on Deep Learning for Spatio-Temporal Data: Part 1
abstract
introduction Share on ACM TIST Special Issue on Deep Learning for Spatio-Temporal Data: Part 1 Authors: Senzhang Wang Central South University, Changsha, China Central South University, Changsha, ChinaSearch about this author , Junbo Zhang JD Intelligent Cities Research; JD iCity, JD Tech, Beijing, China JD Intelligent Cities Research; JD iCity, JD Tech, Beijing, ChinaSearch about this author , Yanjie Fu University of Central Florida, Orlando, U.S.A. University of Central Florida, Orlando, U.S.A.Search about this author , Yong Li Tsinghua University, Beijing, China Tsinghua University, Beijing, ChinaSearch about this author Authors Info & Claims ACM Transactions on Intelligent Systems and TechnologyVolume 12Issue 6December 2021 Article No.: 67pp 1–3https://doi.org/10.1145/3495188Online:16 December 2021Publication History 0citation122DownloadsMetricsTotal Citations0Total Downloads122Last 12 Months122Last 6 weeks23 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 SiteGet Access
Senzhang Wang, Junbo Zhang 0004, Yanjie Fu, Yong Li 0008
ACM Trans. Intell. Syst. Technol.1
2021 Hierarchical Taxonomy-Aware and Attentional Graph Capsule RCNNs for Large-Scale Multi-Label Text Classification
abstract
CNNs, RNNs, GCNs, and CapsNets have shown significant insights in representation learning and are widely used in various text mining tasks such as large-scale multi-label text classification. Most existing deep models for multi-label text classification consider either the non-consecutive and long-distance semantics or the sequential semantics. However, how to coherently take them into account is still far from studied. In addition, most existing methods treat output labels as independent medoids, ignoring the hierarchical relationships among them, which leads to a substantial loss of useful semantic information. In this paper, we propose a novel hierarchical taxonomy-aware and attentional graph capsule recurrent CNNs framework for large-scale multi-label text classification. Specifically, we first propose to model each document as a word order preserved graph-of-words and normalize it as a corresponding word matrix representation preserving both the non-consecutive, long-distance and local sequential semantics. Then the word matrix is input to the proposed attentional graph capsule recurrent CNNs for effectively learning the semantic features. To leverage the hierarchical relations among the class labels, we propose a hierarchical taxonomy embedding method to learn their representations, and define a novel weighted margin loss by incorporating the label representation similarity. Extensive evaluations on three datasets show that our model significantly improves the performance of large-scale multi-label text classification by comparing with state-of-the-art approaches.
Hao Peng 0001, Jianxin Li 0002, Senzhang Wang, Qiran Gong, Renyu Yang, Bo Li 0005, Philip S. Yu, Lifang He 0001
IEEE Trans. Knowl. Data Eng.3
2021 Deep Collaborative Filtering with Multi-Aspect Information in Heterogeneous Networks
abstract
Recently, recommender systems play a pivotal role in alleviating the problem of information overload. Latent factor models have been widely used for recommendation. Most existing latent factor models mainly utilize the interaction information between users and items, although some recently extended models utilize some auxiliary information to learn a unified latent factor for users and items. The unified latent factor only represents the characteristics of users and the properties of items from the aspect of purchase history. However, the characteristics of users and the properties of items may stem from different aspects, e.g., the brand-aspect and category-aspect of items. Moreover, the latent factor models usually use the shallow projection, which cannot capture the characteristics of users and items well. Deep neural network has shown tremendous potential to model the non-linearity relationship between users and items. It can be used to replace shallow projection to model the complex correlation between users and items. In this paper, we propose a Neural network based Aspect-level Collaborative Filtering model (NeuACF) to exploit different aspect latent factors. Through modelling the rich object properties and relations in recommender system as a heterogeneous information network, NeuACF first extracts different aspect-level similarity matrices of users and items, respectively, through different meta-paths, and then feeds an elaborately designed deep neural network with these matrices to learn aspect-level latent factors. Finally, the aspect-level latent factors are fused for the top-N recommendation. Moreover, to fuse information from different aspects more effectively, we further propose NeuACF++ to fuse aspect-level latent factors with self-attention mechanism. Extensive experiments on three real world datasets show that NeuACF and NeuACF++ significantly outperform both existing latent factor models and recent neural network models.
Chuan Shi 0001, Xiao Wang 0017, Senzhang Wang, Junping Du 0001, Philip S. Yu
IEEE Trans. Knowl. Data Eng.5
2020 Recursive RNN Based Shift Representation Learning for Dynamic User-Item Interaction Prediction
Senzhang Wang, Jinlong Du, Meiyue Zhang
ADMA2
2020 Label-Aware Graph Convolutional Networks
abstract
Recent advances in Graph Convolutional Networks (GCNs) have led to state-of-the-art performance on various graph-related tasks. However, most existing GCN models do not explicitly identify whether all the aggregated neighbors are valuable to the learning tasks, which may harm the learning performance. In this paper, we consider the problem of node classification and propose the Label-Aware Graph Convolutional Network (LAGCN) framework which can directly identify valuable neighbors to enhance the performance of existing GCN models. Our contribution is three-fold. First, we propose a label-aware edge classifier that can filter distracting neighbors and add valuable neighbors for each node to refine the original graph into a label-aware (LA) graph. Existing GCN models can directly learn from the LA graph to improve the performance without changing their model architectures. Second, we introduce the concept of positive ratio to evaluate the density of valuable neighbors in the LA graph. Theoretical analysis reveals that using the edge classifier to increase the positive ratio can improve the learning performance of existing GCN models. Third, we conduct extensive node classification experiments on benchmark datasets. The results verify that LAGCN can improve the performance of existing GCN models considerably, in terms of node classification.
Hao Chen 0062, Feiran Huang, Zengde Deng, Wenbing Huang 0001, Senzhang Wang, Zhoujun Li 0001
CIKM6
2020 Multi-task Adversarial Spatial-Temporal Networks for Crowd Flow Prediction
abstract
Crowd flow prediction, which aims to predict the in-out flows (e.g. the traffic of crowds, taxis and bikes ) of different areas of a city, is critically important to many real applications including public safety and intelligent transportation systems. The challenges of this problem lie in both the dynamic mobility patterns of crowds and the complex spatial-temporal correlations. Meanwhile, crowd flow is highly correlated to and affected by the Origin-Destination (OD) locations of the flow trajectories, which is largely ignored by existing works. In this paper, we study the novel problem of predicting the crowd flow and flow OD simultaneously, and propose a multi-task adversarial spatial-temporal network model entitled MT-ASTN to effectively address it. As a multi-task learning model, MT-ASTN adopts a shared-private framework which contains private spatial-temporal encoders, a shared spatial-temporal encoder, and decoders to learn the task-specific features and shared features. To effectively extract high quality shared features, a discriminative loss on task classification and an adversarial loss on shared feature extraction are incorporated to reduce information redundancy. We also design an attentive temporal queue to automatically capture the complex temporal dependency without the help of domain knowledge. Extensive evaluations are conducted over the bike and taxicab trip datasets in New York. The results demonstrate that our approach significantly outperforms state-of-the-art methods by a large margin on both tasks.
Senzhang Wang, Hao Miao 0001, Hao Chen 0062
CIKM1
2020 Heterogeneous Graph Embedding for Cross-Domain Recommendation Through Adversarial Learning
Zhaohui Peng, Senzhang Wang, Xiaokang Xu, Philip S. Yu, Zhenyun Hao
DASFAA (3)3
2020 Pairwise Learning for Name Disambiguation in Large-Scale Heterogeneous Academic Networks
abstract
Name disambiguation aims to identify unique authors with the same name. Existing name disambiguation methods always exploit author attributes to enhance disambiguation results. However, some discriminative author attributes (e.g., email and affiliation) may change because of graduation or job-hopping, which will result in the separation of the same author's papers in digital libraries. Although these attributes may change, an author's co-authors and research topics do not change frequently with time, which means that papers within a period have similar text and relation information in the academic network. Inspired by this idea, we introduce Multi-view Attention-based Pairwise Recurrent Neural Network (MA-PairRNN) to solve the name disambiguation problem. We divided papers into small blocks based on discriminative author attributes and blocks of the same author will be merged according to pairwise classification results of MA-PairRNN. MA-PairRNN combines heterogeneous graph embedding learning and pairwise similarity learning into a framework. In addition to attribute and structure information, MA-PairRNN also exploits semantic information by meta-path and generates node representation in an inductive way, which is scalable to large graphs. Furthermore, a semantic-level attention mechanism is adopted to fuse multiple meta-path based representations. A Pseudo-Siamese network consisting of two RNNs takes two paper sequences in publication time order as input and outputs their similarity. Results on two real-world datasets demonstrate that our framework has a significant and consistent improvement of performance on the name disambiguation task. It was also demonstrated that MA-PairRNN can perform well with a small amount of training data and have better generalization ability across different research areas.
Qingyun Sun, Hao Peng 0001, Jianxin Li 0002, Senzhang Wang, Xiangyu Dong 0002, Liangxuan Zhao, Philip S. Yu, Lifang He 0001
ICDM4
2020 Spatial temporal incidence dynamic graph neural networks for traffic flow forecasting
Hao Peng 0001, Bowen Du 0001, Md. Zakirul Alam Bhuiyan, Hongyuan Ma, Jianwei Liu 0001, Linfeng Du, Senzhang Wang, Philip S. Yu
Inf. Sci.10
2020 Mutual clustering on comparative texts via heterogeneous information networks
Jianping Cao, Senzhang Wang, Danyan Wen, Zhaohui Peng, Philip S. Yu, Fei-Yue Wang 0001
Knowl. Inf. Syst.2
2020 CDLFM: cross-domain recommendation for cold-start users via latent feature mapping
Zhaohui Peng, Senzhang Wang, Philip S. Yu, Wenjing Fu, Xiaokang Xu, Xiaoguang Hong
Knowl. Inf. Syst.3
2020 Locally Balanced Inductive Matrix Completion for Demand-Supply Inference in Stationless Bike-Sharing Systems
abstract
Stationless bike-sharing systems such as Mobike are currently becoming extremely popular in China as well as some other big cities in the world. Compared to traditional bicycle-sharing systems, stationless bike-sharing systems do not need bike stations. Users can rent and return bikes at arbitrary locations through an App installed on their smart phones. Such a convenient and flexible bike-sharing mode greatly solves the last mile issue of the commuters, and better meets their real bike usage demand. However, it also poses new challenges for operators to manage the system. The first primary challenge is how to accurately estimate the real bike usage demand in different areas of a city and in different time intervals, which is crucial for the system planning and operation. This paper for the first time proposes a data driven approach for bike usage demand inference in stationless bike-sharing systems. The idea is that we first estimate the demands in some regions and time intervals from a small number of observed bike check-out/in data directly, and then use them as seeds to infer the region-level bike usage demands of an entire city. Specifically, we formulate this problem as a matrix completion task by modeling the bike usage demand as a matrix whose two dimensions are time intervals of a day and regions of a city, respectively. With the observation that POI distribution of a region is an important indicator to bike demand, we propose to utilize inductive matrix factorization by considering POIs as side information. As the bike usage data are highly correlated in both spatial and temporal dimensions, we also incorporate the spatial-temporal correlations as well as the balanced bike usage constraint into a joint optimization framework. We evaluate the proposed model on a large Mobike trip dataset collected from Beijing, and the experimental results show its superior performance by comparison with various baseline methods.
Senzhang Wang, Hao Chen 0062, Jiannong Cao 0001, Jiawei Zhang 0001, Philip S. Yu
IEEE Trans. Knowl. Data Eng.1
2019 Partially Shared Adversarial Learning For Semi-supervised Multi-platform User Identity Linkage
abstract
With the increasing popularity and diversity of social media, users tend to join multiple social platforms to enjoy different types of services. User identity linkage, which aims to link identical identities across different social platforms, has attracted increasing research attentions recently. Existing methods usually focus on pairwise identity linkage between two platforms, which cannot piece up the information from multi-sources to depict the intrinsic figures of social users. In this paper, we propose a novel adversarial learning based framework MSUIL with partially shared generators to perform Semi-supervised User Identity Linkage across Multiple social networks. The isomorphism across multiple platforms is captured as the complementary to link identities. The insight is that we aim to learn the desirable projection functions (generators) to not only minimize the distance between the distributions of user identities in arbitrary pairs of platforms, but also incorporate the available annotations as the learning guidance. The projection functions of different platform pairs share partial parameters, which ensures MSUIL can capture the interdependencies among multiple platforms and improves the model efficiency. Empirically, we evaluate our proposal over multiple datasets. The experimental results demonstrate the superiority of the proposed MSUIL model.
Chaozhuo Li, Senzhang Wang, Hao Wang 0068, Yanbo Liang, Philip S. Yu, Zhoujun Li 0001, Wei Wang 0011
CIKM2
2019 Multi-Hot Compact Network Embedding
abstract
Network embedding, as a promising way of the network representation learning, is capable of supporting various subsequent network mining and analysis tasks, and has attracted growing research interests recently. Traditional approaches assign each node with an independent continuous vector, which will cause memory overhead for large networks. In this paper we propose a novel multi-hot compact network embedding framework to effectively reduce memory cost by learning partially shared embeddings. The insight is that a node embedding vector is composed of several basis vectors according to a multi-hot index vector. The basis vectors are shared by different nodes, which can significantly reduce the number of continuous vectors while maintain similar data representation ability. Specifically, we propose a MCNE$_p $ model to learn compact embeddings from pre-learned node features. A novel component named compressor is integrated into MCNE$_p $ to tackle the challenge that popular back-propagation optimization cannot propagate loss through discrete samples. We further propose an end-to-end model MCNE$_t $ to learn compact embeddings from the input network directly. Empirically, we evaluate the proposed models over four real network datasets, and the results demonstrate that our proposals can save about 90% of memory cost of network embeddings without significantly performance decline.
Chaozhuo Li, Lei Zheng 0001, Senzhang Wang, Feiran Huang, Philip S. Yu, Zhoujun Li 0001
CIKM3
2019 Understanding Information Diffusion via Heterogeneous Information Network Embeddings
Yuan Su, Xi Zhang 0008, Senzhang Wang, Binxing Fang, Philip S. Yu
DASFAA (1)3
2019 FGST: Fine-Grained Spatial-Temporal Based Regression for Stationless Bike Traffic Prediction
Hao Chen 0062, Senzhang Wang, Zengde Deng, Xiaoming Zhang 0001, Zhoujun Li 0001
PAKDD (1)2
2019 Enhancing stock market prediction with extended coupled hidden Markov model over multi-sourced data
Xi Zhang 0008, Senzhang Wang, Binxing Fang, Philip S. Yu
Knowl. Inf. Syst.3
2018 Distribution Distance Minimization for Unsupervised User Identity Linkage
abstract
Nowadays, it is common for one natural person to join multiple social networks to enjoy different services. Linking identical users across different social networks, also known as the User Identity Linkage (UIL), is an important problem of great research challenges and practical value. Most existing UIL models are supervised or semi-supervised and a considerable number of manually matched user identity pairs are required, which is costly in terms of labor and time. In addition, existing methods generally rely heavily on some discriminative common user attributes, and thus are hard to be generalized. Motivated by the isomorphism across social networks, in this paper we consider all the users in a social network as a whole and perform UIL from the user space distribution level. The insight is that we convert the unsupervised UIL problem to the learning of a projection function to minimize the distance between the distributions of user identities in two social networks. We propose to use the earth mover's distance (EMD) as the measure of distribution closeness, and propose two models UUIL$_gan $ and UUIL$_omt $ to efficiently learn the distribution projection function. Empirically, we evaluate the proposed models over multiple social network datasets, and the results demonstrate that our proposal significantly outperforms state-of-the-art methods.
Chaozhuo Li, Senzhang Wang, Philip S. Yu, Lei Zheng 0001, Xiaoming Zhang 0001, Zhoujun Li 0001, Yanbo Liang
CIKM2
2018 Cross-Domain Recommendation for Cold-Start Users via Neighborhood Based Feature Mapping
Zhaohui Peng, Senzhang Wang, Philip S. Yu, Wenjing Fu, Xiaoguang Hong
DASFAA (1)3
2018 SSDMV: Semi-Supervised Deep Social Spammer Detection by Multi-view Data Fusion
abstract
The explosive use of social media makes it a popular platform for malicious users, known as social spammers, to overwhelm legitimate users with unwanted content. Most existing social spammer detection approaches are supervised and need a large number of manually labeled data for training, which is infeasible in practice. To address this issue, some semi-supervised models are proposed by incorporating side information such as user profiles and posted tweets. However, these shallow models are not effective to deeply learn the desirable user representations for spammer detection, and the multi-view data are usually loosely coupled without considering their correlations. In this paper, we propose a Semi-Supervised Deep social spammer detection model by Multi-View data fusion (SSDMV). The insight is that we aim to extensively learn the task-relevant discriminative representations for users to address the challenge of annotation scarcity. Under a unified semi-supervised learning framework, we first design a deep multi-view feature learning module which fuses information from different views, and then propose a label inference module to predict labels for users. The mutual refinement between the two modules ensures SSDMV to be able to both generate high quality features and make accurate predictions.Empirically, we evaluate SSDMV over two real social network datasets on three tasks, and the results demonstrate that SSDMV significantly outperforms the state-of-the-art methods.
Chaozhuo Li, Senzhang Wang, Lifang He 0001, Philip S. Yu, Yanbo Liang, Zhoujun Li 0001
ICDM2
2017 From Properties to Links: Deep Network Embedding on Incomplete Graphs
abstract
As an effective way of learning node representations in networks, network embedding has attracted increasing research interests recently. Most existing approaches use shallow models and only work on static networks by extracting local or global topology information of each node as the algorithm input. It is challenging for such approaches to learn a desirable node representation on incomplete graphs with a large number of missing links or on dynamic graphs with new nodes joining in. It is even challenging for them to deeply fuse other types of data such as node properties into the learning process to help better represent the nodes with insufficient links. In this paper, we for the first time study the problem of network embedding on incomplete networks. We propose a Multi-View Correlation-learning based Deep Network Embedding method named MVC-DNE to incorporate both the network structure and the node properties for more effectively and efficiently perform network embedding on incomplete networks. Specifically, we consider the topology structure of the network and the node properties as two correlated views. The insight is that the learned representation vector of a node should reflect its characteristics in both views. Under a multi-view correlation learning based deep autoencoder framework, the structure view and property view embeddings are integrated and mutually reinforced through both self-view and cross-view learning. As MVC-DNE can learn a representation mapping function, it can directly generate the representation vectors for the new nodes without retraining the model. Thus it is especially more efficient than previous methods. Empirically, we evaluate MVC-DNE over three real network datasets on two data mining applications, and the results demonstrate that MVC-DNE significantly outperforms state-of-the-art methods.
Dejian Yang, Senzhang Wang, Chaozhuo Li, Xiaoming Zhang 0001, Zhoujun Li 0001
CIKM2
2017 Semi-Supervised Network Embedding
Chaozhuo Li, Zhoujun Li 0001, Senzhang Wang, Yang Yang 0002, Xiaoming Zhang 0001, Jianshe Zhou
DASFAA (1)3
2017 PPNE: Property Preserving Network Embedding
Chaozhuo Li, Senzhang Wang, Dejian Yang, Zhoujun Li 0001, Yang Yang 0002, Xiaoming Zhang 0001, Jianshe Zhou
DASFAA (1)2
2017 Review-Based Cross-Domain Recommendation Through Joint Tensor Factorization
Tianhang Song, Zhaohui Peng, Senzhang Wang, Wenjing Fu, Xiaoguang Hong, Philip S. Yu
DASFAA (1)3
2017 DTRP: A Flexible Deep Framework for Travel Route Planning
Jie Xu 0015, Chaozhuo Li, Senzhang Wang, Feiran Huang, Zhoujun Li 0001, Yueying He, Zhonghua Zhao
WISE (1)3
2017 Computing Urban Traffic Congestions by Incorporating Sparse GPS Probe Data and Social Media Data
abstract
Estimating urban traffic conditions of an arterial network with GPS probe data is a practically important while substantially challenging problem, and has attracted increasing research interests recently. Although GPS probe data is becoming a ubiquitous data source for various traffic related applications currently, they are usually insufficient for fully estimating traffic conditions of a large arterial network due to the low sampling frequency. To explore other data sources for more effectively computing urban traffic conditions, we propose to collect various traffic events such as traffic accident and jam from social media as complementary information. In addition, to further explore other factors that might affect traffic conditions, we also extract rich auxiliary information including social events, road features, Point of Interest (POI), and weather. With the enriched traffic data and auxiliary information collected from different sources, we first study the traffic co-congestion pattern mining problem with the aim of discovering which road segments geographically close to each other are likely to co-occur traffic congestion. A search tree based approach is proposed to efficiently discover the co-congestion patterns. These patterns are then used to help estimate traffic congestions and detect anomalies in a transportation network. To fuse the multisourced data, we finally propose a coupled matrix and tensor factorization model named TCE_R to more accurately complete the sparse traffic congestion matrix by collaboratively factorizing it with other matrices and tensors formed by other data. We evaluate the proposed model on the arterial network of downtown Chicago with 1,257 road segments whose total length is nearly 700 miles. The results demonstrate the superior performance of TCE_R by comprehensive comparison with existing approaches.
Senzhang Wang, Xiaoming Zhang 0001, Jianping Cao, Lifang He 0001, Leon Stenneth, Philip S. Yu, Zhoujun Li 0001
ACM Trans. Inf. Syst.1
2016 Intertwined viral marketing in social networks
abstract
Traditional viral marketing problems aim at selecting a subset of seed users for one single product to maximize its awareness in social networks. However, in real scenarios, multiple products can be promoted in social networks at the same time. At the product level, the relationships among these products can be quite intertwined, e.g., competing, complementary and independent. In this paper, we will study the “interTwined Influence Maximization” (i.e., TIM) problem for one product that we target on in online social networks, where multiple other competing/complementary/independent products are being promoted simultaneously. The TIM problem is very challenging to solve due to (1) few existing models can handle the intertwined diffusion procedure of multiple products concurrently, and (2) optimal seed user selection for the target product may depend on other products' marketing strategies a lot. To address the TIM problem, a unified greedy framework TIER (interTwined Influence EstimatoR) is proposed in this paper. Extensive experiments conducted on four different types of real-world social networks demonstrate that TIER can outperform all the comparison methods with significant advantages in solving the TIM problem.
Jiawei Zhang 0001, Senzhang Wang, Qianyi Zhan, Philip S. Yu
ASONAM2
2016 Estimating Urban Traffic Congestions with Multi-sourced Data
abstract
This paper studies the novel problem of more accurately estimating urban traffic congestions by integrating sparse probe data and traffic related information collected from social media. Limited by the lack of reliability and low sampling frequency of GPS probes, probe data are usually not sufficient for fully estimating traffic conditions of a large arterial network. To address the data sparsity challenge, we extensively collect and model traffic related data from multiple data sources. Besides the GPS probe data, we also extensively collect traffic related tweets that report various traffic events such as congestion, accident, and road construction from both traffic authority accounts and general user accounts from Twitter. To further explore other factors that might affect traffic conditions, we also extract auxiliary information including road congestion correlations, social events, road features, as well as point of interest (POI) for help. To integrate the different types of data coming from different sources, we finally propose a coupled matrix and tensor factorization model to more accurately complete the very sparse traffic congestion matrix by collaboratively factorizing it with other matrices and tensors formed by other data. We evaluate the proposed model on the arterial network of downtown Chicago with 1257 road segments. The results demonstrate the effectiveness and efficiency of the proposed model by comparison with previous approaches.
Senzhang Wang, Lifang He 0001, Leon Stenneth, Philip S. Yu, Zhoujun Li 0001
MDM1
2016 User-Guided Large Attributed Graph Clustering with Multiple Sparse Annotations
Jianping Cao, Senzhang Wang, Fengcai Qiao, Hui Wang 0030, Fei-Yue Wang 0001, Philip S. Yu
PAKDD (1)2
2016 Enhancing Traffic Congestion Estimation with Social Media by Coupled Hidden Markov Model
Senzhang Wang, Fengxiang Li, Leon Stenneth, Philip S. Yu
ECML/PKDD (2)1
2016 Clustering Embedded Approaches for Efficient Information Network Inference
abstract
Abstract Nowadays, the message diffusion links among users or Web sites drive the development of countless innovative applications. However, in reality, it is easier for us to observe the time stamps when different nodes in the network react on a message, while the connections empowering the diffusion of the message remain hidden. This motivates recent extensive studies on thenetwork inference problem: unveiling the edges from the records of messages disseminated through them. Existing solutions are computationally expensive, which motivates us to develop an efficient two-step general framework,Clustering Embedded Network Inference(CENI). CENI integrates clustering strategies to improve the efficiency of network inference. By clustering nodes directly on the time lines of messages, we propose two naive implementations of CENI:Infection-centric CENIandCascade-centric CENI. Additionally, we point out thecritical dimensionproblem of CENI: Instead of one-dimensional time lines, we need to first project the nodes to an Euclidean space of certain dimension before clustering. A CENI adopting clustering method on the projected space can better preserve the structure hidden in the cascades and generate more accurately inferred links. By addressing the critical dimension problem, we propose the third implementation of the CENI framework:Projection-based CENI. Through extensive experiments on two real datasets, we show that the three CENI models only need around 20–50 % of the running time of state-of-the-art methods. Moreover, the inferred edges of Projection-based CENI preserve or even outperform the effectiveness of state-of-the-art methods.
Qingbo Hu, Sihong Xie, Shuyang Lin, Senzhang Wang, Philip S. Yu
Data Sci. Eng.4
2016 CPB: a classification-based approach for burst time prediction in cascades
Senzhang Wang, Xia Ben Hu, Philip S. Yu, Zhoujun Li 0001
Knowl. Inf. Syst.1
2016 Coranking the Future Influence of Multiobjects in Bibliographic Network Through Mutual Reinforcement
abstract
Scientific literature ranking is essential to help researchers find valuable publications from a large literature collection. Recently, with the prevalence of webpage ranking algorithms such as PageRank and HITS, graph-based algorithms have been widely used to iteratively rank papers and researchers through the networks formed by citation and coauthor relationships. However, existing graph-based ranking algorithms mostly focus on ranking the current importance of literature. For researchers who enter an emerging research area, they might be more interested in new papers and young researchers that are likely to become influential in the future, since such papers and researchers are more helpful in letting them quickly catch up on the most recent advances and find valuable research directions. Meanwhile, although some works have been proposed to rank the prestige of a certain type of objects with the help of multiple networks formed of multiobjects, there still lacks a unified framework to rank multiple types of objects in the bibliographic network simultaneously. In this article, we propose a unified ranking framework MRCoRank to corank the future popularity of four types of objects: papers, authors, terms, and venues through mutual reinforcement. Specifically, because the citation data of new publications are sparse and not efficient to characterize their innovativeness, we make the first attempt to extract the text features to help characterize innovative papers and authors. With the observation that the current trend is more indicative of the future trend of citation and coauthor relationships, we then construct time-aware weighted graphs to quantify the importance of links established at different times on both citation and coauthor graphs. By leveraging both the constructed text features and time-aware graphs, we finally fuse the rich information in a mutual reinforcement ranking framework to rank the future importance of multiobjects simultaneously. We evaluate the proposed model through extensive experiments on the ArnetMiner dataset containing more than 1,500,000 papers. Experimental results verify the effectiveness of MRCoRank in coranking the future influence of multiobjects in a bibliographic network.
Senzhang Wang, Sihong Xie, Xiaoming Zhang 0001, Zhoujun Li 0001, Philip S. Yu, Yueying He
ACM Trans. Intell. Syst. Technol.1
2015 Inferring Diffusion Networks with Sparse Cascades by Structure Transfer
Senzhang Wang, Honghui Zhang, Jiawei Zhang 0001, Xiaoming Zhang 0001, Philip S. Yu, Zhoujun Li 0001
DASFAA (1)1
2015 Citywide traffic congestion estimation with social media
abstract
Conventional traffic congestion estimation approaches require the deployment of traffic sensors or large-scale probe vehicles. The high cost of deploying and maintaining these equipments largely limits their spatial-temporal coverage. This paper proposes an alternative solution with lower cost and wider spatial coverage by exploring traffic related information from Twitter. By regarding each Twitter user as a traffic monitoring sensor, various real-time traffic information can be collected freely from each corner of the city. However, there are two major challenges for this problem. Firstly, the congestion related information extracted directly from real-time tweets are very sparse due both to the low resolution of geographic location mentioned in the tweets and the inherent sparsity nature of Twitter data. Secondly, the traffic event information coming from Twitter can be multi-typed including congestion, accident, road construction, etc. It is non-trivial to model the potential impacts of diverse traffic events on traffic congestion. We propose to enrich the sparse real-time tweets from two directions: 1) mining the spatial and temporal correlations of the road segments in congestion from historical data, and 2) applying auxiliary information including social events and road features for help. We finally propose a coupled matrix and tensor factorization model to effectively integrate rich information for Citywide Traffic Congestion Eestimation (CTCE). Extensive evaluations on Twitter data and 500 million public passenger buses GPS data on nearly 700 mile roads of Chicago demonstrate the efficiency and effectiveness of the proposed approach.
Senzhang Wang, Lifang He 0001, Leon Stenneth, Philip S. Yu, Zhoujun Li 0001
SIGSPATIAL/GIS1
2015 CENI: A Hybrid Framework for Efficiently Inferring Information Networks
Qingbo Hu, Sihong Xie, Shuyang Lin, Senzhang Wang, Philip S. Yu
ICWSM4
2015 Location Prediction of Social Images via Generative Model
abstract
The vast amount of geo-tagged social images has attracted great attention in research of predicting location using the plentiful content of images, such as visual content and textual description. Most of the existing researches use the text-based or vision-based method to predict location. There still exists a problem: how to effectively exploit the correlation between different types of content as well as their geographical distributions for location prediction. In this paper, we propose to predict image location by learning the latent relation between geographical location and multiple types of image content. In particularly, we propose a geographical topic model GTMSI (geographical topic model of social image) to integrate multiple types of image content as well as the geographical distributions. In GTMI, image topic is modeled on both text vocabulary and visual feature. Each region has its own distribution over topics and hence has its own language model and vision pattern. The location of a new image is estimated based on the joint probability of image content and similarity measure on topic distribution between images. Experiment results demonstrate the performance of location prediction based on GTMSI.
Xiaoming Zhang 0001, Zhoujun Li 0001, Senzhang Wang, Yang Yang 0002, Xueqiang Lv
ICMR3
2015 Influence Maximization Across Partially Aligned Heterogenous Social Networks
Qianyi Zhan, Jiawei Zhang 0001, Senzhang Wang, Philip S. Yu, Junyuan Xie
PAKDD (1)3
2015 cluTM: Content and Link Integrated Topic Model on Heterogeneous Information Networks
Zhaohui Peng, Senzhang Wang, Philip S. Yu, Qingzhong Li, Xiaoguang Hong
WAIM3
2015 Relevance Search on Signed Heterogeneous Information Network Based on Meta-path Factorization
Tianchen Zhu, Zhaohui Peng, Guang Yang 0039, Yang Xu 0025, Senzhang Wang, Xiaoguang Hong
WAIM6
2014 Exploit Latent Dirichlet Allocation for One-Class Collaborative Filtering
abstract
Previous work studied one-class collaborative filtering (OCCF) problems including pointwise methods, pairwise methods, and content-based methods. The fundamental assumptions made on these approaches are roughly the same. They regard all missing values as negative. However, this is unreasonable since the missing values actually are the mixture of negative and positive examples. A user does not give a positive feedback on an item probably only because she/he is unaware of the item, but in fact, she/he is fond of it. Furthermore, content-based methods, e.g. collaborative topic regression (CTR), usually require textual content information of items. This cannot be satisfied in some cases. In this paper, we exploit latent Dirichlet allocation (LDA) model on OCCF problem. It assumes missing values unknown and only models the observed data, and it also does not need content information of items. In our model items are regarded as words and users are considered as documents and the user-item feedback matrix denotes the corpus. Experimental results show that our proposed method outperforms the previous methods on various ranking-oriented evaluation metrics.
Haijun Zhang 0007, Zhoujun Li 0001, Yan Chen 0019, Xiaoming Zhang 0001, Senzhang Wang
CIKM5
2014 MMRate: inferring multi-aspect diffusion networks with multi-pattern cascades
abstract
Inferring diffusion networks from traces of cascades has been extensively studied to better understand information diffusion in many domains. A widely used assumption in previous work is that the diffusion network is homogenous and diffusion processes of cascades follow the same pattern. However, in social media, users may have various interests and the connections among them are usually multi-faceted. In addition, different cascades normally diffuse at different speeds and spread to diverse scales, and hence show various diffusion patterns. It is challenging for traditional models to capture the heterogeneous user interactions and diverse patterns of cascades in social media. In this paper, we investigate a novel problem of inferring multi-aspect diffusion networks with multi-pattern cascades. In particular, we study the effects of various diffusion patterns on the information diffusion process by analyzing users' retweeting behavior on a microblogging dataset. By incorporating aspect-level user interactions and various diffusion patterns, a new model for inferring Multi-aspect transmission Rates between users using Multi-pattern cascades (MMRate) is proposed. We also provide an Expectation Maximization algorithm to effectively estimate the parameters. Experimental results on both synthetic and microblogging datasets demonstrate the superior performance of our approach over the state-of-the-art methods in inferring multi-aspect diffusion networks.
Senzhang Wang, Xia Ben Hu, Philip S. Yu, Zhoujun Li 0001
KDD1
2014 Future Influence Ranking of Scientific Literature
abstract
Researchers or students entering a emerging research area are particularly interested in what newly published papers will be most cited and which young researchers will become influential in the future, so that they can catch the most recent advances and find valuable research directions. However, predicting the future importance of scientific articles and authors is extremely hard due to the dynamic nature of literature networks and evolving research topics. Different from most previous studies aiming to rank the current importance of literature and authors, we focus on ranking the future popularity of new publications and young researchers by proposing a unified ranking model to combine various available information. Specifically, we first propose to use two kinds of text features, words and words co-occurrence to characterize innovative papers and authors. Then, instead of using static and un-weighted graphs, we construct time-aware weighted graphs to distinguish the various importance of links established at different time. Finally, by leveraging both the constructed text features and graphs, we propose a mutual reinforcement ranking framework called MRFRank to rank the future importance of papers and authors simultaneously. Experimental results on the ArnetMiner dataset show that the proposed approach significantly outperforms the baselines on the metric recommendation intensity.
Senzhang Wang, Sihong Xie, Xiaoming Zhang 0001, Zhoujun Li 0001, Philip S. Yu, Xinyu Shu
SDM1