VLDB 2026 Research / reviewers in the wild / expert
Ruixuan Li 0001
dblp:60/4429
· DBLP profile ↗
52ranked-venue papers in the field
1as first author
26since 2021 · last 2026
0000-0002-7791-5511ORCID · conflict
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 18 (1 first)Database Systems & Data Management · 14Knowledge Engineering, Semantic Web & Information Systems · 8Data Mining & Knowledge Discovery · 7Other / Interdisciplinary · 3Big Data, Cloud & Distributed Data Systems · 2
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | RoTE: Coarse-to-Fine Multi-Level Rotary Time Embedding for Sequential RecommendationabstractSequential recommendation models have been widely adopted for modeling user behavior. Existing approaches typically construct user interaction sequences by sorting items according to timestamps and then model user preferences from historical behaviors. While effective, such a process only considers the order of temporal information but overlooks the actual time spans between interactions, resulting in a coarse representation of users' temporal dynamics and limiting the model's ability to capture long-term and short-term interest evolution. To address this limitation, we propose RoTE, a novel multi-level temporal embedding module that explicitly models time span information in sequential recommendation. RoTE decomposes each interaction timestamp into multiple temporal granularities, ranging from coarse to fine, and incorporates the resulting temporal representations into item embeddings. This design enables models to capture heterogeneous temporal patterns and better perceive temporal distances among user interactions during sequence modeling. RoTE is a lightweight, plug-and-play module that can be seamlessly integrated into existing Transformer-based sequential recommendation models without modifying their backbone architectures. We apply RoTE to several representative models and conduct extensive experiments on three public benchmarks. Experimental results demonstrate that RoTE consistently enhances the corresponding backbone models, achieving up to a 20.11% improvement in NDCG@5, which confirms the effectiveness and generality of the proposed approach. Our code is available at https://github.com/XiaoLongtaoo/RoTE. Longtao Xiao, Guohao Cai, Ruixuan Li 0001, Xiu Li 0001 |
SIGIR | 4 |
| 2026 | Language-Guided Game-Theoretic Fairness in Web-Enabled Energy NetworksabstractWeb platforms are reshaping resource allocation in distributed energy networks globally, from off-grid communities to lunar bases. Algorithmic decision-makers face the fundamental challenge of fairly distributing scarce resources among heterogeneous stakeholders. Traditional approaches assume complete rationality with perfect information and unlimited computation, yet distributed networks only permit local observation, requiring fairness to emerge from individual strategic interactions. Centralized optimization fails due to exponential complexity, rule-based methods cannot adapt to disruptions, and existing platforms translate economic inequality into energy access inequality. Recognizing the unattainability of complete rationality necessitates bounded rationality: pursuing provably convergent satisficing solutions under incomplete information and limited computation, translating natural language ethics into computable constraints, and designing incentives so self-interested behavior satisfies fairness at equilibrium. We propose a unified semantic-game-distributed framework. Large language models map ambiguous ethical principles into game-theoretic parameters through semantic parameterization, with contrastive learning ensuring semantic consistency and temporal stability. A two-layer Stackelberg game implements incentive design: the platform signals through differentiated pricing while nodes optimize locally, enabling fairness to emerge from equilibrium. Distributed asynchronous iteration achieves global convergence through local communication, with cognitive models adaptively adjusting step sizes and differential perturbation preserving privacy. Theoretical analysis establishes equilibrium existence and convergence guarantees, while extreme scenarios validate robustness under information scarcity and high uncertainty. Yuhua Li 0003, Yuntao Zou, Qianqi Zhang, Ruixuan Li 0001, Zeling Xu, Wei Wang 0395 |
WWW | 5 |
| 2026 | Rethinking Graph Contrastive Learning for Heterophilic Graphs: An Effective Method for Heterophilic GCL Methods With Regularization and Stabilization Techniques Enhanced High-Pass FilterabstractGraph contrastive learning (GCL) is a powerful self-supervised learning approach. However, existing GCL methods are designed for homophilic graphs, using low-pass filters that struggle to capture high-frequency components in heterophilic graphs. We proposeGraphContrastiveLearning withRegularization and stabilization techniques enhanced high-passFilter (GCLRF).REgularization andStabilization techniques enhancedHigh-pass filter (RESH) can serve as a mutually promoting plug-in, significantly improving the performance of various homophilic GCL training strategies on heterophilic graphs. We also investigate four component orderings in RESH and identify the optimal fusion mechanism, demonstrating its critical impact on performance. Experiments show GCLRF achieves state-of-the-art (SOTA) performance across six benchmark datasets in node classification and clustering. Notably, on the Cornell dataset, GCLRF outperformers classification accuracy by 6.76% and achieves a 23.64%relative improvement in clustering normalized mutual information (NMI). Yuhua Li 0003, Yixiong Zou, Keke Huang, Rui Zhang 0003, Ruixuan Li 0001, Philip S. Yu |
IEEE Trans. Knowl. Data Eng. | 6 |
| 2026 | UNGER: Generative Recommendation with A Unified Code via Semantic and Collaborative IntegrationabstractWith the rise of generative paradigms, generative recommendation has garnered increasing attention. The core component is the item code , generally derived by quantizing collaborative or semantic representations to serve as candidate items identifiers in the context. However, existing methods typically construct separate codes for each modality, leading to higher computational and storage costs and hindering the integration of their complementary strengths. Considering this limitation, we seek to integrate two different modalities into a unified code , fully unleashing the potential of complementary nature among modalities. Nevertheless, the integration remains challenging: the integrated embedding obtained by the common concatenation method would lead to underutilization of collaborative knowledge, thereby resulting in limited effectiveness. To address this, we propose a novel method, named UNGER, which integrates semantic and collaborative knowledge into a UNified code for Generative Recommendation . Specifically, we propose to adaptively learn an integrated embedding through the joint optimization of cross-modality knowledge alignment and next-item prediction tasks. Subsequently, to mitigate the information loss caused by the quantization process, we introduce an intra-modality knowledge distillation task, using the integrated embeddings as supervised signals to compensate. Extensive experiments on three widely used benchmarks demonstrate the superiority of our approach compared to existing methods. Longtao Xiao, Haozhao Wang, Cheng Wang 0025, Linfei Ji, Jieming Zhu, Zhenhua Dong, Rui Zhang 0003, Ruixuan Li 0001 |
ACM Trans. Inf. Syst. | 9 |
| 2025 | FedRE: Robust and Effective Federated Learning with Privacy PreferenceabstractDespite Federated Learning (FL) employing gradient aggregation at the server for distributed training to prevent the privacy leakage of raw data, private information can still be divulged through the analysis of uploaded gradients from clients. Substantial efforts have been made to integrate local differential privacy (LDP) into the system to achieve a strict privacy guarantee. However, existing methods fail to take practical issues into account by merely perturbing each sample with the same mechanism while each client may have their own privacy preferences on privacy-sensitive information (PSI), which is not uniformly distributed across the raw data. In such a case, excessive privacy protection from private-insensitive information can additionally introduce unnecessary noise, which may degrade the model performance. In this work, we study the PSI within data and develop FedRE, that can simultaneously achieve robustness and effectiveness benefits with LDP protection. More specifically, we first define PSI with regard to the privacy preferences of each client. Then, we optimize the LDP by allocating less privacy budget to gradients with higher PSI in a layer-wise manner, thus providing a stricter privacy guarantee for PSI. Furthermore, to mitigate the performance degradation caused by LDP, we design a parameter aggregation mechanism based on the distribution of the perturbed information. We conducted experiments with text tamper detection on T-SROIE and DocTamper datasets, and FedRE achieves competitive performance compared to state-of-the-art methods. Tianzhe Xiao, Yichen Li 0006, Yu Zhou 0053, Yining Qi, Yi Liu 0087, Wei Wang 0395, Haozhao Wang, Yi Wang 0004, Ruixuan Li 0001 |
ICMR | 9 |
| 2025 | FedRNL: Federated Rationalization with Soft Parameter Sharing
Lingxiao Kong, Haozhao Wang, Ruixuan Li 0001 |
ECML/PKDD (2) | 5 |
| 2025 | Personalized Federated Recommendation for Cold-Start Users via Adaptive Knowledge FusionabstractFederated Recommendation System (FRS) usually offers recommendation services for users while keeping their data locally to ensure privacy. Currently, most FRS literature assumes that fixed users participate in federated training with personal IoT devices (e.g., mobile phones and PC). However, users may join incrementally, and retraining the entire FRS for each new participating user is unfeasible due to the high training costs and the limited global knowledge contribution from a small number of new users. To guarantee the quality service for these new users, we take a dive into the federated recommendation for cold-start users, a novel scenario where the new participating users can directly obtain a promising recommendation without comprehensive training with all participating users by leveraging both transferred knowledge from the converged warm clients and the knowledge learned from the local data. Yichen Li 0006, Yijing Shan, Yi Liu 0087, Haozhao Wang, Wei Wang 0395, Yi Wang 0004, Ruixuan Li 0001 |
WWW | 7 |
| 2025 | Privacy-Friendly Cross-Domain Recommendation via Distilling User-irrelevant InformationabstractPrivacy-preserving Cross-Domain Recommendation (CDR) has been extensively studied to address the cold-start problem using auxiliary source domains while simultaneously protecting sensitive information. However, existing privacy-preserving CDR methods rely heavily on transferring sensitive user embeddings or behaviour logs, which leads to adopt privacy methods to distort the data patterns before transferring it to the target domain. The distorted information can compromise overall performance during the knowledge transfer process. To overcome these challenges, our approach differs from existing privacy-preserving methods that focus on safeguarding user-sensitive information. Instead, we concentrate on distilling transferable knowledge from insensitive item embeddings, which we refer to as prototypes. Specifically, we propose a conditional model inversion mechanism to accurately distill prototypes for individual users. We have designed a new data format and corresponding learning paradigm for distilling transferable prototypes from traditional recommendation models using model inversion. These prototypes facilitate bridging the domain shift between distinct source and target domains in a privacy-friendly manner. Additionally, they enable the identification of top-k users in the target domain to substitute for cold-start users prediction. We conduct extensive experiments across large real-world datasets, and the results substantiate the effectiveness of PFCDR https://github.com/walcheng/PFCDR. Cheng Wang 0025, Wenchao Xu 0001, Haozhao Wang, Wei Liu 0144, Ruixuan Li 0001 |
WWW | 5 |
| 2025 | A Survey on Self-Supervised Graph Foundation Models: Knowledge-Based PerspectiveabstractThe field of graph foundation models (GFMs) has seen a dramatic rise in interest in recent years. Their powerful generalization ability is believed to be endowed by self-supervised pre-training and downstream tuning techniques. There is a wide variety of knowledge patterns embedded in the graph data, such as node properties and clusters, which are crucial for learning generalized representations for GFMs. We present a comprehensive survey of self-supervised GFMs from a novel knowledge-based perspective. Our main contribution is a knowledge-based taxonomy that categorizes self-supervised graph models by the specific graph knowledge utilized: microscopic (nodes, links, etc.), mesoscopic (context, clusters, etc.), and macroscopic (global structure, manifolds, etc.). It covers a total of 9 knowledge categories and 300 references for self-supervised pre-training as well as various downstream tuning strategies. Such a knowledge-based taxonomy allows us to more clearly re-examine potential GFM architectures, including large language models (LLMs), as well as provide deeper insights for constructing future GFMs. Yixin Su 0001, Yuhua Li 0003, Yixiong Zou, Ruixuan Li 0001, Rui Zhang 0003 |
IEEE Trans. Knowl. Data Eng. | 5 |
| 2025 | Intrinsic and Extrinsic Factor Disentanglement for Recommendation in Various Context ScenariosabstractIn recommender systems, the patterns of user behaviors (e.g., purchase, click) may vary greatly in different contexts (e.g., time and location). This is because user behavior is jointly determined by two types of factors: intrinsic factors , which reflect consistent user preference, and extrinsic factors , which reflect external incentives that may vary in different contexts. Differentiating between intrinsic and extrinsic factors helps learn user behaviors better. However, existing studies have only considered differentiating them from a single, pre-defined context (e.g., time or location), ignoring the fact that a user’s extrinsic factors may be influenced by the interplay of various contexts at the same time. In this article, we propose the intrinsic-extrinsic disentangled recommendation (IEDR) model, a generic framework that differentiates intrinsic from extrinsic factors considering various contexts simultaneously, enabling more accurate differentiation of factors and hence the improvement of recommendation accuracy. IEDR contains a context-invariant contrastive learning component to capture intrinsic factors, and a disentanglement component to extract extrinsic factors under the interplay of various contexts. The two components work together to achieve effective factor learning. Extensive experiments on real-world datasets demonstrate IEDR’s effectiveness in learning disentangled factors and significantly improving recommendation accuracy by up to 4% in NDCG. Yixin Su 0001, Wei Jiang 0027, Fangquan Lin, Cheng Yang 0008, Sarah M. Erfani, Junhao Gan, Ruixuan Li 0001, Rui Zhang 0003 |
ACM Trans. Inf. Syst. | 8 |
| 2024 | Enhancing the Rationale-Input Alignment for Self-explaining RationalizationabstractRationalization empowers deep learning models with self-explaining capabilities through a cooperative game, where a generator selects a semantically consistent subset of the input as a rationale, and a subsequent predictor makes predictions based on the selected rationale. In this paper, we discover that rationalization is prone to a problem named rationale shift, which arises from the algorithmic bias of the cooperative game. Rationale shift refers to a situation where the semantics of the selected rationale may deviate from the original input, but the predictor still produces accurate predictions based on the deviation, resulting in a compromised generator with misleading feedback. To address this issue, we first demonstrate the importance of the alignment between the rationale and the full input through both empirical observations and theoretical analysis. Subsequently, we introduce a novel approach called DAR (Discriminatively Aligned Rationalization), which utilizes an auxiliary module pretrained on the full input to discriminatively align the selected rationale and the original input. We theoretically illustrate how DAR accomplishes the desired alignment, thereby overcoming the rationale shift problem. The experiments on two widely used real-world benchmarks show that the proposed method significantly improves the explanation quality (measured by the overlap between the model-selected explanation and the human-annotated rationale) as compared to state-of-the-art techniques. Additionally, results on two synthetic settings further validate the effectiveness of DAR in addressing the rationale shift problem. Wei Liu 0144, Haozhao Wang, Jun Wang 0018, Zhiying Deng, Yuankai Zhang 0002, Cheng Wang 0025, Ruixuan Li 0001 |
ICDE | 7 |
| 2024 | FedNLR: Federated Learning with Neuron-wise Learning RatesabstractFederated Learning (FL) suffers from severe performance degradation due to the data heterogeneity among clients. Some existing work suggests that the fundamental reason is that data heterogeneity can cause local model drift, and therefore proposes to calibrate the direction of local updates to solve this problem. Though effective, existing methods generally take the model as a whole, which lacks a deep understanding of how the neurons within deep classification models evolve during local training to form model drift. In this paper, we bridge this gap by performing an intuitive and theoretical analysis of the activation changes of each neuron during local training. Our analysis shows that the high activation of some neurons on the samples of a certain class will be reduced during local training when these samples are not included in the client, which we call neuron drift, thus leading to the performance reduction of this class. Motivated by this, we propose a novel and simple algorithm called FedNLR, which utilizes Neuron-wise Learning Rates during the FL local training process. The principle behind this is to enhance the learning of neurons bound to local classes on local data knowledge while reducing the decay of non-local classes knowledge stored in neurons. Experimental results demonstrate that FedNLR achieves state-of-the-art performance on federated learning with popular deep neural networks. Haozhao Wang, Peirong Zheng, Xingshuo Han, Wenchao Xu 0001, Ruixuan Li 0001, Tianwei Zhang 0004 |
KDD | 5 |
| 2024 | Masked Graph Autoencoder with Non-discrete BandwidthsabstractMasked graph autoencoders have emerged as a powerful graph self-supervised learning method that has yet to be fully explored. In this paper, we unveil that the existing discrete edge masking and binary link reconstruction strategies are insufficient to learn topologically informative representations, from the perspective of message propagation on graph neural networks. These limitations include blocking message flows, vulnerability to over-smoothness, and suboptimal neighborhood discriminability. Inspired by these understandings, we explore non-discrete edge masks, which are sampled from a continuous and dispersive probability distribution instead of the discrete Bernoulli distribution. These masks restrict the amount of output messages for each edge, referred to as "bandwidths". We propose a novel, informative, and effective topological masked graph autoencoder using bandwidth masking and a layer-wise bandwidth prediction objective. We demonstrate its powerful graph topological learning ability both theoretically and empirically. Our proposed framework outperforms representative baselines in both self-supervised link prediction (improving the discrete edge reconstructors by at most 20%) and node classification on numerous datasets, solely with a structure-learning pretext. Our implementation is available at https://github.com/Newiz430/Bandana. Yuhua Li 0003, Yixiong Zou, Jiliang Tang, Ruixuan Li 0001 |
WWW | 5 |
| 2024 | Towards Hierarchical Intent Disentanglement for Bundle RecommendationabstractBundle recommendation aims to recommend a bundle of items for the user to purchase together, for which two scenarios (i.e.Next-bundle recommendation and Within-bundle recommendation) are explored to recommend a specific bundle of items for the user and a specific item to fill the user's current bundle, respectively. Previous works largely model the user's preference with a uniform intent, without considering the diversity of intents when adopting the items within the bundle. In the real scenario of bundle recommendation, user intents modeling actually needs to be considered from three hierarchical levels, for that: a user's intents may be naturally distributed in different bundles (user level), one bundle may contain multiple intents of a user (bundle level), and an item in different bundles may also present different user intents (item level). To this end, we develop a novel model,HierarchicalIntentDisentangleGraphNetworks (HIDGN) for bundle recommendation. HIDGN is capable of capturing the diversity of the user's intent precisely and comprehensively from the hierarchical structure with an cross-task intent contrastive learning, which is unified with the supervised next-/within-bundle recommendation sub-tasks as a multi-task framework. Extensive experiments on three benchmark datasets demonstrate that HIDGN outperforms the state-of-the-art methods by 43.0%, 13.2%, and 73.3%, respectively. Ding Zou, Sen Zhao 0001, Wei Wei 0002, Xianling Mao, Ruixuan Li 0001, Dangyang Chen |
IEEE Trans. Knowl. Data Eng. | 5 |
| 2023 | Orthrus: A Dual-Branch Model for Time Series Forecasting with Multiple Exogenous Series
Ziang Yang, Biyu Zhou, Xuehai Tang, Ruixuan Li 0001, Songlin Hu 0001 |
DASFAA (1) | 4 |
| 2023 | Structure Diagram Recognition in Financial Announcements
Meixuan Qiao, Jun Wang 0018, Junfu Xiang, Qiyu Hou, Ruixuan Li 0001 |
ICDAR (1) | 5 |
| 2023 | Decoupled Rationalization with Asymmetric Learning Rates: A Flexible Lipschitz RestraintabstractA self-explaining rationalization model is generally constructed by a cooperative game where a generator selects the most human-intelligible pieces from the input text as rationales, followed by a predictor that makes predictions based on the selected rationales. However, such a cooperative game may incur the degeneration problem where the predictor overfits to the uninformative pieces generated by a not yet well-trained generator and in turn, leads the generator to converge to a sub-optimal model that tends to select senseless pieces. In this paper, we theoretically bridge degeneration with the predictor's Lipschitz continuity. Then, we empirically propose a simple but effective method named DR, which can naturally and flexibly restrain the Lipschitz constant of the predictor, to address the problem of degeneration. The main idea of DR is to decouple the generator and predictor to allocate them with asymmetric learning rates. A series of experiments conducted on two widely used benchmarks have verified the effectiveness of the proposed method. Codes: https://github.com/jugechengzi/Rationalization-DR. Wei Liu 0144, Jun Wang 0018, Haozhao Wang, Ruixuan Li 0001, Yuankai Zhang 0002, Yixiong Zou |
KDD | 4 |
| 2023 | Decompose, Then Reconstruct: A Framework of Network Structures for Click-Through Rate Prediction
Lang Lang, Zhenlong Zhu, Haozhao Wang, Ruixuan Li 0001, Wenchao Xu 0001 |
ECML/PKDD (1) | 5 |
| 2023 | Gradient Matching for Categorical Data Distillation in CTR PredictionabstractThe cost of hardware and energy consumption on training a click-through rate (CTR) model is highly prohibitive. A recent promising direction for reducing such costs is data distillation with gradient matching, which aims to synthesize a small distilled dataset to guide the model to a similar parameter space as those trained on real data. However, there are two main challenges to implementing such a method in the recommendation field: (1) The categorical recommended data are high dimensional and sparse one- or multi-hot data which will block the gradient flow, causing backpropagation-based data distillation invalid. (2) The data distillation process with gradient matching is computationally expensive due to the bi-level optimization. To this end, we investigate efficient data distillation tailored for recommendation data with plenty of side information where we formulate the discrete data to the dense and continuous data format. Then, we further introduce a one-step gradient matching scheme, which performs gradient matching for only a single step to overcome the inefficient training process. The overall proposed method is called Categorical data distillation with Gradient Matching (CGM), which is capable of distilling a large dataset into a small of informative synthetic data for training CTR models from scratch. Experimental results show that our proposed method not only outperforms the state-of-the-art coreset selection and data distillation methods but also has remarkable cross-architecture performance. Moreover, we explore the application of CGM on model retraining and mitigate the effect of different random seeds on the training results. Cheng Wang 0025, Zhenhua Dong, Ruixuan Li 0001, Rui Zhang 0003 |
RecSys | 4 |
| 2023 | Data-free Knowledge Distillation for Reusing Recommendation ModelsabstractA common practice to keep the freshness of an offline Recommender System (RS) is to train models that fit the user’s most recent behaviour while directly replacing the outdated historical model. However, many feature engineering and computing resources are used to train these historical models, but they are underutilized in the downstream RS model training. In this paper, to turn these historical models into treasures, we introduce a model inversed data synthesis framework, which can recover training data information from the historical model and use it for knowledge transfer. This framework synthesizes a new form of data from the historical model. Specifically, we ’invert’ an off-the-shield pretrained model to synthesize binary class user-item pairs beginning from random noise without requiring any additional information from the training dataset. To synthesize informative data from a pretrained model, we propose a new continuous data type rather than the original one- or multi-hot vectors. An additional statistical regularization is added to further improve the quality of the synthetic data inverted from the deep model with batch normalization. The experimental results show that our framework can generalize across different types of models. We can efficiently train different types of classical Click-Through-Rate (CTR) prediction models from scratch with significantly few inversed synthetic data (2 orders of magnitude). Moreover, our framework can also work well in the knowledge transfer scenarios such as model retraining and data-free knowledge distillation. Cheng Wang 0025, Zhenhua Dong, Jieming Zhu, Zhenguo Li, Ruixuan Li 0001, Rui Zhang 0003 |
RecSys | 6 |
| 2023 | SSTP: Social and Spatial-Temporal Aware Next Point-of-Interest RecommendationabstractAbstract The expansion of available information in location-based social networks (LBSNs) has led to information overload, making it urgent to discover users’ next point-of-interest (POI). Some existing works only consider certain modal information in LBSNs and do not transform them into high-dimensional structures, which hinders the alleviation of the data sparsity problem. Moreover, many approaches rely solely on social relationships, making it difficult to recommend POIs to new users without association information. To tackle these challenges, we propose a social- and spatial–temporal-aware next point-of-Interest (SSTP) recommendation model. SSTP uses two feature encoders based on self-attention mechanism and gate recurrent unit to model users’ check-in enhancement sequence hierarchically. We also design a random neighborhood sampling approach to mine user social relationships, thus alleviating the user cold start problem. Finally, we propose a geographical-aware graph attention network to learn the sensitivity of users to distance. Extensive experiments on two real-world datasets show that SSTP outperforms state-of-the-art models, improving Hit@k by 2.26–6.55 $$\%$$ % and MAP@k by 3.49–6.55 $$\%$$ % . Moreover, SSTP has better performance on sparse data, with an average improvement of 6.09 $$\%$$ % on the Hit@k. The code can be downloaded at https://github.com/Rih0/sstp . Junzhuang Wu, Yujing Zhang 0001, Yuhua Li 0003, Yixiong Zou, Ruixuan Li 0001, Zhenyu Zhang 0035 |
Data Sci. Eng. | 5 |
| 2022 | Context-aware Resemblance Detection based Deduplication Ratio Prediction for Cloud StorageabstractWith the prevalence of cloud storage, people prefer to outsource their data to the cloud for flexibility and reliability. Undoubtedly, there are lots of redundancy among these data. However, high-end storage with deduplication costs heavy computation and increases the data management complexity. Potential customers need the redundancy proportion information of their outsourced data to decide whether high-end storage with deduplication is worthwhile. Thus, many researchers have previously attempted to predict the redundant ratio. However, existing mechanisms ignore the redundancy proportion among similar chunks containing many duplicate data. Although resemblance detection, detecting the duplicate parts among similar data, has become a hot issue, it is hardly applied to the conventional deduplication ratio estimation because of unacceptable calculation cost. Therefore, we analyze the limitations and challenges of deduplication ratio prediction in prediction scope and response time and further propose a novel prediction scheme. By leveraging the context-aware resemblance detection, and confidence interval theory, our method can achieve faster estimation speed with higher accuracy in deduplication ratio compared with the state-of-the-art work. Finally, the results show that our method can efficiently and effectively estimate the proportion of duplicate chunks and redundant data among similar chunks by conducting experiments on real workloads. Yuqing Geng, Ruixuan Li 0001, Weijun Xiao, Chunping Ouyang, Qifei Liu, Xuming Ye, Zhiyong Xu 0003 |
BDCAT | 3 |
| 2022 | CLZT: A Contrastive Learning Based Framework for Zero-Shot Text Classification
Songlin Hu 0001, Ruixuan Li 0001 |
DASFAA (2) | 4 |
| 2022 | Chunk Content is not Enough: Chunk-Context Aware Resemblance Detection for Deduplication Delta CompressionabstractIn this paper, we propose a novel chunk-context-aware resemblance detection al-gorithm called CARD. By introducing machine learning into deduplication, the chunk feature will embed the chunk-context information after the N-sub-chunk shingles based initial feature extraction and BP-Neural network training. In the predicting process, each chunk's initial feature corresponds to a chunk-context feature. Finally, the cloud calculates the different part among resemblance chunks based on these feature by delta encoding. Only the different part is stored. The basic workflow corresponds to Figure 1. For more detailed illustrations, please see our full paper here Xuming Ye, Xiaoye Xue, Ruixuan Li 0001, Weijun Xiao, Zhiyong Xu 0003, Yaping Wan |
DCC | 4 |
| 2022 | Deep Neural Factorization Machine for Recommender System
Zhenlong Zhu, Changzheng Liu, Yuhua Li 0003, Ruixuan Li 0001 |
KSEM (2) | 5 |
| 2021 | Chinese Administrative Penalty Event Extraction for Due Diligence in Financial Markets
Jun Wang 0018, Ruixuan Li 0001, Yuhua Li 0003 |
WISA | 4 |
| 2020 | An Event-Oriented Neural Ranking Model for News RetrievalabstractEvent-oriented news retrieval (ENR) is the task of retrieving news articles related to the specific event in response to the event-oriented query. Previous approaches usually focus on optimizing traditional retrieval models through hand-crafted features from the perspective of new articles. However, these approaches often fail to work well in reality, as they do not consider the essential natures of the event, i.e., dynamics, coupling. In this paper, we propose a novel and effective event-oriented neural ranking model for news retrieval (ENRMNR). Our model exploits a deep attention mechanism to tackle the dynamics and coupling derived from event evolution. Specifically, the word-level bidirectional attention allows the model to identify which query words about the subevent are related to the news article words, and vice-versa, in order to tackle the dynamics. Moreover, the hierarchical attention at passage-level and document-level allows it to capture fine-grained event representations for the coupling between different events within a news article. Experimental results on real-world datasets demonstrate that ENRMNR model significantly outperforms competitive models. Wanhui Qian, Liangjun Zang, Fuqing Zhu, Ruixuan Li 0001, Jizhong Han, Songlin Hu 0001 |
CIKM | 6 |
| 2019 | Imbalance Rectification in Deep Logistic Regression for Multi-Label Image Classification Using Random Noise SamplesabstractLogistic regression (LR) is the most commonly used loss function in multi-label image classification. However, it suffers from class imbalance problem caused by the huge difference in quantity between positive and negative samples as well as between different classes. First, we find that feeding randomly generated noise samples into an LR classifier is an effective way to detect class imbalances, and further define an informative imbalance metric named inference tendency based on noise sample analysis. Second, we design an efficient moving average based method for calculating inference tendency, which can be easily done during training with negligible overhead. Third, two novel rectification methods called extremum shift (ES) and tendency constraint (TC) are designed to offset or constrain inference tendency in the loss function, and mitigate class imbalances significantly. Finally, comparative experiments with Resnet on Microsoft COCO, NUS-WIDE and DeepFashion demonstrate the effectiveness of inference tendency and the superiority of our approach over the baseline LR and several state-of-the-art alternatives. Wenjin Yan, Ruixuan Li 0001, Jun Wang 0018, Yuhua Li 0003, Pan Zhou 0001, Xiwu Gu |
CIKM | 2 |
| 2019 | TDP: Personalized Taxi Demand Prediction Based on Heterogeneous Graph EmbeddingabstractPredicting users' irregular trips in a short term period is one of the crucial tasks in the intelligent transportation system. With the prediction, the taxi requesting services, such as Didi Chuxing in China, can manage the transportation resources to offer better services. There are several different transportation scenes, such as commuting scene and entertainment scene. The origin and the destination of entertainment scene are more unsure than that of commuting scene, so both origin and destination should be predicted. Moreover, users' trips on Didi platform is only a part of their real life, so these transportation data are only few weak samples. To address these challenges, in this paper, we propose Taxi Demand Prediction (TDP) model in challenging entertainment scene based on heterogeneous graph embedding and deep neural predicting network. TDP aims to predict next possible trip edges that have not appeared in historical data for each user in entertainment scene. Experimental results on the real-world dataset show that TDP achieves significant improvements over the state-of-the-art methods. Zhenlong Zhu, Ruixuan Li 0001, Minghui Shan, Yuhua Li 0003, Jixing Xu, Xiwu Gu |
SIGIR | 2 |
| 2018 | Collaborative Caching in P2P Streaming Systems
Ruixuan Li 0001 |
WISA | 2 |
| 2018 | Stock Price Prediction Using Time Convolution Long Short-Term Memory Network
Xukuan Zhan, Yuhua Li 0003, Ruixuan Li 0001, Xiwu Gu, Olivier Habimana, Haozhao Wang |
KSEM (1) | 3 |
| 2018 | Distant Domain Adaptation for Text Classification
Zhenlong Zhu, Yuhua Li 0003, Ruixuan Li 0001, Xiwu Gu |
KSEM (1) | 3 |
| 2018 | Topical Authority-Sensitive Influence Maximization
Xiaoqing Xiong, Ruixuan Li 0001, Yuhua Li 0003, Xiwu Gu, Tianan Liang |
WISE (1) | 2 |
| 2017 | Microblogging User Tag Prediction Based on BayesianabstractIn the social network, to users, the tag is an important basis to mark and classify the resource. The tag of microblogging users can be used for advertising and network marketing. This paper presents a method based on naive Bayesian to predict the user tag. We use the user's basic attributes and some popular public tags as the features in Bayesian to predict whether a public tag belongs to a user. The experimental results show that the proposed method can achieve 87% accuracy. Ruixuan Li 0001 |
WISA | 2 |
| 2017 | Role updating in information systems using model checking
Khaled M. Khan, Yan Zhang 0003, Yun Bai 0001, Ruixuan Li 0001 |
Knowl. Inf. Syst. | 5 |
| 2015 | Subtopic-Level Sentiment Analysis of EmergenciesabstractWith the rapid development of microblog, millions of Internet users share their opinions on different aspects of daily life. By analyzing and monitoring sentiment information extracting from tweets related to an important event, we are able to gain insights into variation trends of users’ sentiment. In this paper, we focus on extracting public sentiment of microblog emergencies. A subtopic-level opinion mining method is proposed based on two-phase optimization. Different subtopics of emergencies are extracted based on retweets. Opinion tweets are classified to different subtopics. The sentiment score of opinion holders is calculated. The above results are optimized based on users and endorsement interactions between users. Experimental results validate the effectiveness of the proposed method. Kunmei Wen, Zhijiang Liu, Ruixuan Li 0001, Yuhua Li 0003, Xiwu Gu, Jie Zan |
KSEM | 4 |
| 2014 | LIMTopic: A Framework of Incorporating Link Based Importance into Topic ModelingabstractTopic modeling has become a widely used tool for document management. However, there are few topic models distinguishing the importance of documents on different topics. In this paper, we propose a framework LIMTopic to incorporate link based importance into topic modeling. To instantiate the framework, RankTopic and HITSTopic are proposed by incorporating topical pagerank and topical HITS into topic modeling respectively. Specifically, ranking methods are first used to compute the topical importance of documents. Then, a generalized relation is built between link importance and topic modeling. We empirically show that LIMTopic converges after a small number of iterations in most experimental settings. The necessity of incorporating link importance into topic modeling is justified based on KL-Divergences between topic distributions converted from topical link importance and those computed by basic topic models. To investigate the document network summarization performance of topic models, we propose a novel measure called log-likelihood of ranking-integrated document-word matrix. Extensive experimental results show that LIMTopic performs better than baseline models in generalization performance, document clustering and classification, topic interpretability and document network summarization performance. Moreover, RankTopic has comparable performance with relational topic model (RTM) and HITSTopic performs much better than baseline models in document clustering and classification. Dongsheng Duan, Yuhua Li 0003, Ruixuan Li 0001, Rui Zhang 0003, Xiwu Gu, Kunmei Wen |
IEEE Trans. Knowl. Data Eng. | 3 |
| 2013 | Keyword-Matched Data Skyline in Peer-to-Peer Systems
Khaled M. Banafaa, Ruixuan Li 0001, Kunmei Wen, Xiwu Gu, Yuhua Li 0003 |
DASFAA (1) | 2 |
| 2013 | A model based transformation paradigm for cross-language collaborations
Kunmei Wen, Suo Tan, Ruixuan Li 0001 |
Adv. Eng. Informatics | 4 |
| 2012 | A GPU-Based Accelerator for Chinese Word Segmentation
Xiwu Gu, Ruixuan Li 0001, Kunmei Wen, Bei Peng 0001, Weijun Xiao |
APWeb | 2 |
| 2012 | ℓ1-Graph Based Community Detection in Online Social Networks
Ruixuan Li 0001, Yuhua Li 0003, Xiwu Gu, Kunmei Wen, Zhiyong Xu 0003 |
APWeb | 2 |
| 2012 | RankTopic: Ranking Based Topic ModelingabstractTopic modeling has become a widely used tool for document management due to its superior performance. However, there are few topic models distinguishing the importance of documents on different topics. In this paper, we investigate how to utilize the importance of documents to improve topic modeling and propose to incorporate link based ranking into topic modeling. Specifically, topical pagerank is used to compute the topic level ranking of documents, which indicates the importance of documents on different topics. By retreating the topical ranking of a document as the probability of the document involved in corresponding topic, a generalized relation is built between ranking and topic modeling. Based on the relation, a ranking based topic model Rank Topic is proposed. With Rank Topic, a mutual enhancement framework is established between ranking and topic modeling. Extensive experiments on paper citation data and Twitter data are conducted to compare the performance of Rank Topic with that of some state-of-the-art topic models. Experimental results show that Rank Topic performs much better than some baseline models and is comparable with the state-of-the-art link combined relational topic model (RTM) in generalization performance, document clustering and classification by setting a proper balancing parameter. It is also demonstrated in both quantitative and qualitative ways that topics detected by Rank Topic are more interpretable than those detected by some baseline models and still competitive with RTM. Dongsheng Duan, Yuhua Li 0003, Ruixuan Li 0001, Rui Zhang 0003, Aiming Wen |
ICDM | 3 |
| 2012 | Efficient Algorithms for Constrained Subspace Skyline Query in Structured Peer-to-Peer Systems
Khaled M. Banafaa, Ruixuan Li 0001 |
WAIM | 2 |
| 2011 | An Encrypted Index Mechanism in Ciphertext Retrieval SystemabstractThe cipher text-based full-text retrieval technology is proposed to satisfy the pressing demands for high security in massive information sharing applications. Based on the analysis of general technology of full-text indexing, we propose an improved index structure that supports cipher text indexing and retrieval. Then we present approaches to construct, maintain and retrieve cipher text indexes. Meanwhile, we implement a cipher text-based full-text retrieval system, which allows full-text search on the encrypted documents in multiple formats without decryption. Finally, we carry out the experiments and evaluate the performance of cipher text index construction and retrieval. Ruixuan Li 0001, Hongmin Wang, Xiwu Gu, Kunmei Wen, Zhengding Lu |
WISA | 2 |
| 2011 | Measuring Social Tag Confidence: Is It a Good or Bad Tag?
Xiwu Gu, Xianbing Wang, Ruixuan Li 0001, Kunmei Wen, Weijun Xiao |
WAIM | 3 |
| 2011 | A New Vector Space Model Exploiting Semantic Correlations of Social Annotations for Web Page Clustering
Xiwu Gu, Xianbing Wang, Ruixuan Li 0001, Kunmei Wen, Weijun Xiao |
WAIM | 3 |
| 2011 | Incorporating User Feedback into Name Disambiguation of Scientific Cooperation Network
Yuhua Li 0003, Aiming Wen, Quan Lin, Ruixuan Li 0001, Zhengding Lu |
WAIM | 4 |
| 2010 | TGP: Mining Top-K Frequent Closed Graph Pattern without Minimum Support
Yuhua Li 0003, Quan Lin, Ruixuan Li 0001, Dongsheng Duan |
ADMA (1) | 3 |
| 2010 | Proactive Replication and Search for Rare Objects in Unstructured Peer-to-Peer Networks
Ruixuan Li 0001, Kunmei Wen, Xiwu Gu, Zhengding Lu |
WAIM | 2 |
| 2010 | Semantic Grounding of Hybridization for Tag Recommendation
Yanan Jin, Ruixuan Li 0001, Yi Cai 0001, Qing Li 0001, Ali Daud, Yuhua Li 0003 |
WAIM | 2 |
| 2008 | SemSearch: A Scalable Semantic Searching Algorithm for Unstructured P2P Network
Ruixuan Li 0001, Zhengding Lu, Mudar Sarem |
APWeb | 2 |
| 2005 | Service Publishing and Discovering Model in a Web Services Oriented Peer-to-Peer System
Ruixuan Li 0001, Feng Ke, Zhengding Lu |
ICWE | 1 |