Tracking Groups of Pedestrians in Video Sequences
|
|
|
- Noah Barber
- 9 years ago
- Views:
Transcription
1 Tracking Groups of Pedestrians in Video Sequences Jorge S. Marques Pedro M. Jorge Arnaldo J. Abrantes J. M. Lemos IST / ISR ISEL / IST ISEL INESC-ID / IST Lisbon, Portugal Lisbon, Portugal Lisbon, Portugal Lisbon, Portugal Abstract This paper describes an algorithm for tracking groups of objects in video sequences. The main difficulties addressed in this work concern total occlusions of the objects to be tracked as well as group merging and splitting. A two layer solution is proposed to overcome these difficulties. The first layer produces a set of spatio temporal strokes based on low level operations which manage to track the active regions most of the time. The second layer performs a consistent labeling of the detected segments using a statistical model based on Bayesian networks. The Bayesian network is recursively computed during the tracking operation and allows the update of the tracker results everytime new information is available. Experimental tests are included to show the performance of the algorithm in ambiguous situations. Introduction Video surveillance aims to track and classify human activities, providing the human operator with augmented perception capability []. This task is usually divided into several processing layers, e.g., region detection, object tracking and activity classification. Efficient algorithms have been developed to detect active regions in video sequences e.g., using statistical models of the background image [, ]. Nonlinear operations are then used to discard small regions and cluster neighboring pixels into connected active regions. Higher level operations use the output of the low level layer to track moving objects present in the scene and to classify their behavior. This is done by associating regions with similar properties detected in consecutive frames (region tracking). Region sequences are then classified using statistical pattern recognition techniques e.g., Hidden Markov Models []. Most region trackers perform well in simple cases. However, in practice, the objects to be tracked interact forming groups: a single track may correspond to several ob- this work was partially supported by FCT and POCTI in the scope of project LTT. Figure : Group formation jects. Therefore the tracking algorithm must be able to cope with group formation and splitting. Splitting is a very difficult problem since the tracker must distinguish which object belongs to each subgroup. A second difficulty concerns temporarily occlusions produced either by static or by interacting objects. In this case, it is not possible to detect the objects trajectories but only a set of non connected segments. The estimation of the objects trajectories from the observed segments is a difficult problem since several hypothesis have to be considered. Tracking with occlusions has been thoroughly studied by several authors (e.g. see [, ]). On the other hand, tracking groups of objects is much less studied, being still an open issue (e.g., see [, ]). Most tracking systems solve both difficulties (occlusions and groups) using hard decisions based on instantaneous rules. This approach works well in simple cases but the performance of these systems is poor in large problems with complex interactions. For example, when an object is occluded for a long time or when a group is split a large ambiguity is created which can not be instantaneously removed. A different approach was recently proposed in [] by formulating trajectory estimation as a labelling problem, modelled by Bayesian networks. Bayesian networks are able to incorporate the appearance information extracted from the video stream and to propagate the uncertainty associated with the labeling decisions. This allows to deal with am-
2 s y x x y s s s s x y s t x y Figure : Detected strokes y x x y r biguous situations in which multiple interpretations have to be considered. This paper extends the ideas proposed in [] by addressing the problem of tracking groups of objects with Bayesian networks, i.e., each active region detected in the image may contain several objects. The main question which has to be considered is: which objects are associated with each segment detected in the video stream? The system must be able to provide the most probable labeling sequences as well as their confidence degrees. A second contribution concerns the way splitting trajectories are modeled. Instead of using competitive links, this paper proposes the use of restriction nodes. This allows a simplification of the probabilistic models which become symmetric and reduces the amount of memory and computation effort associated with the inference task. System Overview Given a video sequence, low level processing provides a set of segments each of them associated with the evolution of an active region in the image []. We wish to link segments in order to estimate the trajectories of each object present in the scene. If a given segment corresponds to a group it will belong to several trajectories. Every time new segments are detected (e.g., due to occlusions, new objects or group splitting), we need to know which objects belong to the new segments (Fig. ). This ambiguity is solved by building a model for each object previously observed by the system. The likelihood of the new segment is computed considering all the admissible models. The Bayesian network is used to model object interaction as well their visual appearance. To obtain the object trajectories a label x k must be assign to each segment s k. Each label identifies all the objects in the segment i.e., if the segment corresponds to a single object, the label is the object identifier. If the segment corresponds to a group, the label is a set of identifiers of all the objects inside the group. Let s,..., s N be the sequence of detected segments. Figure : Bayesian network A set of probabilistic labels x = (x,..., x N ) is estimated from the object trajectories and visual features y = (y,..., y N ), detected in the video stream e.g. using the dominant colors to characterize each detected segment. The most probable labels are obtained using the MAP method ˆx = arg max p(y, x) () x Bayesian networks are used in this paper to represent the joint probability distribution p(x, y). It is assumed that each variable x i is a hidden node of a Bayesian network and each observation y i is a visible node connected to x i. Object interaction (trajectory geometry) is encoded in the network topology. Two hidden nodes x i,x j are connected if the j-th segment starts after the end of the i-th segment. Additional restrictions are used to reduce the number of connections as discussed in Section. A third type of nodes (restriction nodes r ij ) are included every time a hidden node has more than one hidden child. These nodes are used to model the competitive interaction among the hidden children (the same label can not be assigned to more than one child). Fig. shows the Bayesian network associated with the example of Fig. showing the three types of nodes. Three issues have to be considered in order to specify a Bayesian network for a tracking problem: computation of the network architecture: nodes and links; choice of the admissible labels L i associated to each hidden node; the conditional distribution of each variable given its parents. The last two items depend on the type of application. Different solutions must be adopted if one wants to track isolated objects or groups of objects. Group tracking leads
3 to more complex networks since each segment represents multiple objects. These topics are addressed in the next sections. Section describes low level processing. Section describes the network architecture. Section describes the Bayesian network for tracking multiple isolated objects. Section describes the Bayesian networks for group tracking. Section presents experimental results and section presents the conclusions. x x a x x x x x x x x x r b c d x x x x x x x x x x x Low level processing The algorithm described in this paper was used for long term tracking of groups of pedestrians in the presence of occlusions. The video sequence is first pre-processed to detect the active regions in every new frame. A background subtraction method is used to perform this task followed by morphological operations to remove small regions []. Then region linking is performed to associate corresponding regions in consecutive frames. A simple method is used in this step: two regions are associated if each of them selects the other as the best candidate for matching []. The output of this step is a set of strokes in the spatialtemporal domain describing the evolution of the regions centroids during the observation interval. Every time there is a conflict between two neighboring regions in the image domain the low level matcher is not able to perform a reliable association of the regions and the corresponding strokes end. A similar effect is observed when a region is occluded by the background. Both cases lead to discontinuities and the creation of new strokes. The role of the Bayesian network is to perform a consistent labeling of the strokes detected in the image i.e., to associate strokes using high level information when the simple heuristic methods fail. Every time a stroke begins a new node is created and the inference procedure is applied to determine the most probable label configuration as well as the associated uncertainty. Network Architecture The network architecture is specified by a graph, i.e., a set of nodes and corresponding links. Three types of nodes are used in this paper: the hidden nodes x i representing the label of the i-th segment, the observation nodes y i which represent the features extracted from the i-th segment and binary restriction nodes r ij which are used to avoid labeling conflicts. The restriction node r ij is created only if x i and x j share a common parent. A link is created from a hidden node x i to x j if x j can inherit the label of x i. Physical constrains are used to determine if two nodes are linked (e.g., the second segment must r r e f g Figure : Basic structures (grey circles represent restriction nodes). start after the end of the first and the average speed during during the occlusion gap is smaller than the maximum velocity specified by the user). Furthermore, we assume that the number of parents as well as the number of hidden children of each node is limited to. Therefore, seven basic structures must be considered (see Fig. ). These structures show the restriction nodes r ij but the visible nodes y i are omitted for the sake of simplicity. When the number of parents or children is higher than two, the network is pruned using link elimination techniques. Simple criteria are used to perform this task. We prefer the connections which correspond to small spatial gaps. Tracking Isolated Objects A stroke s i is either the continuation of a previous stroke or it is a new object. The set of admissible labels L i is then the union of the admissible labels L j of all previous strokes which can be assigned to s i plus a new label corresponding to the appearance of a new object in the field of view. Therefore, L i = {l new } () j I i L j where I i denotes the set of indices of parents of x i. See Table which shows the labels associated to the hidden nodes of the Bayesian network of Fig.. The Bayesian network becomes defined once we know the graph (see Section ) and the conditional distributions p(x i p i ) for all the nodes, where p i are the parents of x i. Seven cases have to be considered (see Fig.). The distribution p(x i p i ) for each of these cases are defined following a few rules. It is assumed that the probability of assigning a new label to x i is a constant P new defined by the user. r r
4 k L k k L k (,) (,) (,) (,) Therefore, Table : Admissible labels (isolated objects) p(x i = l new x j = k) =P new () All the other cases are treated on the basis of a uniform probability assignment. For example in the case of Fig. c, x i inherits the label of each parent with equal probability p(x i x p,x q )=( P new )/, () for x i = x p or x i = x q. Every time two nodes x i,x j have a common parent, a binary node r ij is included to avoid conflicts i.e., to avoid assigning common labels to both nodes. The conditional probability table of the restriction node is defined by p(r ij =/x i x j = ) = () p(r ij =/x i x j ) =. It is assumed that r ij =if there is a labeling conflict i.e., if the children nodes x i,x j have a common label; r ij = otherwise. To avoid conflicts we assume that r ij is observed and equal to. Inference methods are used to compute the most probable configuration (label assignment) as well as the probability of the admissible labels associated with each node. This task is performed using the Bayes Net Matlab toolbox []. Each stroke detected in the image is characterized by a vector of measurements y j. In this paper y j is a set of dominant colors. The dominant colors are computed applying the LBG algorithm to the pixels of the active region being tracked in each segment. A probabilistic model of the active colors is used to provide soft evidence about each node []. Each label is also characterized by a set of dominant colors. This information is computed as follows. The first time a new label is created and associated to a segment, a set of dominant colors is assigned to the label. The probability of label x j L j given the observation y j is defined by P (x j /y j )= ( N n ) P n ( P ) N n () where n is the number of matched colors, N is the total number of colors (N= in this paper) and P is the matching probability for one color. Table : Admissible labels (groups of objects) Group Model This section addresses group modeling. Three cases have to be considered: group occlusions, merging and splitting. Fig. shows a simple example in which two persons meet, walk together for a while and separate. This example shows three basic mechanisms: group merging, occlusion and group splitting. These mechanisms allow us to model more complex situations in which a large number of objects interact forming groups. After detecting the segments using image processing operations each segment is characterized by a group label x i. A group label is a sequence of labels of the objects present in the group. A Bayesian network is then built using the seven basic structures of Fig.. Let us now consider the computation of the admissible labels. The set of admissible labels L k of the k-th node is recursively computed from the sets of admissible labels of its parents L i,l j, starting from the root nodes. This operation depends on the type of connections as follows: occlusion: L k = L i l new () merging: L k = L i L j L merge l new () L merge = {a b : a L i,b L j,a b = } () splitting: L k = L j = P(L i ) l new () where P(L i ) is the partition of the set L i, excluding the empty set. In all these examples, l new stands for a new label, corresponding to a new track. Table shows the set of admissible labels for the example of Fig.. Labels, correspond to the objects detected in the first frame and labels - correspond to new objects which may have appeared. Conditional probability distributions must be defined for all the network nodes, assuming that the parents labels are known. Simple expressions for these distributions are used based on four parameters chosen by the user: P occl - occlusion probability
5 Column (a) (b) Time (s) Figure : Stroke detection and the most probable labels (c) (d) P merge - merging probability P split - splitting probability P new - probability of a new track These parameters are free except in the case of the occlusion (Fig. b). In this case, the conditional probability of x k given x i in given by { Pnew x P (x k /x i )= k = x i () The spliting and merging conditional distributions are defined in appendix. (e) (f) Figure : Tracking results at time,,,,, s Results The proposed algorithm was used for long term tracking of multiple objects in video sequences. The tests were performed using PETS database as well as video sequences of an university campus. In both cases the sequences were digitalized at fps and contain less than active regions (pedestrians and vehicles) to be tracked. These tests allowed to evaluate the performance of the proposed algorithms in the presence of occlusions and small groups of to objects. Similar results were obtained in both cases. The Bayesian network managed to correctly solve most ambiguous situations. Fig. shows the segments detected in one of the PETS sequences. Each object is easily tracked if it appears isolated in the image but the trajectories are broken everytime there is an occlusion or a group change (merging or splitting). Fig. illustrates some of these difficulties. Figs. a,b correspond to a merge. Figs. b,c is a group split. Fig. d-e is a merge and split. These events can also be observed in Fig.. The Bayesian network is recursively updated from the output of the low level module. Everytime a new segment is Figure : Bayesian network at two time instants created the network is updated with a new hidden node. Fig. shows the evolution of the Bayesian network at two time instants. The most probable labels obtained by the MAP method are displayed in Fig.. A consistent interpretation of the data was achieved by the tracker. Fig. shows tracking results obtained at the university campus. The figure displays the evolution of the active regions (column of the mass center) and the labels obtained using the Bayesian network. The Bayesian network associated with this example was automatically built from the video stream as before and it is shown in Fig.. Fig.
6 column time (s) Figure : Stroke detection and the most probable labels Figure : Tracking results in the time interval shown in Fig. ) task. This allows to formulate the labeling problem as an inference task which integrates all the available information extracted from the video stream allowing to update the interpretation of the detected tracks every time new information is available. This is a useful feature to solve ambiguous situations such as group splitting and occlusions in which long term memory is needed. Appendix Figure : Bayesian network shows four frames which illustrate the performance of the system in the tracking of multiple objects with occlusions and groups. Conclusion This paper presents a system for long term tracking of multiple objects in the presence of occlusions and group merging and splitting. The system tries to follow all moving objects present in the scene by performing a low level detection of spatio-temporal segments followed by a labeling procedure which attempts to assign consistent labels to all the segments associated to the same object. The interaction among the objects is modeled using a Bayesian network which is automatically built during the surveillance Fig. depicts the set of net configurations which has to be considered to define all the probability conditional distributions in the Bayesian network. The first structure (Fig. a) corresponds to the case of an isolated track. This corresponds to a new object in the scene. A new label is assigned to this object. The second case (occlusion), shown in Fig. b, was already considered in equation (). The remaining cases, corresponds to situations involving merging and splitting, being the conditional distributions defined as follows.. Two merging parents (Fig. c): P merge x k = x i x j P P (x k /x i,x j )= occli x k = x i P occlj x k = x j. A single parent with a split (Fig. d): P split /( Ni ) x k P(x i )\x i P (x k /x i )= P occli x k = x i
7 where N i is the cardinality of x i (number of objects in segment s i ). The expression for N =has some minor modifications.. Two parents, but only one of them may have a split (Fig. e): P split /( Nj ) x k P(x j )\x j P merge /( Nj ) x k M ij P (x k /x i,x j )= P occli x k = x i P occlj x k = x j where M ij = {a b : a = x i,b P(x j ),a b = }.. Two parents, both with splits (Figs. f-g): P split /( Ni ) x k P(x i )\x i P split /( Nj ) x k P(x j )\x j P merge x P (x k /x i,x j )= ( N i )( N j ) k M ij P occli x k = x i P occlj x k = x j [] C. Regazzoni, P. Varshney, Multi-Sensor Surveillance Systems, IEEE Int. Conf. Image Processing, -,. [] C. Stauffer, W. Grimson, Learning Patterns of Activity Using Real-Time Tracking, IEEE Trans. Pattern Analysis and Machine Intelligence,,, -,. [] C. Wren, A. Azabayejani, T. Darrel, A. Pentland, Pfinder: Real Time Tracking of the Human Body, IEEE Transactions on Patter Analysis and Machine Intelligence,, -,. [] S. Ullman, R. Basri, Recognotion by Linear Combination of Models, IEEE Transactions on Patter Analysis and Machine Intelligence,, -,. M ij = {a b : a P(x i ),b P(x j ),a b = }. References [] A. Abrantes, J. Marques, J. Lemos, Long Term Tracking Using Bayesian Networks, IEEE Int. Conf. Image Processing, -,. [] F. Bremond, M. Thonnat, Tracking Multiple Nonrigid Objects in Video Sequences, IEEE Trans. Circuits, Systems and Video Technology,, -,. [] F. Jensen, Bayesian Networks and Decision Graphs, Springer,. [] I. Haritaoglu, D. Harwood, L. Davis, W: Real-Time Surveillance of People and Their Activities, IEEE Trans. PAMI,, -,. [] M. Jordan, Learning in Graphical Models, MIT Press,. [] S. McKenna S. Jabri, Z. Duric, A. Rosenfeld, H. Wechsler, Tracking Groups of People, Journal of Comp. Vision Image Understanding,, -,. [] K. Murphy, The Bayes Net Toolbox for Matlab, Computing Science and Statistics,,. [] N. Oliver, B. Rosario, A. Pentland, A Bayesian Computer Vision System for Modeling Human Interactions, IEEE Trans. Pattern Analysis and Machine Intelligence,,, -,.
On-line Tracking Groups of Pedestrians with Bayesian Networks
On-line Tracking Groups of Pedestrians with Bayesian Networks Pedro M. Jorge ISEL / ISR [email protected] Jorge S. Marques IST / ISR [email protected] Arnaldo J. Abrantes ISEL [email protected] Abstract A
Tracking And Object Classification For Automated Surveillance
Tracking And Object Classification For Automated Surveillance Omar Javed and Mubarak Shah Computer Vision ab, University of Central Florida, 4000 Central Florida Blvd, Orlando, Florida 32816, USA {ojaved,shah}@cs.ucf.edu
A Learning Based Method for Super-Resolution of Low Resolution Images
A Learning Based Method for Super-Resolution of Low Resolution Images Emre Ugur June 1, 2004 [email protected] Abstract The main objective of this project is the study of a learning based method
Efficient Background Subtraction and Shadow Removal Technique for Multiple Human object Tracking
ISSN: 2321-7782 (Online) Volume 1, Issue 7, December 2013 International Journal of Advance Research in Computer Science and Management Studies Research Paper Available online at: www.ijarcsms.com Efficient
Traffic Flow Monitoring in Crowded Cities
Traffic Flow Monitoring in Crowded Cities John A. Quinn and Rose Nakibuule Faculty of Computing & I.T. Makerere University P.O. Box 7062, Kampala, Uganda {jquinn,rnakibuule}@cit.mak.ac.ug Abstract Traffic
Real-Time Tracking of Pedestrians and Vehicles
Real-Time Tracking of Pedestrians and Vehicles N.T. Siebel and S.J. Maybank. Computational Vision Group Department of Computer Science The University of Reading Reading RG6 6AY, England Abstract We present
Video Surveillance System for Security Applications
Video Surveillance System for Security Applications Vidya A.S. Department of CSE National Institute of Technology Calicut, Kerala, India V. K. Govindan Department of CSE National Institute of Technology
Speed Performance Improvement of Vehicle Blob Tracking System
Speed Performance Improvement of Vehicle Blob Tracking System Sung Chun Lee and Ram Nevatia University of Southern California, Los Angeles, CA 90089, USA [email protected], [email protected] Abstract. A speed
Observing Human Behavior in Image Sequences: the Video Hermeneutics Challenge
Observing Human Behavior in Image Sequences: the Video Hermeneutics Challenge Pau Baiget, Jordi Gonzàlez Computer Vision Center, Dept. de Ciències de la Computació, Edifici O, Campus UAB, 08193 Bellaterra,
Automatic parameter regulation for a tracking system with an auto-critical function
Automatic parameter regulation for a tracking system with an auto-critical function Daniela Hall INRIA Rhône-Alpes, St. Ismier, France Email: [email protected] Abstract In this article we propose
TOWARDS SIMPLE, EASY TO UNDERSTAND, AN INTERACTIVE DECISION TREE ALGORITHM
TOWARDS SIMPLE, EASY TO UNDERSTAND, AN INTERACTIVE DECISION TREE ALGORITHM Thanh-Nghi Do College of Information Technology, Cantho University 1 Ly Tu Trong Street, Ninh Kieu District Cantho City, Vietnam
OBJECT RECOGNITION IN THE ANIMATION SYSTEM
OBJECT RECOGNITION IN THE ANIMATION SYSTEM Peter L. Stanchev, Boyan Dimitrov, Vladimir Rykov Kettering Unuversity, Flint, Michigan 48504, USA {pstanche, bdimitro, vrykov}@kettering.edu ABSTRACT This work
VEHICLE TRACKING USING ACOUSTIC AND VIDEO SENSORS
VEHICLE TRACKING USING ACOUSTIC AND VIDEO SENSORS Aswin C Sankaranayanan, Qinfen Zheng, Rama Chellappa University of Maryland College Park, MD - 277 {aswch, qinfen, rama}@cfar.umd.edu Volkan Cevher, James
Deterministic Sampling-based Switching Kalman Filtering for Vehicle Tracking
Proceedings of the IEEE ITSC 2006 2006 IEEE Intelligent Transportation Systems Conference Toronto, Canada, September 17-20, 2006 WA4.1 Deterministic Sampling-based Switching Kalman Filtering for Vehicle
Vision based Vehicle Tracking using a high angle camera
Vision based Vehicle Tracking using a high angle camera Raúl Ignacio Ramos García Dule Shu [email protected] [email protected] Abstract A vehicle tracking and grouping algorithm is presented in this work
Neural Network based Vehicle Classification for Intelligent Traffic Control
Neural Network based Vehicle Classification for Intelligent Traffic Control Saeid Fazli 1, Shahram Mohammadi 2, Morteza Rahmani 3 1,2,3 Electrical Engineering Department, Zanjan University, Zanjan, IRAN
Detecting and Tracking Moving Objects for Video Surveillance
IEEE Proc. Computer Vision and Pattern Recognition Jun. 3-5, 1999. Fort Collins CO Detecting and Tracking Moving Objects for Video Surveillance Isaac Cohen Gérard Medioni University of Southern California
Mean-Shift Tracking with Random Sampling
1 Mean-Shift Tracking with Random Sampling Alex Po Leung, Shaogang Gong Department of Computer Science Queen Mary, University of London, London, E1 4NS Abstract In this work, boosting the efficiency of
Predict Influencers in the Social Network
Predict Influencers in the Social Network Ruishan Liu, Yang Zhao and Liuyu Zhou Email: rliu2, yzhao2, [email protected] Department of Electrical Engineering, Stanford University Abstract Given two persons
An Energy-Based Vehicle Tracking System using Principal Component Analysis and Unsupervised ART Network
Proceedings of the 8th WSEAS Int. Conf. on ARTIFICIAL INTELLIGENCE, KNOWLEDGE ENGINEERING & DATA BASES (AIKED '9) ISSN: 179-519 435 ISBN: 978-96-474-51-2 An Energy-Based Vehicle Tracking System using Principal
Tracking Moving Objects In Video Sequences Yiwei Wang, Robert E. Van Dyck, and John F. Doherty Department of Electrical Engineering The Pennsylvania State University University Park, PA16802 Abstract{Object
Vision-Based Human Tracking and Activity Recognition
Vision-Based Human Tracking and Activity Recognition Robert Bodor Bennett Jackson Nikolaos Papanikolopoulos AIRVL, Dept. of Computer Science and Engineering, University of Minnesota. Abstract-- The protection
Professor, D.Sc. (Tech.) Eugene Kovshov MSTU «STANKIN», Moscow, Russia
Professor, D.Sc. (Tech.) Eugene Kovshov MSTU «STANKIN», Moscow, Russia As of today, the issue of Big Data processing is still of high importance. Data flow is increasingly growing. Processing methods
Hands Tracking from Frontal View for Vision-Based Gesture Recognition
Hands Tracking from Frontal View for Vision-Based Gesture Recognition Jörg Zieren, Nils Unger, and Suat Akyol Chair of Technical Computer Science, Ahornst. 55, Aachen University (RWTH), 52074 Aachen, Germany
Multisensor Data Fusion and Applications
Multisensor Data Fusion and Applications Pramod K. Varshney Department of Electrical Engineering and Computer Science Syracuse University 121 Link Hall Syracuse, New York 13244 USA E-mail: [email protected]
BACnet for Video Surveillance
The following article was published in ASHRAE Journal, October 2004. Copyright 2004 American Society of Heating, Refrigerating and Air-Conditioning Engineers, Inc. It is presented for educational purposes
Tracking of Small Unmanned Aerial Vehicles
Tracking of Small Unmanned Aerial Vehicles Steven Krukowski Adrien Perkins Aeronautics and Astronautics Stanford University Stanford, CA 94305 Email: [email protected] Aeronautics and Astronautics Stanford
Tracking and Recognition in Sports Videos
Tracking and Recognition in Sports Videos Mustafa Teke a, Masoud Sattari b a Graduate School of Informatics, Middle East Technical University, Ankara, Turkey [email protected] b Department of Computer
An automatic system for sports analytics in multi-camera tennis videos
Workshop on Activity Monitoring by Multiple Distributed Sensing (AMMDS) in conjunction with 2013 10th IEEE International Conference on Advanced Video and Signal Based Surveillance An automatic system for
VEHICLE LOCALISATION AND CLASSIFICATION IN URBAN CCTV STREAMS
VEHICLE LOCALISATION AND CLASSIFICATION IN URBAN CCTV STREAMS Norbert Buch 1, Mark Cracknell 2, James Orwell 1 and Sergio A. Velastin 1 1. Kingston University, Penrhyn Road, Kingston upon Thames, KT1 2EE,
Analecta Vol. 8, No. 2 ISSN 2064-7964
EXPERIMENTAL APPLICATIONS OF ARTIFICIAL NEURAL NETWORKS IN ENGINEERING PROCESSING SYSTEM S. Dadvandipour Institute of Information Engineering, University of Miskolc, Egyetemváros, 3515, Miskolc, Hungary,
Behavior Analysis in Crowded Environments. XiaogangWang Department of Electronic Engineering The Chinese University of Hong Kong June 25, 2011
Behavior Analysis in Crowded Environments XiaogangWang Department of Electronic Engineering The Chinese University of Hong Kong June 25, 2011 Behavior Analysis in Sparse Scenes Zelnik-Manor & Irani CVPR
Journal of Industrial Engineering Research. Adaptive sequence of Key Pose Detection for Human Action Recognition
IWNEST PUBLISHER Journal of Industrial Engineering Research (ISSN: 2077-4559) Journal home page: http://www.iwnest.com/aace/ Adaptive sequence of Key Pose Detection for Human Action Recognition 1 T. Sindhu
Practical Tour of Visual tracking. David Fleet and Allan Jepson January, 2006
Practical Tour of Visual tracking David Fleet and Allan Jepson January, 2006 Designing a Visual Tracker: What is the state? pose and motion (position, velocity, acceleration, ) shape (size, deformation,
MapReduce Approach to Collective Classification for Networks
MapReduce Approach to Collective Classification for Networks Wojciech Indyk 1, Tomasz Kajdanowicz 1, Przemyslaw Kazienko 1, and Slawomir Plamowski 1 Wroclaw University of Technology, Wroclaw, Poland Faculty
Course: Model, Learning, and Inference: Lecture 5
Course: Model, Learning, and Inference: Lecture 5 Alan Yuille Department of Statistics, UCLA Los Angeles, CA 90095 [email protected] Abstract Probability distributions on structured representation.
Edge tracking for motion segmentation and depth ordering
Edge tracking for motion segmentation and depth ordering P. Smith, T. Drummond and R. Cipolla Department of Engineering University of Cambridge Cambridge CB2 1PZ,UK {pas1001 twd20 cipolla}@eng.cam.ac.uk
Determining optimal window size for texture feature extraction methods
IX Spanish Symposium on Pattern Recognition and Image Analysis, Castellon, Spain, May 2001, vol.2, 237-242, ISBN: 84-8021-351-5. Determining optimal window size for texture feature extraction methods Domènec
ROBUST VEHICLE TRACKING IN VIDEO IMAGES BEING TAKEN FROM A HELICOPTER
ROBUST VEHICLE TRACKING IN VIDEO IMAGES BEING TAKEN FROM A HELICOPTER Fatemeh Karimi Nejadasl, Ben G.H. Gorte, and Serge P. Hoogendoorn Institute of Earth Observation and Space System, Delft University
The Scientific Data Mining Process
Chapter 4 The Scientific Data Mining Process When I use a word, Humpty Dumpty said, in rather a scornful tone, it means just what I choose it to mean neither more nor less. Lewis Carroll [87, p. 214] In
A secure face tracking system
International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 10 (2014), pp. 959-964 International Research Publications House http://www. irphouse.com A secure face tracking
itesla Project Innovative Tools for Electrical System Security within Large Areas
itesla Project Innovative Tools for Electrical System Security within Large Areas Samir ISSAD RTE France [email protected] PSCC 2014 Panel Session 22/08/2014 Advanced data-driven modeling techniques
An Introduction to Data Mining
An Introduction to Intel Beijing [email protected] January 17, 2014 Outline 1 DW Overview What is Notable Application of Conference, Software and Applications Major Process in 2 Major Tasks in Detail
International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 3, May-Jun 2014
RESEARCH ARTICLE OPEN ACCESS A Survey of Data Mining: Concepts with Applications and its Future Scope Dr. Zubair Khan 1, Ashish Kumar 2, Sunny Kumar 3 M.Tech Research Scholar 2. Department of Computer
Colour Image Segmentation Technique for Screen Printing
60 R.U. Hewage and D.U.J. Sonnadara Department of Physics, University of Colombo, Sri Lanka ABSTRACT Screen-printing is an industry with a large number of applications ranging from printing mobile phone
A Movement Tracking Management Model with Kalman Filtering Global Optimization Techniques and Mahalanobis Distance
Loutraki, 21 26 October 2005 A Movement Tracking Management Model with ing Global Optimization Techniques and Raquel Ramos Pinho, João Manuel R. S. Tavares, Miguel Velhote Correia Laboratório de Óptica
ANIMATION a system for animation scene and contents creation, retrieval and display
ANIMATION a system for animation scene and contents creation, retrieval and display Peter L. Stanchev Kettering University ABSTRACT There is an increasing interest in the computer animation. The most of
CHARACTERISTICS IN FLIGHT DATA ESTIMATION WITH LOGISTIC REGRESSION AND SUPPORT VECTOR MACHINES
CHARACTERISTICS IN FLIGHT DATA ESTIMATION WITH LOGISTIC REGRESSION AND SUPPORT VECTOR MACHINES Claus Gwiggner, Ecole Polytechnique, LIX, Palaiseau, France Gert Lanckriet, University of Berkeley, EECS,
Novel Automatic PCB Inspection Technique Based on Connectivity
Novel Automatic PCB Inspection Technique Based on Connectivity MAURO HIROMU TATIBANA ROBERTO DE ALENCAR LOTUFO FEEC/UNICAMP- Faculdade de Engenharia Elétrica e de Computação/ Universidade Estadual de Campinas
Compression algorithm for Bayesian network modeling of binary systems
Compression algorithm for Bayesian network modeling of binary systems I. Tien & A. Der Kiureghian University of California, Berkeley ABSTRACT: A Bayesian network (BN) is a useful tool for analyzing the
Question 2 Naïve Bayes (16 points)
Question 2 Naïve Bayes (16 points) About 2/3 of your email is spam so you downloaded an open source spam filter based on word occurrences that uses the Naive Bayes classifier. Assume you collected the
Visualizing class probability estimators
Visualizing class probability estimators Eibe Frank and Mark Hall Department of Computer Science University of Waikato Hamilton, New Zealand {eibe, mhall}@cs.waikato.ac.nz Abstract. Inducing classifiers
Effective Data Mining Using Neural Networks
IEEE TRANSACTIONS ON KNOWLEDGE AND DATA ENGINEERING, VOL. 8, NO. 6, DECEMBER 1996 957 Effective Data Mining Using Neural Networks Hongjun Lu, Member, IEEE Computer Society, Rudy Setiono, and Huan Liu,
AN IMPROVED DOUBLE CODING LOCAL BINARY PATTERN ALGORITHM FOR FACE RECOGNITION
AN IMPROVED DOUBLE CODING LOCAL BINARY PATTERN ALGORITHM FOR FACE RECOGNITION Saurabh Asija 1, Rakesh Singh 2 1 Research Scholar (Computer Engineering Department), Punjabi University, Patiala. 2 Asst.
An Introduction to Data Mining. Big Data World. Related Fields and Disciplines. What is Data Mining? 2/12/2015
An Introduction to Data Mining for Wind Power Management Spring 2015 Big Data World Every minute: Google receives over 4 million search queries Facebook users share almost 2.5 million pieces of content
Real Time Target Tracking with Pan Tilt Zoom Camera
2009 Digital Image Computing: Techniques and Applications Real Time Target Tracking with Pan Tilt Zoom Camera Pankaj Kumar, Anthony Dick School of Computer Science The University of Adelaide Adelaide,
EFFICIENT DATA PRE-PROCESSING FOR DATA MINING
EFFICIENT DATA PRE-PROCESSING FOR DATA MINING USING NEURAL NETWORKS JothiKumar.R 1, Sivabalan.R.V 2 1 Research scholar, Noorul Islam University, Nagercoil, India Assistant Professor, Adhiparasakthi College
Classifying Large Data Sets Using SVMs with Hierarchical Clusters. Presented by :Limou Wang
Classifying Large Data Sets Using SVMs with Hierarchical Clusters Presented by :Limou Wang Overview SVM Overview Motivation Hierarchical micro-clustering algorithm Clustering-Based SVM (CB-SVM) Experimental
Geometric-Guided Label Propagation for Moving Object Detection
MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Geometric-Guided Label Propagation for Moving Object Detection Kao, J.-Y.; Tian, D.; Mansour, H.; Ortega, A.; Vetro, A. TR2016-005 March 2016
Colorado School of Mines Computer Vision Professor William Hoff
Professor William Hoff Dept of Electrical Engineering &Computer Science http://inside.mines.edu/~whoff/ 1 Introduction to 2 What is? A process that produces from images of the external world a description
Sanjeev Kumar. contribute
RESEARCH ISSUES IN DATAA MINING Sanjeev Kumar I.A.S.R.I., Library Avenue, Pusa, New Delhi-110012 [email protected] 1. Introduction The field of data mining and knowledgee discovery is emerging as a
Object Recognition. Selim Aksoy. Bilkent University [email protected]
Image Classification and Object Recognition Selim Aksoy Department of Computer Engineering Bilkent University [email protected] Image classification Image (scene) classification is a fundamental
Categorical Data Visualization and Clustering Using Subjective Factors
Categorical Data Visualization and Clustering Using Subjective Factors Chia-Hui Chang and Zhi-Kai Ding Department of Computer Science and Information Engineering, National Central University, Chung-Li,
High-dimensional labeled data analysis with Gabriel graphs
High-dimensional labeled data analysis with Gabriel graphs Michaël Aupetit CEA - DAM Département Analyse Surveillance Environnement BP 12-91680 - Bruyères-Le-Châtel, France Abstract. We propose the use
Big Data and Analytics: Getting Started with ArcGIS. Mike Park Erik Hoel
Big Data and Analytics: Getting Started with ArcGIS Mike Park Erik Hoel Agenda Overview of big data Distributed computation User experience Data management Big data What is it? Big Data is a loosely defined
The University of Jordan
The University of Jordan Master in Web Intelligence Non Thesis Department of Business Information Technology King Abdullah II School for Information Technology The University of Jordan 1 STUDY PLAN MASTER'S
Support Vector Machine-Based Human Behavior Classification in Crowd through Projection and Star Skeletonization
Journal of Computer Science 6 (9): 1008-1013, 2010 ISSN 1549-3636 2010 Science Publications Support Vector Machine-Based Human Behavior Classification in Crowd through Projection and Star Skeletonization
International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 3, May-June 2015
RESEARCH ARTICLE OPEN ACCESS Data Mining Technology for Efficient Network Security Management Ankit Naik [1], S.W. Ahmad [2] Student [1], Assistant Professor [2] Department of Computer Science and Engineering
Interactive person re-identification in TV series
Interactive person re-identification in TV series Mika Fischer Hazım Kemal Ekenel Rainer Stiefelhagen CV:HCI lab, Karlsruhe Institute of Technology Adenauerring 2, 76131 Karlsruhe, Germany E-mail: {mika.fischer,ekenel,rainer.stiefelhagen}@kit.edu
Stock Trading by Modelling Price Trend with Dynamic Bayesian Networks
Stock Trading by Modelling Price Trend with Dynamic Bayesian Networks Jangmin O 1,JaeWonLee 2, Sung-Bae Park 1, and Byoung-Tak Zhang 1 1 School of Computer Science and Engineering, Seoul National University
Discrete Frobenius-Perron Tracking
Discrete Frobenius-Perron Tracing Barend J. van Wy and Michaël A. van Wy French South-African Technical Institute in Electronics at the Tshwane University of Technology Staatsartillerie Road, Pretoria,
Image Normalization for Illumination Compensation in Facial Images
Image Normalization for Illumination Compensation in Facial Images by Martin D. Levine, Maulin R. Gandhi, Jisnu Bhattacharyya Department of Electrical & Computer Engineering & Center for Intelligent Machines
Neural Networks Lesson 5 - Cluster Analysis
Neural Networks Lesson 5 - Cluster Analysis Prof. Michele Scarpiniti INFOCOM Dpt. - Sapienza University of Rome http://ispac.ing.uniroma1.it/scarpiniti/index.htm [email protected] Rome, 29
Master s Program in Information Systems
The University of Jordan King Abdullah II School for Information Technology Department of Information Systems Master s Program in Information Systems 2006/2007 Study Plan Master Degree in Information Systems
Model-Based Cluster Analysis for Web Users Sessions
Model-Based Cluster Analysis for Web Users Sessions George Pallis, Lefteris Angelis, and Athena Vakali Department of Informatics, Aristotle University of Thessaloniki, 54124, Thessaloniki, Greece [email protected]
REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING
REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING Ms.PALLAVI CHOUDEKAR Ajay Kumar Garg Engineering College, Department of electrical and electronics Ms.SAYANTI BANERJEE Ajay Kumar Garg Engineering
Pattern-Aided Regression Modelling and Prediction Model Analysis
San Jose State University SJSU ScholarWorks Master's Projects Master's Theses and Graduate Research Fall 2015 Pattern-Aided Regression Modelling and Prediction Model Analysis Naresh Avva Follow this and
Human behavior analysis from videos using optical flow
L a b o r a t o i r e I n f o r m a t i q u e F o n d a m e n t a l e d e L i l l e Human behavior analysis from videos using optical flow Yassine Benabbas Directeur de thèse : Chabane Djeraba Multitel
Multi-view Intelligent Vehicle Surveillance System
Multi-view Intelligent Vehicle Surveillance System S. Denman, C. Fookes, J. Cook, C. Davoren, A. Mamic, G. Farquharson, D. Chen, B. Chen and S. Sridharan Image and Video Research Laboratory Queensland
Finding the M Most Probable Configurations Using Loopy Belief Propagation
Finding the M Most Probable Configurations Using Loopy Belief Propagation Chen Yanover and Yair Weiss School of Computer Science and Engineering The Hebrew University of Jerusalem 91904 Jerusalem, Israel
Synthetic Aperture Radar: Principles and Applications of AI in Automatic Target Recognition
Synthetic Aperture Radar: Principles and Applications of AI in Automatic Target Recognition Paulo Marques 1 Instituto Superior de Engenharia de Lisboa / Instituto de Telecomunicações R. Conselheiro Emídio
False alarm in outdoor environments
Accepted 1.0 Savantic letter 1(6) False alarm in outdoor environments Accepted 1.0 Savantic letter 2(6) Table of contents Revision history 3 References 3 1 Introduction 4 2 Pre-processing 4 3 Detection,
REGULATIONS FOR THE DEGREE OF MASTER OF SCIENCE IN COMPUTER SCIENCE (MSc[CompSc])
305 REGULATIONS FOR THE DEGREE OF MASTER OF SCIENCE IN COMPUTER SCIENCE (MSc[CompSc]) (See also General Regulations) Any publication based on work approved for a higher degree should contain a reference
DYNAMIC RANGE IMPROVEMENT THROUGH MULTIPLE EXPOSURES. Mark A. Robertson, Sean Borman, and Robert L. Stevenson
c 1999 IEEE. Personal use of this material is permitted. However, permission to reprint/republish this material for advertising or promotional purposes or for creating new collective works for resale or
Object Tracking System Using Approximate Median Filter, Kalman Filter and Dynamic Template Matching
I.J. Intelligent Systems and Applications, 2014, 05, 83-89 Published Online April 2014 in MECS (http://www.mecs-press.org/) DOI: 10.5815/ijisa.2014.05.09 Object Tracking System Using Approximate Median
Real-time Visual Tracker by Stream Processing
Real-time Visual Tracker by Stream Processing Simultaneous and Fast 3D Tracking of Multiple Faces in Video Sequences by Using a Particle Filter Oscar Mateo Lozano & Kuzahiro Otsuka presented by Piotr Rudol
