Ye Zhu 0002

dblp:80/3703-2 · DBLP profile ↗
← Back
28ranked-venue papers in the field
4as first author
23since 2021 · last 2026
0000-0003-4776-4932ORCID · conflict

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

Data Mining & Knowledge Discovery · 13 (1 first)Knowledge Engineering, Semantic Web & Information Systems · 8 (1 first)Database Systems & Data Management · 5 (2 first)Other / Interdisciplinary · 2
YearPublicationVenuePosition
2026 Online Automatic Modulation Classification Based on Distributional Signal Representation
Xinpeng Li 0007, Zile Jiang, Kai Ming Ting, Ye Zhu 0002
KSEM (1)4
2026 Streaming Hierarchical Clustering Based on Point-Set Kernel
abstract
Abstract Hierarchical clustering produces a cluster tree with different granularities. As a result, hierarchical clustering provides richer information and insight into a dataset than partitioning clustering. However, hierarchical clustering algorithms often have two weaknesses: scalability and the capacity to handle clusters of varying densities. This is because they rely on pairwise point-based similarity calculations and the similarity measure is independent of data distribution. In this paper, we aim to overcome these weaknesses and propose a novel efficient hierarchical clustering called StreaKHC that enables massive streaming data to be mined. The enabling factor is the use of a scalable point-set kernel to measure the similarity between an existing cluster in the cluster tree and a new point in the data stream. It also has an efficient mechanism to update the hierarchical structure so that a high-quality cluster tree can be maintained in real-time. Our extensive empirical evaluation shows that StreaKHC is more accurate and more efficient than existing hierarchical clustering algorithms.
Ye Zhu 0002, Kai Ming Ting, De-Chuan Zhan, Gang Li 0009
ACM Trans. Knowl. Discov. Data2
2025 Streaming Hierarchical Clustering for Emerging New Class
Ye Zhu 0002, Kai Ming Ting
KSEM (1)2
2025 Generating Feedback for School Students Essay with Large Language Models
Thuong N. Hoang, Ye Zhu 0002, Rui Wang 0008, Paula Crouch
KSEM (3)3
2025 CANTER: A Novel Causal Model for Tourism Demand Forecasting
Haiyang Xia 0001, Ye Zhu 0002, Gang Li 0009, Rob Law 0001
PAKDD (6)3
2024 Robust Representation Learning for Image Clustering
Pengcheng Jiang, Ye Zhu 0002, Yang Cao 0019, Gang Li 0009, Gang Liu 0021, Bo Yang 0002
KSEM (4)2
2024 Point Cloud Normal Estimation via Representation Learning on Height Maps
abstract
Point Cloud Normal Estimation via Representation Learning on Height Maps
Dasith de Silva Edirimuni, Ye Zhu 0002, Shang Gao 0003, Zhiyong Wang 0001, Antonio Robles-Kelly, Xuequan Lu
MMAsia3
2024 Local Subsequence-Based Distribution for Time Series Clustering
Lei Gong 0001, Hang Zhang 0003, Zongyou Liu, Kai Ming Ting, Yang Cao 0019, Ye Zhu 0002
PAKDD (1)6
2024 Kernel-based iVAT with adaptive cluster extraction
abstract
Abstract Visual Assessment of cluster Tendency (VAT) is a popular method that visually represents the possible clusters found in a dataset as dark blocks along the diagonal of a reordered dissimilarity image (RDI). Although many variants of the VAT algorithm have been proposed to improve the visualisation quality on different types of datasets, they still suffer from the challenge of extracting clusters with varied densities. In this paper, we focus on overcoming this drawback of VAT algorithms by incorporating kernel methods and also propose a novel adaptive cluster extraction strategy, named CER, to effectively identify the local clusters from the RDI. We examine their effects on an improved VAT method (iVAT) and systematically evaluate the clustering performance on 18 synthetic and real-world datasets. The experimental results reveal that the recently proposed data-dependent dissimilarity measure, namely the Isolation kernel, helps to significantly improve the RDI image for easy cluster identification. Furthermore, the proposed cluster extraction method, CER, outperforms other existing methods on most of the datasets in terms of a series of dissimilarity measures.
Baojie Zhang, Ye Zhu 0002, Yang Cao 0019, Sutharshan Rajasegarar, Gang Li 0009, Gang Liu 0021
Knowl. Inf. Syst.2
2024 A new distributional treatment for time series anomaly detection
Kai Ming Ting, Zongyou Liu, Lei Gong 0001, Hang Zhang 0003, Ye Zhu 0002
VLDB J.5
2023 Distribution-Based Trajectory Clustering
abstract
Trajectory clustering enables the discovery of common patterns in trajectory data. Current methods of trajectory clustering rely on a distance measure between two points in order to measure the dissimilarity between two trajectories, causing problems of both effectiveness and efficiency. In this paper, we propose a new IDK-based clustering algorithm, called TIDKC, which makes full use of the distributional kernel for trajectory similarity measuring and clustering. TIDKC identifies non-linearly separable clusters with irregular shapes and varied densities in linear time. It does not rely on random initialisation and is robust to outliers. An extensive evaluation on 7 large real-world trajectory datasets confirms that IDK is more effective in capturing complex structures in trajectories than traditional and deep learning-based distance measures.
Ye Zhu 0002, Kai Ming Ting
ICDM2
2023 An Enhanced Distributed Algorithm for Area Skyline Computation Based on Apache Spark
Chen Li 0027, Yang Cao 0019, Ye Zhu 0002, Jinli Zhang, Annisa, Debo Cheng, Huidong Tang, Kenta Maruyama, Yasuhiko Morimoto
KSEM (4)3
2023 Kernel-Based Feature Extraction for Time Series Clustering
Yang Cao 0019, Ye Zhu 0002, Nayyar Abbas Zaidi, Chathurika Ranaweera 0001, Gang Li 0009, Qingyi Zhu
KSEM (1)4
2023 An Improved Visual Assessment with Data-Dependent Kernel for Stream Clustering
Baojie Zhang, Yang Cao 0019, Ye Zhu 0002, Sutharshan Rajasegarar, Gang Liu 0021, Hong Xian Li, Maia Angelova, Gang Li 0009
PAKDD (1)3
2023 Kernel-based clustering via Isolation Distributional Kernel
Ye Zhu 0002, Kai Ming Ting
Inf. Syst.1
2023 Isolation Kernel Estimators
Kai Ming Ting, Takashi Washio, Jonathan R. Wells, Hang Zhang 0003, Ye Zhu 0002
Knowl. Inf. Syst.5
2023 Point-Set Kernel Clustering
abstract
Measuring similarity between two objects is the core operation in existing clustering algorithms in grouping similar objects into clusters. This paper introduces a new similarity measure called point-set kernel which computes the similarity between an object and a set of objects. The proposed clustering procedure utilizes this new measure to characterize every cluster grown from a seed object. We show that the new clustering procedure is both effective and efficient that enables it to deal with large scale datasets. In contrast, existing clustering algorithms are either efficient or effective. In comparison with the state-of-the-art density-peak clustering and scalable kernel k-means clustering, we show that the proposed algorithm is more effective and runs orders of magnitude faster when applying to datasets of millions of data points, on a commonly used computing machine.
Kai Ming Ting, Jonathan R. Wells, Ye Zhu 0002
IEEE Trans. Knowl. Data Eng.3
2022 Streaming Hierarchical Clustering Based on Point-Set Kernel
abstract
Hierarchical clustering produces a cluster tree with different granularities. As a result, hierarchical clustering provides richer information and insight into a dataset than partitioning clustering. However, hierarchical clustering algorithms often have two weaknesses: scalability and the capacity to handle clusters of varying densities. This is because they rely on pairwise point-based similarity calculations and the similarity measure is independent of data distribution. In this paper, we aim to overcome these weaknesses and propose a novel efficient hierarchical clustering called StreaKHC that enables massive streaming data to be mined. The enabling factor is the use of a scalable point-set kernel to measure the similarity between an existing cluster in the cluster tree and a new point in the data stream. It also has an efficient mechanism to update the hierarchical structure so that a high-quality cluster tree can be maintained in real-time. Our extensive empirical evaluation shows that StreaKHC is more accurate and more efficient than existing hierarchical clustering algorithms.
Ye Zhu 0002, Kai Ming Ting, De-Chuan Zhan, Gang Li 0009
KDD2
2022 Hierarchical clustering that takes advantage of both density-peak and density-connectivity
Ye Zhu 0002, Kai Ming Ting, Maia Angelova
Inf. Syst.1
2022 Noise-free thumbnail-preserving image encryption based on MSB prediction
Ye Zhu 0002, Yushu Zhang 0001, Xiangli Xiao, Rushi Lan, Yong Xiang 0001
Inf. Sci.1
2022 A New Distributional Treatment for Time Series and An Anomaly Detection Investigation
abstract
Time series is traditionally treated with two main approaches, i.e., the time domain approach and the frequency domain approach. These approaches must rely on a sliding window so that time-shift versions of a periodic subsequence can be measured to be similar. Coupled with the use of a root point-to-point measure, existing methods often have quadratic time complexity. We offer the third R domain approach. It begins with an insight that subsequences in a periodic time series can be treated as sets of independent and identically distributed (iid) points generated from an unknown distribution in R. This R domain treatment enables two new possibilities: (a) the similarity between two subsequences can be computed using a distributional measure such as Wasserstein distance (WD), kernel mean embedding or Isolation Distributional kernel (IDK); and (b) these distributional measures become non-sliding-window-based. Together, they offer an alternative that has more effective similarity measurements and runs significantly faster than the point-to-point and sliding-window-based measures. Our empirical evaluation shows that IDK and WD are effective distributional measures for time series; and IDK-based detectors have better detection accuracy than existing sliding-window-based detectors, and they run faster with linear time complexity.
Kai Ming Ting, Zongyou Liu, Hang Zhang 0003, Ye Zhu 0002
Proc. VLDB Endow.4
2021 Identification of Stock Market Manipulation with Deep Learning
Jillian Tallboys, Ye Zhu 0002, Sutharshan Rajasegarar
ADMA2
2021 A Comprehensive Feature Importance Evaluation for DDoS Attacks Detection
Lu Zhou 0003, Ye Zhu 0002, Yong Xiang 0001
ADMA2
2020 Density estimates on the unit simplex and calculation of the mode of a sample
abstract
This paper addresses reliable and efficient calculation of the mode of a multivariate sample, which is a classical fusion function. In particular, we focus on the inputs given on the unit simplex, when aggregating elements of Atanassov intuitionistic fuzzy sets, interval-valued fuzzy sets and their extensions, as well as compositional data. We outline the use of a specially designed 2-additive fuzzy measures and the Choquet integral for the purposes of reducing computational complexity in higher dimensions. We present computational analysis and benchmark four different methods of density-based mode estimation.
Maia Angelova, Gleb Beliakov, Sergiy Shelyag, Ye Zhu 0002
Int. J. Intell. Syst.4
2020 Cloud-assisted privacy-conscious large-scale Markowitz portfolio
Yushu Zhang 0001, Yong Xiang 0001, Ye Zhu 0002, Liangtian Wan, Xiyuan Xie
Inf. Sci.4
2018 Leveraging Label Category Relationships in Multi-class Crowdsourcing
Lan Du 0002, Ye Zhu 0002, Mark J. Carman
PAKDD (2)3
2018 A Distance Scaling Method to Improve Density-Based Clustering
Ye Zhu 0002, Kai Ming Ting, Maia Angelova
PAKDD (3)1
2016 Overcoming Key Weaknesses of Distance-based Neighbourhood Methods using a Data Dependent Dissimilarity Measure
abstract
This paper introduces the first generic version of data dependent dissimilarity and shows that it provides a better closest match than distance measures for three existing algorithms in clustering, anomaly detection and multi-label classification. For each algorithm, we show that by simply replacing the distance measure with the data dependent dissimilarity measure, it overcomes a key weakness of the otherwise unchanged algorithm.
Kai Ming Ting, Ye Zhu 0002, Mark J. Carman, Yue Zhu 0001, Zhi-Hua Zhou
KDD2