batch mode active learning and its application to medical
play

Batch Mode Active Learning and Its Application to Medical Image - PowerPoint PPT Presentation

Introduction A Framework of Batch Mode Active learning Efficient Algorithms for Batch Mode Active Learning Experimental Result Conclusion Batch Mode Active Learning and Its Application to Medical Image Classification ICML 2006 S. Hoi, R.


  1. Introduction A Framework of Batch Mode Active learning Efficient Algorithms for Batch Mode Active Learning Experimental Result Conclusion Batch Mode Active Learning and Its Application to Medical Image Classification ICML 2006 S. Hoi, R. Jin, J. Zhu, M. Lyu Presenter : Esther Wang February 19, 2009 S. Hoi, R. Jin, J. Zhu, M. Lyu Presenter: Esther Wang Batch Mode Active Learning and Its Application to Medical Image

  2. Introduction A Framework of Batch Mode Active learning Efficient Algorithms for Batch Mode Active Learning Experimental Result Conclusion Table of contents 1 Introduction Active Learning/Pool-based Active Learning Applications in Medical Image Classification Batch Mode Active Learning 2 A Framework of Batch Mode Active learning General Overview Logistic Regression Fisher Information Matrix Apply Result to the Nonlinear Classification Model 3 Efficient Algorithms for Batch Mode Active Learning Key Idea Submodular Approximation Greedy Algorithm Analysis of Difference Between f ( S ∪ x ) and f ( S ) 4 Experimental Result S. Hoi, R. Jin, J. Zhu, M. Lyu Presenter: Esther Wang Experimental Testbeds Batch Mode Active Learning and Its Application to Medical Image

  3. Introduction A Framework of Batch Mode Active learning Active Learning/Pool-based Active Learning Efficient Algorithms for Batch Mode Active Learning Applications in Medical Image Classification Experimental Result Batch Mode Active Learning Conclusion Active Learning/Pool-based Active Learning (1) Method: 1 Choose example with highest classification uncertainty for manual labeling S. Hoi, R. Jin, J. Zhu, M. Lyu Presenter: Esther Wang Batch Mode Active Learning and Its Application to Medical Image

  4. Introduction A Framework of Batch Mode Active learning Active Learning/Pool-based Active Learning Efficient Algorithms for Batch Mode Active Learning Applications in Medical Image Classification Experimental Result Batch Mode Active Learning Conclusion Active Learning/Pool-based Active Learning (1) Method: 1 Choose example with highest classification uncertainty for manual labeling 2 Retrain classification model with new labeled example S. Hoi, R. Jin, J. Zhu, M. Lyu Presenter: Esther Wang Batch Mode Active Learning and Its Application to Medical Image

  5. Introduction A Framework of Batch Mode Active learning Active Learning/Pool-based Active Learning Efficient Algorithms for Batch Mode Active Learning Applications in Medical Image Classification Experimental Result Batch Mode Active Learning Conclusion Active Learning/Pool-based Active Learning (1) Method: 1 Choose example with highest classification uncertainty for manual labeling 2 Retrain classification model with new labeled example 3 Iterate until most examples can be classified with reasonable confidence S. Hoi, R. Jin, J. Zhu, M. Lyu Presenter: Esther Wang Batch Mode Active Learning and Its Application to Medical Image

  6. Introduction A Framework of Batch Mode Active learning Active Learning/Pool-based Active Learning Efficient Algorithms for Batch Mode Active Learning Applications in Medical Image Classification Experimental Result Batch Mode Active Learning Conclusion Active Learning/Pool-based Active Learning (1) Method: 1 Choose example with highest classification uncertainty for manual labeling 2 Retrain classification model with new labeled example 3 Iterate until most examples can be classified with reasonable confidence Wish list: • Minimum requirement: Generalization error should → 0 asymptotically • Fallback guarantee: Convergence rate of error of active learning “at least as good” as passive learning • Rate improvement: Error of active learning decreases much faster than for passive learning. Goal: Label as little data as possible to achieve the confidence S. Hoi, R. Jin, J. Zhu, M. Lyu Presenter: Esther Wang Batch Mode Active Learning and Its Application to Medical Image

  7. Introduction A Framework of Batch Mode Active learning Active Learning/Pool-based Active Learning Efficient Algorithms for Batch Mode Active Learning Applications in Medical Image Classification Experimental Result Batch Mode Active Learning Conclusion Active Learning/Pool-based Active Learning (2) • How do we measure the classification uncertainty of the unlabeled examples? S. Hoi, R. Jin, J. Zhu, M. Lyu Presenter: Esther Wang Batch Mode Active Learning and Its Application to Medical Image

  8. Introduction A Framework of Batch Mode Active learning Active Learning/Pool-based Active Learning Efficient Algorithms for Batch Mode Active Learning Applications in Medical Image Classification Experimental Result Batch Mode Active Learning Conclusion Active Learning/Pool-based Active Learning (2) • How do we measure the classification uncertainty of the unlabeled examples? • What is the disagreement among ensemble of classification models in predicting labels for test examples? S. Hoi, R. Jin, J. Zhu, M. Lyu Presenter: Esther Wang Batch Mode Active Learning and Its Application to Medical Image

  9. Introduction A Framework of Batch Mode Active learning Active Learning/Pool-based Active Learning Efficient Algorithms for Batch Mode Active Learning Applications in Medical Image Classification Experimental Result Batch Mode Active Learning Conclusion Active Learning/Pool-based Active Learning (2) • How do we measure the classification uncertainty of the unlabeled examples? • What is the disagreement among ensemble of classification models in predicting labels for test examples? • How far are away are the examples from the classification boundary, i.e. classification margin? S. Hoi, R. Jin, J. Zhu, M. Lyu Presenter: Esther Wang Batch Mode Active Learning and Its Application to Medical Image

  10. Introduction A Framework of Batch Mode Active learning Active Learning/Pool-based Active Learning Efficient Algorithms for Batch Mode Active Learning Applications in Medical Image Classification Experimental Result Batch Mode Active Learning Conclusion Active Learning/Pool-based Active Learning (2) • How do we measure the classification uncertainty of the unlabeled examples? • What is the disagreement among ensemble of classification models in predicting labels for test examples? • How far are away are the examples from the classification boundary, i.e. classification margin? SVM (Tong & Koller, 2000) S. Hoi, R. Jin, J. Zhu, M. Lyu Presenter: Esther Wang Batch Mode Active Learning and Its Application to Medical Image

  11. Introduction A Framework of Batch Mode Active learning Active Learning/Pool-based Active Learning Efficient Algorithms for Batch Mode Active Learning Applications in Medical Image Classification Experimental Result Batch Mode Active Learning Conclusion Active Learning/Pool-based Active Learning (2) • How do we measure the classification uncertainty of the unlabeled examples? • What is the disagreement among ensemble of classification models in predicting labels for test examples? • How far are away are the examples from the classification boundary, i.e. classification margin? SVM (Tong & Koller, 2000) • Problem: Only a single example is selected for manual labeling at each iteration S. Hoi, R. Jin, J. Zhu, M. Lyu Presenter: Esther Wang Batch Mode Active Learning and Its Application to Medical Image

  12. Introduction A Framework of Batch Mode Active learning Active Learning/Pool-based Active Learning Efficient Algorithms for Batch Mode Active Learning Applications in Medical Image Classification Experimental Result Batch Mode Active Learning Conclusion Active Learning/Pool-based Active Learning (2) • How do we measure the classification uncertainty of the unlabeled examples? • What is the disagreement among ensemble of classification models in predicting labels for test examples? • How far are away are the examples from the classification boundary, i.e. classification margin? SVM (Tong & Koller, 2000) • Problem: Only a single example is selected for manual labeling at each iteration • Solution: Use batch mode active learning to select examples that are most informative S. Hoi, R. Jin, J. Zhu, M. Lyu Presenter: Esther Wang Batch Mode Active Learning and Its Application to Medical Image

  13. Introduction A Framework of Batch Mode Active learning Active Learning/Pool-based Active Learning Efficient Algorithms for Batch Mode Active Learning Applications in Medical Image Classification Experimental Result Batch Mode Active Learning Conclusion Active Learning/Pool-based Active Learning (2) • How do we measure the classification uncertainty of the unlabeled examples? • What is the disagreement among ensemble of classification models in predicting labels for test examples? • How far are away are the examples from the classification boundary, i.e. classification margin? SVM (Tong & Koller, 2000) • Problem: Only a single example is selected for manual labeling at each iteration • Solution: Use batch mode active learning to select examples that are most informative S. Hoi, R. Jin, J. Zhu, M. Lyu Presenter: Esther Wang Batch Mode Active Learning and Its Application to Medical Image

  14. Introduction A Framework of Batch Mode Active learning Active Learning/Pool-based Active Learning Efficient Algorithms for Batch Mode Active Learning Applications in Medical Image Classification Experimental Result Batch Mode Active Learning Conclusion Applications in Medical Image Classification • Active learning has applications in text categorization, computer vision & information retrieval S. Hoi, R. Jin, J. Zhu, M. Lyu Presenter: Esther Wang Batch Mode Active Learning and Its Application to Medical Image

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