Weijia Jia 0001

dblp:57/1667-1 · DBLP profile ↗
← Back
28ranked-venue papers in the field
1as first author
9since 2021 · last 2026
—ORCID · conflict

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

Information Retrieval & Web Search · 9Data Mining & Knowledge Discovery · 8 (1 first)Knowledge Engineering, Semantic Web & Information Systems · 7Database Systems & Data Management · 4
YearPublicationVenuePosition
2026 Stackelberg Game with Zero-Determinant Strategy for Incentive Mechanism Design in Socially Aware Mobile Crowdsensing
abstract
In Mobile Crowdsensing (MCS), incentive mechanisms are crucial for encouraging mobile users to join tasks while users selfishly pursue personal benefit maximization. While most existing studies focus on the interaction between the requester and users, the internal value of socially aware user relationships remains underexplored. Users naturally form social connections, assisting or collaborating on tasks, but current mechanisms often neglect asymmetric social effects, which can lead to unequal willingness to cooperate and eventual breakdowns in collaboration (e.g., less profitable users refusing to cooperate). To end this, we propose an integrated incentive mechanism that models the interaction between the requester and users as a two-stage Stackelberg Game (SG) while accounting for pairwise asymmetric social effects. Pairwise cooperation is governed by the Iterated Prisoner’s Dilemma (IPD), with users employing Zero-Determinant (ZD) strategies to ensure cooperation despite unequal payoffs. Additionally, a plug-and-play sub-algorithm is introduced to filter low-quality or malicious users simultaneously and evaluate task redundancy, enhancing system robustness. We rigorously prove the existence of the Nash equilibrium, design an efficient iterative algorithm for our proposed mechanism, and validate its effectiveness through extensive experiments on real-world social datasets, which demonstrate that our method significantly improves system utility and cooperation stability while ensuring quality of service requirements.
Gailun Zeng, Jianxiong Guo, Chuanwen Luo, Zhiqing Tang, Tian Wang 0001, Weijia Jia 0001
ACM Trans. Knowl. Discov. Data6
2025 TLCCSP: A Scalable Framework for Enhancing Time Series Forecasting with Time-Lagged Cross-Correlations
abstract
Time series forecasting is critical across various domains, such as weather, finance and real estate forecasting, as accurate forecasts support informed decision-making and risk mitigation. While recent deep learning models have improved predictive capabilities, they often overlook time-lagged cross-correlations between related sequences, which are crucial for capturing complex temporal relationships. To address this, we propose the Time-Lagged Cross-Correlations-based Sequence Prediction framework (TLCCSP), which enhances forecasting accuracy by effectively integrating time-lagged cross-correlated sequences. TLCCSP employs the Sequence Shifted Dynamic Time Warping (SSDTW) algorithm to capture lagged correlations and a contrastive learning-based encoder to efficiently approximate SSDTW distances. Experimental results on weather, finance and real estate time series datasets demonstrate the effectiveness of our framework. On the weather dataset, SSDTW reduces mean squared error (MSE) by 16.01% compared with single-sequence methods, while the contrastive learning encoder (CLE) further decreases MSE by 17.88%. On the stock dataset, SSDTW achieves a 9.95% MSE reduction, and CLE reduces it by 6.13%. For the real estate dataset, SSDTW and CLE reduce MSE by 21.29% and 8.62%, respectively. Additionally, the contrastive learning approach decreases SSDTW computational time by approximately 99%, ensuring scalability and real-time applicability across multiple time series forecasting tasks.
Jianfei Wu, Wenmian Yang, Bingning Liu, Weijia Jia 0001
CIKM4
2024 Improving stock trend prediction with pretrain multi-granularity denoising contrastive learning
Mingjie Wang 0001, Jianxiong Guo, Weijia Jia 0001
Knowl. Inf. Syst.4
2024 MEL: Efficient Multi-Task Evolutionary Learning for High-Dimensional Feature Selection
abstract
Feature selection is a crucial step in data mining to enhance model performance by reducing data dimensionality. However, the increasing dimensionality of collected data exacerbates the challenge known as the “curse of dimensionality”, where computation grows exponentially with the number of dimensions. To tackle this issue, evolutionary computational (EC) approaches have gained popularity due to their simplicity and applicability. Unfortunately, the diverse designs of EC methods result in varying abilities to handle different data, often underutilizing and not sharing information effectively. In this article, we propose a novel approach called PSO-based Multi-task Evolutionary Learning (MEL) that leverages multi-task learning to address these challenges. By incorporating information sharing between different feature selection tasks, MEL achieves enhanced learning ability and efficiency. We evaluate the effectiveness of MEL through extensive experiments on 22 high-dimensional datasets. Comparing against 24 EC approaches, our method exhibits strong competitiveness. In addition, we have open-sourced our code on GitHub.
Xubin Wang 0001, Haojiong Shangguan, Shangrui Wu, Weijia Jia 0001
IEEE Trans. Knowl. Data Eng.5
2023 Capture Salient Historical Information: A Fast and Accurate Non-autoregressive Model for Multi-turn Spoken Language Understanding
abstract
Spoken Language Understanding (SLU), a core component of the task-oriented dialogue system, expects a shorter inference facing the impatience of human users. Existing work increases inference speed by designing non-autoregressive models for single-turn SLU tasks but fails to apply to multi-turn SLU in confronting the dialogue history. The intuitive idea is to concatenate all historical utterances and utilize the non-autoregressive models directly. However, this approach seriously misses the salient historical information and suffers from the uncoordinated-slot problems. To overcome those shortcomings, we propose a novel model for multi-turn SLU named Salient History Attention with Layer-Refined Transformer (SHA-LRT), which comprises a SHA module, a Layer-Refined Mechanism (LRM), and a Slot Label Generation (SLG) task. SHA captures salient historical information for the current dialogue from both historical utterances and results via a well-designed history-attention mechanism. LRM predicts preliminary SLU results from Transformer’s middle states and utilizes them to guide the final prediction, and SLG obtains the sequential dependency information for the non-autoregressive encoder. Experiments on public datasets indicate that our model significantly improves multi-turn SLU performance (17.5% on Overall) with accelerating (nearly 15 times) the inference process over the state-of-the-art baseline as well as effective on the single-turn SLU tasks.
Lizhi Cheng, Weijia Jia 0001, Wenmian Yang
ACM Trans. Inf. Syst.2
2022 Combinatorial resources auction in decentralized edge-thing systems using blockchain and differential privacy
Jianxiong Guo, Xingjian Ding, Tian Wang 0001, Weijia Jia 0001
Inf. Sci.4
2022 Relation construction for aspect-level sentiment classification
Jiandian Zeng, Weijia Jia 0001, Jiantao Zhou 0001
Inf. Sci.3
2021 An Effective Non-Autoregressive Model for Spoken Language Understanding
abstract
Spoken Language Understanding (SLU), a core component of the task-oriented dialogue system, expects a shorter inference latency due to the impatience of humans. Non-autoregressive SLU models clearly increase the inference speed but suffer uncoordinated-slot problems caused by the lack of sequential dependency information among each slot chunk. To gap this shortcoming, in this paper, we propose a novel non-autoregressive SLU model named Layered-Refine Transformer, which contains a Slot Label Generation (SLG) task and a Layered Refine Mechanism (LRM). SLG is defined as generating the next slot label with the token sequence and generated slot labels. With SLG, the non-autoregressive model can efficiently obtain dependency information during training and spend no extra time in inference. LRM predicts the preliminary SLU results from Transformer's middle states and utilizes them to guide the final prediction. Experiments on two public datasets indicate that our model significantly improves SLU performance (1.5% on Overall accuracy) while substantially speed up (more than 10 times) the inference process over the state-of-the-art baseline.
Lizhi Cheng, Weijia Jia 0001, Wenmian Yang
CIKM2
2021 Robust Neural Relation Extraction via Multi-Granularity Noises Reduction
abstract
Distant supervision is widely used to extract relational facts with automatically labeled datasets to reduce high cost of human annotation. However, current distantly supervised methods suffer from the common problems of word-level and sentence-level noises, which come from a large proportion of irrelevant words in a sentence and inaccurate relation labels for numerous sentences. The problems lead to unacceptable precision in relation extraction and are critical for the success of using distant supervision. In this paper, we propose a novel and robust neural approach to deal with both problems by reducing influences of the multi-granularity noises. Three levels of noises from word, sentence until knowledge type are carefully considered in this work. We first initiate a question-answering based relation extractor (QARE) to remove noisy words in a sentence. Then we use multi-focus multi-instance learning (MMIL) to alleviate the effects of sentence-level noise by utilizing wrongly labeled sentences properly. Finally, to enhance our method against all the noises, we initialize parameters in our method with a priori knowledge learned from the relevant task of entity type classification by transfer learning. Extensive experiments on both existing benchmark and an improved larger dataset demonstrate that our proposed approach remarkably achieves new state-of-the-art performance.
Xinsong Zhang, Pengshuai Li, Weijia Jia 0001, Hai Zhao 0001
IEEE Trans. Knowl. Data Eng.4
2020 Preserving Dynamic Attention for Long-Term Spatial-Temporal Prediction
abstract
Effective long-term predictions have been increasingly demanded in urban-wise data mining systems. Many practical applications, such as accident prevention and resource pre-allocation, require an extended period for preparation. However, challenges come as long-term prediction is highly error-sensitive, which becomes more critical when predicting urban-wise phenomena with complicated and dynamic spatial-temporal correlation. Specifically, since the amount of valuable correlation is limited, enormous irrelevant features introduce noises that trigger increased prediction errors. Besides, after each time step, the errors can traverse through the correlations and reach the spatial-temporal positions in every future prediction, leading to significant error propagation. To address these issues, we propose a Dynamic Switch-Attention Network (DSAN) with a novel Multi-Space Attention (MSA) mechanism that measures the correlations between inputs and outputs explicitly. To filter out irrelevant noises and alleviate the error propagation, DSAN dynamically extracts valuable information by applying self-attention over the noisy input and bridges each output directly to the purified inputs via implementing a switch-attention mechanism. Through extensive experiments on two spatial-temporal prediction tasks, we demonstrate the superior advantage of DSAN in both short-term and long-term predictions. The source code can be obtained from https://github.com/hxstarklin/DSAN.
Haoxing Lin, Rufan Bai, Weijia Jia 0001, Yongjian You
KDD3
2020 Attention-Based Aggregation Graph Networks for Knowledge Graph Information Transfer
Ming Zhao 0001, Weijia Jia 0001
PAKDD (2)2
2019 Interactive Variance Attention based Online Spoiler Detection for Time-Sync Comments
abstract
Nowadays, time-sync comment (TSC), a new form of interactive comments, has become increasingly popular on Chinese video websites. By posting TSCs, people can easily express their feelings and exchange their opinions with others when watching online videos. However, some spoilers appear among the TSCs. These spoilers reveal crucial plots in videos that ruin people's surprise when they first watch the video. In this paper, we proposed a novel Similarity-Based Network with Interactive Variance Attention (SBN-IVA) to classify comments as spoilers or not. In this framework, we firstly extract textual features of TSCs through the word-level attentive encoder. We design Similarity-Based Network (SBN) to acquire neighbor and keyframe similarity according to semantic similarity and timestamps of TSCs. Then, we implement Interactive Variance Attention (IVA) to eliminate the impact of noise comments. Finally, we obtain the likelihood of spoiler based on the difference between the neighbor and keyframe similarity. Experiments show SBN-IVA is on average 11.2% higher than the state-of-the-art method on F1-score in baselines.
Wenmian Yang, Weijia Jia 0001, Wenyuan Gao, Yutao Luo
CIKM2
2019 Special Issue on Intelligent Edge Computing for Cyber Physical and Cloud Systems
abstract
Special Issue on Intelligent Edge Computing for Cyber Physical and Cloud SystemsCyber Physical Systems (CPS) and Cloud Computing have received tremendous research interest and efforts from both academia and industry.Cloud computing extends the computing and storage ability of CPS and leads to a new paradigm-Cyber Physical and Cloud Systems (CPCS), which is a product of combining CPS and Cloud Computing together.It enables a new breed of applications and services, such as industrial process control, video surveillance, structural health monitoring, and intelligent agriculture, and can fundamentally change the way that people interact with the physical world.However, CPCS face many important challenges.First, the Cloud can neither manage CPS devices directly nor satisfy requirements of real-time.Second, communication bottleneck exists between CPS and the Cloud.Third, new security challenges need to be overcome to accelerate the development of these integrated applications.In particular, edge computing, acting as a new computing scheme, is a promising technology to address these challenges.It extends the Cloud Computing paradigm to the edge of the network.For example, edge computing devices, which are capable of intelligent computing, can reduce the network latency by enabling computation and storage capacity at the edge network.These so-called edge devices can bridge the gap between CPS and Cloud.The intelligent computing and storage on edge devices offer the potential to solve the communication problem, real-time problem, and security problem.The accepted papers represent the urgent needs to be considered in developing an intelligent computing for edge devices and to fill the gap between CPS and Cloud.Moreover, the outcome of this special section exhibits the latest research achievements and state-of-art research results to solve intelligent computing issues for CPCS. INTELLIGENT COMPUTING FOR EDGE DEVICES IN CYBER PHYSICAL AND CLOUD SYSTEMSThrough a peer-review process, we have accepted 10 submissions, and each selected article has received at least two rounds of rigorous reviews.The accepted articles represent activities in areas around the world and propose various theoretical research results and applications on applying Intelligent Edge Computing for Cyber Physical and Cloud Systems in industrial informatics.A brief introduction is provided to each of the articles as follows:The first three articles introduce intelligent computing for edge devices in Cyber Physical and Cloud Systems.In "Deep Reinforcement Learning for Vehicular Edge Computing: An Intelligent Offloading System," Zhaolong Ning et al. construct an intelligent offloading system for vehicular edge computing in the development of smart vehicles, bringing a comfortable and safe environment to drivers and passengers.In this research, the author has investigated two-sided matching scheme and a deep reinforcement learning to solve sub-optimization problems.Numerical results demonstrate that the matching algorithm in the first module can reach 95% of the exhaustive algorithm in different network scenarios and decrease the execution time by more than 90%.For the
Weijia Jia 0001, Geyong Min, Yang Xiang 0001, Arun Kumar Sangaiah
ACM Trans. Intell. Syst. Technol.1
2019 Time-Sync Video Tag Extraction Using Semantic Association Graph
abstract
Time-sync comments (TSCs) reveal a new way of extracting the online video tags. However, such TSCs have lots of noises due to users’ diverse comments, introducing great challenges for accurate and fast video tag extractions. In this article, we propose an unsupervised video tag extraction algorithm named Semantic Weight-Inverse Document Frequency (SW-IDF). Specifically, we first generate corresponding semantic association graph (SAG) using semantic similarities and timestamps of the TSCs. Second, we propose two graph cluster algorithms, i.e., dialogue-based algorithm and topic center-based algorithm, to deal with the videos with different density of comments. Third, we design a graph iteration algorithm to assign the weight to each comment based on the degrees of the clustered subgraphs, which can differentiate the meaningful comments from the noises. Finally, we gain the weight of each word by combining Semantic Weight (SW) and Inverse Document Frequency (IDF). In this way, the video tags are extracted automatically in an unsupervised way. Extensive experiments have shown that SW-IDF (dialogue-based algorithm) achieves 0.4210 F1-score and 0.4932 MAP (Mean Average Precision) in high-density comments, 0.4267 F1-score and 0.3623 MAP in low-density comments; while SW-IDF (topic center-based algorithm) achieves 0.4444 F1-score and 0.5122 MAP in high-density comments, 0.4207 F1-score and 0.3522 MAP in low-density comments. It has a better performance than the state-of-the-art unsupervised algorithms in both F1-score and MAP.
Wenmian Yang, Kun Wang 0005, Na Ruan, Wenyuan Gao, Weijia Jia 0001, Wei Zhao 0001, Yunyong Zhang
ACM Trans. Knowl. Discov. Data5
2018 Relation Classification Using Coarse and Fine-Grained Networks with SDP Supervised Key Words Selection
Yiping Sun, Jinglu Hu, Weijia Jia 0001
KSEM (1)4
2018 Entity Linking Facing Incomplete Knowledge Base
Jiong Lou, Weijia Jia 0001
WISE (2)4
2017 TransT: Type-Based Multiple Embedding Representations for Knowledge Graph Completion
Shiheng Ma, Jianhui Ding, Weijia Jia 0001, Kun Wang 0005, Minyi Guo
ECML/PKDD (1)3
2017 Real-Time Target Tracking Through Mobile Crowdsensing
Jinyu Shi, Weijia Jia 0001
WISE (2)2
2017 Reliable wireless connections for fast-moving rail users based on a chained fog structure
Tian Wang 0001, Zhen Peng 0003, Sheng Wen, Yongxuan Lai, Weijia Jia 0001, Yiqiao Cai, Hui Tian 0002
Inf. Sci.5
2015 κ-FuzzyTrust: Efficient trust computation for large-scale mobile social networks using a fuzzy implicit social graph
Shuhong Chen, Guojun Wang 0001, Weijia Jia 0001
Inf. Sci.3
2012 Comprehensive QoS analysis of enhanced distributed channel access in wireless local area networks
Jia Hu 0001, Geyong Min, Weijia Jia 0001, Michael E. Woodward
Inf. Sci.3
2009 Practical and effective IR-style keyword search over semantic web
Xiaomin Ning, Hai Jin 0001, Weijia Jia 0001, Pingpeng Yuan
Inf. Process. Manag.3
2006 Enhancing Duplicate Collection Detection Through Replica Boundary Discovery
Weijia Jia 0001, Xiaoming Li 0001
PAKDD2
2004 Performance Evaluations of Replacement Algorithms in Hierarchical Web Caching
Haohuan Fu, Pui-on Au, Weijia Jia 0001
WAIM3
2004 Adaptive Generic Communications for Integrated Mobile and Internet Web-Services
Man-Ching Yuen, Leung Cheng, Pui-on Au, Weijia Jia 0001
WAIM4
2000 A Whole Correlation Structure of Asymptotically Self-Similar Traffic in Communication Networks
abstract
Recent experimental research has revealed that the nature of WWW traffic is self-similarity (M.E. Crovella and A. Bestavros, 1997). That is, the behavior of WWW traffic is well modeled by second-order self-similar processes with long-range dependence. A closed form of autocorrelation functions about asymptotically self-similar processes is presented. The verification shows that this form is best for real traffic data on an Ethernet.
Ming Li 0002, Weijia Jia 0001, Wei Zhao 0001
WISE2
2000 The Most Efficient Uniquely Decipherable Encoding Schemes
abstract
The relevant concepts of the most efficient uniquely decipherable and maximal uniquely decipherable encoding schemes similar to highly efficient instantaneous encoding schemes are introduced. We show that the Huffman encoding schemes are the most efficient possible among both all uniquely decipherable encoding schemes and all maximal uniquely decipherable encoding schemes, respectively. Generally, decoding messages encrypted by a uniquely decipherable encoding scheme is more difficult than decoding messages encrypted by an instantaneous encoding scheme. However, from the security point of view, it is much more secure to apply a uniquely decipherable encoding scheme than to apply an instantaneous encoding scheme to an information system.
Dongyang Long, Weijia Jia 0001
WISE2
1998 Group Channel Routing for Conferencing Systems in Wide Area Networks
Xiaohua Jia, Kia Makki, Niki Pissinou, Weijia Jia 0001
Inf. Sci.4