Airport Parking Space Navigation

Slides:



Advertisements
Similar presentations
We consider situations in which the object is unknown the only way of doing pose estimation is then building a map between image measurements (features)
Advertisements

Matthias Wimmer, Bernd Radig, Michael Beetz Chair for Image Understanding Computer Science TU München, Germany A Person and Context.
Projects at Section for Image Analysis and Computer Graphics A Silicon Retina A really cool event-based camera μs response time Huge light intensity range.
XProtect ® Express Integration made easy. With support for up to 48 cameras, XProtect Express is easy and affordable IP video surveillance software with.
Virtual Dart: An Augmented Reality Game on Mobile Device Supervisor: Professor Michael R. Lyu Prepared by: Lai Chung Sum Siu Ho Tung.
California Car License Plate Recognition System ZhengHui Hu Advisor: Dr. Kang.
Jacinto C. Nascimento, Member, IEEE, and Jorge S. Marques
Surveillance camera in terms of business. Index *surveillance systems * Types of control systems * Elements of control systems * Types of monitoring camera.
1 Video Surveillance systems for Traffic Monitoring Simeon Indupalli.
- TECHLEAD SOFTWARE ENGINEERING PVT. LTD. Video Analytics.
© 2013 IBM Corporation Efficient Multi-stage Image Classification for Mobile Sensing in Urban Environments Presented by Shashank Mujumdar IBM Research,
Human tracking and counting using the KINECT range sensor based on Adaboost and Kalman Filter ISVC 2013.
Convolutional Neural Networks for Image Processing with Applications in Mobile Robotics By, Sruthi Moola.
Introduction Due to the recent advances in smart grid as well as the increasing dissemination of smart meters, the electricity usage of every moment in.
Multimedia Information Retrieval and Multimedia Data Mining Chengcui Zhang Assistant Professor Dept. of Computer and Information Science University of.
LoCaF: Detecting Real-World States with Lousy Wireless Cameras Benjamin Meyer, Richard Mietz, Kay Römer 1.
Update September 14, 2011 Adrian Fletcher, Jacob Schreiver, Justin Clark, & Nathan Armentrout.
Experiments Test different parking lot images captured in different luminance conditions The test samples include 1300 available parking spaces and 1500.
Beyond the PC Kiosks & Handhelds Albert Huang Larry Rudolph Oxygen Research Group MIT CSAIL.
1 Research Question  Can a vision-based mobile robot  with limited computation and memory,  and rapidly varying camera positions,  operate autonomously.
Identifying “Best Bet” Web Search Results by Mining Past User Behavior Author: Eugene Agichtein, Zijian Zheng (Microsoft Research) Source: KDD2006 Reporter:
  Computer vision is a field that includes methods for acquiring,prcessing, analyzing, and understanding images and, in general, high-dimensional data.
Learning to Answer Questions from Image Using Convolutional Neural Network Lin Ma, Zhengdong Lu, and Hang Li Huawei Noah’s Ark Lab, Hong Kong
Date of download: 7/8/2016 Copyright © 2016 SPIE. All rights reserved. A scalable platform for learning and evaluating a real-time vehicle detection system.
LOGO AutoCarParking Capstone Project. LOGO Project Role HungPD Supervisor Huynb Project Manager, Developer Truongpx Developer Tuanhh Developer, tester.
Intelligent Transportation System
REAL-TIME DETECTOR FOR UNUSUAL BEHAVIOR
Data Mining for Surveillance Applications Suspicious Event Detection
Viper Family.
The Relationship between Deep Learning and Brain Function
TITLE-: SEARCH FOR ANY LOCATION USING GOOGLE MAPS
Object Detection based on Segment Masks
A Forest of Sensors: Using adaptive tracking to classify and monitor activities in a site Eric Grimson AI Lab, Massachusetts Institute of Technology
MSC projects for for CMSC5720(term1), CMSC5721(term2)
Utilizing AI & GPUs to Build Cloud-based Real-Time Video Event Detection Solutions Zvika Ashani CTO.
A Forest of Sensors: Tracking
Implementing Boosting and Convolutional Neural Networks For Particle Identification (PID) Khalid Teli .
SMART BUILDING WITH INDOOR NAVIGATION SYSTEM -using iot
Week 6 Cecilia La Place.
CS 698 | Current Topics in Data Science
Anne Pratoomtong ECE734, Spring2002
Customer-centric and Real-time Parking Recommendation
To be supervised by Prof. KH Wong
Object Recognition & Detection
Bird-species Recognition Using Convolutional Neural Network
Data Mining for Surveillance Applications Suspicious Event Detection
User-configurable in-home assistive monitoring aka "Power to the people" Possible fall detected Frank Vahid, UCR.
Higher School of Economics , Moscow, 2016
RGB-D Image for Scene Recognition by Jiaqi Guo
Deep Learning Hierarchical Representations for Image Steganalysis
Use of Lightning Data for Electricity Transmission Operations
What's New in eCognition 9
Cosmos System Integrators
Pose Estimation for non-cooperative Spacecraft Rendevous using CNN
A New Technology for Video Surveillance Cameron Serles
Outline Background Motivation Proposed Model Experimental Results
Data Mining for Surveillance Applications Suspicious Event Detection
Resource Allocation for Distributed Streaming Applications
Feasibility Study of Parking Space Availability Monitoring
Developing Vehicular Data Cloud Services in the IoT Environment
What's New in eCognition 9
Object Detection Implementations
What's New in eCognition 9
Higher School of Economics , Moscow, 2016
Report 2 Brandon Silva.
Real-time Object Recognition using deep learning-Raspberry Pi
Integrating Educational Technology into the Classroom
Multi-Target Detection and Tracking of UAVs from a UAV
Automated traffic congestion estimation via public video feeds
Food Dish Classification using Convolutional Neural Networks
Presentation transcript:

Airport Parking Space Navigation Pingbo Pan, Ming Kong, Ting-Yao Hu, and Alex Hauptmann Language Technologies Institute, School of Computer Science, Carnegie Mellon University ABSTRACT Motivation: finding empty, convenient parking lot for user. Vacant Parking Space Navigation (VPSN) system detects vacant parking slots through camera and provide guidance to customers. VPSN system contains the following four modules: Parking Space Surveillance Vacant Space Detection Real-time Car Tracking Mobile Navigation App We setup cameras in Pittsburgh Airport parking area to acheive surveillance, collect data, and develop algorithms for for detection and tracking tasks. CAR TRACKING Locating the moving car in monitor screen in real time. Challenges: severe lighting/weather conditions object (car) angle changes a lot. real time process many distractors (cars in the parking slots) Approach: Tracking with classification given tracking result of frame, propose bounding box candidates. validate these candidates via classifiers Our algorithm performs well in accuracy, but not in efficiency. Next steps: consdering multiple cameras. PARKING SPACE SURVEILLANCE Incorporate with Pittsburgh Airport parking office. 5 ip cameras with different views setup around a section of long term parking area in Pittsburgh Airport A large scale video dataset for parking space surveillane collected ~8.8k hours (1.5 TB) Data in different weather, lighting conditions Potentially suitable for other event detection tasks VPSN System Vacant Space Detection Car Tracking Mobile Navigation App current location destination Parking Space Surveillance VACANT SPACE DETECTION VPSN system detect the available parking slots from surveillance image. Calibration: given the intrinsic/extrinsic parameters of camera, find out the parking slot regions. ~14k images annotated for experiment manual mapping used instead of automatic calibration formulate a binary classification problem Convolutional Neural Network (CNN) applied as classifier. In a preliminary experiment, we can achieve 0.95/0.94 precision/recall. . MOBILE NAVIGATION APP Turn-by-turn navigation service on mobile device Communicating with VSD and CT modules VSD module helps identifying the destination CT module report the current location of user’s car GPS signal enhance the instant report of current location adopting GPS signal only? Accuracy 3.5m at best (usually worse) hybrid approach Real-time navigation Android/iOS version Calibration & Segmentation Input Image Detection Result CNN classifier CONCLUSION AND FUTURE WORK Current progress shows the feasibility of VPSN system. Future works: improve the performance and efficiency of each modules full integration of all the functionality collecting data from real users SlidesMap Parking lot tool Why tracking with classification Turn left, and the empty slot will be on your right.