Revisiting Non-separable Binary Classification and its Applications in Anomaly Detection
Matthew Lau, Ismaila Seck, Athanasios P Meliopoulos, Wenke Lee and, Eugene Ndiaye

TL;DR
This paper demonstrates that linear classification of XOR is feasible using a novel equality separation paradigm, which is effective for anomaly detection and can be integrated into neural networks.
Contribution
It introduces equality separation as a new approach to binary classification, extending the capabilities of linear classifiers to XOR and anomaly detection tasks.
Findings
Equality separation can classify XOR linearly.
The method effectively detects both seen and unseen anomalies.
The approach integrates smoothly with neural network pipelines.
Abstract
The inability to linearly classify XOR has motivated much of deep learning. We revisit this age-old problem and show that linear classification of XOR is indeed possible. Instead of separating data between halfspaces, we propose a slightly different paradigm, equality separation, that adapts the SVM objective to distinguish data within or outside the margin. Our classifier can then be integrated into neural network pipelines with a smooth approximation. From its properties, we intuit that equality separation is suitable for anomaly detection. To formalize this notion, we introduce closing numbers, a quantitative measure on the capacity for classifiers to form closed decision regions for anomaly detection. Springboarding from this theoretical connection between binary classification and anomaly detection, we test our hypothesis on supervised anomaly detection experiments, showing that…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Machine Learning and Data Classification · Network Security and Intrusion Detection
MethodsSupport Vector Machine
