Shiting Wen

dblp:89/9078 · DBLP profile ↗
← Back
12ranked-venue papers in the field
0as first author
10since 2021 · last 2025
0000-0002-2055-2553ORCID · verified

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

Data Mining & Knowledge Discovery · 4Database Systems & Data Management · 3Information Retrieval & Web Search · 3Knowledge Engineering, Semantic Web & Information Systems · 1Other / Interdisciplinary · 1
YearPublicationVenuePosition
2025 Compress Time Series with Smaller Error Tolerances
Juntao Yu, Fangyu Wu 0001, Huanyu Zhao, Shiting Wen, Tongliang Li, Chaoyi Pang
DASFAA (4)4
2024 Facilitating Feature Selection and Extraction in Clinical Trials with Large Language Models
Jiaji Guo, Shiting Wen, Di Wu 0001, Yipeng Zhou
ADMA (4)3
2024 Towards Efficient Decentralized Federated Learning: A Survey
Saqr Khalil Saeed Thabet, Behnaz Soltani, Yipeng Zhou, Quan Z. Sheng, Shiting Wen
ADMA (2)5
2024 KMCT: k-Means Clustering of Trajectories Efficiently in Location-Based Services
abstract
With the widespread use of GPS devices and the advancement of location-based services, a vast amount of trajectory data has been collected and mined for various applications. Trajectory clustering, which categorizes trajectories into distinct groups, is the fundamental functionality of trajectory data mining. The challenge is how to cluster on a mass of trajectory data efficiently and universally with satisfying results. The raw trajectory clustering algorithms are universal, but trapped in the dilemma between efficiency and desirable results. Other approaches, such as density-based, road network-based, and deep learning-based algorithms, encounter issues like high time complexity, loss of trajectory integrity, reliance on road networks, and data quality during training. To tackle these challenges, we first propose the efficient KMCT (k-Means Clustering of Trajectories) algorithm based on a semantic interpolation transformation to cluster raw trajectories and achieve satisfying results. Additionally, we introduce the DA-KMCT (Density Accelerated k-Means Clustering of Trajectories) algorithm to further boost the clustering process based on trajectory densities and an optimized centroid selecting strategy. Moreover, we present a novel clustering evaluation method called IOD, which efficiently estimates clustering results on large-scale datasets with linear time complexity. Experimental results on real-world datasets demonstrate that KMCT and DA-KMCT outperform five related methods in terms of clustering quality and time efficiency, and the proposed IOD evaluation shows a strong correlation with the Silhouette Coefficient, offering a reliable and efficient alternative for evaluating clustering results.
Yuanjun Liu 0001, Guanfeng Liu 0001, Qingzhi Ma, Zhixu Li, Shiting Wen, Lei Zhao 0001, An Liu 0002
CIKM5
2024 TSec: An Efficient and Effective Framework for Time Series Classification
abstract
Time series classification assigns predefined labels or classes to sequences of data points ordered chronologically, which is a fundamental task for time series analysis. Existing time series classification methods mainly focus on a specific type of time series (i.e., univariate time series or multivariate time series), while failing to support both of them efficiently and effectively. In addition, most of existing multivariate time series classification methods model all variables collectively, resulting in protracted computational times and suboptimal accuracy. In this paper, we introduce TSec, an innovative time series classification framework that exhibits high training efficiency and classification accuracy for both univariate time series and multivariate time series. During online classification, TSec first involves sequence segmentation and de-duplication, and then employs pre-trained models to perform classifications. To opti-mize the classification performance, TSec (i) utilizes correlation analysis to reveal closely interconnected groups of variables within multivariate time series data; (ii) incorporates time series alignment and different sliding windows to generate potential shapelets; (iii) applies PAA and SAX techniques to eliminate duplicates, thereby enhancing the quality of shapelets; (iv) adopts Bi-GRU and GCN-GRU models to effectively capture the characteristics of the two types of time series. Extensive experiments on 112 public univariate time series datasets and 26 public multivariate time series datasets show that TSec can achieve both high efficiency and accuracy compared with the state-of-the-art 19 toolkits.
Yuanyuan Yao 0002, Hailiang Jie, Lu Chen 0001, Tianyi Li 0005, Yunjun Gao, Shiting Wen
ICDE6
2024 Representation with Minimized Max-Error in Optimal Piecewise Linear Approximation of Time Series Data
Huanyu Zhao, Tongliang Li, Shiting Wen, Zhenyu Shu, Jian Yang 0001, Chaoyi Pang
WISE (1)3
2023 Skilled Task Assignment with Extra Budget in Spatial Crowdsourcing
Yunjun Zhou, Shuhan Wan, Detian Zhang, Shiting Wen
ADMA (5)4
2023 Knowledge graph incremental embedding for unseen modalities
Yuyang Wei, Wei Chen 0070, Shiting Wen, An Liu 0002, Lei Zhao 0001
Knowl. Inf. Syst.3
2022 Toward Enhancing Room Layout Estimation by Feature Pyramid Networks
abstract
Abstract As a fundamental part of indoor scene understanding, the research of indoor room layout estimation has attracted much attention recently. The task is to predict the structure of a room from a single image. In this paper, we illustrate that this task can be well solved even without sophisticated post-processing program, by adopting Feature Pyramid Networks (FPN) to solve this problem with adaptive changes. The proposed model employs two strategies to deliver quality output. First, it can predicts the coarse positions of key points correctly by preserving the order of these key points in the data augmentation stage. Then the coordinate of each corner point is refined by moving each corner point to its nearest image boundary as output. Our method has demonstrated great performance on the benchmark LSUN dataset on both processing efficiency and accuracy. Compared with the state-of-the-art end-to-end method, our method is two times faster at processing speed (32 ms) than its speed (86 ms), with 0.71% lower key point error and 0.2% higher pixel error respectively. Besides, the advanced two-step method is only 0.02% better than our result on key point error. Both the high efficiency and accuracy make our method a good choice for some real-time room layout estimation tasks.
Aopeng Wang, Shiting Wen, Yunjun Gao, Qing Li 0001, Chaoyi Pang
Data Sci. Eng.2
2021 An Efficient Method for Indoor Layout Estimation with FPN
Aopeng Wang, Shiting Wen, Yunjun Gao, Qing Li 0001, Chaoyi Pang
WISE (2)2
2020 Towards Factorized SVM with Gaussian Kernels over Normalized Data
abstract
There is an emerging trend of integrating machine learning (ML) techniques into database systems (DB). Considering that almost all the ML toolkits assume that the input of ML algorithms is a single table even though many real-world datasets are stored as multiple tables due to normalization in DB. Thus, data scientists have to perform joins before learning a ML model. This strategy is called learning after joins, which incurs redundancy avoided by normalization. In the area of ML, the Support Vector Machine (SVM) is one of the most standard classification tools. In this paper, we focus on the factorized SVM with gaussian kernels over normalized data. We present factorized learning approaches for two main SVM optimization methods, i.e., Gradient Descent (GD) and Sequential Minimal Optimization (SMO), by factorizing gaussian kernel function computation. Furthermore, we transform the normalized data into matrices, and boost the efficiency of SVM learning via linear algebra operations. Extensive experiments with nine real normalized data sets demonstrate the efficiency and scalability of our proposed approaches.
Keyu Yang, Yunjun Gao, Bin Yao 0002, Shiting Wen, Gang Chen 0001
ICDE5
2020 On efficiently diversified top-k geo-social keyword query processing in road networks
Yunjun Gao, Chunyu Ma, Pengfei Jin, Shiting Wen
Inf. Sci.5