Weitong Chen 0001

dblp:173/4662-1 · also Tony Chen 0001, Tony Weitong Chen, Weitong Tony Chen · DBLP profile ↗
← Back
50ranked-venue papers in the field
3as first author
34since 2021 · last 2026
0000-0003-1001-7925ORCID · conflict

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

Data Mining & Knowledge Discovery · 28 (3 first)Information Retrieval & Web Search · 15Database Systems & Data Management · 6Other / Interdisciplinary · 1
YearPublicationVenuePosition
2026 Lifting Manifolds to Mitigate Pseudo-Alignment in LLM4TS
abstract
Pseudo-Alignment is a pervasive challenge in many large language models for time series (LLM4TS) models, often causing them to underperform compared to linear models or randomly initialised backbones. However, there is limited discussion in the community for the reasons that pseudo-alignment occurs. In this work, we conduct a thorough investigation into the root causes of pseudo-alignment in LLM4TS and build a connection of pseudo-alignment to the cone effect in LLM. We demonstrate that pseudo-alignment arises from the interplay of cone effect within pretrained LLM components and the intrinsically low-dimensional manifold of time-series data. In addition, we also introduce TimeSUP, a novel technique designed to mitigate this issue and improve forecast performance in existing LLM4TS approaches. TimeSUP addresses this by increasing the time series manifold to more closely match the intrinsic dimension of language embeddings, allowing the model to distinguish temporal signals clearly while still capturing shared structures across modalities. As a result, representations for time and language tokens remain distinct yet exhibit high cosine similarity, signifying that the model preserves each modality's unique features while learning their commonalities in a unified embedding space. Empirically, TimeSUP consistently outperforms state-of-the-art LLM4TS methods and other lightweight baselines on long-term forecasting performance. Furthermore, it can be seamlessly integrated into four existing LLM4TS pipelines and delivers significant improvements in forecasting performance.
Liangwei Nathan Zheng, Wenhao Liang, Wei Zhang 0098, Miao Xu 0001, Olaf Maennel, Weitong Chen 0001
WWW6
2025 TraffiX-MoE: A Traffic-Aware Neural VRP Solver
Wenhao Liang, Wei Zhang 0098, Lin Yue, Joy Rathjen, Peter Oloughlin, Weitong Chen 0001
ADMA (4)6
2025 Calibrating on Kolmogorov-Arnold Network
abstract
Kolmogorov-Arnold Networks (KANs) are neural architectures inspired by the Kolmogorov-Arnold representation theorem that leverage B-spline parameterizations for flexible, locally adaptive function approximation. Although KANs can capture complex nonlinearities beyond those modeled by standard Multi-Layer Perceptrons (MLPs), they frequently exhibit miscalibrated confidence estimates-manifesting as overconfidence in dense data regions and underconfidence in sparse areas. In this work, we systematically examine the impact of four critical hyperparameters -- Layer Width, Grid Order, Shortcut Function, and Grid Range -- on the calibration of KANs. Furthermore, we introduce a novel Temperature-Scaled Loss (TSL) that integrates a temperature parameter directly into the training objective, dynamically adjusting the predictive distribution during learning. Both theoretical analysis and extensive empirical evaluations on standard benchmarks demonstrate that TSL significantly reduces calibration errors, thereby improving the reliability of probabilistic predictions. Overall, our study provides actionable insights into the design of spline-based neural networks and establishes TSL as a robust, loss-agnostic solution for enhancing calibration.
Wenhao Liang, Wei Zhang 0098, Lin Yue, Miao Xu 0001, Olaf Maennel, Weitong Chen 0001
CIKM6
2025 Calibrating on Medical Segmentation Model through Signed Distance
abstract
Classical overlap metrics such as Dice or IoU quantify where a medical-image segmentation falls short but say nothing about the confidence of each prediction. Over-confident errors are particularly dangerous in clinical practice, where a single false-positive voxel may trigger an unnecessary biopsy. We introduce three contributions that jointly address spatial precision and reliability. (i) Signed-Distance Calibration (SDC) loss couples cross-entropy, local calibration and a differentiable signed-distance penalty, enforcing boundary accuracy while moderating confidence. (ii) A Spatially Adaptive Margin (SAM) module applies lightweight morphological transforms to ground-truth masks before computing the local target, sharpening ambiguous edges. (iii) Pixel-wise Expected Calibration Error (pECE) extends ECE to millions of voxels and penalises high-confidence false positives. Across four public datasets (ACDC, FLARE, BraTS, PROSTATE) and two back-bones (U-Net, nnU-Net), SDC improves Dice by up to 4 percentage points and halves ECE compared with the state of the art, without sacrificing runtime. Code is available on: https://github.com/EagleAdelaide/SDC-Loss.
Wenhao Liang, Wei Zhang 0098, Lin Yue, Miao Xu 0001, Olaf Maennel, Weitong Chen 0001
CIKM6
2025 MMiC: Mitigating Modality Incompleteness in Clustered Federated Learning
abstract
In the era of big data, data mining has become indispensable for uncovering hidden patterns and insights from vast and complex datasets. The integration of multimodal data sources further enhances its potential. Multimodal Federated Learning (MFL) is a distributed approach that enhances the efficiency and quality of multimodal learning, ensuring collaborative work and privacy protection. However, missing modalities pose a significant challenge in MFL, often due to data quality issues or privacy policies across the clients. In this work, we present MMiC, a framework for Mitigating Modality incompleteness in MFL within the Clusters. MMiC replaces partial parameters within client models inside clusters to mitigate the impact of missing modalities. Furthermore, it leverages the Banzhaf Power Index to optimize client selection under these conditions. Finally, MMiC employs an innovative approach to dynamically control global aggregation by utilizing Markovitz Portfolio Optimization. Extensive experiments demonstrate that MMiC consistently outperforms existing federated learning architectures in both global and personalized performance on multimodal datasets with missing modalities, confirming the effectiveness of our proposed solution. Our code is available at https://github.com/gotobcn8/MMiC.
Lishan Yang 0002, Wei Zhang 0098, Quan Z. Sheng, Lina Yao 0001, Weitong Chen 0001, Ali Shakeri 0003
CIKM5
2025 Adaptive Spline Networks in the Kolmogorov-Arnold Framework: Knot Analysis and Stability Enhancement
abstract
Kolmogorov-Arnold Neural Networks (KANs) have recently attracted significant attention in the machine learning community. However, their practical implementation often faces challenges such as poor training stability and a large number of trainable parameters. Moreover, the behavior of learnable activation functions based on B-splines remains insufficiently understood. In this work, we analyze KANs through the lens of spline knot behavior and derive lower and upper bounds on the number of knots in B-spline-based KANs. To address the existing limitations, we propose a novel KAN-based approach, which improves upon the original KAN by reducing the number of trainable parameters to match the scale of standard Multi-Layer Perceptrons (MLPs), while enhancing overall performance. Additionally, we introduce a new training strategy that enforces C2 continuity in the learnable splines, leading to smoother activation functions and improved training stability via range expansion. We evaluate our method across eight diverse datasets encompassing image, text, time series, multimodal, and function approximation tasks. The promising results demonstrate the feasibility of KAN-based architectures and the effectiveness of our proposed enhancements. The proposed method implementation is released in https://github.com/IcurasLW/FR-KAN.git
Liangwei Nathan Zheng, Wei Zhang 0098, Lin Yue, Miao Xu 0001, Olaf Maennel, Weitong Chen 0001
CIKM6
2025 Understanding Why Large Language Models Can Be Ineffective in Time Series Analysis: The Impact of Modality Alignment
abstract
Large Language Models (LLMs) have demonstrated impressive performance in time series analysis and seems to understand the time temporal relationship well than traditional transformer-based approaches. However, since LLMs are not designed for time series tasks, simpler models-like linear regressions can often achieve comparable performance with far less complexity. In this study, we perform extensive experiments to assess the effectiveness of applying LLMs to key time series tasks, including forecasting, classification, imputation, and anomaly detection. We compare the performance of LLMs against simpler baseline models, such as single-layer linear models and randomly initialized LLMs. Our results reveal that LLMs offer minimal advantages for these core time series tasks and may even distort the temporal structure of the data. In contrast, simpler models consistently outperform LLMs while requiring far fewer parameters. Furthermore, we analyze existing reprogramming techniques and show, through data manifold analysis, that these methods fail to effectively align time series data with language and display ''pseudo-alignment'' behavior in embedding space. Our findings suggest that the performance of LLM-based methods in time series tasks arises from the intrinsic characteristics and structure of time series data, rather than any meaningful alignment with the language model architecture. We release the code for experiments here: https://github.com/IcurasLW/Official-Repository_Understanding_LLM_for_Time_Series_Analysis.git
Liangwei Nathan Zheng, Chang George Dong, Wei Zhang 0098, Lin Yue, Miao Xu 0001, Olaf Maennel, Weitong Chen 0001
KDD (2)7
2025 TrojanTime: Backdoor Attacks on Time Series Classification
Chang Dong, Zechao Sun, Guangdong Bai, Shuying Piao, Weitong Chen 0001, Wei Zhang 0098
PAKDD (4)5
2025 FedDPG: An Adaptive Yet Efficient Prompt-Tuning Approach in Federated Learning Settings
Ali Shakeri 0003, Wei Zhang 0098, Amin Beheshti, Weitong Chen 0001, Jian Yang 0001, Lishan Yang 0002
PAKDD (5)4
2025 Mitigating the Impact of Inaccurate Feedback in Dynamic Learning-to-Rank: A Study of Overlooked Interesting Items
abstract
Dynamic Learning-to-Rank (DLTR) is a method of updating a ranking policy in real time based on user feedback, which may not always be accurate. Although previous DLTR work has achieved fair and unbiased DLTR under inaccurate feedback, they face the tradeoff between fairness and user utility and also have limitations in the setting of feeding items. Existing DLTR works improve ranking utility by eliminating bias from inaccurate feedback on observed items, but the impact of another pervasive form of inaccurate feedback, overlooked or ignored interesting items, remains unclear. For example, users may browse the rankings too quickly to catch interesting items or miss interesting items because the snippets are not optimized enough. This phenomenon raises two questions: (i) Will overlooked interesting items affect the ranking results? and (ii) Is it possible to improve utility without sacrificing fairness if these effects are eliminated? These questions are particularly relevant for small and medium-sized retailers who are just starting out and may have limited data, leading to the use of inaccurate feedback to update their models. In this article, we find that inaccurate feedback in the form of overlooked interesting items has a negative impact on DLTR performance in terms of utility. To address this, we treat the overlooked interesting items as noise and propose a novel DLTR method, the Co-teaching Rank (CoTeR), that has good utility and fairness performance when inaccurate feedback is present in the form of overlooked interesting items. Our solution incorporates a co-teaching-based component with a customized loss function and data sampling strategy, as well as a mean pooling strategy to further accommodate newly added products without historical data. Through experiments, we demonstrate that CoTeR not only enhances utilities but also preserves ranking fairness and can smoothly handle newly introduced items.
Chenhao Zhang 0004, Weitong Chen 0001, Wei Zhang 0098, Miao Xu 0001
ACM Trans. Intell. Syst. Technol.2
2025 Improving Faithfulness and Factuality with Contrastive Learning in Explainable Recommendation
abstract
Recommender systems have become increasingly important in navigating the vast amount of information and options available in various domains. By tailoring and personalizing recommendations to user preferences and interests, these systems improve the user experience, efficiency, and satisfaction. With a growing demand for transparency and understanding of recommendation outputs, explainable recommender systems have gained growing attention in recent years. Additionally, as user reviews could be considered the rationales behind why the user likes (or dislikes) the products, generating informative and reliable reviews alongside recommendations has thus emerged as a research focus in explainable recommendation. However, the model-generated reviews might contain factually inconsistent contents (i.e., the hallucination issue), which would thus compromise the recommendation rationales. To address this issue, we propose a contrastive learning framework to improve the faithfulness and factuality in explainable recommendation in this article. We further develop different strategies of generating positive and negative examples for contrastive learning, such as back-translation or synonym substitution for positive examples, and editing positive examples or utilizing model-generated texts for negative examples. Our proposed method optimizes the model to distinguish faithful explanations (i.e., positive examples) and unfaithful ones with factual errors (i.e., negative examples), which thus drives the model to generate faithful reviews as explanations while avoiding inconsistent contents. Extensive experiments and analysis on three benchmark datasets show that our proposed model outperforms other review generation baselines in faithfulness and factuality. In addition, the proposed contrastive learning component could be easily incorporated into other explainable recommender systems in a plug-and-play manner.
Haojie Zhuang, Wei Zhang 0098, Weitong Chen 0001, Jian Yang 0001, Quan Z. Sheng
ACM Trans. Intell. Syst. Technol.3
2024 Correlation Analysis of Adversarial Attack in Time Series Classification
Wenhao Liang, Chang Dong, Weitong Chen 0001
ADMA (4)4
2024 Enhancing Financial Market Predictions: Causality-Driven Feature Selection
Wenhao Liang, Weitong Chen 0001
ADMA (1)3
2024 Enhancing Chemistry-Domain Scientific Paper Summarization by Knowledge Graphs
Yutong Qu, Jian Yang 0001, Weitong Chen 0001, Yan Jiao, Lishan Yang 0002, Congbo Ma
ADMA (2)3
2024 Distributed Industrial Digital Twinning Scheme in 6G Future Scenarios
Bingyu Yang, Enliang Wang, Weitong Chen 0001
ADMA (1)5
2024 Efficient Clustered Federated Learning by Locality Sensitive Hashing
Lishan Yang 0002, Alireza Seyed Shakeri, Liangxi Pu, Weitong Chen 0001, Yanjun Shu
ADMA (2)4
2024 Boosting Certificate Robustness for Time Series Classification with Efficient Self-Ensemble
abstract
Recently, the issue of adversarial robustness in the time series domain has garnered significant attention. However, the available defense mechanisms remain limited, with adversarial training being the predominant approach, though it does not provide theoretical guarantees. Randomized Smoothing has emerged as a standout method due to its ability to certify a provable lower bound on robustness radius under $\ell_p$-ball attacks. Recognizing its success, research in the time series domain has started focusing on these aspects. However, existing research predominantly focuses on time series forecasting, or under the non-$\ell_p$ robustness in statistic feature augmentation for time series classification~(TSC). Our review found that Randomized Smoothing performs modestly in TSC, struggling to provide effective assurances on datasets with poor robustness. Therefore, we propose a self-ensemble method to enhance the lower bound of the probability confidence of predicted labels by reducing the variance of classification margins, thereby certifying a larger radius. This approach also addresses the computational overhead issue of Deep Ensemble~(DE) while remaining competitive and, in some cases, outperforming it in terms of robustness. Both theoretical analysis and experimental results validate the effectiveness of our method, demonstrating superior performance in robustness testing compared to baseline approaches.
Chang George Dong, Zhengyang David Li, Liangwei Nathan Zheng, Weitong Chen 0001, Wei Zhang 0098
CIKM4
2024 Devil in the Tail: A Multi-Modal Framework for Drug-Drug Interaction Prediction in Long Tail Distinction
abstract
Drug-drug interaction (DDI) identification is a crucial aspect of pharmacology research. There are many DDI types (hundreds), and they are not evenly distributed with equal chance to occur. Some of the rarely occurred DDI types are often high risk and could be life-critical if overlooked, exemplifying the long-tailed distribution problem. Existing models falter against this distribution challenge and overlook the multi-faceted nature of drugs in DDI prediction. In this paper, a novel multi-modal deep learning-based framework, namely TFDM, is introduced to leverage multiple properties of a drug to achieve DDI classification. The proposed framework fuses multimodal features of drugs, including graph-based, molecular structure, Target and Enzyme, for DDI identification. To tackle the challenge posed by the distribution skewness across categories, a novel loss function called Tailed Focal Loss is introduced, aimed at further enhancing the model performance and address gradient vanishing problem of focal loss in extremely long-tailed dataset. Intensive experiments over 4 challenging long-tailed dataset demonstrate that the TFMD outperforms the most recent SOTA methods in long-tailed DDI classification tasks. The source code is released to reproduce our experiment results: https://github.com/IcurasLW/TFMD_Longtailed_DDI.git
Liangwei Nathan Zheng, Chang George Dong, Wei Zhang 0098, Xin Chen 0003, Lin Yue, Weitong Chen 0001
CIKM6
2024 Irregularity-Informed Time Series Analysis: Adaptive Modelling of Spatial and Temporal Dynamics
abstract
Irregular Time Series Data (IRTS) has shown increasing prevalence in real-world applications. We observed that IRTS can be divided into two specialized types: Natural Irregular Time Series (NIRTS) and Accidental Irregular Time Series (AIRTS). Various existing methods either ignore the impacts of irregular patterns or statically learn the irregular dynamics of NIRTS and AIRTS data and suffer from limited data availability due to the sparsity of IRTS. We proposed a novel transformer-based framework for general irregular time series data that treats IRTS from four views: Locality, Time, Spatio and Irregularity to motivate the data usage to the highest potential. Moreover, we design a sophisticated irregularity-gate mechanism to adaptively select task-relevant information from irregularity, which improves the generalization ability to various IRTS data. We implement extensive experiments to demonstrate the resistance of our work to three highly missing ratio datasets (88.4%, 94.9%, 60% missing value) and investigate the significance of the irregularity information for both NIRTS and AIRTS by additional ablation study. We release our implementation in https://github.com/IcurasLW/MTSFormer-Irregular_Time_Series.git.
Liangwei Nathan Zheng, Chang George Dong, Wei Zhang 0098, Lin Yue, Miao Xu 0001, Olaf Maennel, Weitong Chen 0001
CIKM8
2024 Not All Negatives are Equally Negative: Soft Contrastive Learning for Unsupervised Sentence Representations
abstract
Contrastive learning has been extensively studied in sentence representation learning as it demonstrates effectiveness in various downstream applications, where the same sentence with different dropout masks (or other augmentation methods) is considered as positive pair while taking other sentences in the same mini-batch as negative pairs. However, these methods mostly treat all negative examples equally and overlook the different similarities between the negative examples and the anchors, which thus fail to capture the fine-grained semantic information of the sentences. To address this issue, we explicitly differentiate the negative examples by their similarities with the anchor, and thus propose a simple yet effective method SoftCSE that individualizes either the weight or temperature of each negative pair in the standard InfoNCE loss according to the similarities of the negative examples and the anchors. We further provide the theoretical analysis of our methods to show why and how SoftCSE works, including the optimal solution, gradient analysis and the connection with other loss. Empirically, we conduct extensive experiments on semantic textual similarity (STS) and transfer (TR) tasks, as well as text retrieval and reranking, where we observe significant performance improvements compared to strong baseline models.
Haojie Zhuang, Wei Zhang 0098, Jian Yang 0001, Weitong Chen 0001, Quan Z. Sheng
CIKM4
2024 Large Covariance Estimation from Streaming Data with Knowledge-Based Sketch Matrix
Xiao Tan 0005, Meng Wang 0009, Dian Shen, Weitong Chen 0001, Beilun Wang
DASFAA (5)5
2024 CaMU: Disentangling Causal Effects in Deep Model Unlearning
abstract
Machine unlearning requires removing the information of forgetting data while keeping the necessary information of remaining data. Despite recent advancements in this area, existing methodologies mainly focus on the effect removal of forgetting data without considering the negative impact this can have on the information of the remaining data, resulting in significant performance degradation after data removal. Although some methods try to repair the performance of remaining data after removal, the forgotten information can also return after repair. Such an issue is due to the intricate intertwining of the forgetting and remaining data. Without adequately differentiating the influence of these two kinds of data on the model, existing algorithms take the risk of either inadequate removal of the forgetting data or unnecessary loss of valuable information from the remaining data. To address this shortcoming, the present study undertakes a causal analysis of the unlearning and introduces a novel framework termed Causal Machine Unlearning (CaMU). This framework adds intervention on the information of remaining data to disentangle the causal effects between forgetting data and remaining data. Then CaMU eliminates the causal impact associated with forgetting data while concurrently preserving the causal relevance of the remaining data. Comprehensive empirical results on various datasets and models suggest that CaMU enhances performance on the remaining data and effectively minimizes the influences of forgetting data. Notably, this work is the first to interpret deep model unlearning tasks from a new perspective of causality and provide a solution based on causal analysis, which opens up new possibilities for future research in deep model unlearning.
Shaofei Shen 0001, Chenhao Zhang 0004, Alina Bialkowski, Weitong Chen 0001, Miao Xu 0001
SDM4
2024 An adaptive category-aware recommender based on dual knowledge graphs
Yuanbo Xu, Yongjian Yang 0001, Weitong Chen 0001, Lin Yue
Inf. Process. Manag.4
2023 Graph Convolution Synthetic Transformer for Chronic Kidney Disease Onset Prediction
Yi Liu 0071, Weitong Chen 0001, Yanda Wang, Yefan Huang, Xiaoli Wang 0002, Ken Cai, Bohan Li 0001
ADMA (3)3
2023 A Progressive Sampling Method for Dual-Node Imbalanced Learning with Restricted Data Access
abstract
Imbalanced learning, characterised by disproportionate class distributions, impedes the effectiveness of learning algorithms, particularly when available data is scarce. Although the utilisation of external data sources can alleviate these challenges, complete access to such resources is often hampered by privacy regulations or lack of annotations, further complicating the imbalanced learning problem. Additionally, exploiting all data from an external node may not be efficient due to data redundancy and computational constraints. To navigate these issues, this paper introduces an innovative solution for imbalanced learning with restricted data access. We propose a data selection method focused on selecting balanced data from the data-rich but restricted node, prioritising diversity, informativeness and balance. Our strategy mitigates the need for exhaustive data exploration and promotes efficient use of the available data.To further enhance the robustness of data selection, we present an iterative method that progressively selects balanced data. The iterative process, involving training a fully supervised model on the data-shortage node and a contrastive model on the data-rich node, incrementally refines the balance of selected data. Additionally, our method employs prediction entropy to automatically generate weights for training the contrastive models, a distinct improvement over manual weight specification. We validate the effectiveness of our approach through extensive experimentation and demonstrate that our proposed methodology addresses the challenges of imbalanced learning under restricted data access, leading to improved data utilisation, enhanced balance, and better representation in imbalanced learning scenarios. The code is available on GitHub at https://github.com/uqyqiu/CPSL.
Weitong Chen 0001, Miao Xu 0001
ICDM2
2023 Words Can Be Confusing: Stereotype Bias Removal in Text Classification at the Word Level
abstract
Abstract Text classification is a widely used task in natural language processing. However, the presence of stereotype bias in text classification can lead to unfair and inaccurate predictions. Stereotype bias is particularly prevalent in words that are unevenly distributed across classes and are associated with specific categories. This bias can be further strengthened in pre-trained models on large natural language datasets. Prior works to remove stereotype bias have mainly focused on specific demographic groups or relied on specific thesauri without measuring the influence of stereotype words on predictions. In this work, we present a causal analysis of how stereotype bias occurs and affects text classification, and propose a framework to mitigate stereotype bias. Our framework detects potential stereotype bias words using SHAP values and alleviates bias in the prediction stage through a counterfactual approach. Unlike existing debiasing methods, our framework does not rely on existing stereotype word sets and can dynamically evaluate the influence of words on stereotype bias. Extensive experiments and ablation studies show that our approach effectively improves classification performance while mitigating stereotype bias.
Shaofei Shen 0001, Mingzhe Zhang 0004, Weitong Chen 0001, Alina Bialkowski, Miao Xu 0001
PAKDD (4)3
2022 GISDCN: A Graph-Based Interpolation Sequential Recommender with Deformable Convolutional Network
Yalei Zang, Yi Liu 0071, Weitong Chen 0001, Bohan Li 0001, Aoran Li, Lin Yue, Weihua Ma
DASFAA (2)3
2022 Towards Better Generalization for Neural Network-Based SAT Solvers
Chenhao Zhang 0004, Yanjun Zhang 0002, Jeff Mao, Weitong Chen 0001, Lin Yue, Guangdong Bai, Miao Xu 0001
PAKDD (2)4
2021 STCT: Spatial-Temporal Conv-Transformer Network for Cardiac Arrhythmias Recognition
Weitong Chen 0001, Lin Yue, Miao Xu 0001, Baofeng Zhu
ADMA2
2021 Discovering Urban Functions of High-Definition Zoning with Continuous Human Traces
abstract
Identifying the dynamic functions of different urban zones enables a variety of smart city applications, such as intelligent urban planning, real-time traffic scheduling, and community precision management. Traditional urban function research using government administrative zoning systems is often conducted in a coarse resolution with fixed split, and ignore the reshaping of zones by city growth. To solve this problem, we propose a two-stage framework in order to represent the high-definition distribution of urban function across the city, by analyzing continuous human traces extracted from the dense, widespread, and full-time cellular data. At the representation stage, we embed the locations of base stations by modeling the user movements with staying and transfer events, along with the consideration of dynamic trip purposes in continuous human traces. At the annotation stage, we first divide the city into the finest unit zones and each covers at least one base station. By clustering the base stations, we further group the unit zones into functional zones. Last, we annotate functional zones based on the local point-of-interest (POI) information. In experiments, we evaluate the proposed high-definition function study in two tasks: (i) in-zone crowd flow prediction, and (ii) zone-enhanced POI recommendation. The results demonstrate the advantage of the proposed method with both the effectiveness of city split and the high-quality function annotation.
Yongjian Yang 0001, Zijun Yao 0001, Yuanbo Xu, Weitong Chen 0001, Lin Yue, Haomeng Wu
CIKM5
2021 Multi-hop Reading on Memory Neural Network with Selective Coverage for Medication Recommendation
abstract
Medication recommendation aiming at accurate prescription is a significant clinical application that assists caregivers in professional practice of medicine, and obtaining informative patient representations plays an important role in building effective recommendation models. Meanwhile, conducting attentive multi-hop reading on Memory Neural Network (MemNN) that stores knowledge from previous admissions is widely applied to derive contextual patterns for accurate patient representations. However, regular attentive reading may repeatedly attend to the same slots of MemNN. Although the coverage mechanism is proposed to tackle the problem, it is based on the assumption that there is one-to-one alignment between source information and target outputs, which medical records do not follow. In pursuit of a valuable model for medication recommendation, we propose the Multi-hop Reading with Selective Coverage (MRSC). MRSC firstly conducts information selection on MemNN based on the coverage of each slot. Then the method involves coverage into the attention calculation during the multi-hop reading on MemNN, making sure that all important historical records is fully utilized by balancing attention within selected information. Experiments on real-world clinical dataset demonstrate that MRSC successfully derives informative patient representations for the recommendation by conducting selection on MemNN and limiting attention adjustment within selected information.
Yanda Wang, Weitong Chen 0001, Dechang Pi, Lin Yue, Miao Xu 0001, Xue Li 0001
CIKM2
2021 Diagnosis Ranking with Knowledge Graph Convolutional Networks
Bing Liu 0025, Guido Zuccon, Wen Hua, Weitong Chen 0001
ECIR (1)4
2021 Adversarially regularized medication recommendation model with multi-hop memory network
Yanda Wang, Weitong Chen 0001, Dechang Pi, Lin Yue
Knowl. Inf. Syst.2
2021 Exploring BCI Control in Smart Environments: Intention Recognition Via EEG Representation Enhancement Learning
abstract
The brain–computer interface (BCI) control technology that utilizes motor imagery to perform the desired action instead of manual operation will be widely used in smart environments. However, most of the research lacks robust feature representation of multi-channel EEG series, resulting in low intention recognition accuracy. This article proposes an EEG2Image based Denoised-ConvNets (called EID) to enhance feature representation of the intention recognition task. Specifically, we perform signal decomposition, slicing, and image mapping to decrease the noise from the irrelevant frequency bands. After that, we construct the Denoised-ConvNets structure to learn the colorspace and spatial variations of image objects without cropping new training images precisely. Toward further utilizing the color and spatial transformation layers, the colorspace and colored area of image objects have been enhanced and enlarged, respectively. In the multi-classification scenario, extensive experiments on publicly available EEG datasets confirm that the proposed method has better performance than state-of-the-art methods.
Lin Yue, Sen Wang 0001, Robert Boots, Guodong Long, Weitong Chen 0001, Xiaowei Zhao 0004
ACM Trans. Knowl. Discov. Data6
2019 DAMTRNN: A Delta Attention-Based Multi-task RNN for Intention Recognition
Weitong Chen 0001, Lin Yue, Bohan Li 0001, Can Wang 0004, Quan Z. Sheng
ADMA1
2019 RecKGC: Integrating Recommendation with Knowledge Graph Completion
Mingyang Zhong, Jiahui Wen, Weitong Chen 0001, Xiaofang Zhou 0001, Xue Li 0001
ADMA4
2019 Deep Interpretable Mortality Model for Intensive Care Unit Risk Prediction
Zhenkun Shi, Weitong Chen 0001, Shining Liang, Wanli Zuo, Lin Yue, Sen Wang 0001
ADMA2
2019 Robust Feature Selection Based on Fuzzy Rough Sets with Representative Sample
Zhimin Zhang 0006, Weitong Chen 0001, Chengyu Liu 0001, Yun Kang, Feng Liu 0005, Yuwen Li 0002, Shoushui Wei
ADMA2
2019 DBRec: Dual-Bridging Recommendation via Discovering Latent Groups
abstract
In recommender systems, the user-item interaction data is usually sparse and not sufficient for learning comprehensive user/item representations for recommendation. To address this problem, we propose a novel dual-bridging recommendation model (DBRec). DBRec performs latent user/item group discovery simultaneously with collaborative filtering, and interacts group information with users/items for bridging similar users/items. Therefore, a user's preference over an unobserved item, in DBRec, can be bridged by the users within the same group who have rated the item, or the user-rated items that share the same group with the unobserved item. In addition, we propose to jointly learn user-user group (item-item group) hierarchies, so that we can effectively discover latent groups and learn compact user/item representations. We jointly integrate collaborative filtering, latent group discovering and hierarchical modelling into a unified framework, so that all the model parameters can be learned toward the optimization of the objective function. We validate the effectiveness of the proposed model with two real datasets, and demonstrate its advantage over the state-of-the-art recommendation models with extensive experiments.
Jiahui Wen, Mingyang Zhong, Chaojie Li, Weitong Chen 0001, Yin Yang 0001, Hongkui Tu, Xue Li 0001
CIKM6
2019 Multi-source Multi-net Micro-video Recommendation with Hidden Item Category Discovery
Jiahui Wen, Mingyang Zhong, Weitong Chen 0001, Xiaofang Zhou 0001, Jadwiga Indulska
DASFAA (2)4
2019 DMMAM: Deep Multi-source Multi-task Attention Model for Intensive Care Unit Diagnosis
Zhenkun Shi, Wanli Zuo, Weitong Chen 0001, Lin Yue, Yuwei Hao, Shining Liang
DASFAA (2)3
2019 Learning Fine-Grained Patient Similarity with Dynamic Bayesian Network Embedded RNNs
Yanda Wang, Weitong Chen 0001, Bohan Li 0001, Robert Boots
DASFAA (1)2
2019 Leveraging Knowledge Graph Embeddings for Natural Language Question Answering
Ruijie Wang 0003, Meng Wang 0009, Jun Liu 0002, Weitong Chen 0001, Michael Cochez, Stefan Decker
DASFAA (1)4
2019 MMM: Multi-source Multi-net Micro-video Recommendation with Clustered Hidden Item Representation Learning
abstract
Unlike traditional video recommendations, micro-video inherits the characteristics of social platforms, such as social relation. A large amount of micro-videos showing explosive growth is badly affecting the user’s choice. In this paper, we propose a multi-source multi-net micro-video recommendation model that recommends micro-videos fitting users’ best interests. Different from existing works, as micro-video inherits the characteristics of social platforms, we simultaneously incorporate multi-source content data of items and multi-networks of users to learn user and item representations for recommendation. This information can be complementary to each other in a way that multi-modality data can bridge the semantic gap among items, while multi-type user networks, such as following and reposting, are able to propagate the preferences among users. Furthermore, to discover the hidden categories of micro-videos that properly match users’ interests, we interactively learn the user–item representations and perform the hidden item category clustering. The resulted categorical representations are interacted with user representations to model user preferences at different levels of hierarchies. Finally, multi-source content item data, multi-type user networks and hidden item categories are jointly modelled in a unified recommender, and the parameters of the model are collaboratively learned to boost the recommendation performance. Experiments on a real dataset demonstrate the effectiveness of the proposed model and its advantage over the state-of-the-art baselines.
Jiahui Wen, Mingyang Zhong, Weitong Chen 0001, Xue Li 0001
Data Sci. Eng.4
2019 A survey of sentiment analysis in social media
Lin Yue, Weitong Chen 0001, Xue Li 0001, Wanli Zuo, Minghao Yin
Knowl. Inf. Syst.2
2018 Dynamic Illness Severity Prediction via Multi-task RNNs for Intensive Care Unit
abstract
Most of the existing analytics on ICU data mainly focus on mortality risk prediction and phenotyping analysis. However, they have limitations in providing sufficient evidence for decision making in a dynamically changing clinical environment. In this paper, we propose a novel approach that simultaneously analyses different organ systems to predict the illness severity of patients in an ICU, which can intuitively reflect the condition of the patients in a timely fashion. Specifically, we develop a novel deep learning model, namely MTRNN-ATT, which is based on multi-task recurrent neural networks. The physiological features of each organ system in time-series representations are learned by a single long short-term memory unit as a specific task. To utilize the relationships between organ systems, we use a shared LSTM unit to exploit the correlations between different tasks for further performance improvement. Also, we apply an attention mechanism in our deep model to learn the selective features at each stage to achieve better prediction results. We conduct extensive experiments on a real-world clinical dataset (MIMIC-III) to compare our method with many state-of-the-art methods. The experiment results demonstrate that the proposed approach performs better on the prediction tasks of illness severity scores.
Weitong Chen 0001, Sen Wang 0001, Guodong Long, Lina Yao 0001, Quan Z. Sheng, Xue Li 0001
ICDM1
2018 EEG-based Motion Intention Recognition via Multi-task RNNs
abstract
Recognition of human intention based on Electroencephalography (EEG) signals attracts strong research interest in pattern recognition because of its promising applications that enable non-muscular communications and controls. Over the past few years, most EEG-based recognition works make significant efforts to learn extracted features to explore specific patterns between a segment of EEG signals and the corresponding activities. Unfortunately, vectorization-based feature representations, either vector-like or matrix-like ones, suffer from massive signal noise and difficulties of exploiting signal correlations between adjacent sensors of EEG signals. Most importantly, EEG signals are represented by one unique frequency and then fed into the subsequent learning model. Neglecting different frequencies of EEG signals can be detrimental to activity recognition because a particular frequency of EEG signals is more helpful to recognize some activities. Inspired by this idea, we propose to extract EEG signals with different frequencies and introduce a novel Multi-task deep learning model to learn the human intentions. We have conducted extensive experiments on a publicly available EEG benchmark dataset and compared our method with many state-of-the-art algorithms. The experimental results demonstrate that the proposed Multi-task deep recurrent neural network outperforms all the compared methods in a multi-class scenario.
Weitong Chen 0001, Sen Wang 0001, Xiang Zhang 0012, Lina Yao 0001, Lin Yue, Buyue Qian, Xue Li 0001
SDM1
2017 Quality Prediction of Newly Proposed Questions in CQA by Leveraging Weakly Supervised Learning
Yuanhao Zheng, Bifan Wei, Jun Liu 0002, Meng Wang 0009, Weitong Chen 0001, Bei Wu 0003, Yihe Chen
ADMA5
2016 Dynamic Reverse Furthest Neighbor Querying Algorithm of Moving Objects
Bohan Li 0001, Weitong Chen 0001, Yingbao Yang, Shaohong Feng, Qiqian Zhang, Weiwei Yuan, Dongjing Li
ADMA3
2016 Learning Graph-based POI Embedding for Location-based Recommendation
abstract
With the rapid prevalence of smart mobile devices and the dramatic proliferation of location-based social networks (LBSNs), location-based recommendation has become an important means to help people discover attractive and interesting points of interest (POIs). However, the extreme sparsity of user-POI matrix and cold-start issue create severe challenges, causing CF-based methods to degrade significantly in their recommendation performance. Moreover, location-based recommendation requires spatiotemporal context awareness and dynamic tracking of the user's latest preferences in a real-time manner.
Hongzhi Yin, Hao Wang 0005, Fanjiang Xu, Weitong Chen 0001, Sen Wang 0001
CIKM5