SlideShare a Scribd company logo
FINDING RARE CLASSES ACTIVE LEARNING WITH GENERATIVE
AND DISCRIMINATIVE MODELS
ABSTRACT:
Discovering rare categories and classifying new instances of them is an important data mining
issue in many fields but fully supervised learning of a rare class classifier is prohibitively costly
in labeling effort. There has therefore been increasing interest both in active discovery: to
identify new classes quickly, and active learning: to train classifier with minimal supervision.
These goals occur together in practice and are intrinsically related because examples of each
class are required to train a classifier. Nevertheless, very few studies have tried to optimize them
together, meaning that data mining for rare classes in new domains makes inefficient use of
human supervision. Developing active learning algorithms to optimize both rare class discovery
and classification simultaneously is challenging because discovery and classification have
conflicting requirements in query criteria.
In this paper we address these issues with two contributions: a unified active learning model to
jointly discover new categories and learn to classify them by adapting query criteria online; and a
classifier combination algorithm that switches generative and discriminative classifiers as
learning progresses. Extensive evaluation on a batch of standard UCI and vision datasets
demonstrates the superiority of this approach over existing methods.
ECWAY TECHNOLOGIES
IEEE PROJECTS & SOFTWARE DEVELOPMENTS
OUR OFFICES @ CHENNAI / TRICHY / KARUR / ERODE / MADURAI / SALEM / COIMBATORE
CELL: +91 98949 17187, +91 875487 2111 / 3111 / 4111 / 5111 / 6111
VISIT: www.ecwayprojects.com MAIL TO: ecwaytechnologies@gmail.com

More Related Content

PDF
Android finding rare classes active learning with generative and discriminat...
PDF
Dotnet finding rare classes active learning with generative and discriminati...
PDF
Finding rare classes active learning with generative and discriminative models
PDF
Android finding rare classes active learning with generative and discriminat...
PDF
Finding rare classes active learning with generative and discriminative models
PDF
Android finding rare classes active learning with generative and discriminat...
PDF
Finding rare classes active learning with generative and discriminative models
PDF
Android finding rare classes active learning with generative and discriminat...
Android finding rare classes active learning with generative and discriminat...
Dotnet finding rare classes active learning with generative and discriminati...
Finding rare classes active learning with generative and discriminative models
Android finding rare classes active learning with generative and discriminat...
Finding rare classes active learning with generative and discriminative models
Android finding rare classes active learning with generative and discriminat...
Finding rare classes active learning with generative and discriminative models
Android finding rare classes active learning with generative and discriminat...

Similar to Android finding rare classes active learning with generative and discriminative models (20)

PDF
Android finding rare classes active learning with generative and discriminat...
PDF
Android finding rare classes active learning with generative and discriminat...
PDF
Dotnet finding rare classes active learning with generative and discriminati...
PDF
Android finding rare classes active learning with generative and discriminat...
PDF
Android finding rare classes active learning with generative and discriminat...
PPTX
Detection of Online Learning Activity Scopes
PDF
Incremental learning from unbalanced data with concept class, concept drift a...
PDF
Adaptive Classification of Imbalanced Data using ANN with Particle of Swarm O...
PDF
Paper id 312201523
PDF
Evaluating the Use of Clustering for Automatically Organising Digital Library...
PDF
Clustering Students of Computer in Terms of Level of Programming
PDF
A novel methodology for constructing rule based naïve bayesian classifiers
PDF
Student Performance Evaluation in Education Sector Using Prediction and Clust...
PDF
Effective Feature Selection for Feature Possessing Group Structure
PDF
International Journal of Engineering Research and Development (IJERD)
PDF
Classification Technique for Predicting Learning Behavior of Student in Highe...
PDF
Extending the Student’s Performance via K-Means and Blended Learning
DOCX
Ieee transactions on 2018 knowledge and data engineering topics with abstract .
Android finding rare classes active learning with generative and discriminat...
Android finding rare classes active learning with generative and discriminat...
Dotnet finding rare classes active learning with generative and discriminati...
Android finding rare classes active learning with generative and discriminat...
Android finding rare classes active learning with generative and discriminat...
Detection of Online Learning Activity Scopes
Incremental learning from unbalanced data with concept class, concept drift a...
Adaptive Classification of Imbalanced Data using ANN with Particle of Swarm O...
Paper id 312201523
Evaluating the Use of Clustering for Automatically Organising Digital Library...
Clustering Students of Computer in Terms of Level of Programming
A novel methodology for constructing rule based naïve bayesian classifiers
Student Performance Evaluation in Education Sector Using Prediction and Clust...
Effective Feature Selection for Feature Possessing Group Structure
International Journal of Engineering Research and Development (IJERD)
Classification Technique for Predicting Learning Behavior of Student in Highe...
Extending the Student’s Performance via K-Means and Blended Learning
Ieee transactions on 2018 knowledge and data engineering topics with abstract .
Ad

Recently uploaded (20)

PDF
VCE English Exam - Section C Student Revision Booklet
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PPTX
Cell Structure & Organelles in detailed.
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PPTX
Institutional Correction lecture only . . .
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
Basic Mud Logging Guide for educational purpose
PDF
01-Introduction-to-Information-Management.pdf
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
Computing-Curriculum for Schools in Ghana
VCE English Exam - Section C Student Revision Booklet
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Cell Structure & Organelles in detailed.
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Final Presentation General Medicine 03-08-2024.pptx
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Institutional Correction lecture only . . .
Microbial disease of the cardiovascular and lymphatic systems
Basic Mud Logging Guide for educational purpose
01-Introduction-to-Information-Management.pdf
PPH.pptx obstetrics and gynecology in nursing
O7-L3 Supply Chain Operations - ICLT Program
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Renaissance Architecture: A Journey from Faith to Humanism
Computing-Curriculum for Schools in Ghana
Ad

Android finding rare classes active learning with generative and discriminative models

  • 1. FINDING RARE CLASSES ACTIVE LEARNING WITH GENERATIVE AND DISCRIMINATIVE MODELS ABSTRACT: Discovering rare categories and classifying new instances of them is an important data mining issue in many fields but fully supervised learning of a rare class classifier is prohibitively costly in labeling effort. There has therefore been increasing interest both in active discovery: to identify new classes quickly, and active learning: to train classifier with minimal supervision. These goals occur together in practice and are intrinsically related because examples of each class are required to train a classifier. Nevertheless, very few studies have tried to optimize them together, meaning that data mining for rare classes in new domains makes inefficient use of human supervision. Developing active learning algorithms to optimize both rare class discovery and classification simultaneously is challenging because discovery and classification have conflicting requirements in query criteria. In this paper we address these issues with two contributions: a unified active learning model to jointly discover new categories and learn to classify them by adapting query criteria online; and a classifier combination algorithm that switches generative and discriminative classifiers as learning progresses. Extensive evaluation on a batch of standard UCI and vision datasets demonstrates the superiority of this approach over existing methods. ECWAY TECHNOLOGIES IEEE PROJECTS & SOFTWARE DEVELOPMENTS OUR OFFICES @ CHENNAI / TRICHY / KARUR / ERODE / MADURAI / SALEM / COIMBATORE CELL: +91 98949 17187, +91 875487 2111 / 3111 / 4111 / 5111 / 6111 VISIT: www.ecwayprojects.com MAIL TO: ecwaytechnologies@gmail.com