Active Semi-Supervised Learning using Submodular Functions Andrew Guillory, Jeff Bilmes University of Washington
Given unlabeled data for example, a graph
Learner chooses a labeled set π β π
Nature reveals labels y π β 0, 1 L - +
Learner predicts labels π§ β 0,1 π - + + - + - - + - + +
Learner suffers loss π§ β π§ 1 - - + + + + + - - + + - - - + + - - + + - + Actual Predicted π§ β π§ 1 = 2
Basic Questions β’ What should we assume about π§ ? β’ How should we predict π§ using y π ? β’ How should select π ? β’ How can we bound error?
Outline β’ Previous work: learning on graphs β’ More general setting using submodular functions β’ Experiments
Learning on graphs β’ What should we assume about π§ ? β’ Standard assumption: small cut value π§ π β π§ π 2 π π, π β’ Ξ¦ π§ = π<π β’ A βsmoothnessβ assumption - + + + - - - Ξ¦ π§ = 2 + - + +
Prediction on graphs β’ How should we predict π§ using y π ? β’ Standard approach: min-cut (Blum & Chawla 2001) β’ Choose π§ to minimize Ξ¦(π§ ) s.t. π§ π = π§ π β’ Reduces to a standard min-cut computation - + + + - - - - + + - + +
Active learning on graphs β’ How should select π ? β’ In previous work, we propose the following objective Ξ(π) Ξ¨ π = min |π| πβπβπβΆπβ β where Ξ π is cut value between π and π β π β’ Small Ξ¨ π means an adversary can cut away many points from π without cutting many edges Ξ¨ (L) = 1 Ξ¨ (L) = 1/8
Error bound for graphs How can we bound error? Theorem (Guillory & Bilmes 2009): Assume π§ minimizes Ξ¦(π§ ) subject to π§ π = π§ π . Then Ξ¦(π§) π§ β π§ 1 β€ 2 Ξ¨(π) π·ππππππ¦ππ’π§ ππ π’π π£π ππππππ‘ Intuition: πΉπ π ππ β€ β’ π π£ππππ’π§ ππ πππππππ π‘ππ’ β’ Note: Deterministic, holds for adversarial labels
Drawbacks to previous work β’ Restricted to graph based, min-cut learning β’ Not clear how to efficiently maximize Ξ¨ π β Can compute in polynomial time (Guillory & Bilmes 2009) β Only heuristic methods known for maximizing β Cesa-Bianchi et al 2010 give an approximation for trees β’ Not clear if this bound is the right bound
Our Contributions β’ A new, more general bound on error parameterized by an arbitrarily chosen submodular function β’ An active, semi-supervised learning method for approximately minimizing this bound β’ Proof that minimizing this bound exactly is NP-hard β’ Theoretical evidence this is the βrightβ bound
Outline β’ Previous work: learning on graphs β’ More general setting using submodular functions β’ Experiments
Submodular functions β’ A function πΊ(π) defined over a ground set π is submodular iff for all π΅ β πΆ β π β π€ πΊ π΅ + π€ β πΊ π΅ β₯ πΊ πΆ + π€ β πΊ πΆ β’ Example: β’ Real World Examples: Influence in a social network (Kempe et al. 03), sensor coverage (Krause, Guestrin 09), document summarization (Lin, Bilmes 11) β’ πΊ(π) is symmetric if πΊ π = πΊ(π β π)
Submodular functions for learning β’ Ξ π (cut value) is symmetric and submodular β’ This makes Ξ π βniceβ for learning on graphs β Easy to analyze β Can minimize exactly in polynomial time β’ For other learning settings, other symmetric submodular functions make sense β Hypergraph cut is symmetric, submodular β Mutual information is symmetric, submodular β An arbitrary submodular function πΊ can be symmetrized Ξ π = πΊ π + πΊ π β π β πΊ(π)
Generalized error bound Theorem: For any symmetric, submodular Ξ(π) , assume π§ minimizes Ξ¦(π§ ) subject to π§ π = π§ π . Then Ξ¦(π§) π§ β π§ 1 β€ 2 Ξ¨(π) β’ Ξ¦ and Ξ¨ are defined in terms of Ξ , not graph cut Ξ(π) Ξ¦ π§ = Ξ π π§ = 1 Ξ¨ S = min |π| πβπβπβΆπβ β β’ Each choice of Ξ gives a different error bound β’ Minimizing Ξ¦(π§ ) s.t. π§ π = π§ π can be done in polynomial time (submodular function minimization)
Can we efficiently maximize Ξ¨ ? β’ Two related problems: 1. Maximize Ξ¨(π) subject to π < π 2. Minimize |π| subject to Ξ¨ π β₯ π β’ If Ξ¨(π) were submodular, we could use well known results for greedy algorithm: 1 β 1 β π approximation to (1) (Nemhauser et al. 1978) β 1 + ln πΊ(π) approximation for (2) (Wolsey 1981)* β’ Unfortunately Ξ¨(π) is not submodular *Assuming integer valued πΊ
Approximation result β’ Define a surrogate objective πΊ π (π) s.t. β πΊ π (π) is submodular β πΊ π S β₯ 0 iff Ξ¨ π β₯ π β’ In particular we use πΊ π π = πβπβπβΆ πβ β Ξ π β π|π| min β’ Can then use standard methods for πΊ π (π) Theorem: For any integer, symmetric, submodular Ξ(π) , integer π , greedily maximizing πΊ π (π) gives π with Ξ¨ π β₯ π and π β€ 1 + ln π πβΆΞ¨ π β₯π |π| min
Can we do better? β’ Is it possible to maximize Ξ¨(π) exactly? Probably not, we show the problem is NP-Complete β Holds also if we assume Ξ(π) is the cut function β Reduction from vertex cover on fixed degree graphs β Corollary: no PTAS for min-cost version β’ Is there a strictly better bound? Not of the same form, up to the factor 2 in the bound. β Holds without factor of 2 for slightly different version β No function larger than Ξ¨(π) for which the bound holds β Suggests this is the βrightβ bound
Outline β’ Previous work: learning on graphs β’ More general setting using submodular functions β’ Experiments
Experiments: Learning on graphs β’ With Ξ(π) set to cut, we compared our method to random selection and the METIS heuristic β’ We tried min-cut and label propagation prediction β’ We used benchmark data sets from Semi-Supervised Learning, Chapelle et al. 2006 (using knn neighbors graphs) and two citation graph data sets
Benchmark Data Sets β’ Our method + label prop best in 6/12 cases, but not a consistent, significant trend β’ Seems cut may not be suited for knn graphs
Citation Graph Data Sets β’ Our method gives consistent, significant benefit β’ On these data sets the graph is not constructed by us (not knn), so we expect more irregular structure.
Experiments: Movie Recommendation β’ Which movies should a user rate to get accurate recommendations from collaborative filtering? β’ We pose this problem as active learning over a hypergraph encoding user preferences, using Ξ(π) set to hypergraph cut β’ Two hypergraph edges for each user: β Hypergraph edge connecting all movies a user likes β Hypergraph edge connecting all movies a user dislikes β’ Partitions with low hypergraph cut value are consistent (on average) with user preferences
Movies Maximizing Ξ¨ (S) Movies Rated Most Times Star Wars Ep. V Star Wars Ep. I Star Wars Ep. VI Forrest Gump Saving Private Ryan Wild Wild West (1999) Terminator 2: Judgment Day The Blair Witch Project The Matrix Titanic American Beauty Back to the Future Mission: Impossible 2 Star Wars Ep. IV The Silence of the Lambs Babe Jurassic Park Men in Black The Rocky Horror Picture Show Fargo Raiders of the Lost Ark L.A. Confidential The Sixth Sense Mission to Mars Braveheart Austin Powers Shakespeare in Love Son in Law Using Movielens data
Our Contributions β’ A new, more general bound on error parameterized by an arbitrarily chosen submodular function β’ An active, semi-supervised learning method for approximately minimizing this bound β’ Proof that minimizing this bound exactly is NP-hard β’ Theoretical evidence this is the βrightβ bound β’ Experimental results
Recommend
More recommend