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

β–Ά
active semi supervised learning
SMART_READER_LITE
LIVE PREVIEW

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


slide-1
SLIDE 1

Active Semi-Supervised Learning using Submodular Functions

Andrew Guillory, Jeff Bilmes University of Washington

slide-2
SLIDE 2

Given unlabeled data

for example, a graph

slide-3
SLIDE 3

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

slide-4
SLIDE 4

Nature reveals labels y𝑀 ∈ 0, 1 L

+

slide-5
SLIDE 5

Learner predicts labels 𝑧 ∈ 0,1 π‘Š

+ + +

  • +
  • +

+

slide-6
SLIDE 6

Learner suffers loss 𝑧 βˆ’ 𝑧

1

+ + +

  • -

+

  • +

+ + + +

  • -

+

  • +

+

  • Predicted

Actual 𝑧 βˆ’ 𝑧

1 = 2

slide-7
SLIDE 7

Basic Questions

  • What should we assume about 𝑧?
  • How should we predict 𝑧

using y𝑀?

  • How should select 𝑀?
  • How can we bound error?
slide-8
SLIDE 8

Outline

  • Previous work: learning on graphs
  • More general setting using submodular functions
  • Experiments
slide-9
SLIDE 9

Learning on graphs

  • What should we assume about 𝑧?
  • Standard assumption: small cut value
  • Ξ¦ 𝑧 =

𝑧𝑗 βˆ’ π‘§π‘˜ 2 𝑋𝑗, π‘˜

𝑗<π‘˜

  • A β€œsmoothness” assumption

Ξ¦ 𝑧 = 2

+ + +

  • -

+

  • +

+

slide-10
SLIDE 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

+

  • + +

+

  • -

+

  • +

+

slide-11
SLIDE 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/8

Ξ¨(L) = 1

slide-12
SLIDE 12

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
slide-13
SLIDE 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
slide-14
SLIDE 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
slide-15
SLIDE 15

Outline

  • Previous work: learning on graphs
  • More general setting using submodular functions
  • Experiments
slide-16
SLIDE 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 𝐺 𝑇 = 𝐺(π‘Š βˆ– 𝑇)
slide-17
SLIDE 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 Ξ“ 𝑇 = 𝐺 𝑇 + 𝐺 π‘Š βˆ– 𝑇 βˆ’ 𝐺(π‘Š)

slide-18
SLIDE 18

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

Ξ¦(𝑧) Ξ¨(𝑀)

slide-19
SLIDE 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 𝐺

slide-20
SLIDE 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

π‘€βˆΆΞ¨ 𝑀 β‰₯πœ‡ |𝑀|

slide-21
SLIDE 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

slide-22
SLIDE 22

Outline

  • Previous work: learning on graphs
  • More general setting using submodular functions
  • Experiments
slide-23
SLIDE 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

slide-24
SLIDE 24
  • 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

slide-25
SLIDE 25
  • 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

slide-26
SLIDE 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

slide-27
SLIDE 27

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

slide-28
SLIDE 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