LGMLMar 5, 2020

Fuzzy k-Nearest Neighbors with monotonicity constraints: Moving towards the robustness of monotonic noise

arXiv:2003.02601v116 citations
AI Analysis

This addresses the problem of monotonic noise in classification for domains like medical diagnosis or credit scoring, but it is incremental as it builds on existing fuzzy k-NN methods.

The paper tackles classification with monotonic constraints in noisy real-life datasets by proposing Monotonic Fuzzy k-NN (MonFkNN), which uses a new fuzzy membership calculation to increase robustness against monotonic noise without relabeling, showing significant accuracy improvements and matching the best monotonicity of comparable methods.

This paper proposes a new model based on Fuzzy k-Nearest Neighbors for classification with monotonic constraints, Monotonic Fuzzy k-NN (MonFkNN). Real-life data-sets often do not comply with monotonic constraints due to class noise. MonFkNN incorporates a new calculation of fuzzy memberships, which increases robustness against monotonic noise without the need for relabeling. Our proposal has been designed to be adaptable to the different needs of the problem being tackled. In several experimental studies, we show significant improvements in accuracy while matching the best degree of monotonicity obtained by comparable methods. We also show that MonFkNN empirically achieves improved performance compared with Monotonic k-NN in the presence of large amounts of class noise.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes