Download presentation
Presentation is loading. Please wait.
Published byKathlyn Daniel Modified over 9 years ago
1
AdaBoost & Genetic algorithms: application to pedestrian detection Yotam Abramson Ecole des Mines de Paris 9/12/05 Korea-France SafeMove Workshop
2
Machine learning for visual object detection
3
Korea-France SafeMove WorkshopApplication Pedestrian impact predictor Calculates the probability of an impact between our car and a pedestrian. If the probability is higher then a given threshold, an alert to the driver is issued or an action is taken (pedestrian airbag, braking…)
4
Korea-France SafeMove Workshop Machine learning for visual object detection Learning algorithms for object-detection were shown to be better than any hand- crafted ones. Main works in the field: Papageorgiou & Poggio – SVM,wavelets. Papageorgiou & Poggio – SVM,wavelets. Viola & Jones – AdaBoost and simple features. Viola & Jones – AdaBoost and simple features.
5
Korea-France SafeMove Workshop Machine learning - background Support Vector Machine (SVM) – Vapnik 1990 Neural network
6
Korea-France SafeMove Workshop Machine learning (Cont.) AdaBoost (Freund & Schapire 1995): A popular learning algorithm. A popular learning algorithm. Easy to understand. Easy to understand. Received a lot of attention in the machine learning and statistics communities. Received a lot of attention in the machine learning and statistics communities. The notion of boosting (AdaBoost = adaptive boosting).
7
Korea-France SafeMove Workshop AdaBoost at a Glance Assume that we have a simple object classifier, that receives a rectangle in the image and decides if it’s the object. For example: For example:
8
Korea-France SafeMove Workshop AdaBoost at a Glance (Cont.) A classifier like the one shown is called a weak classifier. And indeed it is weak.. AdaBoost selects (=learns) a set of classifiers and builds a “voting system”. Weak1Weak2Weak3Weak4 Yes NoYes
9
Korea-France SafeMove Workshop AdaBoost at a Glance (Cont.) Voting is not “democratic”… there is a weight for each weak-classifier. Weak1Weak2Weak3Weak4 Yes NOYesNo 0.20.70.2
10
Korea-France SafeMove Workshop AdaBoost at a Glance (Cont.) The output of AdaBoost is a called a strong classifier. AdaBoost was used for face, cars and pedestrian detection by viola and Jones (2000).
11
Korea-France SafeMove Workshop Weak Classifiers Viola & Jones
12
Korea-France SafeMove Workshop We have developed new kinds of weak classifiers. Our features are different because they test individual pixels. They deal better with the variation in illumination. Weak classifiers
13
Korea-France SafeMove Workshop Illumination independent features (cont.) Our features are highly efficient (3-4 image access operations) 2 times faster than Viola&Jones 20% of the memory Better detection rates for pedestrians
14
Korea-France SafeMove Workshop Learning process using genetic algorithm
15
Korea-France SafeMove WorkshopSeville SEmi- automatic VIsuaL Learning (With Dr. Yoav Freund, Columbia University)
16
Korea-France SafeMove WorkshopSeville We start by collecting 10 negative and positive examples. We run the learning, and classify.
17
Korea-France SafeMove WorkshopSeville We now have 100 examples. We run learning, and the results improve.
18
Korea-France SafeMove WorkshopSeville We test another sequence. We collect in the same way more examples. We re-run the learning and continue.
19
Korea-France SafeMove WorkshopSeville We test another sequence. We collect in the same way more examples. We re-run the learning and continue.
20
Korea-France SafeMove WorkshopSeville Throughout the phases, we use 2/3 of the set as training set, and 1/3 as validation set. We make AdaBoost rounds until the point of overfitting.
21
Korea-France SafeMove Workshop European project CAMELLIA European union Renault, Philips, Philips semiconductor, Uni. Hannover, Uni. Las-palmas “Smart camera” European union Renault, Philips, Philips semiconductor, Uni. Hannover, Uni. Las-palmas “Smart camera” CAMELLIA
22
Korea-France SafeMove WorkshopResults
23
Results
24
Impact prediction
25
Korea-France SafeMove Workshop Prediction results
26
Korea-France SafeMove Workshop Prediction results
27
Korea-France SafeMove Workshop CAMELLIA was used also for other applications
28
Korea-France SafeMove WorkshopConclusions We have presented a system for detection of pedestrians. The system is based on AdaBoost and Genetic algorithms. The system was tested and gives good results on real data.
29
Korea-France SafeMove Workshop Thank you for your attention
Similar presentations
© 2024 SlidePlayer.com Inc.
All rights reserved.