computer vision techniques for
play

Computer vision techniques for video surveillance Huiyu Zhou, Ph.D. - PowerPoint PPT Presentation

Computer vision techniques for video surveillance Huiyu Zhou, Ph.D. January, 2016 Film: Spectre London riots: Tottenham violence, 5 August, 2011 Motivation Age classification Gender classification Behaviour analysis Summary


  1. Computer vision techniques for video surveillance Huiyu Zhou, Ph.D. January, 2016

  2. Film: Spectre

  3. London riots: Tottenham violence, 5 August, 2011

  4. • Motivation • Age classification • Gender classification • Behaviour analysis • Summary

  5. • >4,000,000 cameras, UK, 2014.

  6. • >4,000,000 cameras, UK, 2014. • Major concern: crime in public places.

  7. • >4,000,000 cameras, UK, 2014. • Major concern: crime in public places. • ~70% of offenders are young adolescent males [1]. 1. P. Miller, W. Liu, C. Fowler, K. McLaughlin, H. Zhou, J. Shen, J. Ma, H. Wang, J. Zhang, W. Yan and S. Sezer, “Intelligent Sensor Information System for Public Transport: To Safely Go”, IEEE International Conference on Advanced Video and Signal-Based Surveillance, 2010.

  8. • >4,000,000 cameras, UK, 2014. • Major concern: crime in public places. • ~70% of offenders are young adolescent males [1]. • Our research focus: what is the age/gender of the target? What is s/he doing (behaviour)? 1. P. Miller, W. Liu, C. Fowler, K. McLaughlin, H. Zhou, J. Shen, J. Ma, H. Wang, J. Zhang, W. Yan and S. Sezer, “Intelligent Sensor Information System for Public Transport: To Safely Go”, IEEE International Conference on Advanced Video and Signal-Based Surveillance, 2010.

  9. • Motivation • Age classification • Gender classification • Behaviour analysis • Summary

  10. Challenges • Intrapersonal variation: anatomical changes on faces. Tony Blair: 10+, 30+, 50+ (left to right) • Interpersonal variation: individual evolution of faces. Bill Gates: 10+, 20+, 50+ (left to right)

  11. Whole picture of our system Months 4 years 7 years 14 years • Original images • Adaptive Difference of Gaussian (DoG) • Radon Transform (RT): x – intensity, y – bins • Feature selection/SVM classification

  12. Feature extraction: Adaptive DoG • Benefits – To reduce the effects of rapid intensity changes on faces • Adaptive DoG filtering: – Subtracting two convolutions: σ 1 = σ 0 /8, σ 2 = σ 0 /16 – Gamma correction – Contrast equalisation Contrast equalisation (x - greyscale, y - pixel no.)

  13. Feature extraction: why Radon Transform? • In-plane rotation invariant transform at different rotations (x – 1-D illustration of Radon angle/deg, y – projection displacement). • Detecting facial curves (e.g. wrinkles)

  14. Feature extraction: how I use Radon Transform? • Similarity measured by Radon projection correlation distance [2]. – 2-D Radon transform of different images (x angle/deg, y – projection displacement) H. Zhou, P. Miller and J. Zhang, “Age classification using Radon transform and entropy based scaling SVM”, Proc. 2. Of British Machine Vision Conference, 2011.

  15. Feature selection: entropy based scaling SVM • What is scaling ? – A scheme to select the hyper-parameters (SVM) for the least generalisation error • Scaling SVM – Continuously update kernel Classification results Classification results K and weight w of parameter set 1 of parameter set 2 Illustration of scaling SVM

  16. Experimental work: set-up • Objective: to separate teenagers and adults • Comparisons: our system (DRTP) against 5-fold SVM with a) PCA (principal component analysis) b) LBP (linear binary pattern) c) HOG (histogram of oriented gradients) d) DRT (DoG/RT/no feature selection) e) DRTC (DoG/RT/feature selection) f) HOGSS (HOG with feature selection) • Test databases: FG-NET and MORTH Examples from the two databases

  17. Experimental work: MORTH dataset LBP (x – bins, y – numbers) PCA reconstruction of 50 eigenvectors Images of different ages HOG (x - feature index, y – gradient Proposed (x - feature index, y – values) intensity pixels)

  18. Experimental work: MORTH dataset Feature selection outcomes Classification by seven algorithms

  19. • Motivation • Age classification • Gender classification • Behaviour analysis • Summary

  20. Challenges • Research categories: Face and full body based • Face based: require frontal faces and affected by occlusions [3] 3. H. Zhou and A. Sadka, "Combining perceptual features with diffusion distance for face recognition". IEEE Trans. on System, Man, and Cyber. – Part C, Vol. 41, Issue 5, 577-588, 2011.

  21. Challenges – demo of walking patterns • Full body based: gaits • Side-view problem Courtesy of Biomotion Lab, Canada

  22. Our approach 1) Combination of facial and full body measurements

  23. Our approach 1) Combination of facial and full body measurements 2) Face channel: face detection  PCA features

  24. Face detection and PCA

  25. Our approach 1) Combination of face and full body measurements 2) Face channel: face detection  PCA features 3) Full body channel: background subtraction  PiHOG features

  26. Background subtraction and PiHOG

  27. Our approach 1) Combination of face and full body measurements 2) Face channel: face detection  PCA features 3) Full body channel: background subtraction  PiHOG features “ EntropyBoost ”  4) classifier probability estimate in each channel

  28. Our approach 1) Combination of face and full body measurements 2) Face channel: face detection  PCA features 3) Full body channel: background subtraction  PiHOG features “ EntropyBoost ”  4) classifier probability estimate in each channel 5) Fusing two channels: score integration [4] 4. H. Zhou, P. Miller, J. Zhang, D. Crookes, F. Campbell-West, M. Collins, H. Wang, “ EntropyBoost based gender Classification using facial and full body measurements”, Technical report, 2013.

  29. Demo video: gender classification

  30. Experimental results Gender classification errors of different systems: “CF” – face/body HOG features + SVM; “FP” - face PCA features + SVM; “BH” – body HOG features + SVM; “EF” – our system.

  31. • Motivation • Age classification • Gender classification • Behaviour analysis – Human tracking (single and multiple cameras) – Trajectory clustering – Event reasoning • Summary

  32. Single-camera human tracking • Challenges – Occlusions/pose or light changes

  33. Single-camera human tracking • Challenges – Occlusions/pose or light changes • Heterogeneous sensors – Kalman filter based audio/visual data association scheme [5] 5. H. Zhou, M. Taj and A. Cavallaro, "Target detection and tracking with heterogeneous sensors". IEEE Journal of Selected Topics in Signal Processing, Vol. 2, No. 4, 503-513, 2008.

  34. Demo video can be found at: http://sites.google.com/site/huiyujoe/ Particle filter Graph matching Audio Detection (TOA) Our system

  35. Single-camera human tracking • Challenges – Occlusions/pose or light changes • Heterogeneous sensors – Kalman filter based audio/visual data association scheme [5] • Kernel estimation and local features – Effective combination of mean shift and SIFT features [6] 5. H. Zhou, M. Taj and A. Cavallaro, "Target detection and tracking with heterogeneous sensors". IEEE Journal of Selected Topics in Signal Processing, Vol. 2, No. 4, 503-513, 2008. 6. H. Zhou, Y. Yuan and C. Shi, “Object tracking using SIFT features and mean shift” . Computer Vision and Image Understanding, Vol. 113, No. 3, 345-352, 2009.

  36. More results can be found at: http://sites.google.com/site/huiyujoe/ Mean shift SIFT Our system

  37. Demo: Multi-camera human tracking Simulated Annealing Particle Filter

  38. Trajectory clustering – walking Walking trajectories to be clustered

  39. Clustering using individual features (a) Actual walking trajectories (b) Distance difference features (c) Direction deviation features

  40. Markov Chain Monte Carlo based clustering (b) Proposed approach (a) Ground truthed trajectories

  41. Event reasoning

  42. • Motivation • Age classification • Gender classification • Behaviour analysis • Summary

  43. • Automatic feature extraction and selection for age classification. • Combining facial and full body measurements for gender classification. • Behaviour analysis (ongoing): human tracking, trajectory clustering and event reasoning.

  44. Acknowledgments • Collaborators – Internal: colleagues in ECIT/CSIT … – External: BAE, Thales, Microsoft, IBM, Google, NIH, U. of London … • Funding agencies – EPSRC – Invest NI – EU ICT

  45. Thank you very much! Q & A

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend