paper-with-me

Papers

Scalable Optimal Margin Distribution Machine

2023-05-08 · Yilin Wang, Nan Cao, Teng Zhang, Xuanhua Shi, Hai Jin

Optimal margin Distribution Machine (ODM) is a newly proposed statistical learning framework rooting in the novel margin theory, which demonstrates better generalization performance than the traditional large margin based counterparts. Nonetheless, it suffers from the ubiquitous scalability problem regarding both computation time and memory as other kernel methods. This paper proposes a scalable ODM, which can achieve nearly ten times speedup compared to the original ODM training method. For nonlinear kernels, we propose a novel distribution-aware partition method to make the local ODM trained on each partition be close and converge fast to the global one. When linear kernel is applied, we extend a communication efficient SVRG method to accelerate the training further. Extensive empirical studies validate that our proposed method is highly computational efficient and almost never worsen the generalization.

📄 PDF Abstract BibTeX arXiv:2305.04837

Code (2)

cgcl-codes/sodm 공식 구현
project-nfa/sodm 공식 구현

Similar Papers 제목 키워드 기반

Scalable Computations of Wasserstein Barycenter via Input Convex Neural Networks

2020-07-08 · Jiaojiao Fan, Amirhossein Taghvaei, Yongxin Chen

Wasserstein Barycenter is a principled approach to represent the weighted mean of a given set of probability distributions, utilizing the geometry induced by optimal transport. In this work, we present a novel scalable a…

Optimal Margin Distribution Machine

2016-04-12 · Teng Zhang, Zhi-Hua Zhou

Support vector machine (SVM) has been one of the most popular learning algorithms, with the central idea of maximizing the minimum margin, i.e., the smallest distance from the instances to the classification boundary. Re…

Multi-Class Optimal Margin Distribution Machine

2017-08-01 · ICML 2017 8 · Teng Zhang, Zhi-Hua Zhou

Recent studies disclose that maximizing the minimum margin like support vector machines does not necessarily lead to better generalization performances, and instead, it is crucial to optimize the margin distribution…

Binary ClassificationClassificationGeneral ClassificationMulti-class Classification

Optimal margin Distribution Network

2019-05-01 · ICLR 2019 5 · Shen-Huan Lv, Lu Wang, Zhi-Hua Zhou

Recent research about margin theory has proved that maximizing the minimum margin like support vector machines does not necessarily lead to better performance, and instead, it is crucial to optimize the margin distributi…

Distributed Optimal Margin Distribution Machine

2021-09-29 · Yilin Wang, Nan Cao, Teng Zhang, Hai Jin

Optimal margin Distribution Machine (ODM), a newly proposed statistical learning framework rooting in the novel margin theory, demonstrates better generalization performance than the traditional large margin based counte…