1 / 53

Articulated Human Detection

Articulated Human Detection . Student: Yao-Sheng Wang Advisor: Prof. Sheng- Jyh Wang. Department of Electronics Engineering National Chiao Tung University. Hsinchu, Taiwan. Vision Lab 2012. 1. Outline. Introduction Related Works Idea Proposed Method Experimental Results

althea
Télécharger la présentation

Articulated Human Detection

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Articulated Human Detection Student: Yao-Sheng Wang Advisor: Prof. Sheng-Jyh Wang Department of Electronics Engineering National Chiao Tung University Hsinchu, Taiwan Vision Lab 2012 1

  2. Outline Introduction Related Works Idea Proposed Method Experimental Results Conclusion Reference

  3. Outline • Introduction • Motivation • Challenge • Representative Works • Potential Problems • Target • Related Works • Idea • Proposed Method • Experimental Results • Conclusion • Reference

  4. Motivation • Why we care about human detection? • We are human beings! • Wide range of applications: • Automotive safety • Surveillance system • Indoor care • Crime alert • Human-Computer Interface … etc.

  5. Outline • Introduction • Motivation • Challenge • Representative Works • Potential Problems • Target • Related Works • Idea • Proposed Method • Experimental Results • Conclusion • Reference

  6. Challenge • What makes human detection so difficult? • Illumination condition • Cluttered background • Change of viewpoints • Occlusion • Wearing difference • Diversity of human • Pose variation

  7. Challenge • What makes human detection so difficult? • Illumination condition • Cluttered background • Change of viewpoints • Occlusion • Wearing difference • Diversity of human • Pose variation

  8. Challenge • What makes human detection so difficult? • Illumination condition • Cluttered background • Change of viewpoints • Occlusion • Wearing difference • Diversity of human • Pose variation

  9. Challenge • What makes human detection so difficult? • Illumination condition • Cluttered background • Change of viewpoints • Occlusion • Wearing difference • Diversity of human • Pose variation

  10. challenge • Progress on “Machine Learning” technology • Handle more general and complicate cases. • Definition: • “Articulated Human Detection”.

  11. Outline • Introduction • Motivation • Challenge • Representative Works • Potential Problems • Target • Related Works • Idea • Proposed Method • Experimental Results • Conclusion • Reference

  12. Representative works (I) [P. Felzenszwalb, D. McAllester, and D. Ramanan. A discriminatively trained, multi-scale, deformable part model. In CVPR, 2008.] • Deformable Part Model • Root filter (mask). • Part filter (mask). • Penalty function.

  13. Representative works (II) [LubomirBourdev, Jitendra Malik. Poselets: Body Part Detectors Trained Using 3D Human Pose Annotations. In ICCV, 2009.]. Pose-let:

  14. Outline • Introduction • Motivation • Challenge • Representative Works • Potential Problems • Target • Related Works • Idea • Proposed Method • Experimental Results • Conclusion • Reference

  15. Potential Problems • Problems: • System complexity increased with the complexity of human poses. • More detectors needed. • Exhaustive search. • Sliding window method + Image pyramid. • Both problems leads to unacceptable speed for applications in real life.

  16. Outline • Introduction • Motivation • Challenge • Representative Works • Potential Problems • Target • Related Works • Idea • Proposed Method • Experimental Results • Conclusion • Reference

  17. Target • Target in the thesis: • Propose a detection scheme with acceptable detection speed in dealing with highly intra- class variation from the change of pose and viewpoint.

  18. Outline Introduction Related Works Idea Proposed Method Experimental Results Conclusion Reference

  19. Related works • Better features: • Cheap to compute and capture crucial information at the same time. Ex: HOG. • Better classifiers: • Linear classifiers. • Ex: Adaboost, Linear-SVM and Random-forests. • Better prior knowledge: • Ex: Information about ground plane.

  20. Related works [P. Felzenszwalb, R. Girshick, D. McAllester. Cascade Object Detection with Deformable Part Models. In CVPR, 2010.] • Cascades: • Cascade the part filters to reduce the searching regions.

  21. Related works Start • Discard non-promising hypotheses. • Class-dependent: • Branch and bound. (CVPR, 2008) • Class-independent: • What is an object? (CVPR, 2010) • Closure boundary, different appearance or salience. • Segmentation as selective search. (ICCV, 2011)

  22. Related works [P. Dollár, S. Belongie, P. Perona. The fastest pedestrian detector in the west. In BMVC, 2010.] [R. Benenson, M. Mathias, R. Timofte, and L. Van Gool. Pedestrian detection at 100 frames per second. In CVPR, 2012.] • Feature response approximation: • Feature approximation in testing step. • Feature approximation in training step.

  23. Outline Introduction Related Works Idea Proposed Method Experimental Results Conclusion Reference

  24. IDEA • Recall the memory of the first problem: • System complexity increased with the complexity of human poses (include variation of viewpoints). • How can we break the relation between the complexity of system and the one of human poses? • Choose stable features or body parts for detection.

  25. Idea Better prior knowledge:

  26. IDEA • Recall the memory of the second problem: • Exhaustive search. • “Sliding Window” + “Image Pyramid”. • How can we reduce the searching region? • Detect the common feature among these parts. • Use the cumulative characteristic of the feature to handle the variation of scale.

  27. Idea • Common feature • Body parts consist of combination of two edge segments. • Cumulative characteristic • Edge detector with fixed size + Combination.

  28. Comparison • The previous works focus on reducing the searching regions. • Specifically against “Exhaustive Search”. • Our method starts from breaking the relation between complexity of system and that of poses. Then, use the common feature and cumulative characteristic to cut down the searching space.

  29. Outline Introduction Related Works Idea Proposed Method Experimental Results Conclusion Reference

  30. System block • Bottom-up system:

  31. System block • Bottom-up system:

  32. Fast Part detection • Steps: • Detection of edge candidates. • Production of part candidates. • Refinement of part candidates.

  33. Detection of part candidates Detection and combination of segments(9 orientations).

  34. Production of part candidates Neighbor orientation consideration • Constraints on combination of edges. • Orientation, length ratio and color symmetry.

  35. Refinement of part candidates Feature = [Length Orientation HOG_features] feature134 feature400 feature2 feature33 ? ? HOG feature + Random forest training

  36. System block • Bottom-up system:

  37. Part combination • Problem: • No information about the classes of the limbs due to the low resolution of images or variation from hand gestures or appearance of shoes...etc. • Need another step to refine the combinations. • What information left? • Head-shoulder or head-torso.

  38. Part combination Any possibility for us to estimate the position and orientation of head-torso based on the architecture of current combinations?

  39. Part combination • Problem: • How to select body parts belong to specific human from lots of part candidates? • Too much possibilities for exhaustive search.

  40. Part combination • Clues for reducing the number of possible combinations. • Center distance, length ration or width ratio between two parts. • Combination with the number of parts more than four.

  41. Part combination • Conclusion for the clues mentioned in the previous slide. • Too complicate to combine the parts for the whole body. • Start from low-level combination of parts to reveal the benefits of physical constraints. • Break the problems into two levels. • Low-level combination. • High-level combination.

  42. Low-Level combination • How far can we reach for low-level combination? • 4-parts combination = lower body.

  43. Low-level combination feature134 feature400 ? ? feature2 feature33 False alarm exists. Joints relative position + Random Forest

  44. High-Level combination • Combination between the arms, legs, lower bodies and uncombined single parts from the low-level combination step. • Upper bound of the number of combination:

  45. System block • Bottom-up system:

  46. Combination refinement Pose prediction. Detection with DPM detector.

  47. Pose prediction • Feature: • Relative size ratio and positions between low-level combinations and architecture of each low-level combination. • Random Forest.

  48. Detection with DPm detector Use DPM detector to cover the intra-class variation. Model:

  49. Usage of head-shoulder information • Much stronger than information of limbs. • Head-shoulder to head-torso. • Start from head-torso to combine limbs back.

  50. System illustration • Pose Prediction • Head-Torso Detection Edge Candidates Part Candidates Part Detector Parts Low Level Part Combine Low Level Combination High Level Part Combine High Level Combination Result of Detection

More Related