CLLGMar 2, 2017

A Generic Online Parallel Learning Framework for Large Margin Models

arXiv:1703.00786v11 citations
Originality Incremental advance
AI Analysis

This work addresses training efficiency for large margin models, but it is incremental as it extends parallel techniques from SGD to other algorithms.

The authors tackled the problem of slow training for large margin models by proposing a generic online parallel learning framework that is lock-free and easy to implement, achieving near linear speed up with increasing threads and no loss in accuracy.

To speed up the training process, many existing systems use parallel technology for online learning algorithms. However, most research mainly focus on stochastic gradient descent (SGD) instead of other algorithms. We propose a generic online parallel learning framework for large margin models, and also analyze our framework on popular large margin algorithms, including MIRA and Structured Perceptron. Our framework is lock-free and easy to implement on existing systems. Experiments show that systems with our framework can gain near linear speed up by increasing running threads, and with no loss in accuracy.

Foundations

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

Your Notes