regularized multi class semi supervised boosting
play

Regularized Multi-Class Semi-Supervised Boosting Amir Saffari, - PowerPoint PPT Presentation

Regularized Multi-Class Semi-Supervised Boosting Amir Saffari, Christian Leistner, Horst Bischof Institute for Computer Graphics and Vision, Graz University of Technology, Austria CVPR 2009, June 22, 2009 Supervised Learning Graz University of


  1. Regularized Multi-Class Semi-Supervised Boosting Amir Saffari, Christian Leistner, Horst Bischof Institute for Computer Graphics and Vision, Graz University of Technology, Austria CVPR 2009, June 22, 2009

  2. Supervised Learning Graz University of Technology Amir Saffari, Christian Leistner, Horst Bischof (Institute for Computer Graphics and Vision, Graz University of Technology, Austria) Regularized Multi-Class Semi-Supervised Boosting CVPR 2009, June 22, 2009 2 / 1

  3. Semi-Supervised Learning (SSL) Graz University of Technology Amir Saffari, Christian Leistner, Horst Bischof (Institute for Computer Graphics and Vision, Graz University of Technology, Austria) Regularized Multi-Class Semi-Supervised Boosting CVPR 2009, June 22, 2009 3 / 1

  4. Large-Scale Applications and Semi-Supervised Learning Graz University of Technology Amir Saffari, Christian Leistner, Horst Bischof (Institute for Computer Graphics and Vision, Graz University of Technology, Austria) Regularized Multi-Class Semi-Supervised Boosting CVPR 2009, June 22, 2009 4 / 1

  5. Conclusions: Beta version 0.1 We propose a semi-supervised boosting algorithm Graz University of Technology Amir Saffari, Christian Leistner, Horst Bischof (Institute for Computer Graphics and Vision, Graz University of Technology, Austria) Regularized Multi-Class Semi-Supervised Boosting CVPR 2009, June 22, 2009 5 / 1

  6. Conclusions: Beta version 0.1 We propose a semi-supervised boosting algorithm which solves multi-class problems without decomposing them into binary tasks. Graz University of Technology Amir Saffari, Christian Leistner, Horst Bischof (Institute for Computer Graphics and Vision, Graz University of Technology, Austria) Regularized Multi-Class Semi-Supervised Boosting CVPR 2009, June 22, 2009 5 / 1

  7. Conclusions: Beta version 0.1 We propose a semi-supervised boosting algorithm which solves multi-class problems without decomposing them into binary tasks. Additionally, our algorithm scales very well with respect to the number of both labeled and unlabeled samples. Graz University of Technology Amir Saffari, Christian Leistner, Horst Bischof (Institute for Computer Graphics and Vision, Graz University of Technology, Austria) Regularized Multi-Class Semi-Supervised Boosting CVPR 2009, June 22, 2009 5 / 1

  8. Outline Graz University of Technology Amir Saffari, Christian Leistner, Horst Bischof (Institute for Computer Graphics and Vision, Graz University of Technology, Austria) Regularized Multi-Class Semi-Supervised Boosting CVPR 2009, June 22, 2009 6 / 1

  9. SSL Methods Semi-Supervised Learning Semi-supervised learning is a class of machine learning techniques that make use of both labeled and unlabeled data for training. There exists many SSL methods, see: X. Zhu, “Semi-Supervised Learning Survey”, 2008 and O. Chapelle, B. Schoelkopf, A. Zien, “The Semi-Supervised Learning”, Cambridge, 2006. Graz University of Technology Amir Saffari, Christian Leistner, Horst Bischof (Institute for Computer Graphics and Vision, Graz University of Technology, Austria) Regularized Multi-Class Semi-Supervised Boosting CVPR 2009, June 22, 2009 7 / 1

  10. Motivations Many successful SSL methods do not scale very well w.r.t. the number of unlabeled samples, or are very sensitive to the choice of hyper-parameters (G. Mann, A. McCallum, ICML 2007). Expect to see O ( n 3 ) many times. Graz University of Technology Amir Saffari, Christian Leistner, Horst Bischof (Institute for Computer Graphics and Vision, Graz University of Technology, Austria) Regularized Multi-Class Semi-Supervised Boosting CVPR 2009, June 22, 2009 8 / 1

  11. Motivations Many successful SSL methods do not scale very well w.r.t. the number of unlabeled samples, or are very sensitive to the choice of hyper-parameters (G. Mann, A. McCallum, ICML 2007). Expect to see O ( n 3 ) many times. Usually multi-class problems are solved via 1-vs-all and occasionally with 1-vs-1 decompositions. Graz University of Technology Amir Saffari, Christian Leistner, Horst Bischof (Institute for Computer Graphics and Vision, Graz University of Technology, Austria) Regularized Multi-Class Semi-Supervised Boosting CVPR 2009, June 22, 2009 8 / 1

  12. What is wrong with 1-vs-all? Do you want to repeat a slow method a few more of times? Graz University of Technology Amir Saffari, Christian Leistner, Horst Bischof (Institute for Computer Graphics and Vision, Graz University of Technology, Austria) Regularized Multi-Class Semi-Supervised Boosting CVPR 2009, June 22, 2009 9 / 1

  13. What is wrong with 1-vs-all? Do you want to repeat a slow method a few more of times? Calibration problems (B. Schoelkopf, A. Smola, 2002). Graz University of Technology Amir Saffari, Christian Leistner, Horst Bischof (Institute for Computer Graphics and Vision, Graz University of Technology, Austria) Regularized Multi-Class Semi-Supervised Boosting CVPR 2009, June 22, 2009 9 / 1

  14. What is wrong with 1-vs-all? Do you want to repeat a slow method a few more of times? Calibration problems (B. Schoelkopf, A. Smola, 2002). Artificial unbalanced binary problems. Graz University of Technology Amir Saffari, Christian Leistner, Horst Bischof (Institute for Computer Graphics and Vision, Graz University of Technology, Austria) Regularized Multi-Class Semi-Supervised Boosting CVPR 2009, June 22, 2009 9 / 1

  15. What is wrong with 1-vs-all? Do you want to repeat a slow method a few more of times? Calibration problems (B. Schoelkopf, A. Smola, 2002). Artificial unbalanced binary problems. There exists slow multi-class SSL methods, see the details in the paper. Graz University of Technology Amir Saffari, Christian Leistner, Horst Bischof (Institute for Computer Graphics and Vision, Graz University of Technology, Austria) Regularized Multi-Class Semi-Supervised Boosting CVPR 2009, June 22, 2009 9 / 1

  16. Multi-Class Semi-Supervised Boosting Multi-class classifier: f ( x ) = [ f 1 ( x ) , · · · , f K ( x )] T . Graz University of Technology Amir Saffari, Christian Leistner, Horst Bischof (Institute for Computer Graphics and Vision, Graz University of Technology, Austria) Regularized Multi-Class Semi-Supervised Boosting CVPR 2009, June 22, 2009 10 / 1

  17. Multi-Class Semi-Supervised Boosting Multi-class classifier: f ( x ) = [ f 1 ( x ) , · · · , f K ( x )] T . Overall Loss � � � L ( f ( x ) , X ) = ℓ ( f ( x )) + α ℓ c ( f ( x )) + β ℓ m ( f ( x )) (1) x ∈X u x ∈X u ( x , y ) ∈X l � �� � � �� � Unlabeled Labeled Graz University of Technology Amir Saffari, Christian Leistner, Horst Bischof (Institute for Computer Graphics and Vision, Graz University of Technology, Austria) Regularized Multi-Class Semi-Supervised Boosting CVPR 2009, June 22, 2009 10 / 1

  18. Multi-Class Semi-Supervised Boosting Multi-class classifier: f ( x ) = [ f 1 ( x ) , · · · , f K ( x )] T . Overall Loss � � � L ( f ( x ) , X ) = ℓ ( f ( x )) + α ℓ c ( f ( x )) + β ℓ m ( f ( x )) (1) x ∈X u x ∈X u ( x , y ) ∈X l � �� � � �� � Unlabeled Labeled Boosting Model T � g t ( x ) f ( x ) = ν (2) t =1 Graz University of Technology Amir Saffari, Christian Leistner, Horst Bischof (Institute for Computer Graphics and Vision, Graz University of Technology, Austria) Regularized Multi-Class Semi-Supervised Boosting CVPR 2009, June 22, 2009 10 / 1

  19. Fisher-Consistent Loss Functions Vladimir Vapnik (picture courtesy of Yann LeCun) Graz University of Technology Amir Saffari, Christian Leistner, Horst Bischof (Institute for Computer Graphics and Vision, Graz University of Technology, Austria) Regularized Multi-Class Semi-Supervised Boosting CVPR 2009, June 22, 2009 11 / 1

  20. Fisher-Consistent Loss Functions Margin Vector f ( x ) is a universal margin vector, if ∀ x : � K i =1 f i ( x ) = 0. Graz University of Technology Amir Saffari, Christian Leistner, Horst Bischof (Institute for Computer Graphics and Vision, Graz University of Technology, Austria) Regularized Multi-Class Semi-Supervised Boosting CVPR 2009, June 22, 2009 12 / 1

  21. Fisher-Consistent Loss Functions Margin Vector f ( x ) is a universal margin vector, if ∀ x : � K i =1 f i ( x ) = 0. Fisher-Consistent Loss ℓ ( · ) is Fisher-consistent, if the minimization of the expected risk: � ˆ f ( x ) = arg min ℓ ( f y ( x )) p ( y , x ) d ( x , y ) (3) f ( x ) ( x , y ) has a unique solution and ˆ C ( x ) = arg max f i ( x ) = arg max p ( y = i | x ) . (4) i i Graz University of Technology Amir Saffari, Christian Leistner, Horst Bischof (Institute for Computer Graphics and Vision, Graz University of Technology, Austria) Regularized Multi-Class Semi-Supervised Boosting CVPR 2009, June 22, 2009 12 / 1

  22. Fisher-Consistent Loss Functions Margin Vector f ( x ) is a universal margin vector, if ∀ x : � K i =1 f i ( x ) = 0. Fisher-Consistent Loss ℓ ( · ) is Fisher-consistent, if the minimization of the expected risk: � ˆ f ( x ) = arg min ℓ ( f y ( x )) p ( y , x ) d ( x , y ) (3) f ( x ) ( x , y ) has a unique solution and ˆ C ( x ) = arg max f i ( x ) = arg max p ( y = i | x ) . (4) i i � e − f y ( x ) L ( f ( x ) , X l ) = Graz University of Technology ( x , y ) ∈X l Amir Saffari, Christian Leistner, Horst Bischof (Institute for Computer Graphics and Vision, Graz University of Technology, Austria) Zou et al., Annals of Applied Statistics, 2008 Regularized Multi-Class Semi-Supervised Boosting CVPR 2009, June 22, 2009 12 / 1

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