VLDB 2026 Research / reviewers in the wild / expert
Kai Ming Ting
dblp:35/3074 · also Kai-Ming Ting
· DBLP profile ↗
67ranked-venue papers in the field
25as first author
23since 2021 · last 2026
0000-0001-7892-6194ORCID · verified
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 52 (20 first)Database Systems & Data Management · 11 (5 first)Information Retrieval & Web Search · 2Knowledge Engineering, Semantic Web & Information Systems · 2
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Online Automatic Modulation Classification Based on Distributional Signal Representation
Xinpeng Li 0007, Zile Jiang, Kai Ming Ting, Ye Zhu 0002 |
KSEM (1) | 3 |
| 2026 | Streaming Hierarchical Clustering Based on Point-Set KernelabstractAbstract 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. Data | 3 |
| 2025 | Contrastive Multi-View Graph Hashing
Zuliang Yang, Kai Ming Ting |
CIKM | 3 |
| 2025 | Streaming Hierarchical Clustering for Emerging New Class
Ye Zhu 0002, Kai Ming Ting |
KSEM (1) | 4 |
| 2025 | Voronoi Diagram Encoded Hashing
Kai Ming Ting |
ECML/PKDD (2) | 2 |
| 2025 | Machine Unlearning for Random Forest via Method of Images
Hang Zhang 0003, Kai Ming Ting |
ECML/PKDD (5) | 2 |
| 2025 | What Are Anomalies in a Network?abstractThis article examines a collection of assumptions used in the current literature on node anomaly detection in a network. The examination raises the question: What are anomalies in a network? Our attempt to answer this question has provided some interesting findings and led to some open questions. This is the first article which formally defines anomalies in a network and introduces the concept of self-verifiability of a detector without ground-truths in a network. They enable existing detectors to be categorized into two types along the line whether they are self-verifiable or not. We suggest a method to evaluate self-verifiable detectors without ground-truths as an alternative to the existing evaluation method that relies on ground-truths. Kai Ming Ting, Zhong Zhuang, Guansong Pang, Zongyou Liu, Tianrun Liang, Qiuran Zhao |
ACM Trans. Knowl. Discov. Data | 1 |
| 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) | 4 |
| 2024 | Distributional Kernel: An Effective and Efficient Means for Trajectory Retrieval
Yuanyi Shang, Kai Ming Ting |
PAKDD (5) | 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. | 1 |
| 2023 | Distribution-Based Trajectory ClusteringabstractTrajectory 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 |
ICDM | 3 |
| 2023 | Subgraph Centralization: A Necessary Step for Graph Anomaly DetectionabstractGraph anomaly detection has attracted a lot of interest recently. Despite their successes, existing detectors have at least two of the three weaknesses: (a) high computational cost which limits them to small-scale networks only; (b) existing treatment of subgraphs produces suboptimal detection accuracy; and (c) unable to provide an explanation as to why a node is anomalous, once it is identified. We identify that the root cause of these weaknesses is a lack of a proper treatment for subgraphs. A treatment called Subgraph Centralization for graph anomaly detection is proposed to address all the above weaknesses. Its importance is shown in two ways. First, we present a simple yet effective new framework called Graph-Centric Anomaly Detection (GCAD). The key advantages of GCAD over existing detectors including deep-learning detectors are: (i) better anomaly detection accuracy; (ii) linear time complexity with respect to the number of nodes; and (iii) it is a generic framework that admits an existing point anomaly detector to be used to detect node anomalies in a network. Second, we show that Subgraph Centralization can be incorporated into two existing detectors to overcome the above-mentioned weaknesses. Zhong Zhuang, Kai Ming Ting, Guansong Pang, Shuaibin Song |
SDM | 2 |
| 2023 | Kernel-based clustering via Isolation Distributional Kernel
Ye Zhu 0002, Kai Ming Ting |
Inf. Syst. | 2 |
| 2023 | Isolation Kernel Estimators
Kai Ming Ting, Takashi Washio, Jonathan R. Wells, Hang Zhang 0003, Ye Zhu 0002 |
Knowl. Inf. Syst. | 1 |
| 2023 | Point-Set Kernel ClusteringabstractMeasuring 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. | 1 |
| 2023 | Isolation Distributional Kernel: A New Tool for Point and Group Anomaly DetectionsabstractWe introduce Isolation Distributional Kernel as a new way to measure the similarity between two distributions. Existing approaches based on kernel mean embedding, which convert a point kernel to a distributional kernel, have two key issues: the point kernel employed has a feature map with intractable dimensionality; and it is {\em data independent}. This paper shows that Isolation Distributional Kernel (IDK), which is based on a {\em data dependent} point kernel, addresses both key issues. We demonstrate IDK's efficacy and efficiency as a new tool for kernel based anomaly detection for both point and group anomalies. Without explicit learning, using IDK alone outperforms existing kernel based point anomaly detector OCSVM and other kernel mean embedding methods that rely on Gaussian kernel. For group anomaly detection,we introduce an IDK based detector called IDK$^2$. It reformulates the problem of group anomaly detection in input space into the problem of point anomaly detection in Hilbert space, without the need for learning. IDK$^2$ runs orders of magnitude faster than group anomaly detector OCSMM.We reveal for the first time that an effective kernel based anomaly detector based on kernel mean embedding must employ a characteristic kernel which is data dependent. Kai Ming Ting, Bi-Cun Xu, Takashi Washio, Zhi-Hua Zhou |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2022 | Streaming Hierarchical Clustering Based on Point-Set KernelabstractHierarchical 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 |
KDD | 3 |
| 2022 | Hierarchical clustering that takes advantage of both density-peak and density-connectivity
Ye Zhu 0002, Kai Ming Ting, Maia Angelova |
Inf. Syst. | 2 |
| 2022 | A New Distributional Treatment for Time Series and An Anomaly Detection InvestigationabstractTime 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. | 1 |
| 2022 | Improving Deep Forest by ScreeningabstractMost studies about deep learning are based on neural network models, where many layers of parameterized nonlinear differentiable modules are trained by backpropagation. Recently, it has been shown that deep learning can also be realized by non-differentiable modules without backpropagation training called deep forest. We identify that deep forest has high time costs and memory requirements—this has inhibited its use on large-scale datasets. In this paper, we propose a simple and effective approach with three main strategies for efficient learning of deep forest. First, it substantially reduces the number of instances that needs to be processed through redirecting instances having high predictive confidence straight to the final level for prediction, by-passing all the intermediate levels. Second, many non-informative features are screened out, and only the informative ones are used for learning at each level. Third, an unsupervised feature transformation procedure is proposed to replace the supervised multi-grained scanning procedure. Our theoretical analysis supports the proposed approach in varying the model complexity from low to high as the number of levels increases in deep forest. Experiments show that our approach achieves highly competitive predictive performance with reduced time cost and memory requirement by one to two orders of magnitude. Ming Pang, Kai Ming Ting, Peng Zhao 0006, Zhi-Hua Zhou |
IEEE Trans. Knowl. Data Eng. | 2 |
| 2021 | Isolation Kernel Density EstimationabstractThis paper shows that adaptive kernel density estimator (KDE) can be derived effectively from Isolation Kernel. Existing adaptive KDEs often employ a data independent kernel such as Gaussian kernel. Therefore, it requires an additional means to adapt its bandwidth locally in a given dataset. Because Isolation Kernel is a data dependent kernel which is derived directly from data, no additional adaptive operation is required. The resultant estimator called IKDE is the only KDE that is fast and adaptive. Existing KDEs are either fast but non-adaptive or adaptive but slow. In addition, using IKDE for anomaly detection, we identify two advantages of IKDE over LOF (Local Outlier Factor), contributing to significantly faster runtime. Kai Ming Ting, Takashi Washio, Jonathan R. Wells, Hang Zhang 0003 |
ICDM | 1 |
| 2021 | Reconstruction-based Anomaly Detection with Completely Random Forest
Yi-Xuan Xu, Ming Pang, Ji Feng, Kai Ming Ting, Yuan Jiang 0001, Zhi-Hua Zhou |
SDM | 4 |
| 2021 | Isolation kernel: the X factor in efficient and effective large scale online kernel learning
Kai Ming Ting, Jonathan R. Wells, Takashi Washio |
Data Min. Knowl. Discov. | 1 |
| 2020 | Isolation Distributional Kernel: A New Tool for Kernel based Anomaly DetectionabstractWe introduce Isolation Distributional Kernel as a new way to measure the similarity between two distributions. Existing approaches based on kernel mean embedding, which converts a point kernel to a distributional kernel, have two key issues: the point kernel employed has a feature map with intractable dimensionality; and it is data independent. This paper shows that Isolation Distributional Kernel (IDK), which is based on a data dependent point kernel, addresses both key issues. We demonstrate IDK's efficacy and efficiency as a new tool for kernel based anomaly detection. Without explicit learning, using IDK alone outperforms existing kernel based anomaly detector OCSVM and other kernel mean embedding methods that rely on Gaussian kernel. We reveal for the first time that an effective kernel based anomaly detector based on kernel mean embedding must employ a characteristic kernel which is data dependent. Kai Ming Ting, Bi-Cun Xu, Takashi Washio, Zhi-Hua Zhou |
KDD | 1 |
| 2020 | Anomaly Detection via Neighbourhood Contrast
Bo Chen 0009, Kai Ming Ting, Tat-Jun Chin |
PAKDD (2) | 2 |
| 2020 | A New Effective and Efficient Measure for Outlying Aspect Mining
Durgesh Samariya, Sunil Aryal, Kai Ming Ting, Jiangang Ma |
WISE (2) | 3 |
| 2020 | A comparative study of data-dependent approaches without learning in measuring similarities of data objects
Sunil Aryal, Kai Ming Ting, Takashi Washio, Gholamreza Haffari |
Data Min. Knowl. Discov. | 2 |
| 2020 | Simple supervised dissimilarity measure: Bolstering iForest-induced similarity with class information without learning
Jonathan R. Wells, Sunil Aryal, Kai Ming Ting |
Knowl. Inf. Syst. | 3 |
| 2019 | Nearest Neighbor Ensembles: An Effective Method for Difficult Problems in Streaming Classification with Emerging New ClassesabstractThis paper re-examines existing systems in streaming classification with emerging new classes (SENC) problems, where new classes that have not been used to train a classifier may emerge in a data stream. We identify that existing systems have an unspecified assumption that emerging new classes are geometrically far from known classes, or instances of known classes are densely distributed, in the feature space. Using a class separation indicator alpha, we refine the SENC problem into an alpha-SENC problem, where alpha indicates a geometric distance between two classes in the feature space. We show that while most existing systems work well in high-alpha SENC problems (i.e., a new class is geometrically far from a known class or instances of known classes are densely distributed), they perform poorly in low-alpha SENC problems. To solve low-alpha SENC problems effectively, we propose an approach using nearest neighbor ensembles or SENNE. We demonstrate that SENNE is able to handle both the low-alpha and high-alpha SENC problems which can appear at different times in a single data stream. Xin-Qiang Cai, Peng Zhao 0006, Kai Ming Ting, Xin Mu, Yuan Jiang 0001 |
ICDM | 3 |
| 2019 | Isolation Set-Kernel and Its Application to Multi-Instance LearningabstractSet-level problems are as important as instance-level problems. The core in solving set-level problems is: how to measure the similarity between two sets. This paper investigates data-dependent kernels that are derived directly from data. We introduce Isolation Set-Kernel which is solely dependent on data distribution, requiring neither class information nor explicit learning. In contrast, most current set-similarities are not dependent on the underlying data distribution. We theoretically analyze the characteristic of Isolation Set-Kernel. As the set-kernel has a finite feature map, we show that it can be used to speed up the set-kernel computation significantly. We apply Isolation Set-Kernel to Multi-Instance Learning (MIL) using SVM classifier, and demonstrate that it outperforms other set-kernels or other solutions to the MIL problem. Bi-Cun Xu, Kai Ming Ting, Zhi-Hua Zhou |
KDD | 2 |
| 2018 | Improving Deep Forest by Confidence ScreeningabstractMost studies about deep learning are based on neural network models, where many layers of parameterized nonlinear differentiable modules are trained by backpropagation. Recently, it has been shown that deep learning can also be realized by non-differentiable modules without backpropagation training called deep forest. The developed representation learning process is based on a cascade of cascades of decision tree forests, where the high memory requirement and the high time cost inhibit the training of large models. In this paper, we propose a simple yet effective approach to improve the efficiency of deep forest. The key idea is to pass the instances with high confidence directly to the final stage rather than passing through all the levels. We also provide a theoretical analysis suggesting a means to vary the model complexity from low to high as the level increases in the cascade, which further reduces the memory requirement and time cost. Our experiments show that the proposed approach achieves highly competitive predictive performance with significantly reduced time cost and memory requirement by up to one order of magnitude. Ming Pang, Kai Ming Ting, Peng Zhao 0006, Zhi-Hua Zhou |
ICDM | 2 |
| 2018 | Which Outlier Detector Should I use?abstractThis tutorial has four aims: (1) Providing the current comparative works on different outlier detectors, and analysing the strengths and weaknesses of these works and their recommendations. (2) Presenting non-obvious applications of outlier detectors. This provides examples of how outlier detectors are used in areas which are not normally considered to be the domains of outlier detection. (3) Inviting the research community to explore future research directions, in terms of both comparative study and outlier detection in general. (4) Giving an advice on the factors to consider when choosing an outlier detector, and strengths and weaknesses of some "top" recommended algorithms based on the current understanding in the literature. Kai Ming Ting, Sunil Aryal, Takashi Washio |
ICDM | 1 |
| 2018 | Isolation Kernel and Its Effect on SVMabstractThis paper investigates data dependent kernels that are derived directly from data. This has been an outstanding issue for about two decades which hampered the development of kernel-based methods. We introduce Isolation Kernel which is solely dependent on data distribution, requiring neither class information nor explicit learning to be a classifier. In contrast, existing data dependent kernels rely heavily on class information and explicit learning to produce a classifier. We show that Isolation Kernel approximates well to a data independent kernel function called Laplacian kernel under uniform density distribution. With this revelation, Isolation Kernel can be viewed as a data dependent kernel that adapts a data independent kernel to the structure of a dataset. We also provide a reason why the proposed new data dependent kernel enables SVM (which employs a kernel through other means) to improve its predictive accuracy. The key differences between Random Forest kernel and Isolation Kernel are discussed to examine the reasons why the latter is a more successful tree-based kernel. Kai Ming Ting, Yue Zhu 0001, Zhi-Hua Zhou |
KDD | 1 |
| 2018 | Neighbourhood Contrast: A Better Means to Detect Clusters Than Density
Bo Chen 0009, Kai Ming Ting |
PAKDD (3) | 2 |
| 2018 | A Distance Scaling Method to Improve Density-Based Clustering
Ye Zhu 0002, Kai Ming Ting, Maia Angelova |
PAKDD (3) | 2 |
| 2018 | Multi-Label Learning with Emerging New LabelsabstractIn a multi-label learning task, an object possesses multiple concepts where each concept is represented by a class label. Previous studies on multi-label learning have focused on a fixed set of class labels, i.e., the class label set of test data is the same as that in the training set. In many applications, however, the environment is dynamic and new concepts may emerge in a data stream. In order to maintain a good predictive performance in this environment, a multi-label learning method must have the ability to detect and classify instances with emerging new labels. To this end, we propose a new approach called Multi-label learning with Emerging New Labels (MuENL). It has three functions: classify instances on currently known labels, detect the emergence of a new label, and construct a new classifier for each new label that works collaboratively with the classifier for known labels. In addition, we show that MuENL can be easily extended to handle sparse high dimensional data streams by simply reducing the original dimensionality, and then applying MuENL on the reduced dimensional space. Our empirical evaluation shows the effectiveness of MuENL on several benchmark datasets and MuENLHD on the sparse high dimensional Weibo dataset. Yue Zhu 0001, Kai Ming Ting, Zhi-Hua Zhou |
IEEE Trans. Knowl. Data Eng. | 2 |
| 2017 | New Class Adaptation Via Instance Generation in One-Pass Class Incremental LearningabstractOne pass learning updates a model with only a single scan of the dataset, without storing historical data. Previous studies focus on classification tasks with a fixed class set, and will perform poorly in an open dynamic environment when new classes emerge in a data stream. The performance degrades because the classifier needs to receive a sufficient number of instances from new classes to establish a good model. This can take a long period of time. In order to reduce this period to deal with any-time prediction task, we introduce a framework to handle emerging new classes called One-Pass Class Incremental Learning (OPCIL). The central issue in OPCIL is: how to effectively adapt a classifier of existing classes to incorporate emerging new classes. We call it the new class adaptation issue, and propose a new approach to address it, which requires only one new class instance. The key is to generate pseudo instances which are optimized to satisfy properties that produce a good discriminative classifier. We provide the necessary propertiesand optimization procedures required to address this issue. Experiments validate the effectiveness of this approach. Yue Zhu 0001, Kai Ming Ting, Zhi-Hua Zhou |
ICDM | 2 |
| 2017 | Data-dependent dissimilarity measure: an effective alternative to geometric distance measures
Sunil Aryal, Kai Ming Ting, Takashi Washio, Gholamreza Haffari |
Knowl. Inf. Syst. | 2 |
| 2017 | Classification Under Streaming Emerging New Classes: A Solution Using Completely-Random TreesabstractThis paper investigates an important problem in stream mining, i.e., classification under streaming emerging new classes or SENC. The SENC problem can be decomposed into three subproblems: detecting emerging new classes, classifying known classes, and updating models to integrate each new class as part of known classes. The common approach is to treat it as a classification problem and solve it using either a supervised learner or a semi-supervised learner. We propose an alternative approach by using unsupervised learning as the basis to solve this problem. The proposed method employs completely-random trees which have been shown to work well in unsupervised learning and supervised learning independently in the literature. The completely-random trees are used as a single common core to solve all three subproblems: unsupervised learning, supervised learning, and model update on data streams. We show that the proposed unsupervised-learning-focused method often achieves significantly better outcomes than existing classification-focused methods. Xin Mu, Kai Ming Ting, Zhi-Hua Zhou |
IEEE Trans. Knowl. Data Eng. | 2 |
| 2016 | Multi-label Learning with Emerging New LabelsabstractMulti-label learning is widely applied in many tasks, where an object possesses multiple concepts with each represented by a class label. Previous studies on multi-label learning have focused on a fixed set of class labels, i.e., the class label set of test data is the same as that in the training set. In many applications, however, the environment is open and new concepts may emerge with previously unseen instances. In order to maintain good predictive performance in this environment, a multi-label learning method must have the ability to detect and classify those instances with emerging new labels. To this end, we propose a new approach called Multi-label learning with Emerging New Labels (MuENL). It builds models with three functions: classify instances on currently known labels, detect the emergence of a new label in new instances, and construct a new classifier for each new label that works collaboratively with the classifier for known labels. Our empirical evaluation shows the effectiveness of MuENL. Yue Zhu 0001, Kai Ming Ting, Zhi-Hua Zhou |
ICDM | 2 |
| 2016 | Overcoming Key Weaknesses of Distance-based Neighbourhood Methods using a Data Dependent Dissimilarity MeasureabstractThis 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 |
KDD | 1 |
| 2014 | Mp-Dissimilarity: A Data Dependent Dissimilarity MeasureabstractNearest neighbour search is a core process in many data mining algorithms. Finding reliable closest matches of a query in a high dimensional space is still a challenging task. This is because the effectiveness of many dissimilarity measures, that are based on a geometric model, such as lp-norm, decreases as the number of dimensions increases. In this paper, we examine how the data distribution can be exploited to measure dissimilarity between two instances and propose a new data dependent dissimilarity measure called 'mp-dissimilarity'. Rather than relying on geometric distance, it measures the dissimilarity between two instances in each dimension as a probability mass in a region that encloses the two instances. It deems the two instances in a sparse region to be more similar than two instances in a dense region, though these two pairs of instances have the same geometric distance. Our empirical results show that the proposed dissimilarity measure indeed provides a reliable nearest neighbour search in high dimensional spaces, particularly in sparse data. Mp-dissimilarity produced better task specific performance than lp-norm and cosine distance in classification and information retrieval tasks. Sunil Aryal, Kai Ming Ting, Gholamreza Haffari, Takashi Washio |
ICDM | 2 |
| 2014 | Improving iForest with Relative Mass
Sunil Aryal, Kai Ming Ting, Jonathan R. Wells, Takashi Washio |
PAKDD (2) | 2 |
| 2013 | MassBayes: A New Generative Classifier with Multi-dimensional Likelihood Estimation
Sunil Aryal, Kai Ming Ting |
PAKDD (1) | 2 |
| 2013 | DEMass: a new density estimator for big data
Kai Ming Ting, Takashi Washio, Jonathan R. Wells, Fei Tony Liu, Sunil Aryal |
Knowl. Inf. Syst. | 1 |
| 2012 | Isolation-Based Anomaly DetectionabstractAnomalies are data points that are few and different. As a result of these properties, we show that, anomalies are susceptible to a mechanism called isolation . This article proposes a method called Isolation Forest ( i Forest), which detects anomalies purely based on the concept of isolation without employing any distance or density measure---fundamentally different from all existing methods. As a result, i Forest is able to exploit subsampling (i) to achieve a low linear time-complexity and a small memory-requirement and (ii) to deal with the effects of swamping and masking effectively. Our empirical evaluation shows that i Forest outperforms ORCA, one-class SVM, LOF and Random Forests in terms of AUC, processing time, and it is robust against masking and swamping effects. i Forest also works well in high dimensional problems containing a large number of irrelevant attributes, and when anomalies are not available in training sample. Fei Tony Liu, Kai Ming Ting, Zhi-Hua Zhou |
ACM Trans. Knowl. Discov. Data | 2 |
| 2011 | Density Estimation Based on MassabstractDensity estimation is the ubiquitous base modelling mechanism employed for many tasks such as clustering, classification, anomaly detection and information retrieval. Commonly used density estimation methods such as kernel density estimator and k-nearest neighbour density estimator have high time and space complexities which render them inapplicable in problems with large data size and even a moderate number of dimensions. This weakness sets the fundamental limit in existing algorithms for all these tasks. We propose the first density estimation method which stretches this fundamental limit to an extent that dealing with millions of data can now be done easily and quickly. We analyze the error of the new estimation (from the true density) using a bias-variance analysis. We then perform an empirical evaluation of the proposed method by replacing existing density estimators with the new one in two current density-based algorithms, namely, DBSCAN and LOF. The results show that the new density estimation method significantly improves the runtime of DBSCAN and LOF, while maintaining or improving their task-specific performances in clustering and anomaly detection, respectively. The new method empowers these algorithms, currently limited to small data size only, to process very large databases - setting a new benchmark for what density-based algorithms can achieve. Kai Ming Ting, Takashi Washio, Jonathan R. Wells, Fei Tony Liu |
ICDM | 1 |
| 2011 | Building Sparse Support Vector Machines for Multi-Instance Classification
Zhouyu Fu, Guojun Lu, Kai Ming Ting, Dengsheng Zhang |
ECML/PKDD (1) | 3 |
| 2010 | Multi-dimensional Mass Estimation and Mass-based ClusteringabstractMass estimation, an alternative to density estimation, has been shown recently to be an effective base modelling mechanism for three data mining tasks of regression, information retrieval and anomaly detection. This paper advances this work in two directions. First, we generalise the previously proposed one-dimensional mass estimation to multidimensional mass estimation, and significantly reduce the time complexity to O(ψh) from O(ψh)-making it feasible for a full range of generic problems. Second, we introduce the first clustering method based on mass-it is unique because it does not employ any distance or density measure. The structure of the new mass model enables different parts of a cluster to be identified and merged without expensive evaluations. The characteristics of the new clustering method are: (i) it can identify arbitrary-shape clusters; (ii) it is significantly faster than existing density-based or distance-based methods; and (iii) it is noise-tolerant. Kai Ming Ting, Jonathan R. Wells |
ICDM | 1 |
| 2010 | Mass estimation and its applicationsabstractThis paper introduces mass estimation--a base modelling mechanism in data mining. It provides the theoretical basis of mass and an efficient method to estimate mass. We show that it solves problems very effectively in tasks such as information retrieval, regression and anomaly detection. The models, which use mass in these three tasks, perform at least as good as and often better than a total of eight state-of-the-art methods in terms of task-specific performance measures. In addition, mass estimation has constant time and space complexities. Kai Ming Ting, Guang-Tong Zhou, Fei Tony Liu, Swee Chuan Tan |
KDD | 1 |
| 2010 | On Detecting Clustered Anomalies Using SCiForest
Fei Tony Liu, Kai Ming Ting, Zhi-Hua Zhou |
ECML/PKDD (2) | 2 |
| 2010 | Best papers from the 12th Pacific-Asia conference on knowledge discovery and data mining (PAKDD2008)
Takashi Washio, Einoshin Suzuki, Kai Ming Ting |
Knowl. Inf. Syst. | 3 |
| 2008 | Isolation ForestabstractMost existing model-based approaches to anomaly detection construct a profile of normal instances, then identify instances that do not conform to the normal profile as anomalies. This paper proposes a fundamentally different model-based method that explicitly isolates anomalies instead of profiles normal points. To our best knowledge, the concept of isolation has not been explored in current literature. The use of isolation enables the proposed method, iForest, to exploit sub-sampling to an extent that is not feasible in existing methods, creating an algorithm which has a linear time complexity with a low constant and a low memory requirement. Our empirical evaluation shows that iForest performs favourably to ORCA, a near-linear time complexity distance-based method, LOF and random forests in terms of AUC and processing time, and especially in large data sets. iForest also works well in high dimensional problems which have a large number of irrelevant attributes, and in situations where training set does not contain any anomalies. Fei Tony Liu, Kai Ming Ting, Zhi-Hua Zhou |
ICDM | 2 |
| 2007 | Cocktail Ensemble for RegressionabstractThis paper is motivated to improve the performance of individual ensembles using a hybrid mechanism in the regression setting. Based on an error-ambiguity decomposition, we formally analyze the optimal linear combination of two base ensembles, which is then extended to multiple individual ensembles via pairwise combinations. The Cocktail ensemble approach is proposed based on this analysis. Experiments over a broad range of data sets show that the proposed approach outperforms the individual ensembles, two other methods of ensemble combination, and two state-of-the-art regression approaches. Yang Yu 0001, Zhi-Hua Zhou, Kai Ming Ting |
ICDM | 3 |
| 2007 | To Select or To Weigh: A Comparative Study of Linear Combination Schemes for SuperParent-One-Dependence EstimatorsabstractWe conduct a large-scale comparative study on linearly combining superparent-one-dependence estimators (SPODEs), a popular family of seminaive Bayesian classifiers. Altogether, 16 model selection and weighing schemes, 58 benchmark data sets, and various statistical tests are employed. This paper's main contributions are threefold. First, it formally presents each scheme's definition, rationale, and time complexity and hence can serve as a comprehensive reference for researchers interested in ensemble learning. Second, it offers bias-variance analysis for each scheme's classification error performance. Third, it identifies effective schemes that meet various needs in practice. This leads to accurate and fast classification algorithms which have an immediate and significant impact on real-world applications. Another important feature of our study is using a variety of statistical tests to evaluate multiple learning methods across multiple data sets. Ying Yang 0001, Geoffrey I. Webb, Jesús Cerquides, Kevin B. Korb, Janice R. Boughton, Kai Ming Ting |
IEEE Trans. Knowl. Data Eng. | 6 |
| 2006 | To Select or To Weigh: A Comparative Study of Model Selection and Model Weighing for SPODE Ensembles
Ying Yang 0001, Geoffrey I. Webb, Jesús Cerquides, Kevin B. Korb, Janice R. Boughton, Kai Ming Ting |
ECML | 6 |
| 2006 | Variable Randomness in Decision Tree Ensembles
Fei Tony Liu, Kai Ming Ting |
PAKDD | 2 |
| 2005 | Maximizing Tree Diversity by Building Complete-Random Decision Trees
Fei Tony Liu, Kai Ming Ting, Wei Fan 0001 |
PAKDD | 2 |
| 2004 | Matching Model Versus Single Model: A Study of the Requirement to Match Class Distribution Using Decision Trees
Kai Ming Ting |
ECML | 1 |
| 2003 | Model Stability: A key factor in determining whether an algorithm produces an optimal model from a matching distributionabstractWe investigate the factors leading to producing suboptimal models when training and test class distributions (or misclassification costs) are matched. Our result shows that model stability plays a key role in determining whether the algorithm produces an optimal model from a matching distribution (cost). The performance difference between a model trained from the matching distribution (cost) and the optimal model generally increases as the degree of model stability decreases. The practical implication of our result is that one should only follow the conventional wisdom of using a training class distribution (cost) that matches the test class distribution (cost) to train a classifier if the learning algorithm is known to be stable. Kai Ming Ting, Regina Jing Ying Quek |
ICDM | 1 |
| 2002 | An Instance-Weighting Method to Induce Cost-Sensitive TreesabstractWe introduce an instance-weighting method to induce cost-sensitive trees. It is a generalization of the standard tree induction process where only the initial instance weights determine the type of tree to be induced-minimum error trees or minimum high cost error trees. We demonstrate that it can be easily adapted to an existing tree learning algorithm. Previous research provides insufficient evidence to support the idea that the greedy divide-and-conquer algorithm can effectively induce a truly cost-sensitive tree directly from the training data. We provide this empirical evidence in this paper. The algorithm incorporating the instance-weighting method is found to be better than the original algorithm in in of total misclassification costs, the number of high cost errors, and tree size two-class data sets. The instance-weighting method is simpler and more effective in implementation than a previous method based on altered priors. Kai Ming Ting |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2000 | An Empirical Study of MetaCost Using Boosting Algorithms
Kai Ming Ting |
ECML | 1 |
| 1999 | Improving the Performance of Boosting for Naive Bayesian Classification
Kai Ming Ting, Zijian Zheng 0002 |
PAKDD | 1 |
| 1999 | Learning from Batched Data: Model Combination Versus Data Combination
Kai Ming Ting, Boon Toh Low, Ian H. Witten |
Knowl. Inf. Syst. | 1 |
| 1998 | Boosting Trees for Cost-Sensitive Classifications
Kai Ming Ting, Zijian Zheng 0002 |
ECML | 1 |
| 1998 | Inducing Cost-Sensitive Trees via Instance Weighting
Kai Ming Ting |
PKDD | 1 |
| 1997 | Model Combination in the Multiple-Data-Batches Scenario
Kai Ming Ting, Boon Toh Low |
ECML | 1 |