paper-with-me

홈 › Papers

Convex and Scalable Weakly Labeled SVMs

2013-03-06 · Yu-Feng Li, Ivor W. Tsang, James T. Kwok, Zhi-Hua Zhou

In this paper, we study the problem of learning from weakly labeled data, where labels of the training examples are incomplete. This includes, for example, (i) semi-supervised learning where labels are partially known; (ii) multi-instance learning where labels are implicitly known; and (iii) clustering where labels are completely unknown. Unlike supervised learning, learning with weak labels involves a difficult Mixed-Integer Programming (MIP) problem. Therefore, it can suffer from poor scalability and may also get stuck in local minimum. In this paper, we focus on SVMs and propose the WellSVM via a novel label generation strategy. This leads to a convex relaxation of the original MIP, which is at least as tight as existing convex Semi-Definite Programming (SDP) relaxations. Moreover, the WellSVM can be solved via a sequence of SVM subproblems that are much more scalable than previous convex SDP relaxations. Experiments on three weakly labeled learning tasks, namely, (i) semi-supervised learning; (ii) multi-instance learning for locating regions of interest in content-based information retrieval; and (iii) clustering, clearly demonstrate improved performance, and WellSVM is also readily applicable on large data sets.

📄 PDF Abstract BibTeX arXiv:1303.1271

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringInformation RetrievalRetrieval

Similar Papers 제목 키워드 기반

beta-risk: a New Surrogate Risk for Learning from Weakly Labeled Data

2016-12-01 · NeurIPS 2016 12 · Valentina Zantedeschi, Rémi Emonet, Marc Sebban

During the past few years, the machine learning community has paid attention to developping new methods for learning from weakly labeled data. This field covers different settings like semi-supervised learning, learning …

Advice Refinement in Knowledge-Based SVMs

2011-12-01 · NeurIPS 2011 12 · Gautam Kunapuli, Richard Maclin, Jude W. Shavlik

Knowledge-based support vector machines (KBSVMs) incorporate advice from domain experts, which can improve generalization significantly. A major limitation that has not been fully addressed occurs when the expert advice …

Jensen: An Easily-Extensible C++ Toolkit for Production-Level Machine Learning and Convex Optimization

2018-07-17 · Rishabh Iyer, John T. Halloran, Kai Wei

This paper introduces Jensen, an easily extensible and scalable toolkit for production-level machine learning and convex optimization. Jensen implements a framework of convex (or loss) functions, convex optimization algo…

BIG-bench Machine Learningregression

Audio Event and Scene Recognition: A Unified Approach using Strongly and Weakly Labeled Data

2016-11-12 · Anurag Kumar, Bhiksha Raj

In this paper we propose a novel learning framework called Supervised and Weakly Supervised Learning where the goal is to learn simultaneously from weakly and strongly labeled data. Strongly labeled data can be simply un…

Scene RecognitionWeakly-supervised Learning

An Efficient ADMM-Based Algorithm to Nonconvex Penalized Support Vector Machines

2018-09-11 · Lei Guan, Linbo Qiao, Dongsheng Li, Tao Sun 외

Support vector machines (SVMs) with sparsity-inducing nonconvex penalties have received considerable attentions for the characteristics of automatic classification and variable selection. However, it is quite challenging…

General ClassificationVariable Selection