Using Time Series Analysis to Visualize and Evaluate Background Subtraction Results for Computer Vision Applications

Size: px
Start display at page:

Download "Using Time Series Analysis to Visualize and Evaluate Background Subtraction Results for Computer Vision Applications"

Transcription

1 Using Time Series Analysis to Visualize and Evaluate Background Subtraction Results for Computer Vision Applications Samah Ramadan Computer Science Department University of Maryland College Park, MD ABSTRACT Information visualization has proved its significance and importance for exploring and analysis of complex data. This paper introduces a novel framework for applying time series analysis and visualization methods to evaluate and compare the results of background subtraction algorithms for computer vision applications. Instead of judging the results of background subtraction algorithms by just viewing the resulted binary sequences which might not give enough insights about the results, we apply time series analysis and visualization to provide more details and insights of the results. The objective is to evaluate the results and possibly help to identify the weaknesses and strengthes of background subtraction algorithms which leads to further improvements for the performance of these algorithms. Keywords: Time series, Background Subtraction Visualization,Information Visualization, Autoregression. 1. INTRODUCTION Time series data arise in virtually all fields of science and business. For example, in medicine, it is critically important to visualize and query Electrocardiogram (ECG) data. Another example is stock market data, which requires very accurate visualization and analysis in order to understand market trends and predict future stock market events. In computer vision, time series analysis is important in applications such as activity recognition and motion analysis. Unfortunately, many fields have not benefitted from the wide range of visualization and analysis techniques developed by the information visualization community. There has been very limited interaction between the computer vision community and information visualization community. This paper crosses the gab between the two communities to introduce a novel approach to evaluate and compare different background subtraction algorithms using time series visualization, in an attempt to build a connection between information visualization in its pure meaning and computational intelligence. This paper aims to address two issues. The first issue is to compare and evaluate the performance of the background subtraction algorithm based on its results given some test video sequences. Visualization is used to examine the evolution of a given pixel or an image area. Results of the background subtraction algorithm being evaluated are compared against both the time series of the pixel and another supposedly robust (ground truth) background subtraction algorithm.three levels of visualization are allowed. The first level of visualization is an non-interactive overview visualization that simply demonstrates the time series for the selected pixel or are. The second level of visualization is to give more insights about the data through interactive time series visualization for the area of interest inside the image. The third level of visualization is to compare the results on the pixel granularity and provide more detailed visual analysis about this pixel time series. The second issue this paper addresses is using time series analysis methods to model the background. Autoregression is applied to predict future pixel value form its previous values (history.) During the training phase the system builds a history of each pixel in video which represents a time series. In order to detect moving objects in a new frame, the new pixel intensity is forecasted based on its history and this value is compared to the true intensity of the pixel. If the difference between the expected intensity value and the real one is above a specific threshold then an inference can be made that the pixel being tested is a part of a foreground moving objects. Otherwise, the pixel is another sample of the background and can be used to update the time series pixel history. This paper is organized as follows. Section 2 briefly summarizes the related work in time series visualization and background subtraction. The proposed evaluation and visualization method is discussed in Section 3. In Section 4 we present some evaluation and visualization results. Finally, Section 5 concludes the paper and introduce some directions for future work.

2 2. RELATED WORK 2.1 Time Series Visualization and Analysis Time series visualization provides an efficient and compact means to explore, analyze and compare time series data. The research in time series visualization can generally be categorized into four main areas. Namely, these areas are anomaly detection, time series query, time series classification and time series clustering. In [11], Keogh et al. present a data compression-based similarity measure algorithm which they use in different domains such as anomaly detection and clustering. As an example for anomaly detection, they used a sequence of images extracted from a video clip, showing an actor drawing a gun, aiming it at a target and then returning the gun to its holster, as a normal behavior time sequence. To detect anomalies, the actor was asked to repeated the sequence over and over, until at some point the actor misses the holster and laughs. The algorithm detects missing the holster and laughing as an anomaly. Wavelet transform is used by Shahabi et al. [15] to create what is called Trend and Surprise Tree (TSA-tree.) A TSA-tree is used to analyze and search time series data for anomalies at different levels of abstraction. In the time series clustering area, Kalpakis et al. [8] present an algorithm for clustering Auto-Regressive Integrated Moving Average (ARIMA) time series. The algorithm is based on modelling the cepstral coefficients of the time series using a linear predictive model and computing the Euclidean distance between representations of different signals in order to classify them. Struzik and Siebes [16] introduced a Wavelet Transform based method for finding features of interest at different scales from time series data. An interesting comparison between different similarity measures when applied to stock market data can be found in [5]. From an application perspective, time series visualization has been applied in several fields. Keogh et al. [10] applied time series methods to finding the most unusual subsequence of a much longer electrocardiogram time series. They added two heuristics to the brute force search algorithm to find the most unusual subsequence of a predefined length. In [2], Chan and Mahoney propose an algorithm to model a set of normal time series and a scoring method to compare new time series to the model. They apply the proposed algorithms to NASA valve data set. The data consists of a set of normal valve opening and closing currents another set of abnormal opening and closing sequences. Also for aerospace applications, Chiu et al. [3] developed algorithms for finding repeated subsequences of time series, which they call Motifs. They tested their algorithms on the space shuttle telemetry signals and they showed robust performance. Tools have been developed to interactively visualize time series data and querying them. Timesearcher [14] is a tool that enables the user to visualize and search different time series interactively by the means of Timeboxes [7] and Variable Time Timeboxes [9]. Timesearcher enables the user to search multidimensional time series, filter the data to reduce scope. Also it has zooming capabilities and similarity search features. Another time series data visualization tool is BinX [1]. BinX enables the user to dynamically cluster the time series data as the level of viewing details changes. Lin et al. [13] developed VizTree, a tool to visualize large scale time series in an online fashion. VizTree transforms the time series into a symbolic representation and then encodes this representation in a suffix tree. The frequency of time series patterns are mapped into thickness and colors of branches. The tool also enables the user to conduct subsequence matching, motif discovery and anomaly detection. This tool presents a unique representation for comparing two time series through DiffTree. 2.2 Background Subtraction Background subtraction is a critically important step in many computer vision applications, such as visual surveillance and activity recognition. The main idea behind background subtraction is to subtract an image containing some moving objects from another image representing a model of the background of the scene. Ideally, the result is an image containing only the moving objects. However, due to several sources of noise, such as lighting, this process does not yield ideal results. This motivates researchers to investigate other more sophisticated methods for performing the background subtraction step. There is an abundance of publications in this area. Following, we will describe a few of the sophisticated, yet popular, methods for background subtraction algorithms. Elgammal et al. [4] uses kernel density estimation to compute probability density function for the color of each pixel individually. At subtraction time, a pixel is classified as a foreground pixel if the probability is less than a certain threshold. Stauffer and Grimson [17] took a slightly different modeling approach by modelling the color of each background pixel as a mixture of Gaussian distributions. During the subtraction time, they computed the probability that a pixel is a background pixel and thresholded the result in a similar fashion to [4]. They also proposed a method for dynamically adapting the background model over time. A major drawback of algorithms such as that of Stauffer and Grimson [17] is that they fail when fast light changes occur in the scene. Rather than using only color information in the mixture of Gaussians model, Tian et al. [18] augment the model by including texture and intensity information. Their results show improved performance when fast light changes occur. Kim et al [12] introduced a real time algorithm for background subtraction by building a compressed background model. The model is build using codebook representation for each pixel intensity value.the model built was able to capture the underlying background structure even for dynamic backgrounds. Each pixel in the model is represented

3 by set of codewords. Quantization/ clustering technique is applied to extract the codeword for building the codebook. 3. PROPOSED METHOD The best way to measure the accuracy and robustness of a background subtraction algorithm is to apply it to video sequences and see how it will perform. However, if the video sequence has lots of details, it might be difficult to perceptually judge the performance for small areas that do not show well on the regular computer monitor. For this reason, it is intuitive to go to the pixel granularity to evaluate and compare different background subtraction results. Since video sequences are essentially sequences of frames with a specific frame rate, the intensity of one or more pixels as it evolves from one frame to the next can be thought of as a time series. Visualizing the time series of pixel intensity and compare between time series of corresponding pixels in two different background subtraction algorithms provides an easy, yet effective, way of evaluating and comparing the results of different background algorithms when put together under the same evaluation metrics. In this paper different visualization tools are employed to evaluate and compare the results of different background subtraction algorithm. Three different strategies are adopted in order to assess the performance of a given background subtraction algorithms. For simple mismatches, a visualization overview is provided by just plotting the time series with no further interaction. If the user is unsure about the results of the background subtraction, then we use TimeSearcher [7] for more accurate visualization and analysis of the time series. TimeSearcher allows for more interactive visualization and further investigations such as trends, similarities and anomaly spotting. In order to interface with TimeSearcher, our software automatically exports the time series data of the original pixel intensity as well as the output of the two background subtraction algorithm being compared to TimeSearcher by reformatting the data into the appropriate format and modifying the initialization file of TimeSearcher to use the exported data. On the other hand, in order to detect motifs in the original pixel time series, VizTree [13] is used. Motifs in the original pixel data simply indicate the existence of a foreground object. VizTree is also utilized to compare between the results of two background subtraction results to measure how different or similar the results are. Our approach for assessing the performance of a given background subtraction algorithm is to apply the algorithm to a set of video sequences and compare the results against those of another algorithm that is known to perform robustly on the test set (i.e. ground truth results.) As a reference background subtraction algorithm, we use the codebook-based background subtraction algorithm developed by Kim et al. [12]. On the other hand, as an example of a background subtraction algorithm being assessed, we developed a simple algorithm based on autoregression. Let I t(x, y) be the intensity of an image pixel (x, y) at time t. The intensity at time t can be predicted using a linear combination of previous intensity values of the pixel as shown by Equation 1, I p t (x, y) = N a i I t i (x, y) (1) i=1 where N is the order of the autoregressive model and I t i(x, y) is the intensity at time t i. Given a sequence of pixels, the linear combination coefficients a i can be estimated by solving a system of linear equation. The details of computing a i are beyond the scope of this paper, however, for more information the reader is referred to [6]. The estimation process is repeated for every pixel in the training sequence. Since the training is a computationally expensive process, training is performed off-line for both the ground truth algorithm and the algorithm being tested. At testing time, the predicted intensity I p t (x, y) is compared to the true intensity I t(x, y) as shown by Equation 2 I t (x, y) I p t (x, y) > τ (2) where τ is a user-defined threshold. If the inequality of Equation 2 is not satisfied, this means that the predicted intensity is similar to the true intensity, and therefore no foreground objects exist. Otherwise, if the inequality holds true, this means the existence of a foreground object that is different in intensity than the background. 4. EXPERIMENTAL RESULTS The results of applying the two background subtraction algorithms are provided for a number of video sequences. The users can select the video sequence on which they want to evaluate the background subtraction algorithm. The users then can browse though the binary images representation the output of the two algorithms. This gives the users an overview of the performance of the background subtraction results. Since a high resolution video sequence will contain an enormous number of pixels ( pixels for a 720x480 grayscale video,) visualizing the time series of each pixel will be useless for the users. Therefore, we give the users the options to either visualize the time series of a selected pixel or an area around a selected pixel. So selecting the area of interest will perform as a filtering method to reduce the dimensionality of the pixel space. As shown in Figure 1 the users can select the video sequence that they want to evaluate the two background subtraction algorithms against. The users also select the frame range of the video. As mentioned earlier, the set of video sequences are preprocessed off-line. Figure 2 shows an example screen for comparing the results of the two background subtraction algorithms. The first step in comparing the two algorithm is for the users to browse the video sequence for an overview of the performance on the granularity of frames. As shown form the Figure, the users can preview the original video along with the results of the two background subtraction algorithm in order to obtain a perceptual assessment of the performance of the two algorithms. To focus the analysis on a particular pixel or area, the next step would be selecting a pixel or an area sur-

4 Figure 1: Main window of the background subtraction evaluation software. The users select one of the preprocessed video sequences and the range of frame on which they want to evaluate the algorithm Figure 2: The users can play the selected range of frames in order to make sure this is the desired range and/or video

5 Figure 3: The users can play the original video along with the videos for the background subtraction algorithm (top three controls, original video sequence, first background subtraction binary video results, second background subtraction algorithm binary video results). The users can view an non interactive overview of the time series of a selected pixel/area. Three time series shown (top: original video time series selected pixel(s), first background subtraction algorithm result time series selected pixel(s), and second background algorithm result time series for selected pixel(s). In this window, the users can also choose to visualize the data in TimeSearcher or VizTree for further detailed interactive visualizations. rounding a pixel to compare their time series visually. An interactive widget is provided to allow the users to first select a pixel of interest, then select the size of the neighborhood area around the chosen pixel. The area selection is also provided by another widget to choose from the range of single pixel neighborhood to whole image. After selecting the area of interest, the users can have a non interactive overview of the times series of the select area in original video along with the times series of the selected area in the two background subtraction results. This allows the users to conduct simple comparisons between the two time series. Figure 3 shows the non-interactive overview of the three time series: original video time series for intensity values of selected pixel(s), first background subtraction algorithm result time series for binary values of selected pixel(s), and second background algorithm result time series for binary values of selected pixel(s). For image areas that need more in detail analysis, the next phase is to allow the users to view an interactive visualization of the results using TimeSearcher 2.4[14]. By opting to visualize using TimeSearcher, the software automatically exports the intensities of the selected pixel/area of the original image and the background subtraction results to a TimeSearcher-specific data format. TimeSearcher is invoked automatically from the software and the initialization file is modified in order to load the data into TimeSearcher without any more user intervention. TimeSearcher is a very powerful tool for visualizing time series. It has many capabilities for previewing, zooming, filtering, dynamic queries and similarity search. As shown in Figure 4 the time series for the neighborhood of the chosen pixel can be visualized in original video and in the two binary results of the two background algorithms. As shown in the Figure, by comparing the three time series we can infer that a false alarm foreground was detected by the second background subtraction algorithm at frame number 52, while it was correctly classified as a background pixel in the first background subtraction algorithm. Figure 5 shows a utilization of some capabilities of Tmesearcher, where zooming and filtering are used. Zooming is used to focus on the frames that has a foreground object. While Filtering is used to reduce the visualized time series to the ones that meet the chosen range. To provide more insights of the results on the pixel granularity, VizTree [13] is used to visualize the detection of a foreground object as shown in Figure 6. The idea of VizTree is to transform the time series into a symbolic representation then encode the symbolic representation in a suffix tree where the frequency of the patterns is encoded is the thickness of the branches of the tree. The foreground object here is detected as an anomaly for the intensity values of the selected pixel. The anomaly was captured by the small thickness of tree branches, while frequent values are represented by thick branches. VizTree is also used to compare between two background subtraction results on the granularity of a single pixel comparison buy DiffTree representation. DiffTree provides a very unique representation to compare between two time series by comparing their two suffix trees representation. DiffTree encodes the difference in frequencies (which was originally coded by the thickness of tree branches) in colors to indicate over-representation or under-representation of patterns is each time series. Figure 7 shows an example DiffTree for the two background subtraction results for the chosen pixel. The surprising pattern is represented by red color in both the DiffTree representa-

6 Figure 4: TimeSearcher is used for an in-depth and interactive analysis of the time series data for the chosen pixel/area. Time series for the selected area in the three videos (original video, first background subtraction algorithm result video, and second background subtraction algorithm result video)the Y-axis represent the intensity values of the pixels, while the X-axis represents the frame number. Figure 5: Zooming and filtering capabilities in TimeSearcher are utilized to focus on interesting frames (zooming) and pixels (filtering.)

7 Figure 6: VizTree detects a foreground object as an anomaly. This is indicated by the thin branch on the top of the tree, and the associated red marked signal. Figure 7: DiffTree result of the two trees representation for the results of the two background subtraction algorithms. The difference of the two results shown in bright red color, phase difference shown in dark red color

8 tion and in the signal representation. 5. CONCLUSION AND FUTURE WORK In this work, we introduce a novel approach for evaluating and comparing the results of background subtraction algorithms. We employed some information visualization methodologies to solve a fundamental computer vision problem. The new approach allows the user for an easy and intuitive way to visually evaluate and compare the results of background subtraction algorithm. Three different visualization methods have been employed. First, simple plotting of pixel intensities and subtraction results is used to provide an overview of changes of of the foreground/background values over time. TimeSearcher is used to perform in-depth analysis of the results of the subtraction algorithms being compared. Finally, VizTree is used to verify the existence of foreground objects and to compare the results of background subtraction results using tree representation.. We plan to implement the SAX representation and suffix trees internally in our software in order to improve the visualization capabilities of the proposed method. For the sake of comparing a new algorithm to a ground truth one, we developed an autoregression-based background subtraction algorithm. The algorithm depends on modelling the intensity of a given pixel as a time series and estimating a number of autoregression parameters. The difference between the predicted values using the estimated parameters and the true value is used to indicated the existence of a foreground object. For future work we plan to improve the autoregression background subtraction algorithm to provide more robust results that can provide a better guidance in visually evaluating other background subtraction algorithms. Instead of using intensity values, we plan to use red, green and blue data channels to improve the subtraction results. Also, non-linear autoregression and more advanced time series modelling approach will be investigated. 6. REFERENCES [1] L. Berry and T. Munzner. Binx: Dynamic exploration of time series datasets across aggregation levels. In Information Visualization, [2] P. Chan and M. Mahoney. Modeling multiple time series for anomaly detection. In 5th IEEE International Conference on Data Mining, [3] B. Chiu, E. Keogh, and S. Lonardi. Probabilistic discovery of time series motifs. In 9th ACM SIGKDD, [4] A. Elgammal, D. Harwood, and L. Davis. Non-parametric model for background subtraction. In IEEE 7th International Conference on Computer Vision, [5] M. Gavrilov, D. Anguelov, P. Indyk, and R. Motwani. Mining the stock market: Which measure is best? In Proceedings of the 6th ACM SIGKDD, [6] J. D. Hamilton. Time Series Analysis. Princeton University Press, [7] H. Hochheiser and B. Shneiderman. Interactive exploration of time series data. In Proc. 4th International Conference on Discovery Science, [8] K. Kalpakis, D. Gada, and V. Puttagunta. Distance measures for effective clustering of arima time-series. In Proceedings of the IEEE International Conference on Data Mining, [9] E. Keogh, H. Hochheiser, and B. Shneiderman. An augmented visual query mechanism for finding patterns in time series data. In Proc. 5th International Conference on Flexible Query Answering Systems, [10] E. Keogh, J. Lin, A. Fu, and H. V. Herle. Finding the unusual medical time series: Algorithms and applications. IEEE Trans. on Information Technology in Biomedicine, To Appear. [11] E. Keogh, S. Lonardi, and C. Ratanamahatana. Towards parameter-free data mining. In Proceedings of tenth ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, [12] K. Kim, T. H. Chalidabhongse, D. Harwood, and L. Davis. Real-time foreground-background segmentation using codebook model. Real Time Imaging, 11(3), June [13] J. Lin, E. Keogh, S. Lonardi, J. Lankford, and D. N. Nystrom. Vistree: A tool for visually mining and monitoring massive time series databases. In Proc. 30th VLDB Conf., [14] C. P. A. K. P. Buono, A. Aris and B. Shneiderman. Interactive pattern search in time series. In Proc. Conference on Visualization and Data Analysis, VDA, pages , Washington DC, [15] C. Shahabi, X. Tian, and W. Zhao. Tsa-tree: A wavelet-based approach to imporove the efficiency of multi-level surprise and trend queries on time series data. In 12th International Conference on Scientific and Statistical Database Management (SSDBM), [16] Z. Struzik and A. Sibes. Measuring time series similarity through large singular features revealed with wavelet transformation. In Proceedings 10th International Workshop on Database and Expert Systems Applications, [17] C. Stuaffer and W. E. L. Grimson. Adaptive background mixture models for real-time tracking. In IEEE Conference on Computer Vision and Pattern Recognition, [18] Y. Tian, M. Lu, and A. Hampapur. Robust and efficient foreground analysis for real-time video surviellance. In IEEE Conference on Computer Vision and Pattern Recognition, 2005.

The Scientific Data Mining Process

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

More information

Tracking and Recognition in Sports Videos

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 mustafa.teke@gmail.com b Department of Computer

More information

Vision based Vehicle Tracking using a high angle camera

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 gramos@clemson.edu dshu@clemson.edu Abstract A vehicle tracking and grouping algorithm is presented in this work

More information

Spatio-Temporal Nonparametric Background Modeling and Subtraction

Spatio-Temporal Nonparametric Background Modeling and Subtraction Spatio-Temporal Nonparametric Background Modeling and Subtraction Raviteja Vemulapalli and R. Aravind Department of Electrical engineering Indian Institute of Technology, Madras Background subtraction

More information

Colour Image Segmentation Technique for Screen Printing

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

More information

TOWARDS SIMPLE, EASY TO UNDERSTAND, AN INTERACTIVE DECISION TREE ALGORITHM

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

More information

MINING TIME SERIES DATA

MINING TIME SERIES DATA Chapter 1 MINING TIME SERIES DATA Chotirat Ann Ratanamahatana, Jessica Lin, Dimitrios Gunopulos, Eamonn Keogh University of California, Riverside Michail Vlachos IBM T.J. Watson Research Center Gautam

More information

Autonomous Monitoring of Cliff Nesting Seabirds using Computer Vision

Autonomous Monitoring of Cliff Nesting Seabirds using Computer Vision Autonomous Monitoring of Cliff Nesting Seabirds using Computer Vision Patrick Dickinson 1, Robin Freeman 2, Sam Patrick 3 and Shaun Lawson 1 1 Dept. of Computing and Informatics University of Lincoln Lincoln

More information

Ensemble Methods. Knowledge Discovery and Data Mining 2 (VU) (707.004) Roman Kern. KTI, TU Graz 2015-03-05

Ensemble Methods. Knowledge Discovery and Data Mining 2 (VU) (707.004) Roman Kern. KTI, TU Graz 2015-03-05 Ensemble Methods Knowledge Discovery and Data Mining 2 (VU) (707004) Roman Kern KTI, TU Graz 2015-03-05 Roman Kern (KTI, TU Graz) Ensemble Methods 2015-03-05 1 / 38 Outline 1 Introduction 2 Classification

More information

Assessment. Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall

Assessment. Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall Automatic Photo Quality Assessment Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall Estimating i the photorealism of images: Distinguishing i i paintings from photographs h Florin

More information

False alarm in outdoor environments

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,

More information

Tracking Groups of Pedestrians in Video Sequences

Tracking Groups of Pedestrians in Video Sequences 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

More information

Social Media Mining. Data Mining Essentials

Social Media Mining. Data Mining Essentials Introduction Data production rate has been increased dramatically (Big Data) and we are able store much more data than before E.g., purchase data, social media data, mobile phone data Businesses and customers

More information

Speed Performance Improvement of Vehicle Blob Tracking System

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 sungchun@usc.edu, nevatia@usc.edu Abstract. A speed

More information

BCC Multi Stripe Wipe

BCC Multi Stripe Wipe BCC Multi Stripe Wipe The BCC Multi Stripe Wipe is a similar to a Horizontal or Vertical Blind wipe. It offers extensive controls to randomize the stripes parameters. The following example shows a Multi

More information

Predict the Popularity of YouTube Videos Using Early View Data

Predict the Popularity of YouTube Videos Using Early View Data 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050

More information

Extend Table Lens for High-Dimensional Data Visualization and Classification Mining

Extend Table Lens for High-Dimensional Data Visualization and Classification Mining Extend Table Lens for High-Dimensional Data Visualization and Classification Mining CPSC 533c, Information Visualization Course Project, Term 2 2003 Fengdong Du fdu@cs.ubc.ca University of British Columbia

More information

How To Create An Analysis Tool For A Micro Grid

How To Create An Analysis Tool For A Micro Grid International Workshop on Visual Analytics (2012) K. Matkovic and G. Santucci (Editors) AMPLIO VQA A Web Based Visual Query Analysis System for Micro Grid Energy Mix Planning A. Stoffel 1 and L. Zhang

More information

Journal of Industrial Engineering Research. Adaptive sequence of Key Pose Detection for Human Action Recognition

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

More information

DATA MINING TECHNIQUES SUPPORT TO KNOWLEGDE OF BUSINESS INTELLIGENT SYSTEM

DATA MINING TECHNIQUES SUPPORT TO KNOWLEGDE OF BUSINESS INTELLIGENT SYSTEM INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 DATA MINING TECHNIQUES SUPPORT TO KNOWLEGDE OF BUSINESS INTELLIGENT SYSTEM M. Mayilvaganan 1, S. Aparna 2 1 Associate

More information

VEHICLE LOCALISATION AND CLASSIFICATION IN URBAN CCTV STREAMS

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,

More information

A ROBUST BACKGROUND REMOVAL ALGORTIHMS

A ROBUST BACKGROUND REMOVAL ALGORTIHMS A ROBUST BACKGROUND REMOVAL ALGORTIHMS USING FUZZY C-MEANS CLUSTERING ABSTRACT S.Lakshmi 1 and Dr.V.Sankaranarayanan 2 1 Jeppiaar Engineering College, Chennai lakshmi1503@gmail.com 2 Director, Crescent

More information

56 Mining Time Series Data

56 Mining Time Series Data 56 Mining Time Series Data Chotirat Ann Ratanamahatana 1, Jessica Lin 1, Dimitrios Gunopulos 1, Eamonn Keogh 1, Michail Vlachos 2, and Gautam Das 3 1 University of California, Riverside 2 IBM T.J. Watson

More information

What is Visualization? Information Visualization An Overview. Information Visualization. Definitions

What is Visualization? Information Visualization An Overview. Information Visualization. Definitions What is Visualization? Information Visualization An Overview Jonathan I. Maletic, Ph.D. Computer Science Kent State University Visualize/Visualization: To form a mental image or vision of [some

More information

Visual Mining of Multimedia Data for Social and Behavioral Studies

Visual Mining of Multimedia Data for Social and Behavioral Studies Visual Mining of Multimedia Data for Social and Behavioral Studies Chen Yu* Yiwen Zhong Thomas Smith Ikhyun Park Weixia Huang Fujian Agriculture and Forestry University ABSTRACT With advances in computing

More information

HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER

HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER Gholamreza Anbarjafari icv Group, IMS Lab, Institute of Technology, University of Tartu, Tartu 50411, Estonia sjafari@ut.ee

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 3, May-Jun 2014

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

More information

Knowledge Discovery from patents using KMX Text Analytics

Knowledge Discovery from patents using KMX Text Analytics Knowledge Discovery from patents using KMX Text Analytics Dr. Anton Heijs anton.heijs@treparel.com Treparel Abstract In this white paper we discuss how the KMX technology of Treparel can help searchers

More information

Database Marketing, Business Intelligence and Knowledge Discovery

Database Marketing, Business Intelligence and Knowledge Discovery Database Marketing, Business Intelligence and Knowledge Discovery Note: Using material from Tan / Steinbach / Kumar (2005) Introduction to Data Mining,, Addison Wesley; and Cios / Pedrycz / Swiniarski

More information

Principles of Data Mining by Hand&Mannila&Smyth

Principles of Data Mining by Hand&Mannila&Smyth Principles of Data Mining by Hand&Mannila&Smyth Slides for Textbook Ari Visa,, Institute of Signal Processing Tampere University of Technology October 4, 2010 Data Mining: Concepts and Techniques 1 Differences

More information

Building an Advanced Invariant Real-Time Human Tracking System

Building an Advanced Invariant Real-Time Human Tracking System UDC 004.41 Building an Advanced Invariant Real-Time Human Tracking System Fayez Idris 1, Mazen Abu_Zaher 2, Rashad J. Rasras 3, and Ibrahiem M. M. El Emary 4 1 School of Informatics and Computing, German-Jordanian

More information

Automatic Traffic Estimation Using Image Processing

Automatic Traffic Estimation Using Image Processing Automatic Traffic Estimation Using Image Processing Pejman Niksaz Science &Research Branch, Azad University of Yazd, Iran Pezhman_1366@yahoo.com Abstract As we know the population of city and number of

More information

Support Vector Machine-Based Human Behavior Classification in Crowd through Projection and Star Skeletonization

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

More information

TEXT ANALYTICS INTEGRATION

TEXT ANALYTICS INTEGRATION TEXT ANALYTICS INTEGRATION A TELECOMMUNICATIONS BEST PRACTICES CASE STUDY VISION COMMON ANALYTICAL ENVIRONMENT Structured Unstructured Analytical Mining Text Discovery Text Categorization Text Sentiment

More information

Data Mining and Knowledge Discovery in Databases (KDD) State of the Art. Prof. Dr. T. Nouri Computer Science Department FHNW Switzerland

Data Mining and Knowledge Discovery in Databases (KDD) State of the Art. Prof. Dr. T. Nouri Computer Science Department FHNW Switzerland Data Mining and Knowledge Discovery in Databases (KDD) State of the Art Prof. Dr. T. Nouri Computer Science Department FHNW Switzerland 1 Conference overview 1. Overview of KDD and data mining 2. Data

More information

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

Design of Multi-camera Based Acts Monitoring System for Effective Remote Monitoring Control 보안공학연구논문지 (Journal of Security Engineering), 제 8권 제 3호 2011년 6월 Design of Multi-camera Based Acts Monitoring System for Effective Remote Monitoring Control Ji-Hoon Lim 1), Seoksoo Kim 2) Abstract With

More information

VSSN 06 Algorithm Competition

VSSN 06 Algorithm Competition VSSN 06 Algorithm Competition 27. Oct. 2006 Eva Hörster, Rainer Lienhart Multimedia Computing Lab University of Augsburg, Germany Goals Get a valuable resource for the research community Foster and accelerate

More information

An Introduction to Data Mining. Big Data World. Related Fields and Disciplines. What is Data Mining? 2/12/2015

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

More information

Data Mining + Business Intelligence. Integration, Design and Implementation

Data Mining + Business Intelligence. Integration, Design and Implementation Data Mining + Business Intelligence Integration, Design and Implementation ABOUT ME Vijay Kotu Data, Business, Technology, Statistics BUSINESS INTELLIGENCE - Result Making data accessible Wider distribution

More information

The Big Data methodology in computer vision systems

The Big Data methodology in computer vision systems The Big Data methodology in computer vision systems Popov S.B. Samara State Aerospace University, Image Processing Systems Institute, Russian Academy of Sciences Abstract. I consider the advantages of

More information

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

International Journal of Advanced Information in Arts, Science & Management Vol.2, No.2, December 2014 Efficient Attendance Management System Using Face Detection and Recognition Arun.A.V, Bhatath.S, Chethan.N, Manmohan.C.M, Hamsaveni M Department of Computer Science and Engineering, Vidya Vardhaka College

More information

Temporal Data Mining for Small and Big Data. Theophano Mitsa, Ph.D. Independent Data Mining/Analytics Consultant

Temporal Data Mining for Small and Big Data. Theophano Mitsa, Ph.D. Independent Data Mining/Analytics Consultant Temporal Data Mining for Small and Big Data Theophano Mitsa, Ph.D. Independent Data Mining/Analytics Consultant What is Temporal Data Mining? Knowledge discovery in data that contain temporal information.

More information

An Order-Invariant Time Series Distance Measure [Position on Recent Developments in Time Series Analysis]

An Order-Invariant Time Series Distance Measure [Position on Recent Developments in Time Series Analysis] An Order-Invariant Time Series Distance Measure [Position on Recent Developments in Time Series Analysis] Stephan Spiegel and Sahin Albayrak DAI-Lab, Technische Universität Berlin, Ernst-Reuter-Platz 7,

More information

Big Data: Rethinking Text Visualization

Big Data: Rethinking Text Visualization Big Data: Rethinking Text Visualization Dr. Anton Heijs anton.heijs@treparel.com Treparel April 8, 2013 Abstract In this white paper we discuss text visualization approaches and how these are important

More information

Robust Outlier Detection Technique in Data Mining: A Univariate Approach

Robust Outlier Detection Technique in Data Mining: A Univariate Approach Robust Outlier Detection Technique in Data Mining: A Univariate Approach Singh Vijendra and Pathak Shivani Faculty of Engineering and Technology Mody Institute of Technology and Science Lakshmangarh, Sikar,

More information

EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set

EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set Amhmed A. Bhih School of Electrical and Electronic Engineering Princy Johnson School of Electrical and Electronic Engineering Martin

More information

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

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches PhD Thesis by Payam Birjandi Director: Prof. Mihai Datcu Problematic

More information

How To Use Neural Networks In Data Mining

How To Use Neural Networks In Data Mining International Journal of Electronics and Computer Science Engineering 1449 Available Online at www.ijecse.org ISSN- 2277-1956 Neural Networks in Data Mining Priyanka Gaur Department of Information and

More information

Neural Network based Vehicle Classification for Intelligent Traffic Control

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

More information

CHAPTER VII CONCLUSIONS

CHAPTER VII CONCLUSIONS CHAPTER VII CONCLUSIONS To do successful research, you don t need to know everything, you just need to know of one thing that isn t known. -Arthur Schawlow In this chapter, we provide the summery of the

More information

Customer Analytics. Turn Big Data into Big Value

Customer Analytics. Turn Big Data into Big Value Turn Big Data into Big Value All Your Data Integrated in Just One Place BIRT Analytics lets you capture the value of Big Data that speeds right by most enterprises. It analyzes massive volumes of data

More information

Mouse Control using a Web Camera based on Colour Detection

Mouse Control using a Web Camera based on Colour Detection Mouse Control using a Web Camera based on Colour Detection Abhik Banerjee 1, Abhirup Ghosh 2, Koustuvmoni Bharadwaj 3, Hemanta Saikia 4 1, 2, 3, 4 Department of Electronics & Communication Engineering,

More information

Visual Exploration of Frequent Patterns in Multivariate Time Series

Visual Exploration of Frequent Patterns in Multivariate Time Series Visual Exploration of Frequent Patterns in Multivariate Time Series Ming C. Hao 1, Manish Marwah 1, Halldór Janetzko 2, Umeshwar Dayal 1, Daniel A. Keim 2, Debprakash Patnaik 3, Naren Ramakrishnan 3 and

More information

An Introduction to Data Mining

An Introduction to Data Mining An Introduction to Intel Beijing wei.heng@intel.com January 17, 2014 Outline 1 DW Overview What is Notable Application of Conference, Software and Applications Major Process in 2 Major Tasks in Detail

More information

An Experimental Study of the Performance of Histogram Equalization for Image Enhancement

An Experimental Study of the Performance of Histogram Equalization for Image Enhancement International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Special Issue-2, April 216 E-ISSN: 2347-2693 An Experimental Study of the Performance of Histogram Equalization

More information

A GENERAL TAXONOMY FOR VISUALIZATION OF PREDICTIVE SOCIAL MEDIA ANALYTICS

A GENERAL TAXONOMY FOR VISUALIZATION OF PREDICTIVE SOCIAL MEDIA ANALYTICS A GENERAL TAXONOMY FOR VISUALIZATION OF PREDICTIVE SOCIAL MEDIA ANALYTICS Stacey Franklin Jones, D.Sc. ProTech Global Solutions Annapolis, MD Abstract The use of Social Media as a resource to characterize

More information

Analecta Vol. 8, No. 2 ISSN 2064-7964

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,

More information

Statistical Models in Data Mining

Statistical Models in Data Mining Statistical Models in Data Mining Sargur N. Srihari University at Buffalo The State University of New York Department of Computer Science and Engineering Department of Biostatistics 1 Srihari Flood of

More information

Data, Measurements, Features

Data, Measurements, Features Data, Measurements, Features Middle East Technical University Dep. of Computer Engineering 2009 compiled by V. Atalay What do you think of when someone says Data? We might abstract the idea that data are

More information

Statistical Modeling of Huffman Tables Coding

Statistical Modeling of Huffman Tables Coding Statistical Modeling of Huffman Tables Coding S. Battiato 1, C. Bosco 1, A. Bruna 2, G. Di Blasi 1, G.Gallo 1 1 D.M.I. University of Catania - Viale A. Doria 6, 95125, Catania, Italy {battiato, bosco,

More information

Evaluating an Integrated Time-Series Data Mining Environment - A Case Study on a Chronic Hepatitis Data Mining -

Evaluating an Integrated Time-Series Data Mining Environment - A Case Study on a Chronic Hepatitis Data Mining - Evaluating an Integrated Time-Series Data Mining Environment - A Case Study on a Chronic Hepatitis Data Mining - Hidenao Abe, Miho Ohsaki, Hideto Yokoi, and Takahira Yamaguchi Department of Medical Informatics,

More information

Maschinelles Lernen mit MATLAB

Maschinelles Lernen mit MATLAB Maschinelles Lernen mit MATLAB Jérémy Huard Applikationsingenieur The MathWorks GmbH 2015 The MathWorks, Inc. 1 Machine Learning is Everywhere Image Recognition Speech Recognition Stock Prediction Medical

More information

Canny Edge Detection

Canny Edge Detection Canny Edge Detection 09gr820 March 23, 2009 1 Introduction The purpose of edge detection in general is to significantly reduce the amount of data in an image, while preserving the structural properties

More information

A Method of Caption Detection in News Video

A Method of Caption Detection in News Video 3rd International Conference on Multimedia Technology(ICMT 3) A Method of Caption Detection in News Video He HUANG, Ping SHI Abstract. News video is one of the most important media for people to get information.

More information

MSCA 31000 Introduction to Statistical Concepts

MSCA 31000 Introduction to Statistical Concepts MSCA 31000 Introduction to Statistical Concepts This course provides general exposure to basic statistical concepts that are necessary for students to understand the content presented in more advanced

More information

ISSN: 2348 9510. A Review: Image Retrieval Using Web Multimedia Mining

ISSN: 2348 9510. A Review: Image Retrieval Using Web Multimedia Mining A Review: Image Retrieval Using Web Multimedia Satish Bansal*, K K Yadav** *, **Assistant Professor Prestige Institute Of Management, Gwalior (MP), India Abstract Multimedia object include audio, video,

More information

MATLAB-based Applications for Image Processing and Image Quality Assessment Part II: Experimental Results

MATLAB-based Applications for Image Processing and Image Quality Assessment Part II: Experimental Results 154 L. KRASULA, M. KLÍMA, E. ROGARD, E. JEANBLANC, MATLAB BASED APPLICATIONS PART II: EXPERIMENTAL RESULTS MATLAB-based Applications for Image Processing and Image Quality Assessment Part II: Experimental

More information

Active Learning SVM for Blogs recommendation

Active Learning SVM for Blogs recommendation Active Learning SVM for Blogs recommendation Xin Guan Computer Science, George Mason University Ⅰ.Introduction In the DH Now website, they try to review a big amount of blogs and articles and find the

More information

An Overview of Knowledge Discovery Database and Data mining Techniques

An Overview of Knowledge Discovery Database and Data mining Techniques An Overview of Knowledge Discovery Database and Data mining Techniques Priyadharsini.C 1, Dr. Antony Selvadoss Thanamani 2 M.Phil, Department of Computer Science, NGM College, Pollachi, Coimbatore, Tamilnadu,

More information

OBJECT TRACKING USING LOG-POLAR TRANSFORMATION

OBJECT TRACKING USING LOG-POLAR TRANSFORMATION OBJECT TRACKING USING LOG-POLAR TRANSFORMATION A Thesis Submitted to the Gradual Faculty of the Louisiana State University and Agricultural and Mechanical College in partial fulfillment of the requirements

More information

Introduction to Data Mining

Introduction to Data Mining Introduction to Data Mining Jay Urbain Credits: Nazli Goharian & David Grossman @ IIT Outline Introduction Data Pre-processing Data Mining Algorithms Naïve Bayes Decision Tree Neural Network Association

More information

CURVE is the Institutional Repository for Coventry University http://curve.coventry.ac.uk/open

CURVE is the Institutional Repository for Coventry University http://curve.coventry.ac.uk/open Anomaly detection in time series data using a combination of wavelets, neural networks and Hilbert transform Kanarachos, S., Mathew, J., Chroneos, A. and Fitzpatrick, M.E. Author post-print (accepted)

More information

A Real Time Hand Tracking System for Interactive Applications

A Real Time Hand Tracking System for Interactive Applications A Real Time Hand Tracking System for Interactive Applications Siddharth Swarup Rautaray Indian Institute of Information Technology Allahabad ABSTRACT In vision based hand tracking systems color plays an

More information

Interactive Information Visualization of Trend Information

Interactive Information Visualization of Trend Information Interactive Information Visualization of Trend Information Yasufumi Takama Takashi Yamada Tokyo Metropolitan University 6-6 Asahigaoka, Hino, Tokyo 191-0065, Japan ytakama@sd.tmu.ac.jp Abstract This paper

More information

SPATIAL DATA CLASSIFICATION AND DATA MINING

SPATIAL DATA CLASSIFICATION AND DATA MINING , pp.-40-44. Available online at http://www. bioinfo. in/contents. php?id=42 SPATIAL DATA CLASSIFICATION AND DATA MINING RATHI J.B. * AND PATIL A.D. Department of Computer Science & Engineering, Jawaharlal

More information

Tutorial for proteome data analysis using the Perseus software platform

Tutorial for proteome data analysis using the Perseus software platform Tutorial for proteome data analysis using the Perseus software platform Laboratory of Mass Spectrometry, LNBio, CNPEM Tutorial version 1.0, January 2014. Note: This tutorial was written based on the information

More information

Visualization methods for patent data

Visualization methods for patent data Visualization methods for patent data Treparel 2013 Dr. Anton Heijs (CTO & Founder) Delft, The Netherlands Introduction Treparel can provide advanced visualizations for patent data. This document describes

More information

Data Mining Analytics for Business Intelligence and Decision Support

Data Mining Analytics for Business Intelligence and Decision Support Data Mining Analytics for Business Intelligence and Decision Support Chid Apte, T.J. Watson Research Center, IBM Research Division Knowledge Discovery and Data Mining (KDD) techniques are used for analyzing

More information

Categorical Data Visualization and Clustering Using Subjective Factors

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,

More information

Mobile Phone APP Software Browsing Behavior using Clustering Analysis

Mobile Phone APP Software Browsing Behavior using Clustering Analysis Proceedings of the 2014 International Conference on Industrial Engineering and Operations Management Bali, Indonesia, January 7 9, 2014 Mobile Phone APP Software Browsing Behavior using Clustering Analysis

More information

Character Image Patterns as Big Data

Character Image Patterns as Big Data 22 International Conference on Frontiers in Handwriting Recognition Character Image Patterns as Big Data Seiichi Uchida, Ryosuke Ishida, Akira Yoshida, Wenjie Cai, Yaokai Feng Kyushu University, Fukuoka,

More information

SIGNATURE VERIFICATION

SIGNATURE VERIFICATION SIGNATURE VERIFICATION Dr. H.B.Kekre, Dr. Dhirendra Mishra, Ms. Shilpa Buddhadev, Ms. Bhagyashree Mall, Mr. Gaurav Jangid, Ms. Nikita Lakhotia Computer engineering Department, MPSTME, NMIMS University

More information

Video Surveillance System for Security Applications

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

More information

Tracking of Small Unmanned Aerial Vehicles

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: spk170@stanford.edu Aeronautics and Astronautics Stanford

More information

Blood Vessel Classification into Arteries and Veins in Retinal Images

Blood Vessel Classification into Arteries and Veins in Retinal Images Blood Vessel Classification into Arteries and Veins in Retinal Images Claudia Kondermann and Daniel Kondermann a and Michelle Yan b a Interdisciplinary Center for Scientific Computing (IWR), University

More information

Detection of Heart Diseases by Mathematical Artificial Intelligence Algorithm Using Phonocardiogram Signals

Detection of Heart Diseases by Mathematical Artificial Intelligence Algorithm Using Phonocardiogram Signals International Journal of Innovation and Applied Studies ISSN 2028-9324 Vol. 3 No. 1 May 2013, pp. 145-150 2013 Innovative Space of Scientific Research Journals http://www.issr-journals.org/ijias/ Detection

More information

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

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,

More information

Visual exploration of frequent patterns in multivariate time series

Visual exploration of frequent patterns in multivariate time series 430769IVI0010.1177/1473871611430769Hao et al.information Visualization 2011 Article Visual exploration of frequent patterns in multivariate time series Information Visualization 0(0) 1 13 The Author(s)

More information

Morphological segmentation of histology cell images

Morphological segmentation of histology cell images Morphological segmentation of histology cell images A.Nedzved, S.Ablameyko, I.Pitas Institute of Engineering Cybernetics of the National Academy of Sciences Surganova, 6, 00 Minsk, Belarus E-mail abl@newman.bas-net.by

More information

. Learn the number of classes and the structure of each class using similarity between unlabeled training patterns

. Learn the number of classes and the structure of each class using similarity between unlabeled training patterns Outline Part 1: of data clustering Non-Supervised Learning and Clustering : Problem formulation cluster analysis : Taxonomies of Clustering Techniques : Data types and Proximity Measures : Difficulties

More information

SPEAKER IDENTIFICATION FROM YOUTUBE OBTAINED DATA

SPEAKER IDENTIFICATION FROM YOUTUBE OBTAINED DATA SPEAKER IDENTIFICATION FROM YOUTUBE OBTAINED DATA Nitesh Kumar Chaudhary 1 and Shraddha Srivastav 2 1 Department of Electronics & Communication Engineering, LNMIIT, Jaipur, India 2 Bharti School Of Telecommunication,

More information

Vision based approach to human fall detection

Vision based approach to human fall detection Vision based approach to human fall detection Pooja Shukla, Arti Tiwari CSVTU University Chhattisgarh, poojashukla2410@gmail.com 9754102116 Abstract Day by the count of elderly people living alone at home

More information

Fall detection in the elderly by head tracking

Fall detection in the elderly by head tracking Loughborough University Institutional Repository Fall detection in the elderly by head tracking This item was submitted to Loughborough University's Institutional Repository by the/an author. Citation:

More information

2. IMPLEMENTATION. International Journal of Computer Applications (0975 8887) Volume 70 No.18, May 2013

2. IMPLEMENTATION. International Journal of Computer Applications (0975 8887) Volume 70 No.18, May 2013 Prediction of Market Capital for Trading Firms through Data Mining Techniques Aditya Nawani Department of Computer Science, Bharati Vidyapeeth s College of Engineering, New Delhi, India Himanshu Gupta

More information

Dynamic Visual Analytics Facing the Real-Time Challenge

Dynamic Visual Analytics Facing the Real-Time Challenge Dynamic Visual Analytics Facing the Real-Time Challenge Florian Mansmann, Fabian Fischer, and Daniel A. Keim University of Konstanz, Germany {Florian.Mansmann, Fabian.Fischer, Daniel.Keim}@uni-konstanz.de,

More information

Chapter 6. The stacking ensemble approach

Chapter 6. The stacking ensemble approach 82 This chapter proposes the stacking ensemble approach for combining different data mining classifiers to get better performance. Other combination techniques like voting, bagging etc are also described

More information

Introducing diversity among the models of multi-label classification ensemble

Introducing diversity among the models of multi-label classification ensemble Introducing diversity among the models of multi-label classification ensemble Lena Chekina, Lior Rokach and Bracha Shapira Ben-Gurion University of the Negev Dept. of Information Systems Engineering and

More information

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 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

More information

Visual Data Mining with Pixel-oriented Visualization Techniques

Visual Data Mining with Pixel-oriented Visualization Techniques Visual Data Mining with Pixel-oriented Visualization Techniques Mihael Ankerst The Boeing Company P.O. Box 3707 MC 7L-70, Seattle, WA 98124 mihael.ankerst@boeing.com Abstract Pixel-oriented visualization

More information

Distributed forests for MapReduce-based machine learning

Distributed forests for MapReduce-based machine learning Distributed forests for MapReduce-based machine learning Ryoji Wakayama, Ryuei Murata, Akisato Kimura, Takayoshi Yamashita, Yuji Yamauchi, Hironobu Fujiyoshi Chubu University, Japan. NTT Communication

More information