Robust binary classification with the 01 loss
Yunzhe Xue, Meiyan Xie, Usman Roshan

TL;DR
This paper introduces a stochastic coordinate descent algorithm for 01 loss classifiers, demonstrating comparable accuracy to convex loss models and enhanced robustness against adversarial attacks across multiple image benchmarks.
Contribution
The paper develops a novel stochastic coordinate descent method for 01 loss neural networks, showing improved adversarial robustness while maintaining competitive accuracy.
Findings
01 loss classifiers are more robust to adversarial attacks than convex loss models.
The proposed algorithm is fast and achieves accuracy comparable to SVMs and logistic models.
Adversarial training further enhances robustness without sacrificing test accuracy.
Abstract
The 01 loss is robust to outliers and tolerant to noisy data compared to convex loss functions. We conjecture that the 01 loss may also be more robust to adversarial attacks. To study this empirically we have developed a stochastic coordinate descent algorithm for a linear 01 loss classifier and a single hidden layer 01 loss neural network. Due to the absence of the gradient we iteratively update coordinates on random subsets of the data for fixed epochs. We show our algorithms to be fast and comparable in accuracy to the linear support vector machine and logistic loss single hidden layer network for binary classification on several image benchmarks, thus establishing that our method is on-par in test accuracy with convex losses. We then subject them to accurately trained substitute model black box attacks on the same image benchmarks and find them to be more robust than convex…
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
TopicsAdversarial Robustness in Machine Learning · Integrated Circuits and Semiconductor Failure Analysis · Anomaly Detection Techniques and Applications
MethodsTest
