A scalable modular convex solver for regularized risk minimization

  • Authors:
  • Choon Hui Teo;Alex Smola;S. V.N. Vishwanathan;Quoc Viet Le

  • Affiliations:
  • National ICT Australia, Canberra, Australia;National ICT Australia, Canberra, Australia;National ICT Australia, Canberra, Australia;National ICT Australia / Max Planck Institute for Biological Cybernetics

  • Venue:
  • Proceedings of the 13th ACM SIGKDD international conference on Knowledge discovery and data mining
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

A wide variety of machine learning problems can be described as minimizing a regularized risk functional, with different algorithms using different notions of risk and different regularizers. Examples include linear Support Vector Machines (SVMs), Logistic Regression, Conditional Random Fields (CRFs), and Lasso amongst others. This paper describes the theory and implementation of a highly scalable and modular convex solver which solves all these estimation problems. It can be parallelized on a cluster of workstations, allows for data-locality, and can deal with regularizers such as l1 and l2 penalties. At present, our solver implements 20 different estimation problems, can be easily extended, scales to millions of observations, and is up to 10 times faster than specialized solvers for many applications. The open source code is freely available as part of the ELEFANT toolbox.