Active Semi-Supervised Learning using Submodular Functions Andrew - - PowerPoint PPT Presentation
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 - +
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
+ + +
- -
+
- +
+ + + +
- -
+
- +
+
- Predicted
Actual π§ β π§
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/8
Ξ¨(L) = 1
Error bound for graphs
Theorem (Guillory & Bilmes 2009): Assume π§ minimizes Ξ¦(π§ ) subject to π§ π = π§π. Then π§ β π§
1 β€ 2
Ξ¦(π§) Ξ¨(π)
How can we bound error?
- 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
- Ξ¦ 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) Theorem: For any symmetric, submodular Ξ(π), assume π§ minimizes Ξ¦(π§ ) subject to π§ π = π§π. Then π§ β π§
1 β€ 2
Ξ¦(π§) Ξ¨(π)
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
- Our method + label prop best in 6/12 cases, but not
a consistent, significant trend
- Seems cut may not be suited for knn graphs
Benchmark 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.
Citation Graph Data Sets
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)
American Beauty Star Wars Ep. IV Jurassic Park Fargo Star Wars Ep. I Forrest Gump Wild Wild West (1999) The Blair Witch Project Titanic Mission: Impossible 2 Babe The Rocky Horror Picture Show L.A. Confidential Mission to Mars Austin Powers Son in Law Star Wars Ep. V Star Wars Ep. VI Saving Private Ryan Terminator 2: Judgment Day The Matrix Back to the Future The Silence of the Lambs Men in Black Raiders of the Lost Ark The Sixth Sense Braveheart Shakespeare in Love
Movies Rated Most Times
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