active semi supervised learning
play

Active Semi-Supervised Learning using Submodular Functions Andrew - PowerPoint PPT Presentation

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 - +


  1. Active Semi-Supervised Learning using Submodular Functions Andrew Guillory, Jeff Bilmes University of Washington

  2. Given unlabeled data for example, a graph

  3. Learner chooses a labeled set 𝑀 βŠ† π‘Š

  4. Nature reveals labels y 𝑀 ∈ 0, 1 L - +

  5. Learner predicts labels 𝑧 ∈ 0,1 π‘Š - + + - + - - + - + +

  6. Learner suffers loss 𝑧 βˆ’ 𝑧 1 - - + + + + + - - + + - - - + + - - + + - + Actual Predicted 𝑧 βˆ’ 𝑧 1 = 2

  7. Basic Questions β€’ What should we assume about 𝑧 ? β€’ How should we predict 𝑧 using y 𝑀 ? β€’ How should select 𝑀 ? β€’ How can we bound error?

  8. Outline β€’ Previous work: learning on graphs β€’ More general setting using submodular functions β€’ Experiments

  9. Learning on graphs β€’ What should we assume about 𝑧 ? β€’ Standard assumption: small cut value 𝑧 𝑗 βˆ’ 𝑧 π‘˜ 2 𝑋 𝑗, π‘˜ β€’ Ξ¦ 𝑧 = 𝑗<π‘˜ β€’ A β€œsmoothness” assumption - + + + - - - Ξ¦ 𝑧 = 2 + - + +

  10. 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 - + + + - - - - + + - + +

  11. 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

  12. 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

  13. 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

  14. 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

  15. Outline β€’ Previous work: learning on graphs β€’ More general setting using submodular functions β€’ Experiments

  16. 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 𝐺 𝑇 = 𝐺(π‘Š βˆ– 𝑇)

  17. 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 Ξ“ 𝑇 = 𝐺 𝑇 + 𝐺 π‘Š βˆ– 𝑇 βˆ’ 𝐺(π‘Š)

  18. 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)

  19. 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 𝐺

  20. 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

  21. 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

  22. Outline β€’ Previous work: learning on graphs β€’ More general setting using submodular functions β€’ Experiments

  23. 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

  24. 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

  25. 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.

  26. 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

  27. 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

  28. 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

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend