SlideShare una empresa de Scribd logo
1 de 65
Descargar para leer sin conexión
Ensemble of Exemplar-SVMs for
Object Detection and Beyond
Tomasz Malisiewicz
September 20, 2011
ComputerVision Reading Group@MIT
Tomasz Malisiewicz, Abhinav Gupta and Alexei A. Efros. “Ensemble of
Exemplar-SVMs for Object Detection and Beyond.” In ICCV, 2011.
Overview
• Motivation and Related Work
• Learning Exemplar-SVMs
• Results
• PASCALVOC Object Detection Results
• Transfer and Prediction
Discriminative Object
Detectors
Dalal and Triggs 2005
Linear SVM on HOG
Hard-Negative Mining
Sliding Window Detection
DT
Discriminative Object
Detectors
Dalal and Triggs 2005
Linear SVM on HOG
Hard-Negative Mining
Sliding Window Detection
DT
, Felzenszwalb et al. 2010
Parts
Mixtures
LDPM
Discriminative Object
Detectors
Dalal and Triggs 2005
Linear SVM on HOG
Hard-Negative Mining
Sliding Window Detection
DT
, Felzenszwalb et al. 2010
Parts
Mixtures
LDPM
Parametric: A fixed
number of models
per category
Nearest Neighbor
Approaches
• Non-parametric: keep all the data around
• Enables Label Transfer
• However
• No learning implies results depend on
features and distance metric
• Not shown to compete with
discriminatively-trained LDPM on Pascal
Per-Exemplar Methods
• NN-method, where each exemplar has its
own distance “similarity” function
• Better than using a single similarity measure
across all exemplars
Frome et al. 2007, Malisiewicz et al. 2008
Exemplar-SVMs
• Combine
• Effectiveness of discriminatively-trained object
detectors
• Explicit correspondence of Nearest Neighbor
approaches
Exemplar-SVMs
• Learn a separate linear SVM for each instance
(exemplar) in the dataset (PASCALVOC)
Exemplar-SVMs
• Learn a separate linear SVM for each instance
(exemplar) in the dataset (PASCALVOC)
• Each Exemplar-SVM is trained with a single positive
instance
Exemplar-SVMs
• Learn a separate linear SVM for each instance
(exemplar) in the dataset (PASCALVOC)
• Each Exemplar-SVM is trained with a single positive
instance
• Each Exemplar-SVM is more defined by “what it is
not” vs.“what it is similar to”
Exemplar-SVMs
• Because each Exemplar-SVM is defined by a single
positive instance, we can use different features for
each exemplar
Exemplar-SVMs
• Because each Exemplar-SVM is defined by a single
positive instance, we can use different features for
each exemplar
7x4 HOG 4x8 HOG
• Adapt features to each
exemplar’s aspect ratio
Exemplar-SVMs
Exemplar E’s Objective Function:
h(x) = max(1-x,0) “hinge-loss”
Exemplar-SVMs
Exemplar represented by ~100
HOG Cells (~3,100 features)
Exemplar E’s Objective Function:
h(x) = max(1-x,0) “hinge-loss”
Exemplar-SVMs
Windows from images not
containing any in-class instances
(~2,000 images x ~10,000
windows/image = ~2M negatives )
Exemplar represented by ~100
HOG Cells (~3,100 features)
Exemplar E’s Objective Function:
h(x) = max(1-x,0) “hinge-loss”
Large-scale training
• Each exemplar performs its
own hard negative mining
• Solve many convex learning
problems
• Parallel training on cluster
CPU1 CPU2 CPUN
Ex1 Ex2 ExN
...
Exemplar-SVM Calibration
Exemplar-SVM Calibration
1) Apply
ExemplarSVM to
held-out negative
images and all
positive images
Exemplar-SVM Calibration
1) Apply
ExemplarSVM to
held-out negative
images and all
positive images
2) Fit sigmoid to
responses [Platt 1999]
Exemplar-SVM Calibration
1) Apply
ExemplarSVM to
held-out negative
images and all
positive images
2) Fit sigmoid to
responses [Platt 1999]
Ensemble of Exemplar-SVMs
Exemplars
Image + Detections
Ensemble of Exemplar-SVMs
Learn an exemplar co-occurence matrix
Exemplars
Image + Detections
Qualitative Results
• Let’s take a look at some Exemplar-SVM
results in PASCALVOC dataset
Exemplar w Averaged Detections
Exemplar w Averaged Detections
Exemplar w Averaged Detections
Average of first
10
detections
Average of first
20
detections
Evaluating
Exemplar-SVMs
• Nearest Neighbor
• No Learning
• Per-Exemplar Distance Functions
• Learning in distance-to-exemplar space
[Malisiewicz et al. 2008]
• Exemplar-SVMs
Comparison of 3
methods
!"#$%&'()*+,--
!"#$%&'( ! ./%0102#3#435/6708(/$0.#737#3
9:;<
*Learned Distance Function
*
Comparison of 3
methods
!"#$%&'()*+,--
!"#$%&'( ! ./%0102#3#435/6708(/$0.#737#3
9:;<
*Learned Distance Function
*
Comparison of 3
methods
!"#$%&'()*+,--
!"#$%&'( ! ./%0102#3#435/6708(/$0.#737#3
9:;<
*Learned Distance Function
*
Comparison of 3
methods
!"#$%&'()*+,--
!"#$%&'( ! ./%0102#3#435/6708(/$0.#737#3
9:;<
*Learned Distance Function
*
Quantitative: PASCAL
VOC 2007 dataset
• A standard computer vision object
detection benchmark
• 20 object categories
• Machine performance is far below human
PASCALVOC 2007 Object
Category Detection Results
Object Category
Detection
NN + Cal 0.110
DFUN + Cal 0.155
Exemplar-SVMs + Cal 0.198
Exemplar-SVMs + Co-occ 0.227
DT* 0.097
LDPM** 0.266
mAP on PASCALVOC 2007 detection task
*Dalal et al. 2005 **Felzenszwalb et al. 2010
Beyond Object
Category Detection
• Based on the idea of label transfer,
ExemplarSVMs can be used for tasks which
go beyond object category detection
Task 1: Geometry
Transfer
Task 1: Evaluation on Buses
• 43.0% Hoiem et al. 2005
• 51.0% Category-SVM* + NN
• 62.3% Exemplar-SVMs
• measure pixelwise accuracy on the
3-class geometric-labeling problem:
“left,” “front,” “right”-facing
*Felzenszwalb et al. 2010
Detector w
Appearance
Exemplar
Task II: Person Prediction
Detector w
Appearance
Exemplar
Meta-data
Person
Task II: Person Prediction
Detector w
Appearance
Exemplar
Person
Meta-data
Person
Task II: Person Prediction
Task II: Evaluation
More Transfer Examples
3D Model Transfer
Manually align 3D
model from Google
3D Warehouse with
a subset of PASCAL
VOC “chair”
exemplars
Conclusion
Conclusion
• ExemplarSVMs can be used for recognition, label
transfer, and complementary object prediction
Conclusion
!"# !!!
"#$%&'()*+,-./ "#$%&'()*+,-.0 "#$%&'()*+,-.1-232'45647.+,-
• Large-scale negative mining is the key to
learning a good ExemplarSVM
• ExemplarSVMs can be used for recognition, label
transfer, and complementary object prediction
ThankYou
Questions?

Más contenido relacionado

Similar a Ensemble of Exemplar-SVM for Object Detection and Beyond

Declarative data analysis
Declarative data analysisDeclarative data analysis
Declarative data analysis
South West Data Meetup
 
Sift based arabic sign language recognition aecia 2014 –november17-19, addis ...
Sift based arabic sign language recognition aecia 2014 –november17-19, addis ...Sift based arabic sign language recognition aecia 2014 –november17-19, addis ...
Sift based arabic sign language recognition aecia 2014 –november17-19, addis ...
Tarek Gaber
 
EE660_Report_YaxinLiu_8448347171
EE660_Report_YaxinLiu_8448347171EE660_Report_YaxinLiu_8448347171
EE660_Report_YaxinLiu_8448347171
Yaxin Liu
 
Efficient Online Testing for DNN-Enabled Systems using Surrogate-Assisted and...
Efficient Online Testing for DNN-Enabled Systems using Surrogate-Assisted and...Efficient Online Testing for DNN-Enabled Systems using Surrogate-Assisted and...
Efficient Online Testing for DNN-Enabled Systems using Surrogate-Assisted and...
Lionel Briand
 
AIAA-SDM-SequentialSampling-2012
AIAA-SDM-SequentialSampling-2012AIAA-SDM-SequentialSampling-2012
AIAA-SDM-SequentialSampling-2012
OptiModel
 

Similar a Ensemble of Exemplar-SVM for Object Detection and Beyond (20)

in5490-classification (1).pptx
in5490-classification (1).pptxin5490-classification (1).pptx
in5490-classification (1).pptx
 
Gradient Based Power Line Insulator Detection
Gradient Based Power Line Insulator DetectionGradient Based Power Line Insulator Detection
Gradient Based Power Line Insulator Detection
 
Declarative data analysis
Declarative data analysisDeclarative data analysis
Declarative data analysis
 
Sift based arabic sign language recognition aecia 2014 –november17-19, addis ...
Sift based arabic sign language recognition aecia 2014 –november17-19, addis ...Sift based arabic sign language recognition aecia 2014 –november17-19, addis ...
Sift based arabic sign language recognition aecia 2014 –november17-19, addis ...
 
Machine learning
Machine learningMachine learning
Machine learning
 
Machine learning algorithm for classification of activity of daily life’s
Machine learning algorithm for classification of activity of daily life’sMachine learning algorithm for classification of activity of daily life’s
Machine learning algorithm for classification of activity of daily life’s
 
EE660_Report_YaxinLiu_8448347171
EE660_Report_YaxinLiu_8448347171EE660_Report_YaxinLiu_8448347171
EE660_Report_YaxinLiu_8448347171
 
How Machine Learning Helps Organizations to Work More Efficiently?
How Machine Learning Helps Organizations to Work More Efficiently?How Machine Learning Helps Organizations to Work More Efficiently?
How Machine Learning Helps Organizations to Work More Efficiently?
 
CounterFactual Explanations.pdf
CounterFactual Explanations.pdfCounterFactual Explanations.pdf
CounterFactual Explanations.pdf
 
11 whiteboxtesting
11 whiteboxtesting11 whiteboxtesting
11 whiteboxtesting
 
Nearest neighbour algorithm
Nearest neighbour algorithmNearest neighbour algorithm
Nearest neighbour algorithm
 
Support Vector Machines USING MACHINE LEARNING HOW IT WORKS
Support Vector Machines USING MACHINE LEARNING HOW IT WORKSSupport Vector Machines USING MACHINE LEARNING HOW IT WORKS
Support Vector Machines USING MACHINE LEARNING HOW IT WORKS
 
Machine Learning Guide maXbox Starter62
Machine Learning Guide maXbox Starter62Machine Learning Guide maXbox Starter62
Machine Learning Guide maXbox Starter62
 
Moviereview prjct
Moviereview prjctMoviereview prjct
Moviereview prjct
 
MEM and SEM in the GME framework: Modelling Perception and Satisfaction - Car...
MEM and SEM in the GME framework: Modelling Perception and Satisfaction - Car...MEM and SEM in the GME framework: Modelling Perception and Satisfaction - Car...
MEM and SEM in the GME framework: Modelling Perception and Satisfaction - Car...
 
Efficient Online Testing for DNN-Enabled Systems using Surrogate-Assisted and...
Efficient Online Testing for DNN-Enabled Systems using Surrogate-Assisted and...Efficient Online Testing for DNN-Enabled Systems using Surrogate-Assisted and...
Efficient Online Testing for DNN-Enabled Systems using Surrogate-Assisted and...
 
Simple rules for building robust machine learning models
Simple rules for building robust machine learning modelsSimple rules for building robust machine learning models
Simple rules for building robust machine learning models
 
svm.pptx
svm.pptxsvm.pptx
svm.pptx
 
Machine Learning workshop by GDSC Amity University Chhattisgarh
Machine Learning workshop by GDSC Amity University ChhattisgarhMachine Learning workshop by GDSC Amity University Chhattisgarh
Machine Learning workshop by GDSC Amity University Chhattisgarh
 
AIAA-SDM-SequentialSampling-2012
AIAA-SDM-SequentialSampling-2012AIAA-SDM-SequentialSampling-2012
AIAA-SDM-SequentialSampling-2012
 

Más de zukun

My lyn tutorial 2009
My lyn tutorial 2009My lyn tutorial 2009
My lyn tutorial 2009
zukun
 
ETHZ CV2012: Tutorial openCV
ETHZ CV2012: Tutorial openCVETHZ CV2012: Tutorial openCV
ETHZ CV2012: Tutorial openCV
zukun
 
ETHZ CV2012: Information
ETHZ CV2012: InformationETHZ CV2012: Information
ETHZ CV2012: Information
zukun
 
Siwei lyu: natural image statistics
Siwei lyu: natural image statisticsSiwei lyu: natural image statistics
Siwei lyu: natural image statistics
zukun
 
Lecture9 camera calibration
Lecture9 camera calibrationLecture9 camera calibration
Lecture9 camera calibration
zukun
 
Brunelli 2008: template matching techniques in computer vision
Brunelli 2008: template matching techniques in computer visionBrunelli 2008: template matching techniques in computer vision
Brunelli 2008: template matching techniques in computer vision
zukun
 
Modern features-part-4-evaluation
Modern features-part-4-evaluationModern features-part-4-evaluation
Modern features-part-4-evaluation
zukun
 
Modern features-part-3-software
Modern features-part-3-softwareModern features-part-3-software
Modern features-part-3-software
zukun
 
Modern features-part-2-descriptors
Modern features-part-2-descriptorsModern features-part-2-descriptors
Modern features-part-2-descriptors
zukun
 
Modern features-part-1-detectors
Modern features-part-1-detectorsModern features-part-1-detectors
Modern features-part-1-detectors
zukun
 
Modern features-part-0-intro
Modern features-part-0-introModern features-part-0-intro
Modern features-part-0-intro
zukun
 
Lecture 02 internet video search
Lecture 02 internet video searchLecture 02 internet video search
Lecture 02 internet video search
zukun
 
Lecture 01 internet video search
Lecture 01 internet video searchLecture 01 internet video search
Lecture 01 internet video search
zukun
 
Lecture 03 internet video search
Lecture 03 internet video searchLecture 03 internet video search
Lecture 03 internet video search
zukun
 
Icml2012 tutorial representation_learning
Icml2012 tutorial representation_learningIcml2012 tutorial representation_learning
Icml2012 tutorial representation_learning
zukun
 
Advances in discrete energy minimisation for computer vision
Advances in discrete energy minimisation for computer visionAdvances in discrete energy minimisation for computer vision
Advances in discrete energy minimisation for computer vision
zukun
 
Gephi tutorial: quick start
Gephi tutorial: quick startGephi tutorial: quick start
Gephi tutorial: quick start
zukun
 
EM algorithm and its application in probabilistic latent semantic analysis
EM algorithm and its application in probabilistic latent semantic analysisEM algorithm and its application in probabilistic latent semantic analysis
EM algorithm and its application in probabilistic latent semantic analysis
zukun
 
Object recognition with pictorial structures
Object recognition with pictorial structuresObject recognition with pictorial structures
Object recognition with pictorial structures
zukun
 
Iccv2011 learning spatiotemporal graphs of human activities
Iccv2011 learning spatiotemporal graphs of human activities Iccv2011 learning spatiotemporal graphs of human activities
Iccv2011 learning spatiotemporal graphs of human activities
zukun
 

Más de zukun (20)

My lyn tutorial 2009
My lyn tutorial 2009My lyn tutorial 2009
My lyn tutorial 2009
 
ETHZ CV2012: Tutorial openCV
ETHZ CV2012: Tutorial openCVETHZ CV2012: Tutorial openCV
ETHZ CV2012: Tutorial openCV
 
ETHZ CV2012: Information
ETHZ CV2012: InformationETHZ CV2012: Information
ETHZ CV2012: Information
 
Siwei lyu: natural image statistics
Siwei lyu: natural image statisticsSiwei lyu: natural image statistics
Siwei lyu: natural image statistics
 
Lecture9 camera calibration
Lecture9 camera calibrationLecture9 camera calibration
Lecture9 camera calibration
 
Brunelli 2008: template matching techniques in computer vision
Brunelli 2008: template matching techniques in computer visionBrunelli 2008: template matching techniques in computer vision
Brunelli 2008: template matching techniques in computer vision
 
Modern features-part-4-evaluation
Modern features-part-4-evaluationModern features-part-4-evaluation
Modern features-part-4-evaluation
 
Modern features-part-3-software
Modern features-part-3-softwareModern features-part-3-software
Modern features-part-3-software
 
Modern features-part-2-descriptors
Modern features-part-2-descriptorsModern features-part-2-descriptors
Modern features-part-2-descriptors
 
Modern features-part-1-detectors
Modern features-part-1-detectorsModern features-part-1-detectors
Modern features-part-1-detectors
 
Modern features-part-0-intro
Modern features-part-0-introModern features-part-0-intro
Modern features-part-0-intro
 
Lecture 02 internet video search
Lecture 02 internet video searchLecture 02 internet video search
Lecture 02 internet video search
 
Lecture 01 internet video search
Lecture 01 internet video searchLecture 01 internet video search
Lecture 01 internet video search
 
Lecture 03 internet video search
Lecture 03 internet video searchLecture 03 internet video search
Lecture 03 internet video search
 
Icml2012 tutorial representation_learning
Icml2012 tutorial representation_learningIcml2012 tutorial representation_learning
Icml2012 tutorial representation_learning
 
Advances in discrete energy minimisation for computer vision
Advances in discrete energy minimisation for computer visionAdvances in discrete energy minimisation for computer vision
Advances in discrete energy minimisation for computer vision
 
Gephi tutorial: quick start
Gephi tutorial: quick startGephi tutorial: quick start
Gephi tutorial: quick start
 
EM algorithm and its application in probabilistic latent semantic analysis
EM algorithm and its application in probabilistic latent semantic analysisEM algorithm and its application in probabilistic latent semantic analysis
EM algorithm and its application in probabilistic latent semantic analysis
 
Object recognition with pictorial structures
Object recognition with pictorial structuresObject recognition with pictorial structures
Object recognition with pictorial structures
 
Iccv2011 learning spatiotemporal graphs of human activities
Iccv2011 learning spatiotemporal graphs of human activities Iccv2011 learning spatiotemporal graphs of human activities
Iccv2011 learning spatiotemporal graphs of human activities
 

Último

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 

Último (20)

Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 

Ensemble of Exemplar-SVM for Object Detection and Beyond