paper-with-me

홈 › Papers

Mahalanobis Distance Metric Learning Algorithm for Instance-based Data Stream Classification

2016-04-17 · Jorge Luis Rivero Perez, Bernardete Ribeiro, Carlos Morell Perez

With the massive data challenges nowadays and the rapid growing of technology, stream mining has recently received considerable attention. To address the large number of scenarios in which this phenomenon manifests itself suitable tools are required in various research fields. Instance-based data stream algorithms generally employ the Euclidean distance for the classification task underlying this problem. A novel way to look into this issue is to take advantage of a more flexible metric due to the increased requirements imposed by the data stream scenario. In this paper we present a new algorithm that learns a Mahalanobis metric using similarity and dissimilarity constraints in an online manner. This approach hybridizes a Mahalanobis distance metric learning algorithm and a k-NN data stream classification algorithm with concept drift detection. First, some basic aspects of Mahalanobis distance metric learning are described taking into account key properties as well as online distance metric learning algorithms. Second, we implement specific evaluation methodologies and comparative metrics such as Q statistic for data stream classification algorithms. Finally, our algorithm is evaluated on different datasets by comparing its results with one of the best instance-based data stream classification algorithm of the state of the art. The results demonstrate that our proposal is better

📄 PDF Abstract BibTeX arXiv:1604.04879

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationDrift DetectionGeneral ClassificationMetric Learning

Methods 이 논문이 사용한 방법론

k-NN $k$-Nearest Neighbors is a clustering-based algorithm for classification and regression. It is a a type of instance-based learning as it does not attempt to construct a…

Similar Papers 제목 키워드 기반

Online Adaptive Mahalanobis Distance Estimation

2023-09-02 · Lianke Qin, Aravind Reddy, Zhao Song

Mahalanobis metrics are widely used in machine learning in conjunction with methods like $k$-nearest neighbors, $k$-means clustering, and $k$-medians clustering. Despite their importance, there has not been any prior wor…

ClusteringDimensionality Reduction

Closed-Form Training of Mahalanobis Distance for Supervised Clustering

2016-06-01 · CVPR 2016 6 · Marc T. Law, Yao-Liang Yu, Matthieu Cord, Eric P. Xing

Clustering is the task of grouping a set of objects so that objects in the same cluster are more similar to each other than to those in other clusters. The crucial step in most clustering algorithms is to find an appropr…

ClusteringFormMetric LearningStructured Prediction

Learning Local Invariant Mahalanobis Distances

2015-02-04 · Ethan Fetaya, Shimon Ullman

For many tasks and data types, there are natural transformations to which the data should be invariant or insensitive. For instance, in visual recognition, natural images should be insensitive to rotation and translation…

BIG-bench Machine LearningTranslation

MLAS: Metric Learning on Attributed Sequences

2020-11-08 · Zhongfang Zhuang, Xiangnan Kong, Elke Rundensteiner, Jihane Zouaoui 외

Distance metric learning has attracted much attention in recent years, where the goal is to learn a distance metric based on user feedback. Conventional approaches to metric learning mainly focus on learning the Mahalano…

AttributeMetric Learning

Classification Using Global and Local Mahalanobis Distances

2024-02-13 · Annesha Ghosh, Anil K. Ghosh, Rita SahaRay, Soham Sarkar

We propose a novel semiparametric classifier based on Mahalanobis distances of an observation from the competing classes. Our tool is a generalized additive model with the logistic link function that uses these distances…

Classification