SlideShare a Scribd company logo
Digest of Human Detection
from CVPR 2015
Jan. 27th, 2016, Daichi SUZUO
Digest of Human Detection from CVPR2015
Features
1. Combination Features and Models for Human Detection - Y. Jiang et al.
2. Filtered Channel Features for Pedestrian Detection - S. Zhang et al.
Training
3. Learning Scene-Specific Pedestrian Detectors without Real Data - H.Hattori et al.
4. Taking a Deeper Look at Pedestrians - J. Hosang et al.
5. Pedestrian Detection aided by Deep Learning Semantic Tasks - Y. Tian et al.
Dataset / Benchmark
6. Multispectral Pedestrian Detection :
Benchmark Dataset and Baseline - S. Hwang et al.
Fundamentals of Human Detection
• Machine learning based bi-class classifier
• Sliding window search
Negative class
Positive class Convert to
image feature
Training Classifier
Classifier
Crop Feature
extraction
Human?
Not human?
Image features
1. Combination Features and Models for Human Detection
- Y. Jiang et al.
2. Filtered Channel Features for Pedestrian Detection
- S. Zhang et al.
θ
1. Combination Features and Models
for Human Detection - Y. Jiang et al.
• Popular HOG feature[Dalal05]
Input image Edge-image
Edge
extraction
(“cell”)
pixel-wise
gradient
power
Histogram
θ
• Popular HOG feature[Dalal05]: 1st order feature
power
Input image 1st derivative
Differentiate
Histogram
(“cell”)
pixel-wise
gradient
idea: How about extending to 0-th/2nd order?
1. Combination Features and Models
for Human Detection - Y. Jiang et al.
1. Combination Features and Models
for Human Detection - Y. Jiang et al.
• 2nd order: HOB – “bar” shape
• Same as HOG, just using 2nd derivative
• 0th order: HOC – color feature
• Using HSI color space; H as θ, S as power
ignore I
convert to HSI
R
G
V
1. Combination Features and Models
for Human Detection - Y. Jiang et al.
• Combine them into one vector: HOG-III feature
1. Combination Features and Models
for Human Detection - Y. Jiang et al.
• Train different classifiers from the same HOG-IIIs
• Detect individually, and fuse into one result
Input
image
HOG-III
features
Detection by
Grammar model[Girshick11]
Detection by
Poselet model[Bourdev10]
Fusion
Final
result
(This is one of the key process of the method
Please refer the original paper for more details)
1. Combination Features and Models
for Human Detection - Y. Jiang et al.
Effect of HOG-III
Effect of Fusion
Feature AP
HOG 45.8%
HOC+HOG+HOB 50.1%
HOG-III 51.3%
Classifier AP
Single use of Grammer 45.8%
Single use of Poselet 47.0%
Fusion 52.3% Combining HOG-III and Fusion
performs best
2. Filtered Channel Features
for Pedestrian Detection - S. Zhang et al.
• Extension of “Integral Channel Features” [Dollár09]
• ChnFtrs: Extension of “Viola-Jones method” [Viola02]
(Viola-Jones method)
…
…
…
Input image
Learn decision-tree
by AdaBoost
Extract “Haar-like”
Features (scalar)
※Sum of difference between
white and black region
2. Filtered Channel Features
for Pedestrian Detection - S. Zhang et al.
• Extension of “Integral Channel Features” [Dollár09]
• ChnFtrs: Extension of “Viola-Jones method” [Viola02]
(Integral Channel Features)
…
…
…
Input image
Learn decision-tree
by AdaBoost
“channel”
Extract sum
of rectangle
※Unlike
Haar-like
Transform
2. Filtered Channel Features
for Pedestrian Detection - S. Zhang et al.
• Extension of “Integral Channel Features” [Dollár09]
• ChnFtrs: Extension of “Viola-Jones method” [Viola02]
(Filtered Channel Features)
…
…
…
Learn decision-tree
by AdaBoost
“channel” Apply various
filters
(convolution)
…
*
*
Pick-up
pixel value
as a feature
…
2. Filtered Channel Features
for Pedestrian Detection - S. Zhang et al.
Using 50 filters
performs bestAchieved the highest accuracy
Training
3. Learning Scene-Specific Pedestrian Detectors
without Real Data - H. Hattori et al.
4. Taking a Deeper Look at Pedestrians
- J. Hosang et al.
5. Pedestrian Detection aided by
Deep Learning Semantic Tasks - Y. Tian et al.
• Train detector by CG-based training datasets
3. Learning Scene-Specific Pedestrian Detectors
without Real Data - H. Hattori et al.
Real background
(static image)
annotate
CG-based human
composite
Simulated scene
• Not only scene-specific, but also location-specific!
3. Learning Scene-Specific Pedestrian Detectors
without Real Data - H. Hattori et al.
…
Classifier
Classifier
…
Grid with overwrap
(102~105 patches)
Training images
(~103 pos, ~103 neg
for each patch)
Joint
Classifier
Ensemble
Training
Scene-specific
Location-specific
detectors
3. Learning Scene-Specific Pedestrian Detectors
without Real Data - H. Hattori et al.
Patch size # detectors Avg. Precision
8x8 371 .802
16x16 102 .798
32x32 30 .764
Effect of location-specific detection
Example of the detection result
Comparison
“convnet still underperforms state-of-the-arts”
…Really?
Enhance know-how of convnet based detector
4. Taking a Deeper Look at Pedestrians - J. Hosang et al.
• Small network (CifarNet) / Big network (AlexNet)
• Window size
• How to collect training images
• Fine-tuning
• Number and Type of layers
• …
4. Taking a Deeper Look at Pedestrians - J. Hosang et al.
Convnet with the best configuration outperforms!
Interesting points:
• Ratio of pos/neg does not affect
to the accuracy so much
• Data-augumentation is effective
• Network size should be chosen
by the amount of training samples
• ...
5. Pedestrian Detection aided by
Deep Learning Semantic Tasks - Y. Tian et al.
Binary-classification is sometimes insufficient…
Human
Not human
(Hard negatives)
It is necessary to use semantic information jointly
5. Pedestrian Detection aided by
Deep Learning Semantic Tasks - Y. Tian et al.
Classify pedestrian and Recognize semantic at once!
5. Pedestrian Detection aided by
Deep Learning Semantic Tasks - Y. Tian et al.
Classify pedestrian and Recognize semantic at once!
Also recognizes current scene semantics
• Pedestrian attribute (e.g. wearing backpack)
• Background attribute (e.g. road, sky, …)
5. Pedestrian Detection aided by
Deep Learning Semantic Tasks - Y. Tian et al.
Classify pedestrian and Recognize semantic at once!
Difficult to collect various (annotated) negs from one dataset…
Transfer from other annotated datasets by TA-CNN
(Please refer the original and related papers for more details about TA-CNN…)
5. Pedestrian Detection aided by
Deep Learning Semantic Tasks - Y. Tian et al.
Comparison with CNN-based methods
Example of detection results
Benchmark / Dataset
6. Multispectral Pedestrian Detection :
Benchmark Dataset and Baseline - S. Hwang et al.
• Dataset of visible-light and thermal image
6. Multispectral Pedestrian Detection :
Benchmark Dataset and Baseline - S. Hwang et al.
Contributions:
• Color and thermal images
• Both test/training data
• Temporally-corresponded tag
• Large enough
• …
Takeaways
• Human detection is still challenging
• Deep learning does not necessarily solve
every problems at this moment 
• There are several knowledge that might be helpful
for your research/hobby/…
Takeaways
References / Supplemental materials
1. Filtered channel features for pedestrian detection
4. Taking a Deeper Look at Pedestrians
• Author's website: http://rodrigob.github.io/
3. Learning Scene-Specific Pedestrian Detectors without Real Data
• Project: http://vishnu.boddeti.net/projects/detection-by-synthesis.html
• YouTube: https://youtu.be/2Jf7faozHUs
5. Pedestrian Detection aided by Deep Learning Semantic Tasks
• Project: http://mmlab.ie.cuhk.edu.hk/projects/TA-CNN/
6. Multispectral Pedestrian Detection: Benchmark Dataset and Baseline
• Lab: http://rcv.kaist.ac.kr/v2/
And all the papers of CVPR2015 are available at cv-foundation.org
See also

More Related Content

PDF
Real time pedestrian detection, tracking, and distance estimation
PPTX
A Comparison of People Counting Techniques via Video Scene Analysis
PPTX
People counting in low density video sequences2
PDF
Visual Object Tracking: review
PDF
Presentation of Visual Tracking
PPT
Presentation Object Recognition And Tracking Project
PPTX
Object Detection & Tracking
PDF
Object tracking
Real time pedestrian detection, tracking, and distance estimation
A Comparison of People Counting Techniques via Video Scene Analysis
People counting in low density video sequences2
Visual Object Tracking: review
Presentation of Visual Tracking
Presentation Object Recognition And Tracking Project
Object Detection & Tracking
Object tracking

What's hot (20)

PPT
Video object tracking with classification and recognition of objects
PPTX
Object tracking a survey
PDF
Occlusion and Abandoned Object Detection for Surveillance Applications
PPT
Moving object detection
PPTX
HUMAN MOTION DETECTION AND TRACKING FOR VIDEO SURVEILLANCE
PDF
Object tracking presentation
PDF
Object video tracking using a pan tilt-zoom system
PPTX
multiple object tracking using particle filter
PDF
Object Detection and tracking in Video Sequences
PPTX
Object tracking
PPTX
Object tracking survey
PDF
Object detection technique using bounding box algorithm for
PDF
Overview Of Video Object Tracking System
PDF
Object tracking final
PPTX
Multiple Object Tracking
PDF
A Survey on Approaches for Object Tracking
PPT
Video Surveillance Systems For Traffic Monitoring
PPTX
HUMAN MOTION DETECTION AND TRACKING FOR VIDEO SURVEILLANCE
Video object tracking with classification and recognition of objects
Object tracking a survey
Occlusion and Abandoned Object Detection for Surveillance Applications
Moving object detection
HUMAN MOTION DETECTION AND TRACKING FOR VIDEO SURVEILLANCE
Object tracking presentation
Object video tracking using a pan tilt-zoom system
multiple object tracking using particle filter
Object Detection and tracking in Video Sequences
Object tracking
Object tracking survey
Object detection technique using bounding box algorithm for
Overview Of Video Object Tracking System
Object tracking final
Multiple Object Tracking
A Survey on Approaches for Object Tracking
Video Surveillance Systems For Traffic Monitoring
HUMAN MOTION DETECTION AND TRACKING FOR VIDEO SURVEILLANCE
Ad

Viewers also liked (20)

PDF
Efficient exploration of region hierarchies for semantic segmentation
PDF
Binary code-based Human Detection
PPT
Positioning And Orientation In Indoor Environments Using Camera 2003
PDF
Face Detection using Multi-view HOGs
PPTX
Non maxima-suppression
PPT
Non-maximum suppression using fewer than two comparison per pixels
PPTX
3D Reality Tracking in Realtime - Team Hendy-Sigit
PPTX
Through the wall human detection
PPTX
A Proposed Framework for Robust Face Identification System
PDF
Passenger Counting / People Counting Applications and Devices
PDF
Customer Churn Analytics using Microsoft R Open
PPTX
Human detection iccv09
PPTX
Background subtraction
PDF
Estimating Human Pose from Occluded Images (ACCV 2009)
PPTX
Masonic regalia craft provincial jewels
DOC
Cmp 104
PDF
Diseño sísmico de la conexión losa columna en losas planas postensadas aliger...
PDF
Informe de gestión
TXT
Nuevo documento de texto (2)
Efficient exploration of region hierarchies for semantic segmentation
Binary code-based Human Detection
Positioning And Orientation In Indoor Environments Using Camera 2003
Face Detection using Multi-view HOGs
Non maxima-suppression
Non-maximum suppression using fewer than two comparison per pixels
3D Reality Tracking in Realtime - Team Hendy-Sigit
Through the wall human detection
A Proposed Framework for Robust Face Identification System
Passenger Counting / People Counting Applications and Devices
Customer Churn Analytics using Microsoft R Open
Human detection iccv09
Background subtraction
Estimating Human Pose from Occluded Images (ACCV 2009)
Masonic regalia craft provincial jewels
Cmp 104
Diseño sísmico de la conexión losa columna en losas planas postensadas aliger...
Informe de gestión
Nuevo documento de texto (2)
Ad

Similar to Digest of Human Detection from CVPR2015 (20)

PPTX
ObjRecog2-17 (1).pptx
PDF
On comprehensive analysis of learning algorithms on pedestrian detection usin...
PDF
ObjectDetectionUsingMachineLearningandNeuralNetworks.pdf
PDF
Deep Learning for X ray Image to Text Generation
PDF
[CVPR 2018] Utilizing unlabeled or noisy labeled data (classification, detect...
PDF
Real time pedestrian detection with deformable part models [h. cho, p. rybski...
PDF
Pedestrian classification on transfer learning based deep convolutional neur...
PPT
Final PPT.ppt about human detection and counting
PDF
IRJET- Real-Time Object Detection using Deep Learning: A Survey
PDF
Real Time Object Detection with Audio Feedback using Yolo v3
PDF
IRJET- Application of MCNN in Object Detection
PDF
Application To Monitor And Manage People In Crowded Places Using Neural Networks
PDF
Object Detection An Overview
PDF
Human Detection and Tracking Using Apparent Features under.pdf
PDF
Object Detection Beyond Mask R-CNN and RetinaNet I
PDF
A Brief History of Object Detection / Tommi Kerola
PDF
REVIEW ON OBJECT DETECTION WITH CNN
PDF
物件偵測與辨識技術
PPTX
Presentation1.pptx
PDF
IRJET- Object Detection in an Image using Deep Learning
ObjRecog2-17 (1).pptx
On comprehensive analysis of learning algorithms on pedestrian detection usin...
ObjectDetectionUsingMachineLearningandNeuralNetworks.pdf
Deep Learning for X ray Image to Text Generation
[CVPR 2018] Utilizing unlabeled or noisy labeled data (classification, detect...
Real time pedestrian detection with deformable part models [h. cho, p. rybski...
Pedestrian classification on transfer learning based deep convolutional neur...
Final PPT.ppt about human detection and counting
IRJET- Real-Time Object Detection using Deep Learning: A Survey
Real Time Object Detection with Audio Feedback using Yolo v3
IRJET- Application of MCNN in Object Detection
Application To Monitor And Manage People In Crowded Places Using Neural Networks
Object Detection An Overview
Human Detection and Tracking Using Apparent Features under.pdf
Object Detection Beyond Mask R-CNN and RetinaNet I
A Brief History of Object Detection / Tommi Kerola
REVIEW ON OBJECT DETECTION WITH CNN
物件偵測與辨識技術
Presentation1.pptx
IRJET- Object Detection in an Image using Deep Learning

Recently uploaded (20)

PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Encapsulation theory and applications.pdf
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
Machine Learning_overview_presentation.pptx
PPTX
Spectroscopy.pptx food analysis technology
PPTX
sap open course for s4hana steps from ECC to s4
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
Cloud computing and distributed systems.
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
NewMind AI Weekly Chronicles - August'25-Week II
DOCX
The AUB Centre for AI in Media Proposal.docx
Chapter 3 Spatial Domain Image Processing.pdf
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Encapsulation theory and applications.pdf
Network Security Unit 5.pdf for BCA BBA.
Machine Learning_overview_presentation.pptx
Spectroscopy.pptx food analysis technology
sap open course for s4hana steps from ECC to s4
Per capita expenditure prediction using model stacking based on satellite ima...
Encapsulation_ Review paper, used for researhc scholars
Unlocking AI with Model Context Protocol (MCP)
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Review of recent advances in non-invasive hemoglobin estimation
Building Integrated photovoltaic BIPV_UPV.pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
Cloud computing and distributed systems.
Programs and apps: productivity, graphics, security and other tools
Advanced methodologies resolving dimensionality complications for autism neur...
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
NewMind AI Weekly Chronicles - August'25-Week II
The AUB Centre for AI in Media Proposal.docx

Digest of Human Detection from CVPR2015

  • 1. Digest of Human Detection from CVPR 2015 Jan. 27th, 2016, Daichi SUZUO
  • 2. Digest of Human Detection from CVPR2015 Features 1. Combination Features and Models for Human Detection - Y. Jiang et al. 2. Filtered Channel Features for Pedestrian Detection - S. Zhang et al. Training 3. Learning Scene-Specific Pedestrian Detectors without Real Data - H.Hattori et al. 4. Taking a Deeper Look at Pedestrians - J. Hosang et al. 5. Pedestrian Detection aided by Deep Learning Semantic Tasks - Y. Tian et al. Dataset / Benchmark 6. Multispectral Pedestrian Detection : Benchmark Dataset and Baseline - S. Hwang et al.
  • 3. Fundamentals of Human Detection • Machine learning based bi-class classifier • Sliding window search Negative class Positive class Convert to image feature Training Classifier Classifier Crop Feature extraction Human? Not human?
  • 4. Image features 1. Combination Features and Models for Human Detection - Y. Jiang et al. 2. Filtered Channel Features for Pedestrian Detection - S. Zhang et al.
  • 5. θ 1. Combination Features and Models for Human Detection - Y. Jiang et al. • Popular HOG feature[Dalal05] Input image Edge-image Edge extraction (“cell”) pixel-wise gradient power Histogram
  • 6. θ • Popular HOG feature[Dalal05]: 1st order feature power Input image 1st derivative Differentiate Histogram (“cell”) pixel-wise gradient idea: How about extending to 0-th/2nd order? 1. Combination Features and Models for Human Detection - Y. Jiang et al.
  • 7. 1. Combination Features and Models for Human Detection - Y. Jiang et al. • 2nd order: HOB – “bar” shape • Same as HOG, just using 2nd derivative • 0th order: HOC – color feature • Using HSI color space; H as θ, S as power ignore I convert to HSI R G V
  • 8. 1. Combination Features and Models for Human Detection - Y. Jiang et al. • Combine them into one vector: HOG-III feature
  • 9. 1. Combination Features and Models for Human Detection - Y. Jiang et al. • Train different classifiers from the same HOG-IIIs • Detect individually, and fuse into one result Input image HOG-III features Detection by Grammar model[Girshick11] Detection by Poselet model[Bourdev10] Fusion Final result (This is one of the key process of the method Please refer the original paper for more details)
  • 10. 1. Combination Features and Models for Human Detection - Y. Jiang et al. Effect of HOG-III Effect of Fusion Feature AP HOG 45.8% HOC+HOG+HOB 50.1% HOG-III 51.3% Classifier AP Single use of Grammer 45.8% Single use of Poselet 47.0% Fusion 52.3% Combining HOG-III and Fusion performs best
  • 11. 2. Filtered Channel Features for Pedestrian Detection - S. Zhang et al. • Extension of “Integral Channel Features” [Dollár09] • ChnFtrs: Extension of “Viola-Jones method” [Viola02] (Viola-Jones method) … … … Input image Learn decision-tree by AdaBoost Extract “Haar-like” Features (scalar) ※Sum of difference between white and black region
  • 12. 2. Filtered Channel Features for Pedestrian Detection - S. Zhang et al. • Extension of “Integral Channel Features” [Dollár09] • ChnFtrs: Extension of “Viola-Jones method” [Viola02] (Integral Channel Features) … … … Input image Learn decision-tree by AdaBoost “channel” Extract sum of rectangle ※Unlike Haar-like Transform
  • 13. 2. Filtered Channel Features for Pedestrian Detection - S. Zhang et al. • Extension of “Integral Channel Features” [Dollár09] • ChnFtrs: Extension of “Viola-Jones method” [Viola02] (Filtered Channel Features) … … … Learn decision-tree by AdaBoost “channel” Apply various filters (convolution) … * * Pick-up pixel value as a feature …
  • 14. 2. Filtered Channel Features for Pedestrian Detection - S. Zhang et al. Using 50 filters performs bestAchieved the highest accuracy
  • 15. Training 3. Learning Scene-Specific Pedestrian Detectors without Real Data - H. Hattori et al. 4. Taking a Deeper Look at Pedestrians - J. Hosang et al. 5. Pedestrian Detection aided by Deep Learning Semantic Tasks - Y. Tian et al.
  • 16. • Train detector by CG-based training datasets 3. Learning Scene-Specific Pedestrian Detectors without Real Data - H. Hattori et al. Real background (static image) annotate CG-based human composite Simulated scene
  • 17. • Not only scene-specific, but also location-specific! 3. Learning Scene-Specific Pedestrian Detectors without Real Data - H. Hattori et al. … Classifier Classifier … Grid with overwrap (102~105 patches) Training images (~103 pos, ~103 neg for each patch) Joint Classifier Ensemble Training Scene-specific Location-specific detectors
  • 18. 3. Learning Scene-Specific Pedestrian Detectors without Real Data - H. Hattori et al. Patch size # detectors Avg. Precision 8x8 371 .802 16x16 102 .798 32x32 30 .764 Effect of location-specific detection Example of the detection result Comparison
  • 19. “convnet still underperforms state-of-the-arts” …Really? Enhance know-how of convnet based detector 4. Taking a Deeper Look at Pedestrians - J. Hosang et al. • Small network (CifarNet) / Big network (AlexNet) • Window size • How to collect training images • Fine-tuning • Number and Type of layers • …
  • 20. 4. Taking a Deeper Look at Pedestrians - J. Hosang et al. Convnet with the best configuration outperforms! Interesting points: • Ratio of pos/neg does not affect to the accuracy so much • Data-augumentation is effective • Network size should be chosen by the amount of training samples • ...
  • 21. 5. Pedestrian Detection aided by Deep Learning Semantic Tasks - Y. Tian et al. Binary-classification is sometimes insufficient… Human Not human (Hard negatives) It is necessary to use semantic information jointly
  • 22. 5. Pedestrian Detection aided by Deep Learning Semantic Tasks - Y. Tian et al. Classify pedestrian and Recognize semantic at once!
  • 23. 5. Pedestrian Detection aided by Deep Learning Semantic Tasks - Y. Tian et al. Classify pedestrian and Recognize semantic at once! Also recognizes current scene semantics • Pedestrian attribute (e.g. wearing backpack) • Background attribute (e.g. road, sky, …)
  • 24. 5. Pedestrian Detection aided by Deep Learning Semantic Tasks - Y. Tian et al. Classify pedestrian and Recognize semantic at once! Difficult to collect various (annotated) negs from one dataset… Transfer from other annotated datasets by TA-CNN (Please refer the original and related papers for more details about TA-CNN…)
  • 25. 5. Pedestrian Detection aided by Deep Learning Semantic Tasks - Y. Tian et al. Comparison with CNN-based methods Example of detection results
  • 26. Benchmark / Dataset 6. Multispectral Pedestrian Detection : Benchmark Dataset and Baseline - S. Hwang et al.
  • 27. • Dataset of visible-light and thermal image 6. Multispectral Pedestrian Detection : Benchmark Dataset and Baseline - S. Hwang et al. Contributions: • Color and thermal images • Both test/training data • Temporally-corresponded tag • Large enough • …
  • 29. • Human detection is still challenging • Deep learning does not necessarily solve every problems at this moment  • There are several knowledge that might be helpful for your research/hobby/… Takeaways
  • 31. 1. Filtered channel features for pedestrian detection 4. Taking a Deeper Look at Pedestrians • Author's website: http://rodrigob.github.io/ 3. Learning Scene-Specific Pedestrian Detectors without Real Data • Project: http://vishnu.boddeti.net/projects/detection-by-synthesis.html • YouTube: https://youtu.be/2Jf7faozHUs 5. Pedestrian Detection aided by Deep Learning Semantic Tasks • Project: http://mmlab.ie.cuhk.edu.hk/projects/TA-CNN/ 6. Multispectral Pedestrian Detection: Benchmark Dataset and Baseline • Lab: http://rcv.kaist.ac.kr/v2/ And all the papers of CVPR2015 are available at cv-foundation.org See also

Editor's Notes

  • #12: https://en.wikipedia.org/wiki/File:Lenna.png
  • #15: https://pixabay.com/en/newcastle-upon-tyne-england-road-594165/
  • #16: Then, let us go to the main topics. The first group is about image features, there are 2 papers. Why are features important? Good feature suppresses useless change of images, like lightning conditions, while keeping enough information. This is kind of a trade-off, where the difficulty comes from.
  • #17: The principle of good detector is; If the training dataset can be collected from exactly same scene as the detection time, the detector will surely outperform the general detector trained by common training data. But data-annotation is really heavy task, although it is necessary to create training dataset. The basic idea of the paper is generation of training data by combination of actual background and CG-generated people. This approach is called “generative learning”.
  • #18: https://twitter.com/hirokatukataoka/status/592874061170135040
  • #19: https://twitter.com/hirokatukataoka/status/592874061170135040 あと表2もはる。Location specificにするとよくなること。
  • #27: Then, let us go to the main topics. The first group is about image features, there are 2 papers. Why are features important? Good feature suppresses useless change of images, like lightning conditions, while keeping enough information. This is kind of a trade-off, where the difficulty comes from.
  • #28: ・色やサーマル単独だったらあるけど同時提供は初。などなど
  • #29: Then, let us go to the main topics. The first group is about image features, there are 2 papers. Why are features important? Good feature suppresses useless change of images, like lightning conditions, while keeping enough information. This is kind of a trade-off, where the difficulty comes from.
  • #30: ・色やサーマル単独だったらあるけど同時提供は初。などなど
  • #31: Then, let us go to the main topics. The first group is about image features, there are 2 papers. Why are features important? Good feature suppresses useless change of images, like lightning conditions, while keeping enough information. This is kind of a trade-off, where the difficulty comes from.