VLDB 2026 Research / reviewers in the wild / expert
Jing Xiao 0006
dblp:67/4008-6
· DBLP profile ↗
22ranked-venue papers in the field
0as first author
15since 2021 · last 2024
—ORCID · conflict
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 10Information Retrieval & Web Search · 10Big Data, Cloud & Distributed Data Systems · 1Knowledge Engineering, Semantic Web & Information Systems · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2024 | Retrieval-Augmented Audio Deepfake DetectionabstractWith recent advances in speech synthesis including text-to-speech (TTS) and voice conversion (VC) systems enabling the generation of ultra-realistic audio deepfakes, there is growing concern about their potential misuse. However, most deepfake (DF) detection methods rely solely on the fuzzy knowledge learned by a single model, resulting in performance bottlenecks and transparency issues. Inspired by retrieval-augmented generation (RAG), we propose a retrieval-augmented detection (RAD) framework that augments test samples with similar retrieved samples for enhanced detection. We also extend the multi-fusion attentive classifier to integrate it with our proposed RAD framework. Extensive experiments show the superior performance of the proposed RAD framework over baseline methods, achieving state-of-the-art results on the ASVspoof 2021 DF set and competitive results on the 2019 and 2021 LA sets. Further sample analysis indicates that the retriever consistently retrieves samples mostly from the same speaker with acoustic characteristics highly consistent with the query audio, thereby improving detection performance. Zuheng Kang, Yayun He, Botao Zhao 0001, Xiaoyang Qu, Junqing Peng, Jing Xiao 0006, Jianzong Wang |
ICMR | 6 |
| 2024 | Multimodal Prototype-Enhanced Network for Few-Shot Action RecognitionabstractCurrent methods for few-shot action recognition mainly fall into the metric learning framework following ProtoNet, which demonstrates the importance of prototypes. Although they achieve relatively good performance, the effect of multimodal information is ignored, e.g. label texts. In this work, we propose a novel MultimOdal PRototype-ENhanced Network (MORN), which uses the semantic information of label texts as multimodal information to enhance prototypes. A CLIP visual encoder and a frozen CLIP text encoder are introduced to obtain features with good multimodal initialization. Then in the visual flow, visual prototypes are computed by a visual prototype-computed module. In the text flow, a semantic-enhanced (SE) module and an inflating operation are used to obtain text prototypes. The final multimodal prototypes are then computed by a multimodal prototype-enhanced (MPE) module. Besides, we define a PRototype SImilarity DiffErence (PRIDE) to evaluate the quality of prototypes, which is used to verify our improvement on the prototype level and effectiveness of MORN. We conduct extensive experiments on four popular few-shot action recognition datasets: HMDB51, UCF101, Kinetics and SSv2, and MORN achieves state-of-the-art results. When plugging PRIDE into the training stage, the performance can be further improved. Xinzhe Ni, Yong Liu 0033, Hao Wen 0005, Yatai Ji, Jing Xiao 0006, Yujiu Yang 0001 |
ICMR | 5 |
| 2024 | Prior Bilinear-Based Models for Knowledge Graph Completion
Jiayi Li 0002, Ruilin Luo, Jing Xiao 0006, Yujiu Yang 0001 |
ECML/PKDD (3) | 4 |
| 2023 | Machine Unlearning Methodology Based on Stochastic Teacher Network
Xulong Zhang 0001, Jianzong Wang, Ning Cheng 0001, Yifu Sun, Chuanyao Zhang, Jing Xiao 0006 |
ADMA (5) | 6 |
| 2023 | Voice Conversion with Denoising Diffusion Probabilistic GAN Models
Xulong Zhang 0001, Jianzong Wang, Ning Cheng 0001, Jing Xiao 0006 |
ADMA (4) | 4 |
| 2023 | Symbolic and Acoustic: Multi-domain Music Emotion Modeling for Instrumental Music
Xulong Zhang 0001, Jianzong Wang, Ning Cheng 0001, Jing Xiao 0006 |
ADMA (4) | 5 |
| 2023 | What is the limitation of multimodal LLMs? A deeper look into multimodal LLMs through prompt probing
Shuhan Qi, Zhengying Cao, Jun Rao, Lei Wang 0203, Jing Xiao 0006, Xuan Wang 0002 |
Inf. Process. Manag. | 5 |
| 2022 | Machine Unlearning Method Based On Projection ResidualabstractMachine learning models (mainly neural networks) are used more and more in real life. Users feed their data to the model for training. But these processes are often one-way. Once trained, the model remembers the data. Even when data is removed from the dataset, the effects of these data persist in the model. With more and more laws and regulations around the world protecting data privacy, it becomes even more important to make models forget this data completely through machine unlearning.This paper adopts the projection residual method based on Newton iteration method. The main purpose is to implement machine unlearning tasks in the context of linear regression models and neural network models. This method mainly uses the iterative weighting method to completely forget the data and its corresponding influence, and its computational cost is linear in the feature dimension of the data. This method can improve the current machine learning method. At the same time, it is independent of the size of the training set. Results were evaluated by feature injection testing (FIT). Experiments show that this method is more thorough in deleting data, which is close to model retraining. Zihao Cao, Jianzong Wang, Shijing Si, Zhangcheng Huang 0002, Jing Xiao 0006 |
DSAA | 5 |
| 2022 | RL-MD: A Novel Reinforcement Learning Approach for DNA Motif DiscoveryabstractThe extraction of sequence patterns from a collection of functionally linked unlabeled DNA sequences is known as DNA motif discovery, and it is a key task in computational biology. Several deep learning-based techniques have recently been introduced to address this issue. However, these algorithms can not be used in real-world situations because of the need for labeled data. Here, we presented RL-MD, a novel reinforcement learning based approach for DNA motif discovery task. RL-MD takes unlabelled data as input, employs a relative information-based method to evaluate each proposed motif, and utilizes these continuous evaluation results as the reward. The experiments show that RL-MD can identify high-quality motifs in real-world data. Wen Wang 0025, Jianzong Wang, Shijing Si, Zhangcheng Huang 0002, Jing Xiao 0006 |
DSAA | 5 |
| 2022 | Adaptive Sparse and Monotonic Attention for Transformer-based Automatic Speech RecognitionabstractThe Transformer architecture model, based on self-attention and multi-head attention, has achieved remarkable success in offline end-to-end Automatic Speech Recognition (ASR). However, self-attention and multi-head attention cannot be easily applied for streaming or online ASR. For self-attention in Transformer ASR, the softmax normalization function-based attention mechanism makes it impossible to highlight important speech information. For multi-head attention in Transformer ASR, it is not easy to model monotonic alignments in different heads. To overcome these two limits, we integrate sparse attention and monotonic attention into Transformer-based ASR. The sparse mechanism introduces a learned sparsity scheme to enable each self-attention structure to fit the corresponding head better. The monotonic attention deploys regularization to prune redundant heads for the multi-head attention structure. The experiments show that our method can effectively improve the attention mechanism on widely used benchmarks of speech recognition. Chendong Zhao, Jianzong Wang, Xiaoyang Qu, Haoqian Wang, Jing Xiao 0006 |
DSAA | 6 |
| 2022 | A Privacy-Preserving Subgraph-Level Federated Graph Neural Network via Differential Privacy
Yeqing Qiu, Jianzong Wang, Zhangcheng Huang 0002, Jing Xiao 0006 |
KSEM (3) | 5 |
| 2022 | Debias the Black-Box: A Fair Ranking Framework via Knowledge Distillation
Zhitao Zhu, Shijing Si, Jianzong Wang, Yaodong Yang 0001, Jing Xiao 0006 |
WISE | 5 |
| 2021 | LS-DST: Long and Sparse Dialogue State Tracking with Smart History Collector in Insurance MarketingabstractDifferent from traditional task-oriented and open-domain dialogue systems, insurance agents aim to engage customers for helping them satisfy specific demands and emotional companionship. As a result, customer-to-agent dialogues are usually very long, and many turns of them are pure chit-chat without any useful marketing clues. This brings challenges to dialogue state tracking task in insurance marketing. To deal with these long and sparse dialogues, we propose a new dialogue state tracking architecture containing three components: dialogue encoder, Smart History Collector (SHC) and dialogue state classifier. SHC, a deliberately designed memory network, effectively selects relevant dialogue history via slot-attention, and then updates dialogue history memory. With SHC, our model is able to keep track of the vital information and filter out pure chit-chat. Experimental results demonstrate that our proposed LS-DST significantly outperforms the state-of-the-art baselines on real insurance dialogue dataset. Liqiang Song, Mengqiu Yao, Ye Bi, Jing Xiao 0006 |
SIGIR | 6 |
| 2021 | Modeling Without Sharing Privacy: Federated Neural Machine Translation
Jianzong Wang, Zhangcheng Huang 0002, Lingwei Kong, Denghao Li, Jing Xiao 0006 |
WISE (1) | 5 |
| 2021 | Case Study of Few-Shot Learning in Text Recognition Models
Jianzong Wang, Shijing Si, Zhenhou Hong, Xiaoyang Qu, Xinghua Zhu, Jing Xiao 0006 |
WISE (2) | 6 |
| 2020 | DREAM: A Dynamic Relation-Aware Model for Social RecommendationabstractSocial connections play a vital role in improving the performance of recommendation systems (RS). However, incorporating social information into RS is challenging. Most existing models usually consider social influences in a given session, ignoring that both users? preferences and their friends? influences are evolving. Moreover, in real world, social relations are sparse. Modeling dynamic influences and alleviating data sparsity is of great importance. Liqiang Song, Ye Bi, Mengqiu Yao, Jing Xiao 0006 |
CIKM | 6 |
| 2020 | DCDIR: A Deep Cross-Domain Recommendation System for Cold Start Users in Insurance DomainabstractInternet insurance products are apparently different from traditional e-commerce goods for their complexity, low purchasing frequency, etc. So, cold start problem is even worse. In traditional e-commerce field, several cross-domain recommendation (CDR) methods have been studied to infer preferences of cold start users based on their preferences in other domains. However, these CDR methods couldn't be applied into insurance domain directly due to product complexity. In this paper, we propose a Deep Cross-Domain Insurance Recommendation System (DCDIR) for cold start users. Specifically, we first learn more effective user and item latent features in both domains. In target domain, given the complexity of insurance products, we design a meta-path based method over insurance product knowledge graph. In source domain, we employ GRU to model users' dynamic interests. Then we learn a feature mapping function by multi-layer perceptions. We apply DCDIR on our company's dataset, and show DCDIR significantly outperforms the state-of-the-art solutions. Ye Bi, Liqiang Song, Mengqiu Yao, Jing Xiao 0006 |
SIGIR | 6 |
| 2020 | A Heterogeneous Information Network based Cross Domain Insurance Recommendation System for Cold Start UsersabstractInternet is changing the world, adapting to the trend of internet sales will bring revenue to traditional insurance companies. Online insurance is still in its early stages of development, where cold start problem (prospective customer) is one of the greatest challenges. In traditional e-commerce field, several cross-domain recommendation (CDR) methods have been studied to infer preferences of cold start users based on their preferences in other domains. However, these CDR methods couldn't be applied to insurance domain directly due to the domain's specific properties. In this paper, we propose a novel framework called a Heterogeneous information network based Cross Domain Insurance Recommendation (HCDIR) system for cold start users. Specifically, we first try to learn more effective user and item latent features in both source and target domains. In source domain, we employ gated recurrent unit (GRU) to module users' dynamic interests. In target domain, given the complexity of insurance products and the data sparsity problem, we construct an insurance heterogeneous information network (IHIN) based on data from PingAn Jinguanjia, the IHIN connects users, agents, insurance products and insurance product properties together, giving us richer information. Then we employ three-level (relational, node, and semantic) attention aggregations to get user and insurance product representations. After obtaining latent features of overlapping users, a feature mapping between the two domains is learned by multi-layer perceptron (MLP). We apply HCDIR on Jinguanjia dataset, and show HCDIR significantly outperforms the state-of-the-art solutions. Ye Bi, Liqiang Song, Mengqiu Yao, Jing Xiao 0006 |
SIGIR | 6 |
| 2019 | Dynamic Student Classiffication on Memory Networks for Knowledge Tracing
Sein Minn, Michel C. Desmarais, Feida Zhu 0001, Jing Xiao 0006, Jianzong Wang |
PAKDD (2) | 4 |
| 2018 | City-Wide Influenza Forecasting based on Multi-Source DataabstractSeasonal influenza epidemics which annually cause substantial diseases and deaths in high-risk population groups are a major public health concern around the world. Considering the hysteresis of traditional flu surveillance systems, this work aims to present a methodology capable of forecasting influenza activity of a city in China precisely 1 week ahead of the official publication. To that end, exogenous information collected from different sources were separately tested with historical influenza-like illness reports for the ability of detecting influenza activity, including climate surveillance, Internet users’ search activity, twitter and health inquiry on an online health consultation platform. Moreover, an ensemble model combining a time series analysis model and a tree boosting model based on those multisource data was applied to improve the accuracy and generalizability of influenza forecasting, in which a model fusion method based on the Kalman Filter was proposed. The validation experiments in this work were performed on the influenza-like illness reports collected from Chongqing city over 4 influenza seasons within 2014–2017. The results show that the proposed model outperformed other tested models by not only taking the periodic law of influenza into consideration but also incorporating information from diverse data sources. The mean absolute percentage error of the validation data set decreased to about 10%. This work provides a viable suggestion for improving the influenza activity forecasting of a city at its early stage. Baisong Li, Lin Yang 0002, Wenge Tang, Xiaowen Ruan, Shaofeng Lu, Xianxian Chen, Chaobo Shen, Jiaying Xu, Liang Xu 0010, Jing Xiao 0006 |
IEEE BigData | 17 |
| 2018 | Social Network Monitoring for Bursty Cascade DetectionabstractSocial network services have become important and efficient platforms for users to share all kinds of information. The capability to monitor user-generated information and detect bursts from information diffusions in these social networks brings value to a wide range of real-life applications, such as viral marketing. However, in reality, as a third party, there is always a cost for gathering information from each user or so-called social network sensor. The question then arises how to select a budgeted set of social network sensors to form the data stream for burst detection without compromising the detection performance. In this article, we present a general sensor selection solution for different burst detection approaches. We formulate this problem as a constraint satisfaction problem that has high computational complexity. To reduce the computational cost, we first reduce most of the constraints by making use of the fact that bursty cascades are rare among the whole population. We then transform the problem into an Linear Programming (LP) problem. Furthermore, we use the sub-gradient method instead of the standard simplex method or interior-point method to solve the LP problem, which makes it possible for our solution to scale up to large social networks. Evaluating our solution on millions of real information cascades, we demonstrate both the effectiveness and efficiency of our approach. Wei Xie 0005, Feida Zhu 0001, Jing Xiao 0006, Jianzong Wang |
ACM Trans. Knowl. Discov. Data | 3 |
| 2016 | User Identity Linkage by Latent User Space ModellingabstractUser identity linkage across social platforms is an important problem of great research challenge and practical value. In real applications, the task often assumes an extra degree of difficulty by requiring linkage across multiple platforms. While pair-wise user linkage between two platforms, which has been the focus of most existing solutions, provides reasonably convincing linkage, the result depends by nature on the order of platform pairs in execution with no theoretical guarantee on its stability. In this paper, we explore a new concept of ``Latent User Space'' to more naturally model the relationship between the underlying real users and their observed projections onto the varied social platforms, such that the more similar the real users, the closer their profiles in the latent user space. We propose two effective algorithms, a batch model(ULink) and an online model(ULink-On), based on latent user space modelling. Two simple yet effective optimization methods are used for optimizing objective function: the first one based on the constrained concave-convex procedure(CCCP) and the second on accelerated proximal gradient. To our best knowledge, this is the first work to propose a unified framework to address the following two important aspects of the multi-platform user identity linkage problem --- (I) the platform multiplicity and (II) online data generation. We present experimental evaluations on real-world data sets for not only traditional pairwise-platform linkage but also multi-platform linkage. The results demonstrate the superiority of our proposed method over the state-of-the-art ones. Xin Mu, Feida Zhu 0001, Ee-Peng Lim, Jing Xiao 0006, Jianzong Wang, Zhi-Hua Zhou |
KDD | 4 |