Object Detection with Discriminatively Trained Part Based Models

Slides:



Advertisements
Similar presentations
Request Dispatching for Cheap Energy Prices in Cloud Data Centers
Advertisements

SpringerLink Training Kit
Luminosity measurements at Hadron Colliders
From Word Embeddings To Document Distances
Choosing a Dental Plan Student Name
Virtual Environments and Computer Graphics
Chương 1: CÁC PHƯƠNG THỨC GIAO DỊCH TRÊN THỊ TRƯỜNG THẾ GIỚI
THỰC TIỄN KINH DOANH TRONG CỘNG ĐỒNG KINH TẾ ASEAN –
D. Phát triển thương hiệu
NHỮNG VẤN ĐỀ NỔI BẬT CỦA NỀN KINH TẾ VIỆT NAM GIAI ĐOẠN
Điều trị chống huyết khối trong tai biến mạch máu não
BÖnh Parkinson PGS.TS.BS NGUYỄN TRỌNG HƯNG BỆNH VIỆN LÃO KHOA TRUNG ƯƠNG TRƯỜNG ĐẠI HỌC Y HÀ NỘI Bác Ninh 2013.
Nasal Cannula X particulate mask
Evolving Architecture for Beyond the Standard Model
HF NOISE FILTERS PERFORMANCE
Electronics for Pedestrians – Passive Components –
Parameterization of Tabulated BRDFs Ian Mallett (me), Cem Yuksel
L-Systems and Affine Transformations
CMSC423: Bioinformatic Algorithms, Databases and Tools
Some aspect concerning the LMDZ dynamical core and its use
Bayesian Confidence Limits and Intervals
实习总结 (Internship Summary)
Current State of Japanese Economy under Negative Interest Rate and Proposed Remedies Naoyuki Yoshino Dean Asian Development Bank Institute Professor Emeritus,
Front End Electronics for SOI Monolithic Pixel Sensor
Face Recognition Monday, February 1, 2016.
Solving Rubik's Cube By: Etai Nativ.
CS284 Paper Presentation Arpad Kovacs
انتقال حرارت 2 خانم خسرویار.
Summer Student Program First results
Theoretical Results on Neutrinos
HERMESでのHard Exclusive生成過程による 核子内クォーク全角運動量についての研究
Wavelet Coherence & Cross-Wavelet Transform
yaSpMV: Yet Another SpMV Framework on GPUs
Creating Synthetic Microdata for Higher Educational Use in Japan: Reproduction of Distribution Type based on the Descriptive Statistics Kiyomi Shirakawa.
MOCLA02 Design of a Compact L-­band Transverse Deflecting Cavity with Arbitrary Polarizations for the SACLA Injector Sep. 14th, 2015 H. Maesaka, T. Asaka,
Hui Wang†*, Canturk Isci‡, Lavanya Subramanian*,
Fuel cell development program for electric vehicle
Overview of TST-2 Experiment
Optomechanics with atoms
داده کاوی سئوالات نمونه
Inter-system biases estimation in multi-GNSS relative positioning with GPS and Galileo Cecile Deprez and Rene Warnant University of Liege, Belgium  
ლექცია 4 - ფული და ინფლაცია
10. predavanje Novac i financijski sustav
Wissenschaftliche Aussprache zur Dissertation
FLUORECENCE MICROSCOPY SUPERRESOLUTION BLINK MICROSCOPY ON THE BASIS OF ENGINEERED DARK STATES* *Christian Steinhauer, Carsten Forthmann, Jan Vogelsang,
Particle acceleration during the gamma-ray flares of the Crab Nebular
Interpretations of the Derivative Gottfried Wilhelm Leibniz
Advisor: Chiuyuan Chen Student: Shao-Chun Lin
Widow Rockfish Assessment
SiW-ECAL Beam Test 2015 Kick-Off meeting
On Robust Neighbor Discovery in Mobile Wireless Networks
Chapter 6 并发:死锁和饥饿 Operating Systems: Internals and Design Principles
You NEED your book!!! Frequency Distribution
Y V =0 a V =V0 x b b V =0 z
Fairness-oriented Scheduling Support for Multicore Systems
Climate-Energy-Policy Interaction
Hui Wang†*, Canturk Isci‡, Lavanya Subramanian*,
Ch48 Statistics by Chtan FYHSKulai
The ABCD matrix for parabolic reflectors and its application to astigmatism free four-mirror cavities.
Measure Twice and Cut Once: Robust Dynamic Voltage Scaling for FPGAs
Online Learning: An Introduction
Factor Based Index of Systemic Stress (FISS)
What is Chemistry? Chemistry is: the study of matter & the changes it undergoes Composition Structure Properties Energy changes.
THE BERRY PHASE OF A BOGOLIUBOV QUASIPARTICLE IN AN ABRIKOSOV VORTEX*
Quantum-classical transition in optical twin beams and experimental applications to quantum metrology Ivano Ruo-Berchera Frascati.
The Toroidal Sporadic Source: Understanding Temporal Variations
FW 3.4: More Circle Practice
ارائه یک روش حل مبتنی بر استراتژی های تکاملی گروه بندی برای حل مسئله بسته بندی اقلام در ظروف
Decision Procedures Christoph M. Wintersteiger 9/11/2017 3:14 PM
Limits on Anomalous WWγ and WWZ Couplings from DØ
Presentation transcript:

Object Detection with Discriminatively Trained Part Based Models Pedro F. Felzenszwalb, Ross B. Girshick, David McAllester, and Deva Ramanan

Motivation Problem: Detecting and localizing generic objects from categories (e.g. people, cars, etc.) in static images. Issues to overcome: Changes in illumination or viewpoint Non-rigid deformations, e.g. pose Intraclass variability, e.g. types of cars

Previous Works Dalal & Triggs ‘05 Fischler & Elschlager ‘73 Felzenszwalb & Huttenlocher ‘00 Histogram of Oriented Gradients (HOG) Support Vector Machines (SVM) Training Sliding window detection Pictorial structures Weak appearance models Non-Discriminative training Original Image Histogram of Oriented Gradients Pictorial Structures Model of a Face

Object Detection with Histogram of Oriented gradients Combine HOG and Linear SVM Detects objects using weighted HOG filters Inspect both positive and negative weighted results Human or not? Original Image Extracted Gradient Positive Weights Negative Weights

Deformable Part Models (DPM) Matching Mixture Models

Deformable Part Models (DPM) Represent object by several parts Model is deformable, i.e. parts can move independently of each other Parts are “punished” for being far away from their origin

Deformable Part Models (DPM) Model has a root filter FO and n part models represented by (Fi,vi,di) Fi is the i-th part filter vi is the is the origin of the i-th part relative to the root di is the deformation parameter Coarse Filter High-res Part Filter Deformation models

Deformable Part Models (DPM) 𝑠𝑐𝑜𝑟𝑒 𝑝 𝑜 ,…, 𝑝 𝑛 = 𝑖=0 𝑛 𝐹′ 𝑖 ∙𝜙 𝐻, 𝑝 𝑖 − 𝑖=1 𝑛 𝑑 𝑖 ∙ 𝜙 𝑑 𝑑𝑥 𝑖 , 𝑑𝑦 𝑖 +𝑏 Bias Filters Feature of subwindow at location pi Deformation Parameters Displacement of part i Score of hypothesis z… Unknown… Known… 𝑠𝑐𝑜𝑟𝑒 𝑧 =𝛽∙𝜓(𝐻,𝑧) 𝛽=( 𝐹 0 ,…, 𝐹 𝑛 , 𝑑 1 ,…, 𝑑 𝑛 ,𝑏) 𝜓 𝐻,𝑧 =(𝜙 𝐻, 𝑝 0 ,…,ϕ 𝐻, 𝑝 𝑛 ,−𝜙 𝑑𝑥 1 , 𝑑𝑦 1 ,…,−𝜙 𝑑𝑥 𝑛 , 𝑑𝑦 𝑛 ,1)

Deformable Part Models (DPM) Data term Spatial info 𝑠𝑐𝑜𝑟𝑒 𝑝 𝑜 ,…, 𝑝 𝑛 = 𝑖=0 𝑛 𝐹′ 𝑖 ∙𝜙 𝐻, 𝑝 𝑖 − 𝑖=1 𝑛 𝑑 𝑖 ∙ 𝜙 𝑑 𝑑𝑥 𝑖 , 𝑑𝑦 𝑖 +𝑏 Bias Feature of subwindow at location pi Deformation Parameters Displacement of part i Filters Initial condition: 𝑑 𝑖 =(0,0,1,1) Displacement Function: 𝜙 𝑑 𝑑𝑥,𝑑𝑦 =(𝑑𝑥,𝑑𝑦, 𝑑𝑥 2 , 𝑑𝑦 2 )

Matching 𝑠𝑐𝑜𝑟𝑒 𝑝 0 = max 𝑝 1 ,…, 𝑝 𝑛 𝑠𝑐𝑜𝑟𝑒( 𝑝 0 ,…, 𝑝 𝑛 ) The overall score of a root location is computed according to the best possible placement of parts High scoring root locations define detections High scoring part roots define object hypothesis 𝑠𝑐𝑜𝑟𝑒 𝑝 0 = max 𝑝 1 ,…, 𝑝 𝑛 𝑠𝑐𝑜𝑟𝑒( 𝑝 0 ,…, 𝑝 𝑛 )

Matching

Mixture Models Modelling for objects is done using multiple orientations Models subject to translation and rotation around the axis perpendicular to the page

Mixture Models Models are compared to source images in parallel Scores of model and part filtering are combined for detection

Latent SVM Add your first bullet point here Add your second bullet point here Add your third bullet point here

Training Add your first bullet point here Add your second bullet point here Add your third bullet point here

Results (PASCAL VOC 2008) Seven total systems competed DPM placed first in 7/20 categories

Title and content layout with SmartArt Task description Step 1 Title Step 2 Title Step 3 Title

Title and content layout with chart