APPLICATION OF K-MEANS CLUSTERING The Matlab function “kmeans()” was used for clustering The parameters to the function were : 1. The matrix of entire.

Slides:



Advertisements
Similar presentations
© Tan,Steinbach, Kumar Introduction to Data Mining 8/05/ Data Mining: Exploring Data Lecture Notes for Chapter 3 Introduction to Data Mining by Tan,
Advertisements

Major Operations of Digital Image Processing (DIP) Image Quality Assessment Radiometric Correction Geometric Correction Image Classification Introduction.
Chapter 4: Image Enhancement
EE 7730 Image Segmentation.
Face Detection: a Survey Speaker: Mine-Quan Jing National Chiao Tung University.
Segmentation. Methods Region Growing Split and Merge Clustering.
4 month upwelling season (may-august) 2010 test dates for upwelling events- July 02, 04, 27, and Aug 08 Using Oliver declouded SST Different levels of.
Basics: Notation: Sum:. PARAMETERS MEAN: Sample Variance: Standard Deviation: * the statistical average * the central tendency * the spread of the values.
Image Classification To automatically categorize all pixels in an image into land cover classes or themes.
SWE 423: Multimedia Systems Project #1: Image Segmentation Using Graph Theory.
COS 429 PS3: Stitching a Panorama Due November 4 th.
February 27, 2007Stanford1 Generalized Single Linkage Clustering Werner Stuetzle Rebecca Nugent Department of Statistics University of Washington.
August 6, 2006JSM Seattle1 Generalized Single Linkage Clustering Werner Stuetzle Rebecca Nugent Department of Statistics University of Washington.
OCEANOGRAPHIC FEATURE DETECTION AND LOCATION FROM HIGH-RESOLUTION SATELLITE IMAGES Ramprasad Balasubramanian, Ayan Chaudhuri, Sourish Ray(Computer and.
Handwritten Character Recognition using Hidden Markov Models Quantifying the marginal benefit of exploiting correlations between adjacent characters and.
Image Segmentation by Clustering using Moments by, Dhiraj Sakumalla.
Spectral contrast enhancement
Monday, August 24, 2015 Graphing Parabolas. The graph of a quadratic function is a parabola. Base Graph - xy Vertex Axis of Symmetry.
Math – Getting Information from the Graph of a Function 1.
Project 2 SIFT Matching by Hierarchical K-means Quantization
National Aeronautics and Space Administration ABSTRACT Using version 1.3 of the Aquarius dataset, the spatial distribution and seasonal variability of.
BACKGROUND LEARNING AND LETTER DETECTION USING TEXTURE WITH PRINCIPAL COMPONENT ANALYSIS (PCA) CIS 601 PROJECT SUMIT BASU FALL 2004.
CS 6825: Binary Image Processing – binary blob metrics
Intelligent Vision Systems ENT 496 Object Shape Identification and Representation Hema C.R. Lecture 7.
Competence Centre on Information Extraction and Image Understanding for Earth Observation 29/03/07 Blind city classification using aggregation of clusterings.
Image Classification 영상분류
For the CoML Modeling and Visualization Workshop Jason Roberts and Ben Best 3-Feb-2009, Long Beach, CA.
Detection of crystals in Microarray images P.Dilip Rishabh Jain.
Data Extraction using Image Similarity CIS 601 Image Processing Ajay Kumar Yadav.
Dynamic Visualization of Transient Data Streams P. Wong, et al The Pacific Northwest National Laboratory Presented by John Sharko Visualization of Massive.
Image Segmentation and Edge Detection Digital Image Processing Instructor: Dr. Cheng-Chien LiuCheng-Chien Liu Department of Earth Sciences National Cheng.
Prostate Cancer CAD Michael Feldman, MD, PhD Assistant Professor Pathology University Pennsylvania.
Automatic Detection, Segmentation and Visualization of Mesoscale Eddies in MICOM Bin J. John CIS Dept, UMass Dartmouth.
NRL 7343 Nov’97 Remote Sensing in the Japan East Sea Robert ArnoneRichard Gould Chistine Chan Sherwin Ladner Naval Research Laboratory Stennis Space Center.
CVPR2013 Poster Detecting and Naming Actors in Movies using Generative Appearance Models.
Kylie Gorman WEEK 1-2 REVIEW. CONVERTING AN IMAGE FROM RGB TO HSV AND DISPLAY CHANNELS.
Image Segmentation in Color Space By Anisa Chaudhary.
So, what’s the “point” to all of this?….
© Tan,Steinbach, Kumar Introduction to Data Mining 8/05/ Data Mining: Exploring Data Lecture Notes for Chapter 3 Introduction to Data Mining by Tan,
1 Towards Automated Detection of Gulf Stream North Wall From Concurrent Satellite Images Avijit Gangopadhyay Jeffrey Rezendes Kevin Lydon Ramprasad Balasubramanian.
Pixel Clustering and Hyperspectral Image Segmentation for Ocean Colour Remote Sensing Xuexing Zeng 1, Jinchang Ren 1, David Mckee 2 Samantha Lavender 3.
The Giovanni-NEO Oceanographic Education Cookbook Instructional James G. Acker David Herring Gregory Leptoukh Suhung Shen Steven Kempler NASA Goddard Earth.
Yizhou Yu Texture-Mapping Real Scenes from Photographs Yizhou Yu Computer Science Division University of California at Berkeley Yizhou Yu Computer Science.
Clustering Algorithms Meta Applier (CAMA) Toolbox Dmitry S. Shalymov Kirill S. Skrygan Dmitry A. Lyubimov.
REU WEEK III Malcolm Collins-Sibley Mentor: Shervin Ardeshir.
“The extended reconstructed sea surface temperature (ERSST) was constructed using the most recently available International Comprehensive Ocean-Atmosphere.
3/13/2016 Data Mining 1 Lecture 2-1 Data Exploration: Understanding Data Phayung Meesad, Ph.D. King Mongkut’s University of Technology North Bangkok (KMUTNB)
Step 1: Find the Cumulative Frequency for each class. < 99.5 <
CSC400W Honors Project Proposal Understanding ocean surface features from satellite images Jared Tilanus Nemanja Spasic.
2.1 Functions and their Graphs Standard: Students will understand that when a element in the domain is mapped to a unique element in the range, the relation.
New HR-DDS User Services David J. S. Poulter, National Oceanography Centre, UK
Big data classification using neural network
Mean Shift Segmentation
Spatial Analysis: Raster
Features & Decision regions
Machine Vision Acquisition of image data, followed by the processing and interpretation of these data by computer for some useful application like inspection,
Outline Announcement Texture modeling - continued Some remarks
Transformations Example Draw the line Draw 1 at , ,
Fall 2012 Longin Jan Latecki
KMeans Clustering on Hadoop Fall 2013 Elke A. Rundensteiner
Three-dimensional structure of typhoon and visualization of precipitation patterns depending on sea surface temperature distribution Mincheol Moon, Do-Hyeon.
On Convolutional Neural Network
Chap.8 Image Analysis 숙명여자대학교 컴퓨터과학과 최 영 우 2005년 2학기.
Ploting data using OriginPro 7.5 and STATISTICA 7.0 software
Spatial Analysis: Raster
A Qualitative Analysis of Marine Mammal Distribution Using GIS
Generalized Single Linkage Clustering
Data exploration and visualization
11-2 Apply Transformations to Data
Presentation transcript:

APPLICATION OF K-MEANS CLUSTERING The Matlab function “kmeans()” was used for clustering The parameters to the function were : 1. The matrix of entire Sea Surface Temperature dataset for a day(v). 2. The number of clusters (n) The function was tested with the value of n ranging from 3 to 6. In each case the output was a matrix with unique labels assigned to each cluster. (for ex. For n = 4, the output matrix had clusters identified by labels between 1 and 4). The matrix was mapped onto the original SST data and visualized. Statistical data extracted from the clusters included 1. Mean value of each cluster. 2. Standard deviation. 3. The size of each cluster. Analysis of the statistical data was done over data for the entire month of August The analysis involved a difference in clustering approach where pixels that migrated between clusters were identified, between n and n+1. The pattern of migration was analyzed. Interesting features were visible between n = 3 and n = 4.

ORIGINAL IMAGES Aug 2 Aug 3 Aug 6 Aug 7

ORIGINAL IMAGES Aug 8Aug 9 Aug 10 Aug 11

Aug 12 Aug 14 Aug 16 ORIGINAL IMAGES

Aug 2 – 4 clusters Aug 2 – 5 clusters Original – Aug 2 A B C D A’ B’ C’ D’ E OBSERVATION: * There is no upwelling region on this day CLUSTERING

Aug 7 – 4 clusters Aug 7 – 5 clusters Original – Aug 7Upwelling overlaid A B C D A’ B’ E C’ D’ CLUSTERING

Aug 9 – 4 clusters Aug 9 – 5 clusters Original – Aug 9Upwelling overlaid A B C D A’ B’ C’ D’ E CLUSTERING

Aug 9 – 4 clustersAug 9 – 5 clusters Original – Aug 9Upwelling overlaid A’ B’ C’ D’ E A B C D CLUSTERING

Detection Feature Segmentation Boundary identification ( For detection of fronts and eddies) Original – Aug 11 Overlay on original DIFFERENCE IN CLUSTERING

Y X X – axis : Number of observations Y – axis : Difference in mean values between cluster number ‘4’ for n =4 and cluster number ‘5’ for n = 5. The difference in mean values between the clusters with the minimum mean temperature for 4 clusters and 5 clusters respectively, were plotted for the month of August The upwelling region being a relatively colder region would fall in the cluster with the minimum temperature. The plot showed a steady increase and then decrease during the upwelling period. Analysis of Data