paper-with-me

홈 › Papers

Z Distance Function for KNN Classification

2021-03-17 · Shichao Zhang, Jiaye Li

This paper proposes a new distance metric function, called Z distance, for KNN classification. The Z distance function is not a geometric direct-line distance between two data points. It gives a consideration to the class attribute of a training dataset when measuring the affinity between data points. Concretely speaking, the Z distance of two data points includes their class center distance and real distance. And its shape looks like "Z". In this way, the affinity of two data points in the same class is always stronger than that in different classes. Or, the intraclass data points are always closer than those interclass data points. We evaluated the Z distance with experiments, and demonstrated that the proposed distance function achieved better performance in KNN classification.

📄 PDF Abstract BibTeX arXiv:2103.09704

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeClassificationGeneral Classification

Similar Papers 제목 키워드 기반

The Mahalanobis distance for functional data with applications to classification

2013-04-17 · Esdras Joseph, Pedro Galeano, Rosa E. Lillo

This paper presents a general notion of Mahalanobis distance for functional data that extends the classical multivariate concept to situations where the observed data are points belonging to curves generated by a stochas…

ClassificationGeneral Classification

Region-Based Classification of PolSAR Data Using Radial Basis Kernel Functions With Stochastic Distances

2018-05-07 · R. G. Negri, A. C. Frery, W. B. Silva, T. S. G. Mendes 외

Region-based classification of PolSAR data can be effectively performed by seeking for the assignment that minimizes a distance between prototypes and segments. Silva et al (2013) used stochastic distances between comple…

General Classification

The Gene Mover's Distance: Single-cell similarity via Optimal Transport

2021-02-01 · Riccardo Bellazzi, Andrea Codegoni, Stefano Gualandi, Giovanna Nicora 외

This paper introduces the Gene Mover's Distance, a measure of similarity between a pair of cells based on their gene expression profiles obtained via single-cell RNA sequencing. The underlying idea of the proposed distan…

A Formally Robust Time Series Distance Metric

2020-08-18 · Maximilian Toller, Bernhard C. Geiger, Roman Kern

Distance-based classification is among the most competitive classification methods for time series data. The most critical component of distance-based classification is the selected distance function. Past research has p…

ClassificationGeneral ClassificationTime SeriesTime Series Analysis+1

Reduced Jeffries-Matusita distance: A Novel Loss Function to Improve Generalization Performance of Deep Classification Models

2024-03-13 · Mohammad Lashkari, Amin Gheibi

The generalization performance of deep neural networks in classification tasks is a major concern in machine learning research. Despite widespread techniques used to diminish the over-fitting issue such as data augmentat…

ClassificationData AugmentationEnsemble LearningGraph Learning+3