Xudong Liu 0001

dblp:90/2144-1 · DBLP profile ↗
← Back
25ranked-venue papers in the field
0as first author
9since 2021 · last 2026
0000-0001-7102-0963ORCID · conflict

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

Information Retrieval & Web Search · 13Data Mining & Knowledge Discovery · 3Knowledge Engineering, Semantic Web & Information Systems · 3Other / Interdisciplinary · 3Database Systems & Data Management · 2Big Data, Cloud & Distributed Data Systems · 1
YearPublicationVenuePosition
2026 RobotDiffuse: Diffusion-Based Motion Planning for Redundant Manipulators with the ROP Obstacle Avoidance Dataset
Xudong Mou, Tiejun Wang 0002, Tianyu Wo, Cangbai Xu, Rui Wang 0118, Xudong Liu 0001
KSEM (1)7
2026 Progressive multi-hop reasoning for question answering over knowledge graphs
Zhijie Nie, Richong Zhang, Xudong Liu 0001
Inf. Syst.4
2024 CutAddPaste: Time Series Anomaly Detection by Exploiting Abnormal Knowledge
abstract
Detecting time-series anomalies is extremely intricate due to the rarity of anomalies and imbalanced sample categories, which often result in costly and challenging anomaly labeling. Most of the existing approaches largely depend on assumptions of normality, overlooking labeled abnormal samples. While anomaly assumptions based methods can incorporate prior knowledge of anomalies for data augmentation in training classifiers, the adopted random or coarse-grained augmentation approaches solely focus on pointwise anomalies and lack cutting-edge domain knowledge, making them less likely to achieve better performance. This paper introduces CutAddPaste, a novel anomaly assumption-based approach for detecting time-series anomalies. It primarily employs a data augmentation strategy to generate pseudo anomalies, by exploiting prior knowledge of anomalies as much as possible. At the core of CutAddPaste is cutting patches from random positions in temporal subsequence samples, adding linear trend terms, and pasting them into other samples, so that it can well approximate a variety of anomalies, including point and pattern anomalies. Experiments on standard benchmark datasets demonstrate that our method outperforms the state-of-the-art approaches.
Rui Wang 0118, Xudong Mou, Renyu Yang, Pin Liu, Chongwei Liu, Tianyu Wo, Xudong Liu 0001
KDD8
2024 Improving the Consistency in Cross-Lingual Cross-Modal Retrieval with 1-to-K Contrastive Learning
abstract
Cross-lingual Cross-modal Retrieval (CCR) is an essential task in web search, which aims to break the barriers between modality and language simultaneously and achieves image-text retrieval in the multi-lingual scenario with a single model. In recent years, excellent progress has been made based on cross-lingual cross-modal pre-training; particularly, the methods based on contrastive learning on large-scale data have significantly improved retrieval tasks. However, these methods directly follow the existing pre-training methods in the cross-lingual or cross-modal domain, leading to two problems of inconsistency in CCR: The methods with cross-lingual style suffer from the intra-modal error propagation, resulting in inconsistent recall performance across languages in the whole dataset. The methods with cross-modal style suffer from the inter-modal optimization direction bias, resulting in inconsistent rank across languages within each instance, which cannot be reflected by Recall@K. To solve these problems, we propose a simple but effective 1-to-K contrastive learning method, which treats each language equally and eliminates error propagation and optimization bias. In addition, we propose a new evaluation metric, Mean Rank Variance (MRV), to reflect the rank inconsistency across languages within each instance. Extensive experiments on four CCR datasets show that our method improves both recall rates and MRV with smaller-scale pre-trained data, achieving the new state-of-art.
Zhijie Nie, Richong Zhang, Zhangchi Feng, Hailang Huang, Xudong Liu 0001
KDD5
2024 ModelGalaxy: A Versatile Model Retrieval Platform
abstract
With the growing number of available machine learning models and the emergence of model-sharing platforms, model reuse has become a significant approach to harnessing the power of artificial intelligence. One of the key issues to realizing model reuse resides in efficiently and accurately finding the target models that meet user needs from a model repository. However, the existing popular model-sharing platforms (e.g., Hugging Face) mainly support model retrieval based on model name matching and task filtering. If not familiar with the platform or specific models, users may suffer from low retrieval efficiency and a less user-friendly interaction experience. To address these issues, we have developed ModelGalaxy, a versatile model retrieval platform supporting multiple model retrieval methods, including keyword-based search, dataset-based search, and user-task-centric search. Moreover, ModelGalaxy leverages the power of large language models to provide users with easily retrieving and using models. Our source code is available at https://github.com/zwl906711886/ModelGalaxy.
Wenling Zhang, Zhaotian Li, Hailong Sun 0001, Xiang Gao 0012, Xudong Liu 0001
SIGIR6
2023 Deep Contrastive One-Class Time Series Anomaly Detection
abstract
The accumulation of time-series data and the absence of labels make time-series Anomaly Detection (AD) a self- supervised deep learning task. Single-normality-assumption- based methods, which reveal only a certain aspect of the whole normality, are incapable of tasks involved with a large number of anomalies. Specifically, Contrastive Learning (CL) methods distance negative pairs, many of which consist of both normal samples, thus reducing the AD performance. Existing multi-normality-assumption-based methods are usually two-staged, firstly pre-training through certain tasks whose target may differ from AD, limiting their performance. To overcome the shortcomings, a deep Contrastive One-Class Anomaly detection method of time series (COCA) is proposed by authors, following the normality assumptions of CL and one-class classification. It treats the original and reconstructed representations as the positive pair of negative-sample-free CL, namely “sequence contrast”. Next, invariance terms and variance terms compose a contrastive one-class loss function in which the loss of the assumptions is optimized by invariance terms simultaneously and the “hypersphere collapse” is prevented by variance terms. In addition, extensive experiments on two real- world time-series datasets show the superior performance of the proposed method achieves state-of-the-art. *The full version of the paper can be accessed at https://arxiv.org/abs/2207.01472
Rui Wang 0118, Chongwei Liu, Xudong Mou, Xiaohui Guo, Pin Liu, Tianyu Wo, Xudong Liu 0001
SDM8
2023 Self-training through Classifier Disagreement for Cross-Domain Opinion Target Extraction
abstract
Opinion target extraction (OTE) or aspect extraction (AE) is a fundamental task in opinion mining that aims to extract the targets (or aspects) on which opinions have been expressed. Recent work focus on cross-domain OTE, which is typically encountered in real-world scenarios, where the testing and training distributions differ. Most methods use domain adversarial neural networks that aim to reduce the domain gap between the labelled source and unlabelled target domains to improve target domain performance. However, this approach only aligns feature distributions and does not account for class-wise feature alignment, leading to suboptimal results. Semi-supervised learning (SSL) has been explored as a solution, but is limited by the quality of pseudo-labels generated by the model. Inspired by the theoretical foundations in domain adaptation [2], we propose a new SSL approach that opts for selecting target samples whose model output from a domain-specific teacher and student network disagree on the unlabelled target data, in an effort to boost the target domain performance. Extensive experiments on benchmark cross-domain OTE datasets show that this approach is effective and performs consistently well in settings with large domain shifts.
Richong Zhang, Samuel Mensah, Nikolaos Aletras, Yongyi Mao, Xudong Liu 0001
WWW6
2023 Learning Implicit and Explicit Multi-task Interactions for Information Extraction
abstract
Information extraction aims at extracting entities, relations, and so on, in text to support information retrieval systems. To extract information, researchers have considered multitask learning (ML) approaches. The conventional ML approach learns shared features across tasks, with the assumption that these features capture sufficient task interactions to learn expressive shared representations for task classification. However, such an assumption is flawed in different perspectives. First, the shared representation may contain noise introduced by another task; tasks coupled for multitask learning may have different complexities but this approach treats all tasks equally; the conventional approach has a flat structure that hinders the learning of explicit interactions. This approach, however, learns implicit interactions across tasks and often has a generalization ability that has benefited the learning of multitasks. In this article, we take advantage of implicit interactions learned by conventional approaches while alleviating the issues mentioned above by developing a Recurrent Interaction Network with an effective Early Prediction Integration (RIN-EPI) for multitask learning. Specifically, RIN-EPI learns implicit and explicit interactions across two different but related tasks. To effectively learn explicit interactions across tasks, we consider the correlations among the outputs of related tasks. It is, however, obvious that task outputs are unobservable during training, so we leverage the predictions at intermediate layers (referred to as early predictions) as proxies as well as shared features across tasks to learn explicit interactions through attention mechanisms and sequence learning models. By recurrently learning explicit interactions, we gradually improve predictions for the individual tasks in the multitask learning. We demonstrate the effectiveness of RIN-EPI on the learning of two mainstream multitasks for information extraction: (1) entity recognition and relation classification and (2) aspect and opinion term co-extraction. Extensive experiments demonstrate the effectiveness of the RIN-EPI architecture, where we achieve state-of-the-art results on several benchmark datasets.
Richong Zhang, Samuel Mensah, Yongyi Mao, Xudong Liu 0001
ACM Trans. Inf. Syst.5
2021 Unsupervised Semantic Association Learning with Latent Label Inference
abstract
In this paper, we unify a diverse set of learning tasks in NLP, semantic retrieval and related areas, under a common umbrella, which we call unsupervised semantic association learning (USAL). Examples of this generic task include word sense disambiguation, answer selection and question retrieval. We then present a novel modeling framework to tackle such tasks. The framework introduces, under the deep learning paradigm, a latent label indexing the true target in the candidate target set. An EM algorithm is then developed for learning the deep model and inferring the latent variables, principled under variational techniques and noise contrastive estimation. We apply the model and algorithm to several semantic retrieval benchmark tasks and the superior performance of the proposed approach is demonstrated via empirical studies.
Yanzhao Zhang, Richong Zhang, Jaein Kim 0003, Xudong Liu 0001, Yongyi Mao
WWW4
2020 Robust Adversarial Active Learning with a Novel Diversity Constraint
abstract
Active learning adopts an iterative process that prioritizes the labeling of the most informative samples. However, in many real-world applications, the training data usually contains Out-of-Distribution (OoD) samples that affect the robustness of the trained models. Unfortunately, most existing active learning approaches focus on the uncertainty measure, thus have a bias towards selecting OoD samples. In this paper, we propose a robust adversarial active learning method that performs well on datasets with OoD samples. First, we incorporate recent advances in adversarial networks into an active learning framework to select the samples that are most dissimilar to the labeled pool. Secondly, we design a novel loss function based on Earth-Mover (EM) distance, which makes the model training more stable. Moreover, we propose a novel diversity constraint learned from feature space that penalizes the OoD samples. Experimental evaluation results on the datasets of varying size demonstrate the effectiveness of our approach.
Chengbin Sun, Hailong Sun 0001, Xudong Liu 0001
IEEE BigData3
2020 CONAN: A framework for detecting and handling collusion in crowdsourcing
Hailong Sun 0001, Yili Fang, Xudong Liu 0001
Inf. Sci.4
2020 Multi-attributed heterogeneous graph convolutional network for bot detection
Jun Zhao 0017, Xudong Liu 0001, Qiben Yan 0001, Bo Li 0005, Minglai Shao 0001, Hao Peng 0001
Inf. Sci.2
2020 Pairwise Link Prediction Model for Out of Vocabulary Knowledge Base Entities
abstract
Real-world knowledge bases such as DBPedia, Yago, and Freebase contain sparse linkage connectivity, which poses a severe challenge to link prediction between entities. To cope with such data scarcity issues, recent models have focused on learning interactions between entity pairs by means of relations that exist between them. However promising, some relations are associated with very few tail entities or head entities, resulting in poor estimation of the relation interaction between entities. In this article, we break the sole dependency of modeling relation interactions between entity pairs by associating a triple with pairwise embeddings, i.e., distributed vector representations for pairs of word-based entities and relation of a triple. We capture the interactions that exist between pairwise embeddings by means of a Pairwise Factorization Model that employs a factorization machine with relation attention. This approach allows parameters for related interactions to be estimated efficiently, ensuring that the pairwise embeddings are discriminative, providing strong supervisory signals for the decoding task of link prediction. The Pairwise Factorization Model we propose exploits a neural bag-of-words model as the encoder, which effectively encodes word-based entities into distributed vector representations for the decoder. The proposed model is simple and enjoys efficiency and capability, showing superior link prediction performance over state-of-the-art complex models on benchmark datasets DBPedia50K and FB15K-237.
Richong Zhang, Samuel Mensah, Fanshuang Kong, Yongyi Mao, Xudong Liu 0001
ACM Trans. Inf. Syst.6
2018 Human mobility semantics analysis: a probabilistic and scalable approach
Xiaohui Guo, Richong Zhang, Xudong Liu 0001, Jinpeng Huai
GeoInformatica3
2017 Budgeted Task Scheduling for Crowdsourced Knowledge Acquisition
abstract
Knowledge acquisition (e.g. through labeling) is one of the most successful applications in crowdsourcing. In practice, collecting as specific as possible knowledge via crowdsourcing is very useful since specific knowledge can be generalized easily if we have a knowledge base, but it is difficult to infer specific knowledge from general knowledge. Meanwhile, tasks for acquiring more specific knowledge can be more difficult for workers, thus need more answers to infer high-quality results. Given a limited budget, assigning workers to difficult tasks will be more effective for the goal of specific knowledge acquisition. However, existing crowdsourcing task scheduling cannot incorporate the specificity of workers' answers. In this paper, we present a new framework for task scheduling with the limited budget, targeting an effective solution to more specific knowledge acquisition. We propose novel criteria for evaluating the quality of specificity-dependent answers and result inference algorithms to aggregate more specific answers with budget constraints. We have implemented our framework with real crowdsourcing data and platform, and have achieved significant performance improvement compared with existing approaches.
Tao Han 0003, Hailong Sun 0001, Yangqiu Song, Zizhe Wang, Xudong Liu 0001
CIKM5
2017 Handling multi-dimensional complex queries in key-value data stores
Hailong Sun 0001, Yu Tang 0018, Xudong Liu 0001
Inf. Syst.4
2016 Approximating Graph Pattern Queries Using Views
abstract
This paper studies approximation of graph pattern queries using views. Given a pattern query Q and a set V of views, we propose to find a pair of queries Qu and Ql, referred to as the upper and lower approximations of Q w.r.t. V, such that (a) for any data graph G, answers to (part of) Q in G are contained in Qu(G) and contain Ql(G); and (b) both Qu and Ql can be answered by using views in V. We consider pattern queries based on both graph simulation and subgraph isomorphism. We study fundamental problems about approximation using views. Given Q and V, (1) we study whether there exist upper and lower approximations of Q w.r.t. V. (2) How to find approximations that are closest to Q w.r.t. V if exist? (3) How to answer upper and lower approximations using views in V? We give characterizations of the problems, study their complexity and approximation-hardness, and develop algorithms with provable bounds. Using real-life datasets, we verify the effectiveness and efficiency of approximating simulation and subgraph queries using views.
Yang Cao 0012, Xudong Liu 0001
CIKM3
2014 SPKV: A Multi-dimensional Index System for Large Scale Key-Value Stores
Hailong Sun 0001, Yu Tang 0018, Xudong Liu 0001
APWeb4
2014 Discovering Semantic Mobility Pattern from Check-in Data
Ji Yuan, Xudong Liu 0001, Richong Zhang, Hailong Sun 0001, Xiaohui Guo, Yanghao Wang
WISE (1)2
2014 Temporal QoS-aware web service recommendation via non-negative tensor factorization
abstract
With the rapid growth of Web Service in the past decade, the issue of QoS-aware Web service recommendation is becoming more and more critical. Since the Web service QoS information collection work requires much time and effort, and is sometimes even impractical, the service QoS value is usually missing. There are some work to predict the missing QoS value using traditional collaborative filtering methods based on user-service static model. However, the QoS value is highly related to the invocation context (e.g., QoS value are various at different time). By considering the third dynamic context information, a Temporal QoS-aware Web Service Recommendation Framework is presented to predict missing QoS value under various temporal context. Further, we formalize this problem as a generalized tensor factorization model and propose a Non-negative Tensor Factorization (NTF) algorithm which is able to deal with the triadic relations of user-service-time model. Extensive experiments are conducted based on our real-world Web service QoS dataset collected on Planet-Lab, which is comprised of service invocation response-time and throughput value from 343 users on 5817 Web services at 32 time periods. The comprehensive experimental analysis shows that our approach achieves better prediction accuracy than other approaches.
Wancai Zhang, Hailong Sun 0001, Xudong Liu 0001, Xiaohui Guo
WWW3
2013 Time-Aware Travel Attraction Recommendation
Richong Zhang, Xudong Liu 0001, Xiaohui Guo, Hailong Sun 0001, Jinpeng Huai
WISE (1)3
2012 Generating Tourism Path from Trajectories and Geo-Photos
Zhixing Zeng, Richong Zhang, Xudong Liu 0001, Xiaohui Guo, Hailong Sun 0001
WISE3
2010 SOARWare: A Service Oriented Software Production and Running Environment
abstract
Service oriented computing provides a novel approach to building new software applications through the reuse of existing services. In this paper, we present SOARWare, a suite of middleware and tools, for software production and running based on Web services technologies. Basically, SOARWare consists of three major components including SOARBase, Service Oriented Software Production Line and Service Running Bus. Additionally, SOARWare provides a web-based platform for various users to access to the system functionality in a SaaS manner. We depict the design principle, system architecture and major functions of SOARWare.
Hailong Sun 0001, Xudong Liu 0001
APWeb2
2010 A User-Oriented Approach to Assessing Web Service Trustworthiness
Weinan Zhao, Hailong Sun 0001, Xudong Liu 0001, Xitong Kang
ATC4
2010 Business Process Decomposition Based on Service Relevance Mining
abstract
Reuse is an important mechanism for improving the efficiency of software development. For Internet-scale software produced through service composition, the simple reuse granularity at service is often inefficient due to the large number of available services. This paper proposes a novel architecture which enables efficient reuse of process fragments. In the proposed architecture, services are organized into a network, called Service Composition Network (SCN), based on their co-occurence in the existing composite services. The reusable process fragments are extracted by decomposing existing composite services according to both the structural constraint of the process and the relevance of services in the same process fragment. The design principles and a prototype implementation of this architecture are presented, the performance of the proposed approach is analyzed, and an application is described to demonstrate the effectiveness of it.
Jinpeng Huai, Xudong Liu 0001, Jiangjun Zhu
Web Intelligence3