Distributed Vision Processing in Smart Camera Networks



Similar documents
Overview. Surveillance Systems. The Smart Camera - Hardware

Speed Performance Improvement of Vehicle Blob Tracking System

An Active Head Tracking System for Distance Education and Videoconferencing Applications

Practical Tour of Visual tracking. David Fleet and Allan Jepson January, 2006

Distributed Vision-Based Reasoning for Smart Home Care

False alarm in outdoor environments

VEHICLE LOCALISATION AND CLASSIFICATION IN URBAN CCTV STREAMS

AN EVALUATION OF MODEL-BASED SOFTWARE SYNTHESIS FROM SIMULINK MODELS FOR EMBEDDED VIDEO APPLICATIONS

CS231M Project Report - Automated Real-Time Face Tracking and Blending

An Energy-Based Vehicle Tracking System using Principal Component Analysis and Unsupervised ART Network

VALAR: A BENCHMARK SUITE TO STUDY THE DYNAMIC BEHAVIOR OF HETEROGENEOUS SYSTEMS

How To Calculate Traffic Density On A Motorway On A Smart Camera

Real Time Target Tracking with Pan Tilt Zoom Camera

A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA

Vision based Vehicle Tracking using a high angle camera

FACE RECOGNITION BASED ATTENDANCE MARKING SYSTEM

A Computer Vision System on a Chip: a case study from the automotive domain

A General Framework for Tracking Objects in a Multi-Camera Environment

EFFICIENT VEHICLE TRACKING AND CLASSIFICATION FOR AN AUTOMATED TRAFFIC SURVEILLANCE SYSTEM

A Robust Multiple Object Tracking for Sport Applications 1) Thomas Mauthner, Horst Bischof

Object Tracking System Using Motion Detection

The Scientific Data Mining Process

Navigation Aid And Label Reading With Voice Communication For Visually Impaired People

Real time vehicle detection and tracking on multiple lanes

A Real Time Hand Tracking System for Interactive Applications

A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow

HANDS-FREE PC CONTROL CONTROLLING OF MOUSE CURSOR USING EYE MOVEMENT

Interactive Offline Tracking for Color Objects

Mean-Shift Tracking with Random Sampling

The Visual Internet of Things System Based on Depth Camera

Automatic Maritime Surveillance with Visual Target Detection

MACHINE VISION MNEMONICS, INC. 102 Gaither Drive, Suite 4 Mount Laurel, NJ USA

Design of Multi-camera Based Acts Monitoring System for Effective Remote Monitoring Control

T-REDSPEED White paper

Traffic Monitoring Systems. Technology and sensors

Intelligent Camera Networks SECURING PUBLIC SPACES

Multi-view Intelligent Vehicle Surveillance System

VEHICLE TRACKING USING ACOUSTIC AND VIDEO SENSORS

VISION BASED ROBUST VEHICLE DETECTION AND TRACKING VIA ACTIVE LEARNING

Efficient Background Subtraction and Shadow Removal Technique for Multiple Human object Tracking

Embedded Vision on FPGAs The MathWorks, Inc. 1

Real-time Person Detection and Tracking in Panoramic Video

Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards

Algorithm for License Plate Localization and Recognition for Tanzania Car Plate Numbers

International Journal of Advanced Information in Arts, Science & Management Vol.2, No.2, December 2014

Vision-Based Blind Spot Detection Using Optical Flow

Analecta Vol. 8, No. 2 ISSN

Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations

Automatic Traffic Estimation Using Image Processing

Fall detection in the elderly by head tracking

Detection and Recognition of Mixed Traffic for Driver Assistance System

International Journal of Innovative Research in Computer and Communication Engineering. (A High Impact Factor, Monthly, Peer Reviewed Journal)

Real-time Traffic Congestion Detection Based on Video Analysis

Tracking of Small Unmanned Aerial Vehicles

A Wide Area Tracking System for Vision Sensor Networks

A Literature Review on Different models for Human and Vehicle Tracking

Real-Time Tracking of Pedestrians and Vehicles

January 2008 PhD Degree (Dr.techn.) PhD student at Graz University of Technology (computer science)

Object tracking in video scenes


Tracking and Recognition in Sports Videos

Go Faster - Preprocessing Using FPGA, CPU, GPU. Dipl.-Ing. (FH) Bjoern Rudde Image Acquisition Development STEMMER IMAGING

Industrial Vision Days 2012 Making Cameras Smarter: FPGA Based Image Pre-processing Unleashed

An Experimental Comparison of Online Object Tracking Algorithms

A Reliability Point and Kalman Filter-based Vehicle Tracking Technique

I-SENSE: A Light-Weight Middleware for Embedded Multi-Sensor Data-Fusion

Video compression: Performance of available codec software

Local features and matching. Image classification & object localization

Optimal Vision Using Cameras for Intelligent Transportation Systems

Vehicle Tracking System Robust to Changes in Environmental Conditions

Tracking Groups of Pedestrians in Video Sequences

Tracking and integrated navigation Konrad Schindler

OBJECT TRACKING USING LOG-POLAR TRANSFORMATION

Parallelized Architecture of Multiple Classifiers for Face Detection

Tracking in flussi video 3D. Ing. Samuele Salti

Detecting and Tracking Moving Objects for Video Surveillance

FSI Machine Vision Training Programs

Object tracking & Motion detection in video sequences

THE CONTROL OF A ROBOT END-EFFECTOR USING PHOTOGRAMMETRY

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches

BACnet for Video Surveillance

istraffic Automatic Traffic Monitoring system

REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING

Tracking performance evaluation on PETS 2015 Challenge datasets

Video Surveillance System for Security Applications

Feature Tracking and Optical Flow

A Study of Automatic License Plate Recognition Algorithms and Techniques

Transcription:

Distributed Vision Processing in Smart Camera Networks CVPR-07 Hamid Aghajan, Stanford University, USA François Berry, Univ. Blaise Pascal, France Horst Bischof, TU Graz, Austria Richard Kleihorst, NXP Research, Netherlands Bernhard Rinner, Klagenfurt University, Austria Wayne Wolf, Princeton University, USA March 18, 2007 Minneapolis, USA Course Website http://wsnl.stanford.edu/cvpr07/index.php Outline I. Introduction II. Smart Camera Architectures 1. Wireless Smart Camera 2. Smart Camera for Active Vision III. Distributed Vision Algorithms 1. Fusion Mechanisms 2. Vision Network Algorithms IV. Requirements and Case Studies V. Outlook 2 1

Distributed Vision Processing in Smart Camera Networks CVPR-07 CHAPTER IV: Requirements & Case Studies Horst Bischof, Bernhard Rinner Requirements and Case Studies Contact: Horst Bischof, Bernhard Rinner bischof <AT> icg.tugraz.at bernhard.rinner <AT> uni-klu.ac.at 4 2

Overview Prerequisites Image processing pipeline Case studies Automotive applications Tracking Summary 5 Prerequisites 6 3

Hardware Challenges of SmartCams Embedded platforms with resource limitations Processing (fixed-point, dedicated HW) Memory Power Limitations concerning optics and sensor Sensor resolution Optical performance 7 Software Challenges of SmartCams (Lack of) system-level software Operating system, i.e., communication primitives and memory management Middleware for distributed system (Some) knowledge of underlying hardware required Image processing libraries Reduced availability and functionality 8 4

Networking Challenges of SmartCams Temporal and spatial calibration Registration Synchronization Cooperation among cameras Data abstraction and communication Distributed control 9 Requirements for SmartCams Apps Online / real-time algorithms Memory-efficiency Fixed-point implementation Embedded software development 10 5

Image Processing Pipeline 11 Image Processing Pipeline Preprocessing / filtering Pixel-based, intra-frame operations Output: images Segmentation / motion detection Output: object parts Localization / tracking / classification Output: objects / events Event understanding Data DSP 12 6

Case Study Automotive Applications 13 Applications in Traffic Surveillance Vehicle counting, tracking, speed estimation, classification License plate detection and OCR Wrong-direction-driver detection, traffic jam detection and alerting 14 7

Vehicle Detection Input Images Background Modeling and Subtraction single input frame Blob Detection Patches blobs no blobs Full Image verification of blobs Viola-Jones Detector complete frame detection Database blobs Patches lane, velocity information Initialize new Track existing Tracking and Homography Remove left Output Video (MPEG4, MJPEG) 15 Background Modeling and Subtraction Approximated median filter [McFarlane/Schofield 1995] - Stationary and slow moving objects - Occlusions and shadows - Camera shaking + No floating-point arithmetic + Moderate amount of memory + Good performance, even under adverse environmental conditions 16 8

Viola-Jones Detector Based on ADA-Boost Exhaustive search Integral images Calculation of simple features and cascading [Viola/Jones 2001] Minimizing the number of weak classifiers and the number of cascades Simultaneously keeping a good level of performance Integral images in Integer units, thresholding using Floats RealBoost (instead of discrete boosting) Inter-stage feature propagation Selection of scene dependent negatives for training 17 Object Detection System Appearance features (1909 Alfred Haar) 18 9

Orientation Features Gradient image (Sobel) Three different feature types EOHs and full orientation histogram features 19 Symmetry Features 20 10

Cascade Classifier and Inter-Stage Feature Propagation 21 Comparison of Different Feature Types UIUC InfoA10 7 stages 11 features 56% F-measure 4 stages 8 features 85% F-measure 22 11

Performance Evaluation Kernel Functions System Performance 23 Tracking and Homography Kalman Tracker Initialize for new vehicle Estimating using a motion equation of 2 nd order (p x,v x,a x, p y, v y, a y ) History of movements Floating point Homography Mapping image plane to ground plane Just calculated once at startup [Kalman 1960] Floating point [Hartley/Zisserman 2000] 24 12

Single Algorithm Time Consumption Full frame / ROI BGM threshold: 45 VJ parameters: 27/7 (vehicles) and 37/8 (license plates) features / stages 25 Enhanced Vehicle Detection No more merging due to shadows Static object detection 26 13

License Plate Detection 27 Tracker Kalman tracker [Kalman 60] Limit detector search to certain areas Create history of tracked objects 28 14

License Plate Character Recognition 29 Segmentation Crucial step for subsequent classification Isolate individual characters Region growing Classify character specific features [Matas and Zimmermann 05] Compactness Entropy of gray-scale histogram Central invariant statistical moments Hough transform Distributed Vision Processing in Smart Camera Networks 15

Character Classification Template matching Compare segmented regions with templates Take class with highest correlation value Support vector classification Linear discriminant classifier Direct pixels as features Multi-class classification ONE against ALL Tree 31 Test Data Digital camera 260 plates 1400 chars (120x40) 1200 chars (90x30) Video frames 210 plates (~90x30) Char size ~7x11 Distributed Vision Processing in Smart Camera Networks 16

Results Character Classification Template matching Distributed Vision Processing in Smart Camera Networks Case Study Autonomous Multi-Camera Tracking 34 17

Autonomous Multi-Camera Tracking Develop autonomous multi-camera tracking On embedded smart cameras Using an arbitrary tracking algorithm Without central coordination [Quaritsch et al.2007] Tracking algorithm Standard ( color-based ) CamShift tracker Tracker encapsulated in mobile agent One tracking agent for each tracked object / person [Bradski 1998, Comaniciu et al. 2000] 35 Our SmartCam Architecture [Bramberger et al.2006] 36 18

Master / Slave Handover Strategy Master / Slave handover 1. Camera A tracks object 2. Whenever object enters migration region tracking agent is cloned on next camera (slave) 3. Slave starts tracking when slave identifies object master gets terminated Tracker initialization Color histogram as initialization data 37 Implementation and Results Visualization Migration region (magenta) Tracked object (red rectangle) Tracking agent (red box) Code size 15 kb Memory requirement 300 kb Internal state 256 B Init color histogram < 10 ms Identify object < 1ms CamShift (single camera) Loading dynamic executable 0.18 s Initializing tracking algorithm 0.25 s Creating slave on next camera 2.13 s Reinitializing tracker on slave 0.04 s Total 2.57 s Multi-camera performance 38 19

Summary Smart camera applications On embedded platforms Examples: traffic, vehicles, persons Domains: monitoring, surveillance, entertainment, compression Multi-camera setup Local (pre)-processing Collaboration among cameras Bandwidth reduction by avoiding raw data streaming 39 Summary Advantages Power efficiency Resource utilization, availability Bandwidth reduction, real-time Limitations Resource limitations (memory, computing) SW development (tools, libraries) 40 20

References Arth Clemens, Leistner Christian, Bischof Horst. Robust Local Features and their Application in Self-Calibration and Object Recognition on Embedded Systems. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR'07) (Embedded Computer Vision Workshop - ECV), to appear, 2007. Arth Clemens, Limberger Florian, Bischof Horst. Real-Time License Plate Recognition on an Embedded DSP-Platform. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR'07) (Embedded Computer Vision Workshop - ECV), to appear, 2007 Arth Clemens, Leistner Christian, Bischof Horst. TRICam - An Embedded Platform for Remote Traffic Surveillance. In Proceedings of the 2nd Workshop on Embedded Computer Vision, IEEE International Conference on Computer Vision and Pattern Recognition, 2006-June Grabner Helmut, Bischof Horst. On-line Boosting and Vision. In IEEE Conference on Computer Vision and Pattern Recognition, Volume 1 (CVPR'06), pages 260-267, 2006 H. Schwabach, M. Harrer, A. Waltl, Bischof Horst, A. Tacke, G. Zoffmann, C. Beleznai, B. Strobl, Grabner Helmut, G. Fernández. VITUS: Video based Image analysis for Tunnel Safety. In International Conference on Tunnel Safety and Ventilation, 2006 41 References Bernhard Rinner, Milan Jovanovic, Markus Quaritsch. Embedded Middleware on Distributed Smart Cameras. In Proc. of IEEE Intern. Conf. on Acoustics, Speech, and Signal Processing. Hawaii USA, 2007. Markus Quaritsch, Markus Kreuzthaler, Bernhard Rinner, Horst Bischof, Bernhard Strobl. Autonomous Multi-Camera Tracking on Embedded Smart Cameras. EURASIP Journal on Embedded Systems. (special issue on Embedded Vision Systems). 2007. Michael Bramberger, Andreas Doblander, Arnold Maier, Bernhard Rinner, Helmut Schwabach. Distributed Embedded Smart Cameras for Surveillance Applications. IEEE Computer 39(2) pages 68-75, February 2006. Michael Bramberger, Andreas Doblander, Arnold Maier, Bernhard Rinner, Helmut Schwabach. Distributed Embedded Smart Cameras for Surveillance Applications. IEEE Computer 39(2) pages 68-75, February 2006. G. R. Bradski, Computer vision face tracking for use in a perceptual user interface, Intel Technology Journal, vol. 2, no. 2, p. 15, 1998. D. Comaniciu, V. Ramesh, and P.Meer, Real-time tracking of non-rigid objects using mean shift, in Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR 00), vol. 2, pp. 142 149, Hilton Head Island, SC, USA, June 2000. 42 21

Outline I. Introduction II. Smart Camera Architectures 1. Wireless Smart Camera 2. Smart Camera for Active Vision III. Distributed Vision Algorithms 1. Fusion Mechanisms 2. Vision Network Algorithms IV. Requirements and Case Studies V. Outlook 43 22