USING MAXIMUM CONSISTENCY CONTEXT FOR MULTIPLE TARGET ASSOCIATION IN WIDE AREA TRAFFIC SCENES

Size: px
Start display at page:

Download "USING MAXIMUM CONSISTENCY CONTEXT FOR MULTIPLE TARGET ASSOCIATION IN WIDE AREA TRAFFIC SCENES"

Transcription

1 USING MAXIMUM CONSISTENCY CONTEXT FOR MULTIPLE TARGET ASSOCIATION IN WIDE AREA TRAFFIC SCENES Xinchu Shi 1,2, Peiyi Li 2, Haibin Ling 2, Weiming Hu 1, Eri Blasch 3 1 National Laboratory of Pattern Recognition, Institute of Automation, Beijing, China 2 Department of Computer and Information Science, Temple university, Philadelphia, USA 3 Air Force Research Lab, USA ABSTRACT Tracing multiple vehicles in wide area traffic scenes is challenging due to high target density, severe similar target ambiguity, and low frame rate. In this paper, we propose a novel spatio-temporal context model, named maximum consistency context (MCC), to leverage the discriminative power and robustness in the scenario. For a candidate association, its MCC is defined as the most consistent association in its neighborhood. Such a maximum selection pics the reliable neighborhood context information while filtering out noisy distraction. We tested the proposed context modeling on multi-target tracing using three challenging wide area motion sequences. Both quantitative and qualitative results show clearly the effectiveness of MCC, in comparison with algorithms that use no context and standard spatial context respectively. Index Terms Context modeling, multi-target tracing. 1. INTRODUCTION Surveillance over wide area motion imagery (WAMI) has recently been attracting increasing amount of research attention due to its wide range of applications and the advance in acquisition techniques [1 11]. However, tracing and detection of multiple moving vehicles in such scenes are challenging tass, since a wide area traffic scene usually contains much more moving targets than traditional visual tracing scenarios do. These targets are often hard to distinguish from each other due similar appearances and small sizes in images. In addition, the low frame rate, which is typical in WAMI applications, brings extra ambiguity for associating targets over long time periods.. To address such ambiguity, researchers have investigated ways to integrate additional information, such as prior nowledge [1], scene structures [6], and target context [7, 10, 11]. Using target context to improve multiple target tracing in wide area traffic scenes is of special interest because it is relatively domain independent and therefore applicable to various situations. For a target under investigation, existing methods [7] usually model its context by the spatial distribution of other targets within its neighborhood. Such modeling implicitly assumes that the neighborhood context is reliable, which (a) (b) (c) Fig. 1. Spatial context (a b) and maximum consistency context (c). (a) Traffic scene in frame t. Circular-polar histogram centered at object A represents its spatial context. (b) Traffic scene in frame t + 1. Circular-polar diagram denotes the spatial context of object a. (c) Traffics in frame t and t + 1 are overlapped and shown in different color. Association (B,b) is the maximum consistency context of association (A,a). for example is true for a group of targets moving together. However, in traffic scenes it is common to see vehicles with opposite directions are spatially close to each other due to the juxtaposition of two-way lanes. Furthermore, the false positives in target detection often introduce noises into the spatial context. An example is illustrated in Fig. 1(a b). Motivated by the above observation, we propose a new model named maximum consistency context (MCC), which is a spatio-temporal context and is robust to noises in target neighborhood. For a potential association from two consecutive frames, e.g. (A, a) in Fig. 1(c), the idea is to extract context information from only the most consistent association in (A, a) s neighborhood, e.g. (B, b) in Fig. 1(c). With contextual information, MCC effectively reduces the disturbance from neighbor targets which either head in different directions or are false detections. Meanwhile, MCC provides strong discriminative features to guide multi-object association across frames. 2. RELATED WORK Multiple target tracing (MTT) is a widely studied topic in computer vision (e.g. [12, 13]). The focus of this paper is on the context modeling in MTT. Contextual information plays a critical role in visual tracing. Yang et al. [14] proposed to explore the auxiliary objects which have persistent co-occurrence and consistent motion correlation with the target object, to help localize and reacquire targets. However, it is hard to mine the auxiliary objects. In Reilly s wor [7],

2 Fig. 2. The framewor of wide area surveillance. the context is the representation of geometric relationships of objects with their respective neighbors. Grabner et al. [15] proposed to use local features, which have some temporal relations with the target, to predict the target position. However, the method is computationally expensive on finding and matching features, and it is neither suitable for traffic scene. In [11], Ali et al. propose to use similar objects to predict and reacquire targets after occlusion, but they assume object detections are good enough. Compared with aforementioned wor, the main contribution is the novel context model, which fits well the tas of tracing cloudy targets with mixed local motion patterns. 3. MULTIPLE VEHICLE TRACKING 3.1. Framewor Overview Following the general tracing-by-detection framewor [16, 17], we treat multi-vehicle tracing as a target association problem. We roughly divide the tracing framewor into three consecutive stages: preprocessing, detection, and association. The flow chart is summarized in Fig. 2. In this section we will briefly introduce the first and second stages. Then we will elaborate in detail the proposed context model and association algorithms, which are the focus of our wor. In the preprocessing, similar as in [7], we first mae use of registration for image alignment. In particular, Speeded Up Robust Features (SURF) [18] features are used for the efficiency and we then fit affine models for image warping. After the alignment, bacground modeling is achieved through a standard median filter. In the detection, instead of directly using the results from bacground subtraction, a vehicle classifier cascade is applied on the results in order to eliminate noises. The cascade is composed of two SVMs: the first SVM uses simple shape features (dimensions of a candidate target); and the second SVM uses the histogram of oriented gradient (HOG) [19] Multi-Object Association Some notations are given first. We denote the image sequences as {I t : t=1,...,n I }, such that I t is the frame at time t. The detected candidates at time t are denoted as O t = {o t i : i = 1,...,n i} containing n i candidate targets (objects). A target o is defined as a vector o=(x(o),h(o),θ(o),a(o)) or simply (x, h, θ, a), where x, h, θ and a denote the location, appearance histogram, orientation and area of o respectively. Without loss of generality, we assume the two frames to be associated are frames 1 and 2. To handle the missing targets and false detections in O 1 and O 2, we introduce dummy targets into the two sets and then assume they have the same number of targets, i.e., n 1 = n 2 = n. The multi-object association can be defined as to find the assignment = {π i,j } {0, 1} n n to maximize certain total association score, denoted as E(; O 1, O 2 ). The problem is formulated as max E(; O1, O 2 ) = max π ij (s ij + c ij ), (1) s.t. π ij =1; π ij =1; π ij {0, 1}; i, j {1,...,n}, (2) i=1 j=1 where π ij = 1 (or 0) indicates there is an (or no) association between o 1 i, o2 j ; s ij measures the affinity between o 1 i, o2 j ; and c ij represents the context similarity between o 1 i, o2 j. The association without context modeling can be viewed as a special case where c ij = 0, i, j. The association problem turns to a standard integer assignment, where the Hungarian algorithm [20] provides the optimum solution. The item s ij measures the similarity between targets o 1 i = (x i,h i,θ i,a i ) O 1 and o 2 j = (x j,h j,θ j,a j ) O 2, in terms of appearance, area and orientation. Specifically, it is defined as s ij = αs h,ij + βs o,ij + (1 α β)s a,ij, (3) where s h,s o and s a denote respectively for similarities in appearance, orientation and area; and α,β are weight factors Spatial context. At frame t, for a target candidates o t i = (x i, h i, θ i, a i ) O t, its spatial context (SC), denoted by SC t i, measures the spatial distribution of other candidates in O t. Specifically, it divides the neighborhood of o t i into n d n o distance-orientation bins, and SC t i is then defined as a weighted n d n o histogram as SC t i(p, q)= 1 exp ( (v i u pq ) Σ 1 (v i u pq ) ), (4) Z o N t i where Ni t = {ot :ot Ot, x i x 2 r} defines the neighborhood of o t i with radius r; v i=( x i x 2, atan2(x x i )) calculates the relative distance and orientation of o t with respect to o t i ; u pq=(p d, q θ) represents the bin (p, q) such that d and θ are the distance and angle interval respectively; Σ is the estimated covariance matrix; and, finally, Z is the normalization constant. An illustration of spatial context is shown in Fig. 1(a b). With SC t i, c ij in Eq. (1) is represented as c ij =sim(sc 1 i,sc 2 j), where sim(.,.) defines the similarity between two histograms, which is computed using histogram intersection [21] Maximum consistency context. The spatial context captures rich statistics that is powerful when the target s neighborhood remains stable over time.

3 However, in the wide area traffic environment, this can be violated since vehicles moving on opposite directions are often close to each other. Liewise, SC can be vulnerable by inaccurately taing such noises into account. In the following, we present an alternative context modeling, which captures only the most reliable information in a target s neighborhood. First, for two association pairs (o 1 i, o2 j ) and (o1 i, o2 j ), we measure the consistency between them as follows, φ ( (o 1 i,o 2 j),(o 1 i,o2 j )) =γ cos 2 (θ ij θ i j )+(1 γ)2l ijl i j l 2 ij +l2 i j, (5) where θ ij = atan2(x(o 1 i ) x(o2 j )),l ij = x(o 1 i ) x(o2 j ) 2 are the orientation and length of (o 1 i, o2 j ) respectively, θ i j, l i j have similar definitions; and γ is the weight parameter. With this definition, we define the maximum consistency context (MCC) for an association (o 1 i, o2 j ) as MCC((o 1 i,o 2 j),)= arg max φ ( (o 1 (o 1 i,o 2 j ) N (o 1 i,o2 j,) i,o 2 j),(o 1 i,o2 j )), (6) where N (o 1 i, o2 j, )={(o1 i, o2 j ):o1 i N i 1, o2 j N j 2, π i j = 1} defines the spatio-temporal neighborhood of (o 1 i, o2 j ), which depends on the association. The proposed MCC is more flexible as it does not request the majority consistency in a target s neighborhood. In contrast, it extracts context information only from the most reliable neighbor association. Such a scheme maes MCC robust to distractions of inconsistent motions in a target s neighborhood, e.g., the vehicles running in opposite lanes in the highway scenario. It also performs robustly against false detections, as illustrated in Fig. 1. To integrate MCC in trac association, we define c ij in Eq. (1) as c ij = φ ( (o 1 i,o2 j ), MCC(o1 i,o2 j )). As a result, we have the following MCC-based association problem max π ij (s ij + φ((o 1 i, o 2 j), MCC(o 1 i, o 2 j))). (7) Considering the fact that π ij {0, 1}, we can rewrite (7) as max π ij (s ij + max π i (o 1 i,o 2 j ) N (o 1 i,o2 j ) j φ((o1 i,o 2 j),(o 1 i,o2 j ))). (8) i,j=1 The formulation is a quadratic integer optimization with nonsmooth component (i.e., max ). The global optimal solution is unfortunately computationally expensive. In line with the interloced property of this formation, we devise an iterated algorithm to optimize it, which is given in Algorithm 1. Note that there are other approaches that can approximate the global solution for (8), such as simulated annealing and Monte Carlo methods. These solutions are however very time-consuming owing to their random property as well as the high dimensionality in our problem. Our approach, with a small number of iterations, i.e., n it = 10, efficiently generates excellent results as shown in our experiments. Algorithm 1 Multi-object association with MCC 1: Input: two consecutive candidate target sets O 1 and O 2 2: Output: association matrix 3: Calculate affinities S = {s ij } according to Eq. (3) 4: Initialization = 0;E max = 0;C = {c ij } = 0 5: for i = 1, 2,..., n it do 6: Compute the integrated similarities d ij = s ij + c ij 7: Solve Eq. (9) using the Hungarian algorithm max E(; O1, O 2 ) = max π ij d ij. (9) Denote the solution and score by and Ê respectively. 8: Update C using according to Eq. (6) 9: if Ê > Emax then 10: E max = Ê, =. 11: end if 12: end for 3.3. Multiple frame association We treat multi-frame tracing as a tas of associating short reliable traclets into long tracs, in a similar framewor used in [22, 23]. Two procedures, reliable traclets acquisition and traclet-to-traclet association, are performed iteratively. Reliable traclets are obtained by checing the motion smoothness of trajectories. Suppose a basic traclet is M1:t= {o 1, o2,..., ot }, it is reliable only if { l θt 1,t θt,t+1 t 1,t < θ 0 ; min lt,t+1, l } t,t+1 lt 1,t > l 0, (10) where θt 1,t,l t 1,t are the orientation and length of association (o t 1, o t ) respectively; θ 0 and l 0 are corresponding thresholds. In this way, if association (o t 1, o t ) has inconsistency with adjoining associations, trajectory M1:t is divided into two short traclets by breaing the association (o t 1, o t ). Traclet-to-traclet association follows the similar manner as two-frame multi-target association. First, the affinity between two traclets is constituted of appearance, motion and temporal similarities. Later, Hungarian algorithm is used here again to associate the two traclets into the long one. Finally, isolated detections and too short traclets after multi-frame association are discarded as false alarms. 4. EXPERIMENT Our experiments are conducted on the CLIF dataset [24]. CLIF is challenging with following features. 1) Large image format ( ); 2) Large camera and target motion; 3)Tiny target occupancy (4 70 pixels); 4) Similar target appearance; 5) Low frame rate sampling (2 fps); and 6) A large mount of targets (hundreds). Three sequences with 80 frames (40 seconds), 50 frames (25 seconds) and 100 frames (50 seconds) respectively are used to evaluate the proposed approach. To study the effectiveness of the proposed context, we

4 NoCon SC MCC Seq Seq Seq Table 1. Precisions of multi-object association. : appearance features are used; and : no appearance features are used. Fig. 3. Associations with different contexts on Sequence 1. Top: NoCon. Middle: SC. Bottom: MCC. Blac(White) rectangle: detection in the last(current) frame. Red(blue) line: rightward(leftward) association output. evaluate three types of associations: association without context (NoCon), with the spatial context (SC) and with the proposed maximum consistency context (MCC). Furthermore, for each method, we test two different affinity models: with appearance features and without. In all cases, Hungarian algorithm is used as the basic assignment solution. The parameters are set as follows: γ in Eq. (5) is set as 0.5 in the first sequence and 0.8 in the other two sequences. If appearance feature is used, both α and β in Eq. (3) are set as 0.3 in all sequences. Otherwise, α and β are set as 0.5 equally. The maximum iteration number (nit in Algorithm 1) is 10. We use the precision, 100 t c(t)/ t g(t), to measure the association performances. c(t) and g(t) in the precision measure denote the numbers of correct and groundtruth association respectively. Results are summarized in Table 1. From the results, we have the following observations. First, the proposed MCC performs the best in general. Furthermore, if no appearance is used in the association, all methods have degenerated performances, yet our method is affected least. This confirms that the proposed context plays an important role in handling the motion ambiguity. Second, spatial context helps little in performance. This seemingly contradicting phenomenon can be attributed to two factors: (1) the scenes we selected contain mainly two-direction highways, which largely confuses local context as we conjectured; and (2) the vehicle detection is rather noisy, leading to unstable spatial distributions. Third, the method without using context obtains the moderate results, which attributes to inds of well-designed affinity measures. However, when excluding the appearance information, the performance drop of NoCon is much larger than those of SC and MCC. Qualitative results of three methods on sequence 1 are shown in Fig. 3, which is a snapshot of two-frame association. Fig. 4. Multiple object tracing results, Top: sequence 3; Middle: sequence 2; Bottom: sequence 1 Associations with SC are distracted by those cars moving in opposite directions. While NoCon is vulnerable to ambient similar objects, after embedding MCC, the motion ambiguity is greatly alleviated. With the help of neighbor association, confused object succeeds in finding true associated target, it can be seen from Fig. 3. Results of multiple object tracing are shown in Fig. 4. It can be seen that, our approach has two merits. First, there are few wrong two-frame association. Second, our approach associates the trac fragments into long tracs, which is especially useful in the case of occlusion and missing detections. We do not have quantitative evaluation on multiple object tracing, as no groundtruth data is available. The labeling of associations in wide area traffic scenes is a very time consuming wor, which we will consider in the future. 5. CONCLUSION In this paper, we propose a novel spatial-temporal context, maximum consistency context (MCC), to assist multi-object tracing in wide area traffic scenes. By picing the most reliable ingredient in the spatial-temporal neighborhood of an association, MCC leverages the discriminative power and robustness against clutter distractions. Experiments using challenging wide area surveillance videos validate the effectiveness of the proposed approach. Acnowledgement. This wor is partly supported by NSFC (Grant No ), the National 863 High-Tech RD Program of China (Grant No.2012AA012504), the Natural Science Foundation of Beijing (Grant No ), and Guangdong Natural Science Foundation (Grant No.S ). Ling was supported in part by NSF Grant IIS

5 6. REFERENCES [1] S. Pellegrini, A. Ess, K. Schindler, and L. Van Gool, You ll never wal alone: Modeling social behavior for multi-target tracing, IEEE International Conference on Computer Vision, pp , [2] J. Xiao, H. Cheng, F. Han, and H. Sawhney, Geo-spatial aerial video processing for scene understanding and object tracing, IEEE Conference on Computer Vision and Pattern Recognition, pp. 1 8, [3] J. Xiao, H. Cheng, H.S. Sawhney, and F. Han, Vehicle detection and tracing in wide field-of-view aerial video, in CVPR, [4] E. Blasch, G. Seetharaman, K. Palaniappan, H. Ling, and G. Chen, Wide-area motion imagery (wami) exploitation tools for enhanced situation awareness, in Proc. IEEE Applied Imagery Pattern Recognition (AIPR) Worshop: Computer Vision: Time for Change, [5] J. Proaj, X. Zhao, and G.G. Medioni, Tracing many vehicles in wide area aerial surveillance, in CVPR Worshops, 2012, pp [6] J. Proaj and G. Medioni, Using 3d scene structure to improve tracing, IEEE Conference on Computer Vision and Pattern Recognition, pp , [7] V. Reilly, H. Idrees, and M. Shah, Detection and tracing of large number of targets in wide area surveillance, European Conference on Computer Vision, pp , [8] H. Ling, Y. Wu, E. Blasch, G. Chen, and L. Bai, Evaluation of visual tracing in extremely low frame rate wide area motion imagery, in Proc. of the Int s Conf. on Information Fusion (FUSION), [9] K. Palaniappan, F. Bunya, P. Kumar, I. Ersoy, S. Jaeger, K. Ganguli, A. Haridas, J. Fraser, R.M. Rao, and G. Seetharaman, Efficient feature extraction and lielihood fusion for vehicle tracing in low frame rate airborne video, in Proc. of the International Conference on Information Fusion (FU- SION), [10] X. Shi, H. Ling, E. Blasch, and W. Hu, Context-driven moving vehicle detection in wide area motion imagery, in Int l Conf. on Pattern Recognition (ICPR), [11] S. Ali, V. Reilly, and M. Shah, Motion and appearance contexts for tracing and re-acquiring targets in aerial videos, IEEE Conference on Computer Vision and Pattern Recognition, pp. 1 6, [12] Y. Bar-Shalom and T. Fortmann, Tracing and data association, Academic Press., [13] D. Reid, An algorithm for tracing multiple targets, TAC, vol. 24, no. 6, pp , [14] M. Yang, Y. Wu, and G. Hua, Context-aware visual tracing, IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 31, no. 7, pp , [15] H. Grabner, J. Matas, L. Van Gool, and P. Cattin, Tracing the invisible: Learning where the object might be, IEEE Conference on Computer Vision and Pattern Recognition, pp , [16] M. Andrilua, S. Roth, and B. Schiele, People-tracing-bydetection and people-detection-by-tracing, IEEE Conference on Computer Vision and Pattern Recognition, pp. 1 8, [17] M.D. Breitenstein, F. Reichlin, B. Leibe, E. Koller-Meier, and L. Van Gool, Online multiperson tracing-by-detection from a single, uncalibrated camera, IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 33, no. 9, pp , [18] H. Bay, T. Tuytelaars, and L. Van Gool, Surf: Speeded up robust features, European Conference on Computer Vision, pp , [19] N. Dalal and B. Triggs, Histograms of oriented gradients for human detection, IEEE Conference on Computer Vision and Pattern Recognition, vol. 1, pp , [20] H.W. Kuhn, The hungarian method for the assignment problem, Naval research logistics quarterly, vol. 2, no. 1-2, pp , [21] M.J. Swain and D.H. Ballard, Color indexing, International journal of computer vision, vol. 7, no. 1, pp , [22] C. Huang, B. Wu, and R. Nevatia, Robust object tracing by hierarchical association of detection responses, pp , [23] C.H. Kuo, C. Huang, and R. Nevatia, Multi-target tracing by on-line learned discriminative appearance models, IEEE Conference on Computer Vision and Pattern Recognition, pp , [24] Afrl: Columbus large image format (clif) 2006.,

Spatial Context for Moving Vehicle Detection in Wide Area Motion Imagery with Multiple Kernel Learning

Spatial Context for Moving Vehicle Detection in Wide Area Motion Imagery with Multiple Kernel Learning Spatial Context for Moving Vehicle Detection in Wide Area Motion Imagery with Multiple Kernel Learning Pengpeng Liang a Dan Shen b Erik Blasch c Khanh Pham c Zhonghai Wang b Genshe Chen b Haibin Ling a

More information

Pairwise Threshold for Gaussian Mixture Classification and its Application on Human Tracking Enhancement

Pairwise Threshold for Gaussian Mixture Classification and its Application on Human Tracking Enhancement Pairwise Threshold for Gaussian Mixture Classification and its Application on Human Tracking Enhancement Daegeon Kim Sung Chun Lee Institute for Robotics and Intelligent Systems University of Southern

More information

Multi-Person Tracking-by-Detection based on Calibrated Multi-Camera Systems

Multi-Person Tracking-by-Detection based on Calibrated Multi-Camera Systems Multi-Person Tracking-by-Detection based on Calibrated Multi-Camera Systems Xiaoyan Jiang, Erik Rodner, and Joachim Denzler Computer Vision Group Jena Friedrich Schiller University of Jena {xiaoyan.jiang,erik.rodner,joachim.denzler}@uni-jena.de

More information

PEOPLE IN SEATS COUNTING VIA SEAT DETECTION FOR MEETING SURVEILLANCE

PEOPLE IN SEATS COUNTING VIA SEAT DETECTION FOR MEETING SURVEILLANCE PEOPLE IN SEATS COUNTING VIA SEAT DETECTION FOR MEETING SURVEILLANCE Hongyu Liang, Jinchen Wu, and Kaiqi Huang National Laboratory of Pattern Recognition, Institute of Automation, Chinese Academy of Science

More information

Large-Scale Traffic Sign Recognition based on Local Features and Color Segmentation

Large-Scale Traffic Sign Recognition based on Local Features and Color Segmentation Large-Scale Traffic Sign Recognition based on Local Features and Color Segmentation M. Blauth, E. Kraft, F. Hirschenberger, M. Böhm Fraunhofer Institute for Industrial Mathematics, Fraunhofer-Platz 1,

More information

A Novel Extreme Point Selection Algorithm in SIFT

A Novel Extreme Point Selection Algorithm in SIFT A Novel Extreme Point Selection Algorithm in SIFT Ding Zuchun School of Electronic and Communication, South China University of Technolog Guangzhou, China zucding@gmail.com Abstract. This paper proposes

More information

Classification of objects from Video Data (Group 30)

Classification of objects from Video Data (Group 30) Classification of objects from Video Data (Group 30) Sheallika Singh 12665 Vibhuti Mahajan 12792 Aahitagni Mukherjee 12001 M Arvind 12385 1 Motivation Video surveillance has been employed for a long time

More information

Motion Estimation and Optical Flow Tracking

Motion Estimation and Optical Flow Tracking Image Matching Image Retrieval Object Recognition Motion Estimation and Optical Flow Tracking Example: Mosiacing (Panorama) M. Brown and D. G. Lowe. Recognising Panoramas. ICCV 2003 Example 3D Reconstruction

More information

Definition, Detection, and Evaluation of Meeting Events in Airport Surveillance Videos

Definition, Detection, and Evaluation of Meeting Events in Airport Surveillance Videos Definition, Detection, and Evaluation of Meeting Events in Airport Surveillance Videos Sung Chun Lee, Chang Huang, and Ram Nevatia University of Southern California, Los Angeles, CA 90089, USA sungchun@usc.edu,

More information

PEDESTRIAN DETECTION IN CROWDED SCENES VIA SCALE AND OCCLUSION ANALYSIS

PEDESTRIAN DETECTION IN CROWDED SCENES VIA SCALE AND OCCLUSION ANALYSIS PEDESTRIAN DETECTION IN CROWDED SCENES VIA SCALE AND OCCLUSION ANALYSIS Lu Wang Lisheng Xu Ming-Hsuan Yang Northeastern University, China University of California at Merced, USA ABSTRACT Despite significant

More information

Multi-Object Tracking in Airborne Video Imagery based on Compressive Tracking Detection Responses Chen, Ting; Sahli, Hichem; Zhang, Yanning; Yang, Tao

Multi-Object Tracking in Airborne Video Imagery based on Compressive Tracking Detection Responses Chen, Ting; Sahli, Hichem; Zhang, Yanning; Yang, Tao Vrije Universiteit Brussel Multi-Object Tracking in Airborne Video Imagery based on Compressive Tracking Detection Responses Chen, Ting; Sahli, Hichem; Zhang, Yanning; Yang, Tao Published in: International

More information

ФУНДАМЕНТАЛЬНЫЕ НАУКИ. Информатика 9 ИНФОРМАТИКА MOTION DETECTION IN VIDEO STREAM BASED ON BACKGROUND SUBTRACTION AND TARGET TRACKING

ФУНДАМЕНТАЛЬНЫЕ НАУКИ. Информатика 9 ИНФОРМАТИКА MOTION DETECTION IN VIDEO STREAM BASED ON BACKGROUND SUBTRACTION AND TARGET TRACKING ФУНДАМЕНТАЛЬНЫЕ НАУКИ Информатика 9 ИНФОРМАТИКА UDC 6813 OTION DETECTION IN VIDEO STREA BASED ON BACKGROUND SUBTRACTION AND TARGET TRACKING R BOGUSH, S ALTSEV, N BROVKO, E IHAILOV (Polotsk State University

More information

Scale-invariant visual tracking by particle filtering

Scale-invariant visual tracking by particle filtering Scale-invariant visual tracing by particle filtering Arie Nahmani* a, Allen Tannenbaum a,b a Dept. of Electrical Engineering, Technion - Israel Institute of Technology, Haifa 32000, Israel b Schools of

More information

Probabilistic Index Histogram for Robust Object Tracking

Probabilistic Index Histogram for Robust Object Tracking Probabilistic Index Histogram for Robust Object Tracking Wei Li 1, Xiaoqin Zhang 2, Nianhua Xie 1, Weiming Hu 1, Wenhan Luo 1, Haibin Ling 3 1 National Lab of Pattern Recognition, Institute of Automation,CAS,

More information

[2008] IEEE. Reprinted, with permission, from [Yan Chen, Qiang Wu, Xiangjian He, Wenjing Jia,Tom Hintz, A Modified Mahalanobis Distance for Human

[2008] IEEE. Reprinted, with permission, from [Yan Chen, Qiang Wu, Xiangjian He, Wenjing Jia,Tom Hintz, A Modified Mahalanobis Distance for Human [8] IEEE. Reprinted, with permission, from [Yan Chen, Qiang Wu, Xiangian He, Wening Jia,Tom Hintz, A Modified Mahalanobis Distance for Human Detection in Out-door Environments, U-Media 8: 8 The First IEEE

More information

Object detection using non-redundant local Binary Patterns

Object detection using non-redundant local Binary Patterns University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 2010 Object detection using non-redundant local Binary Patterns Duc Thanh

More information

Computer Vision for HCI. Topics of This Lecture

Computer Vision for HCI. Topics of This Lecture Computer Vision for HCI Interest Points Topics of This Lecture Local Invariant Features Motivation Requirements, Invariances Keypoint Localization Features from Accelerated Segment Test (FAST) Harris Shi-Tomasi

More information

Multi-camera Pedestrian Tracking using Group Structure

Multi-camera Pedestrian Tracking using Group Structure Multi-camera Pedestrian Tracking using Group Structure Zhixing Jin Center for Research in Intelligent Systems University of California, Riverside 900 University Ave, Riverside, CA 92507 jinz@cs.ucr.edu

More information

Efficient Acquisition of Human Existence Priors from Motion Trajectories

Efficient Acquisition of Human Existence Priors from Motion Trajectories Efficient Acquisition of Human Existence Priors from Motion Trajectories Hitoshi Habe Hidehito Nakagawa Masatsugu Kidode Graduate School of Information Science, Nara Institute of Science and Technology

More information

Mobile Human Detection Systems based on Sliding Windows Approach-A Review

Mobile Human Detection Systems based on Sliding Windows Approach-A Review Mobile Human Detection Systems based on Sliding Windows Approach-A Review Seminar: Mobile Human detection systems Njieutcheu Tassi cedrique Rovile Department of Computer Engineering University of Heidelberg

More information

A novel template matching method for human detection

A novel template matching method for human detection University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 2009 A novel template matching method for human detection Duc Thanh Nguyen

More information

Using 3D Scene Structure to Improve Tracking

Using 3D Scene Structure to Improve Tracking Using 3D Scene Structure to Improve Tracking Jan Prokaj and Gérard Medioni University of Southern California Los Angeles, CA 90089 {prokaj medioni}@usc.edu Abstract In this work we consider the problem

More information

Probabilistic Location Recognition using Reduced Feature Set

Probabilistic Location Recognition using Reduced Feature Set Probabilistic Location Recognition using Reduced Feature Set Fayin Li and Jana Košecá Department of Computer Science George Mason University, Fairfax, VA 3 Email: {fli,oseca}@cs.gmu.edu Abstract The localization

More information

IMPROVING SPATIO-TEMPORAL FEATURE EXTRACTION TECHNIQUES AND THEIR APPLICATIONS IN ACTION CLASSIFICATION. Maral Mesmakhosroshahi, Joohee Kim

IMPROVING SPATIO-TEMPORAL FEATURE EXTRACTION TECHNIQUES AND THEIR APPLICATIONS IN ACTION CLASSIFICATION. Maral Mesmakhosroshahi, Joohee Kim IMPROVING SPATIO-TEMPORAL FEATURE EXTRACTION TECHNIQUES AND THEIR APPLICATIONS IN ACTION CLASSIFICATION Maral Mesmakhosroshahi, Joohee Kim Department of Electrical and Computer Engineering Illinois Institute

More information

Fast Human Detection Algorithm Based on Subtraction Stereo for Generic Environment

Fast Human Detection Algorithm Based on Subtraction Stereo for Generic Environment Fast Human Detection Algorithm Based on Subtraction Stereo for Generic Environment Alessandro Moro, Makoto Arie, Kenji Terabayashi and Kazunori Umeda University of Trieste, Italy / CREST, JST Chuo University,

More information

2 Proposed Methodology

2 Proposed Methodology 3rd International Conference on Multimedia Technology(ICMT 2013) Object Detection in Image with Complex Background Dong Li, Yali Li, Fei He, Shengjin Wang 1 State Key Laboratory of Intelligent Technology

More information

Multi-Object Tracking Based on Tracking-Learning-Detection Framework

Multi-Object Tracking Based on Tracking-Learning-Detection Framework Multi-Object Tracking Based on Tracking-Learning-Detection Framework Songlin Piao, Karsten Berns Robotics Research Lab University of Kaiserslautern Abstract. This paper shows the framework of robust long-term

More information

Vehicle and Person Tracking in UAV Videos

Vehicle and Person Tracking in UAV Videos Vehicle and Person Tracking in UAV Videos Jiangjian Xiao, Changjiang Yang, Feng Han, and Hui Cheng Sarnoff Corporation {jxiao, cyang, fhan, hcheng}@sarnoff.com Abstract. This paper presents two tracking

More information

DYNAMIC BACKGROUND SUBTRACTION BASED ON SPATIAL EXTENDED CENTER-SYMMETRIC LOCAL BINARY PATTERN. Gengjian Xue, Jun Sun, Li Song

DYNAMIC BACKGROUND SUBTRACTION BASED ON SPATIAL EXTENDED CENTER-SYMMETRIC LOCAL BINARY PATTERN. Gengjian Xue, Jun Sun, Li Song DYNAMIC BACKGROUND SUBTRACTION BASED ON SPATIAL EXTENDED CENTER-SYMMETRIC LOCAL BINARY PATTERN Gengjian Xue, Jun Sun, Li Song Institute of Image Communication and Information Processing, Shanghai Jiao

More information

Car Detecting Method using high Resolution images

Car Detecting Method using high Resolution images Car Detecting Method using high Resolution images Swapnil R. Dhawad Department of Electronics and Telecommunication Engineering JSPM s Rajarshi Shahu College of Engineering, Savitribai Phule Pune University,

More information

Graph Matching Iris Image Blocks with Local Binary Pattern

Graph Matching Iris Image Blocks with Local Binary Pattern Graph Matching Iris Image Blocs with Local Binary Pattern Zhenan Sun, Tieniu Tan, and Xianchao Qiu Center for Biometrics and Security Research, National Laboratory of Pattern Recognition, Institute of

More information

Detecting and Tracking Moving Objects for Video Surveillance. Isaac Cohen and Gerard Medioni University of Southern California

Detecting and Tracking Moving Objects for Video Surveillance. Isaac Cohen and Gerard Medioni University of Southern California Detecting and Tracking Moving Objects for Video Surveillance Isaac Cohen and Gerard Medioni University of Southern California Their application sounds familiar. Video surveillance Sensors with pan-tilt

More information

Fast and Stable Human Detection Using Multiple Classifiers Based on Subtraction Stereo with HOG Features

Fast and Stable Human Detection Using Multiple Classifiers Based on Subtraction Stereo with HOG Features 2011 IEEE International Conference on Robotics and Automation Shanghai International Conference Center May 9-13, 2011, Shanghai, China Fast and Stable Human Detection Using Multiple Classifiers Based on

More information

Feature Detection and Matching

Feature Detection and Matching and Matching CS4243 Computer Vision and Pattern Recognition Leow Wee Kheng Department of Computer Science School of Computing National University of Singapore Leow Wee Kheng (CS4243) Camera Models 1 /

More information

SURF. Lecture6: SURF and HOG. Integral Image. Feature Evaluation with Integral Image

SURF. Lecture6: SURF and HOG. Integral Image. Feature Evaluation with Integral Image SURF CSED441:Introduction to Computer Vision (2015S) Lecture6: SURF and HOG Bohyung Han CSE, POSTECH bhhan@postech.ac.kr Speed Up Robust Features (SURF) Simplified version of SIFT Faster computation but

More information

Tri-modal Human Body Segmentation

Tri-modal Human Body Segmentation Tri-modal Human Body Segmentation Master of Science Thesis Cristina Palmero Cantariño Advisor: Sergio Escalera Guerrero February 6, 2014 Outline 1 Introduction 2 Tri-modal dataset 3 Proposed baseline 4

More information

Real-time Vehicle Matching for Multi-camera Tunnel Surveillance

Real-time Vehicle Matching for Multi-camera Tunnel Surveillance Real-time Vehicle Matching for Multi-camera Tunnel Surveillance Vedran Jelača, Jorge Oswaldo Niño Castañeda, Andrés Frías-Velázquez, Aleksandra Pižurica and Wilfried Philips ABSTRACT Tracking multiple

More information

CS229: Action Recognition in Tennis

CS229: Action Recognition in Tennis CS229: Action Recognition in Tennis Aman Sikka Stanford University Stanford, CA 94305 Rajbir Kataria Stanford University Stanford, CA 94305 asikka@stanford.edu rkataria@stanford.edu 1. Motivation As active

More information

SIFT: SCALE INVARIANT FEATURE TRANSFORM SURF: SPEEDED UP ROBUST FEATURES BASHAR ALSADIK EOS DEPT. TOPMAP M13 3D GEOINFORMATION FROM IMAGES 2014

SIFT: SCALE INVARIANT FEATURE TRANSFORM SURF: SPEEDED UP ROBUST FEATURES BASHAR ALSADIK EOS DEPT. TOPMAP M13 3D GEOINFORMATION FROM IMAGES 2014 SIFT: SCALE INVARIANT FEATURE TRANSFORM SURF: SPEEDED UP ROBUST FEATURES BASHAR ALSADIK EOS DEPT. TOPMAP M13 3D GEOINFORMATION FROM IMAGES 2014 SIFT SIFT: Scale Invariant Feature Transform; transform image

More information

A Comparison of SIFT, PCA-SIFT and SURF

A Comparison of SIFT, PCA-SIFT and SURF A Comparison of SIFT, PCA-SIFT and SURF Luo Juan Computer Graphics Lab, Chonbuk National University, Jeonju 561-756, South Korea qiuhehappy@hotmail.com Oubong Gwun Computer Graphics Lab, Chonbuk National

More information

Contextualized Trajectory Parsing with Spatio-temporal Graph

Contextualized Trajectory Parsing with Spatio-temporal Graph 1 2 3 4 5 Contextualized Trajectory Parsing with Spatio-temporal Graph Xiaobai Liu 1, Liang Lin 1, Hai Jin 2 1 University of California, Los Angeles, CA 2 Huazhong University of Science Technology, China

More information

III. VERVIEW OF THE METHODS

III. VERVIEW OF THE METHODS An Analytical Study of SIFT and SURF in Image Registration Vivek Kumar Gupta, Kanchan Cecil Department of Electronics & Telecommunication, Jabalpur engineering college, Jabalpur, India comparing the distance

More information

Online Multi-Object Tracking based on Hierarchical Association Framework

Online Multi-Object Tracking based on Hierarchical Association Framework Online Multi-Object Tracking based on Hierarchical Association Framework Jaeyong Ju, Daehun Kim, Bonhwa Ku, Hanseok Ko School of Electrical Engineering Korea University Anam-dong, Seongbuk-gu, Seoul, Korea

More information

Visual Bearing-Only Simultaneous Localization and Mapping with Improved Feature Matching

Visual Bearing-Only Simultaneous Localization and Mapping with Improved Feature Matching Visual Bearing-Only Simultaneous Localization and Mapping with Improved Feature Matching Hauke Strasdat, Cyrill Stachniss, Maren Bennewitz, and Wolfram Burgard Computer Science Institute, University of

More information

Aircraft Tracking Based on KLT Feature Tracker and Image Modeling

Aircraft Tracking Based on KLT Feature Tracker and Image Modeling Aircraft Tracking Based on KLT Feature Tracker and Image Modeling Khawar Ali, Shoab A. Khan, and Usman Akram Computer Engineering Department, College of Electrical & Mechanical Engineering, National University

More information

Online Tracking Parameter Adaptation based on Evaluation

Online Tracking Parameter Adaptation based on Evaluation 2013 10th IEEE International Conference on Advanced Video and Signal Based Surveillance Online Tracking Parameter Adaptation based on Evaluation Duc Phu Chau Julien Badie François Brémond Monique Thonnat

More information

Sketchable Histograms of Oriented Gradients for Object Detection

Sketchable Histograms of Oriented Gradients for Object Detection Sketchable Histograms of Oriented Gradients for Object Detection No Author Given No Institute Given Abstract. In this paper we investigate a new representation approach for visual object recognition. The

More information

C. Premsai 1, Prof. A. Kavya 2 School of Computer Science, School of Computer Science Engineering, Engineering VIT Chennai, VIT Chennai

C. Premsai 1, Prof. A. Kavya 2 School of Computer Science, School of Computer Science Engineering, Engineering VIT Chennai, VIT Chennai Traffic Sign Detection Via Graph-Based Ranking and Segmentation Algorithm C. Premsai 1, Prof. A. Kavya 2 School of Computer Science, School of Computer Science Engineering, Engineering VIT Chennai, VIT

More information

FAST HUMAN DETECTION USING TEMPLATE MATCHING FOR GRADIENT IMAGES AND ASC DESCRIPTORS BASED ON SUBTRACTION STEREO

FAST HUMAN DETECTION USING TEMPLATE MATCHING FOR GRADIENT IMAGES AND ASC DESCRIPTORS BASED ON SUBTRACTION STEREO FAST HUMAN DETECTION USING TEMPLATE MATCHING FOR GRADIENT IMAGES AND ASC DESCRIPTORS BASED ON SUBTRACTION STEREO Makoto Arie, Masatoshi Shibata, Kenji Terabayashi, Alessandro Moro and Kazunori Umeda Course

More information

Detection and Tracking of Large Number of Targets in Wide Area Surveillance

Detection and Tracking of Large Number of Targets in Wide Area Surveillance Detection and Tracking of Large Number of Targets in Wide Area Surveillance Vladimir Reilly, Haroon Idrees, and Mubarak Shah vsreilly@eecs.ucf.edu,haroon.idrees@knights.ucf.edu, shah@eecs.ucf.edu Computer

More information

Implementation of Optical Flow, Sliding Window and SVM for Vehicle Detection and Tracking

Implementation of Optical Flow, Sliding Window and SVM for Vehicle Detection and Tracking Implementation of Optical Flow, Sliding Window and SVM for Vehicle Detection and Tracking Mohammad Baji, Dr. I. SantiPrabha 2 M. Tech scholar, Department of E.C.E,U.C.E.K,Jawaharlal Nehru Technological

More information

CS 231A Computer Vision (Fall 2012) Problem Set 3

CS 231A Computer Vision (Fall 2012) Problem Set 3 CS 231A Computer Vision (Fall 2012) Problem Set 3 Due: Nov. 13 th, 2012 (2:15pm) 1 Probabilistic Recursion for Tracking (20 points) In this problem you will derive a method for tracking a point of interest

More information

Research on Recognition and Classification of Moving Objects in Mixed Traffic Based on Video Detection

Research on Recognition and Classification of Moving Objects in Mixed Traffic Based on Video Detection Hu, Qu, Li and Wang 1 Research on Recognition and Classification of Moving Objects in Mixed Traffic Based on Video Detection Hongyu Hu (corresponding author) College of Transportation, Jilin University,

More information

An Approach for Reduction of Rain Streaks from a Single Image

An Approach for Reduction of Rain Streaks from a Single Image An Approach for Reduction of Rain Streaks from a Single Image Vijayakumar Majjagi 1, Netravati U M 2 1 4 th Semester, M. Tech, Digital Electronics, Department of Electronics and Communication G M Institute

More information

K-Means Based Matching Algorithm for Multi-Resolution Feature Descriptors

K-Means Based Matching Algorithm for Multi-Resolution Feature Descriptors K-Means Based Matching Algorithm for Multi-Resolution Feature Descriptors Shao-Tzu Huang, Chen-Chien Hsu, Wei-Yen Wang International Science Index, Electrical and Computer Engineering waset.org/publication/0007607

More information

Noise Reduction in Image Sequences using an Effective Fuzzy Algorithm

Noise Reduction in Image Sequences using an Effective Fuzzy Algorithm Noise Reduction in Image Sequences using an Effective Fuzzy Algorithm Mahmoud Saeid Khadijeh Saeid Mahmoud Khaleghi Abstract In this paper, we propose a novel spatiotemporal fuzzy based algorithm for noise

More information

Human Motion Detection and Tracking for Video Surveillance

Human Motion Detection and Tracking for Video Surveillance Human Motion Detection and Tracking for Video Surveillance Prithviraj Banerjee and Somnath Sengupta Department of Electronics and Electrical Communication Engineering Indian Institute of Technology, Kharagpur,

More information

Real-time target tracking using a Pan and Tilt platform

Real-time target tracking using a Pan and Tilt platform Real-time target tracking using a Pan and Tilt platform Moulay A. Akhloufi Abstract In recent years, we see an increase of interest for efficient tracking systems in surveillance applications. Many of

More information

Human detection using local shape and nonredundant

Human detection using local shape and nonredundant University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 2010 Human detection using local shape and nonredundant binary patterns

More information

Efficient Detector Adaptation for Object Detection in a Video

Efficient Detector Adaptation for Object Detection in a Video 2013 IEEE Conference on Computer Vision and Pattern Recognition Efficient Detector Adaptation for Object Detection in a Video Pramod Sharma and Ram Nevatia Institute for Robotics and Intelligent Systems,

More information

CS 223B Computer Vision Problem Set 3

CS 223B Computer Vision Problem Set 3 CS 223B Computer Vision Problem Set 3 Due: Feb. 22 nd, 2011 1 Probabilistic Recursion for Tracking In this problem you will derive a method for tracking a point of interest through a sequence of images.

More information

An Automatic Timestamp Replanting Algorithm for Panorama Video Surveillance *

An Automatic Timestamp Replanting Algorithm for Panorama Video Surveillance * An Automatic Timestamp Replanting Algorithm for Panorama Video Surveillance * Xinguo Yu, Wu Song, Jun Cheng, Bo Qiu, and Bin He National Engineering Research Center for E-Learning, Central China Normal

More information

Features Points. Andrea Torsello DAIS Università Ca Foscari via Torino 155, Mestre (VE)

Features Points. Andrea Torsello DAIS Università Ca Foscari via Torino 155, Mestre (VE) Features Points Andrea Torsello DAIS Università Ca Foscari via Torino 155, 30172 Mestre (VE) Finding Corners Edge detectors perform poorly at corners. Corners provide repeatable points for matching, so

More information

Object Tracking using HOG and SVM

Object Tracking using HOG and SVM Object Tracking using HOG and SVM Siji Joseph #1, Arun Pradeep #2 Electronics and Communication Engineering Axis College of Engineering and Technology, Ambanoly, Thrissur, India Abstract Object detection

More information

Real-Time Vehicle Detection and Tracking DDDAS Using Hyperspectral Features from Aerial Video

Real-Time Vehicle Detection and Tracking DDDAS Using Hyperspectral Features from Aerial Video Real-Time Vehicle Detection and Tracking DDDAS Using Hyperspectral Features from Aerial Video Matthew J. Hoffman, Burak Uzkent, Anthony Vodacek School of Mathematical Sciences Chester F. Carlson Center

More information

VIDEO STABILIZATION WITH L1-L2 OPTIMIZATION. Hui Qu, Li Song

VIDEO STABILIZATION WITH L1-L2 OPTIMIZATION. Hui Qu, Li Song VIDEO STABILIZATION WITH L-L2 OPTIMIZATION Hui Qu, Li Song Institute of Image Communication and Network Engineering, Shanghai Jiao Tong University ABSTRACT Digital videos often suffer from undesirable

More information

Modern Object Detection. Most slides from Ali Farhadi

Modern Object Detection. Most slides from Ali Farhadi Modern Object Detection Most slides from Ali Farhadi Comparison of Classifiers assuming x in {0 1} Learning Objective Training Inference Naïve Bayes maximize j i logp + logp ( x y ; θ ) ( y ; θ ) i ij

More information

Object Recognition with Invariant Features

Object Recognition with Invariant Features Object Recognition with Invariant Features Definition: Identify objects or scenes and determine their pose and model parameters Applications Industrial automation and inspection Mobile robots, toys, user

More information

Video Alignment. Literature Survey. Spring 2005 Prof. Brian Evans Multidimensional Digital Signal Processing Project The University of Texas at Austin

Video Alignment. Literature Survey. Spring 2005 Prof. Brian Evans Multidimensional Digital Signal Processing Project The University of Texas at Austin Literature Survey Spring 2005 Prof. Brian Evans Multidimensional Digital Signal Processing Project The University of Texas at Austin Omer Shakil Abstract This literature survey compares various methods

More information

Estimation of common groundplane based on co-motion statistics

Estimation of common groundplane based on co-motion statistics Estimation of common groundplane based on co-motion statistics Zoltan Szlavik, Laszlo Havasi 2, Tamas Sziranyi Analogical and Neural Computing Laboratory, Computer and Automation Research Institute of

More information

Accurate 3D Face and Body Modeling from a Single Fixed Kinect

Accurate 3D Face and Body Modeling from a Single Fixed Kinect Accurate 3D Face and Body Modeling from a Single Fixed Kinect Ruizhe Wang*, Matthias Hernandez*, Jongmoo Choi, Gérard Medioni Computer Vision Lab, IRIS University of Southern California Abstract In this

More information

Feature Based Registration - Image Alignment

Feature Based Registration - Image Alignment Feature Based Registration - Image Alignment Image Registration Image registration is the process of estimating an optimal transformation between two or more images. Many slides from Alexei Efros http://graphics.cs.cmu.edu/courses/15-463/2007_fall/463.html

More information

Enhanced and Efficient Image Retrieval via Saliency Feature and Visual Attention

Enhanced and Efficient Image Retrieval via Saliency Feature and Visual Attention Enhanced and Efficient Image Retrieval via Saliency Feature and Visual Attention Anand K. Hase, Baisa L. Gunjal Abstract In the real world applications such as landmark search, copy protection, fake image

More information

A Comparison and Matching Point Extraction of SIFT and ISIFT

A Comparison and Matching Point Extraction of SIFT and ISIFT A Comparison and Matching Point Extraction of SIFT and ISIFT A. Swapna A. Geetha Devi M.Tech Scholar, PVPSIT, Vijayawada Associate Professor, PVPSIT, Vijayawada bswapna.naveen@gmail.com geetha.agd@gmail.com

More information

FAST REGISTRATION OF TERRESTRIAL LIDAR POINT CLOUD AND SEQUENCE IMAGES

FAST REGISTRATION OF TERRESTRIAL LIDAR POINT CLOUD AND SEQUENCE IMAGES FAST REGISTRATION OF TERRESTRIAL LIDAR POINT CLOUD AND SEQUENCE IMAGES Jie Shao a, Wuming Zhang a, Yaqiao Zhu b, Aojie Shen a a State Key Laboratory of Remote Sensing Science, Institute of Remote Sensing

More information

Car tracking in tunnels

Car tracking in tunnels Czech Pattern Recognition Workshop 2000, Tomáš Svoboda (Ed.) Peršlák, Czech Republic, February 2 4, 2000 Czech Pattern Recognition Society Car tracking in tunnels Roman Pflugfelder and Horst Bischof Pattern

More information

METRIC PLANE RECTIFICATION USING SYMMETRIC VANISHING POINTS

METRIC PLANE RECTIFICATION USING SYMMETRIC VANISHING POINTS METRIC PLANE RECTIFICATION USING SYMMETRIC VANISHING POINTS M. Lefler, H. Hel-Or Dept. of CS, University of Haifa, Israel Y. Hel-Or School of CS, IDC, Herzliya, Israel ABSTRACT Video analysis often requires

More information

Automatic Adaptation of a Generic Pedestrian Detector to a Specific Traffic Scene

Automatic Adaptation of a Generic Pedestrian Detector to a Specific Traffic Scene Automatic Adaptation of a Generic Pedestrian Detector to a Specific Traffic Scene Meng Wang and Xiaogang Wang {mwang,xgwang}@ee.cuhk.edu.hk Department of Electronic Engineering, The Chinese University

More information

Application of Geometry Rectification to Deformed Characters Recognition Liqun Wang1, a * and Honghui Fan2

Application of Geometry Rectification to Deformed Characters Recognition Liqun Wang1, a * and Honghui Fan2 6th International Conference on Electronic, Mechanical, Information and Management (EMIM 2016) Application of Geometry Rectification to Deformed Characters Liqun Wang1, a * and Honghui Fan2 1 School of

More information

An Angle Estimation to Landmarks for Autonomous Satellite Navigation

An Angle Estimation to Landmarks for Autonomous Satellite Navigation 5th International Conference on Environment, Materials, Chemistry and Power Electronics (EMCPE 2016) An Angle Estimation to Landmarks for Autonomous Satellite Navigation Qing XUE a, Hongwen YANG, Jian

More information

Previously. Part-based and local feature models for generic object recognition. Bag-of-words model 4/20/2011

Previously. Part-based and local feature models for generic object recognition. Bag-of-words model 4/20/2011 Previously Part-based and local feature models for generic object recognition Wed, April 20 UT-Austin Discriminative classifiers Boosting Nearest neighbors Support vector machines Useful for object recognition

More information

Detecting Lane Departures Using Weak Visual Features

Detecting Lane Departures Using Weak Visual Features CS 229 FINAL PROJECT REPORT 1 Detecting Lane Departures Using Weak Visual Features Ella (Jungsun) Kim, jungsun@stanford.edu Shane Soh, shanesoh@stanford.edu Advised by Professor Ashutosh Saxena Abstract

More information

Pedestrian Detection Using Multi-layer LIDAR

Pedestrian Detection Using Multi-layer LIDAR 1 st International Conference on Transportation Infrastructure and Materials (ICTIM 2016) ISBN: 978-1-60595-367-0 Pedestrian Detection Using Multi-layer LIDAR Mingfang Zhang 1, Yuping Lu 2 and Tong Liu

More information

A Modified Mean Shift Algorithm for Visual Object Tracking

A Modified Mean Shift Algorithm for Visual Object Tracking A Modified Mean Shift Algorithm for Visual Object Tracking Shu-Wei Chou 1, Chaur-Heh Hsieh 2, Bor-Jiunn Hwang 3, Hown-Wen Chen 4 Department of Computer and Communication Engineering, Ming-Chuan University,

More information

Self Lane Assignment Using Smart Mobile Camera For Intelligent GPS Navigation and Traffic Interpretation

Self Lane Assignment Using Smart Mobile Camera For Intelligent GPS Navigation and Traffic Interpretation For Intelligent GPS Navigation and Traffic Interpretation Tianshi Gao Stanford University tianshig@stanford.edu 1. Introduction Imagine that you are driving on the highway at 70 mph and trying to figure

More information

Active View Selection for Object and Pose Recognition

Active View Selection for Object and Pose Recognition Active View Selection for Object and Pose Recognition Zhaoyin Jia, Yao-Jen Chang Carnegie Mellon University Pittsburgh, PA, USA {zhaoyin, kevinchang}@cmu.edu Tsuhan Chen Cornell University Ithaca, NY,

More information

Automatic Parameter Adaptation for Multi-Object Tracking

Automatic Parameter Adaptation for Multi-Object Tracking Automatic Parameter Adaptation for Multi-Object Tracking Duc Phu CHAU, Monique THONNAT, and François BREMOND {Duc-Phu.Chau, Monique.Thonnat, Francois.Bremond}@inria.fr STARS team, INRIA Sophia Antipolis,

More information

Class 3: Advanced Moving Object Detection and Alert Detection Feb. 18, 2008

Class 3: Advanced Moving Object Detection and Alert Detection Feb. 18, 2008 Class 3: Advanced Moving Object Detection and Alert Detection Feb. 18, 2008 Instructor: YingLi Tian Video Surveillance E6998-007 Senior/Feris/Tian 1 Outlines Moving Object Detection with Distraction Motions

More information

Detection and Tracking of Large Number of Targets in Wide Area Surveillance

Detection and Tracking of Large Number of Targets in Wide Area Surveillance Detection and Tracking of Large Number of Targets in Wide Area Surveillance Vladimir Reilly, Haroon Idrees, and Mubarak Shah Computer Vision Lab, University of Central Florida, Orlando, USA vsreilly@eecs.ucf.edu,

More information

Improvement of SURF Feature Image Registration Algorithm Based on Cluster Analysis

Improvement of SURF Feature Image Registration Algorithm Based on Cluster Analysis Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Improvement of SURF Feature Image Registration Algorithm Based on Cluster Analysis 1 Xulin LONG, 1,* Qiang CHEN, 2 Xiaoya

More information

MOTION SEGMENTATION BASED ON INDEPENDENT SUBSPACE ANALYSIS

MOTION SEGMENTATION BASED ON INDEPENDENT SUBSPACE ANALYSIS MOTION SEGMENTATION BASED ON INDEPENDENT SUBSPACE ANALYSIS Zhimin Fan, Jie Zhou and Ying Wu Department of Automation, Tsinghua University, Beijing 100084, China Department of Electrical and Computer Engineering,

More information

Performance Evaluation Metrics and Statistics for Positional Tracker Evaluation

Performance Evaluation Metrics and Statistics for Positional Tracker Evaluation Performance Evaluation Metrics and Statistics for Positional Tracker Evaluation Chris J. Needham and Roger D. Boyle School of Computing, The University of Leeds, Leeds, LS2 9JT, UK {chrisn,roger}@comp.leeds.ac.uk

More information

Online Motion Agreement Tracking

Online Motion Agreement Tracking WU,ZHANG,BETKE: ONLINE MOTION AGREEMENT TRACKING 1 Online Motion Agreement Tracking Zheng Wu wuzheng@bu.edu Jianming Zhang jmzhang@bu.edu Margrit Betke betke@bu.edu Computer Science Department Boston University

More information

A reversible data hiding based on adaptive prediction technique and histogram shifting

A reversible data hiding based on adaptive prediction technique and histogram shifting A reversible data hiding based on adaptive prediction technique and histogram shifting Rui Liu, Rongrong Ni, Yao Zhao Institute of Information Science Beijing Jiaotong University E-mail: rrni@bjtu.edu.cn

More information

A New Shape Matching Measure for Nonlinear Distorted Object Recognition

A New Shape Matching Measure for Nonlinear Distorted Object Recognition A New Shape Matching Measure for Nonlinear Distorted Object Recognition S. Srisuky, M. Tamsriy, R. Fooprateepsiri?, P. Sookavatanay and K. Sunaty Department of Computer Engineeringy, Department of Information

More information

AN APPROACH OF SEMIAUTOMATED ROAD EXTRACTION FROM AERIAL IMAGE BASED ON TEMPLATE MATCHING AND NEURAL NETWORK

AN APPROACH OF SEMIAUTOMATED ROAD EXTRACTION FROM AERIAL IMAGE BASED ON TEMPLATE MATCHING AND NEURAL NETWORK AN APPROACH OF SEMIAUTOMATED ROAD EXTRACTION FROM AERIAL IMAGE BASED ON TEMPLATE MATCHING AND NEURAL NETWORK Xiangyun HU, Zuxun ZHANG, Jianqing ZHANG Wuhan Technique University of Surveying and Mapping,

More information

Pixel-Pair Features Selection for Vehicle Tracking

Pixel-Pair Features Selection for Vehicle Tracking 2013 Second IAPR Asian Conference on Pattern Recognition Pixel-Pair Features Selection for Vehicle Tracking Zhibin Zhang, Xuezhen Li, Takio Kurita Graduate School of Engineering Hiroshima University Higashihiroshima,

More information

Learning the Three Factors of a Non-overlapping Multi-camera Network Topology

Learning the Three Factors of a Non-overlapping Multi-camera Network Topology Learning the Three Factors of a Non-overlapping Multi-camera Network Topology Xiaotang Chen, Kaiqi Huang, and Tieniu Tan National Laboratory of Pattern Recognition, Institute of Automation, Chinese Academy

More information

Multiple-Person Tracking by Detection

Multiple-Person Tracking by Detection http://excel.fit.vutbr.cz Multiple-Person Tracking by Detection Jakub Vojvoda* Abstract Detection and tracking of multiple person is challenging problem mainly due to complexity of scene and large intra-class

More information

Part-based and local feature models for generic object recognition

Part-based and local feature models for generic object recognition Part-based and local feature models for generic object recognition May 28 th, 2015 Yong Jae Lee UC Davis Announcements PS2 grades up on SmartSite PS2 stats: Mean: 80.15 Standard Dev: 22.77 Vote on piazza

More information