A Gaussian Mixture Model Approach to

Size: px
Start display at page:

Download "A Gaussian Mixture Model Approach to"

Transcription

1 A Gaussian Mixture Model Approach to A Parametric, Feature-Based Method Valliappa 1,2 John Kain 2 1 Cooperative Institute of Mesoscale Meteorological Studies University of Oklahoma 2 Radar Research and Development Division National Severe Storms Laboratory Sep. 2009

2 Traditional methods don t work well Can simply compare the forecast and observed images pixel by pixel, but: 1 Small-scale structure differences lead to large errors 2 Position errors lead to double-penalty 3 Difficult to diagnose errors from MSE, POD/FAR/CSI, Brier score, etc. Four proposed solutions to these issues.

3 1. Neighborhood methods Instead of comparing pixel-by-pixel, evaluate forecasts within a local neighborhood: compute fractional coverage and Brier score for different box sizes (Roberts and Lean, 2008) Addresses only problem of small-scale structure differences.

4 2. Scale decomposition Instead of computing errors for different box sizes, decompose the images into images using wavelets and parcel out the error at different scales and intensity thresholds (Casati et al. 2004) Addresses problems of small-scale structure differences and double penalty.

5 3. Find deformations Find deformations needed to make forecast field resemble observed field and compute error from deformation matrix (Gilleland 2009, Marzban 2009) Addresses only double penalty issue.

6 4. Verify based on objects Identify objects based on thresholding the spatial fields and then associate objects to find object attributes (Davis, 2009) Addresses all three issues, but object identification and assocation can be problematic.

7 What is a GMM? Intuitively: find an optimal way to place Gaussian functions at various points in the image such that the sum of these Gaussians mimics the input gridded field. Original 5 Gaussians

8 Number of Gaussians The accuracy of fit gets better as you increase number of Gaussians. Original 10 Gaussians

9 Diminishing Returns 20 Gaussians 50 Gaussians At some point, the benefits of a parametric model are lost and you might as well just use the pixel values.

10 with GMM The GMM captures the key features in an image (subject to Gaussian approximations). Compare the Gaussians parameters to gain insight into how two images differ: Parameter Meaning Implication µ x,µ y Center point Translation error σx,σ 2 y,σ 2 xy Variance, covariance Rotation, aspect ratio, size π k Amplitude of Gaussian Intensity error

11 Example : Geometric Geometric dataset from [Ahijevych et al., 2009]. Chose 3 Gaussians to demonstrate that exact number is not critical. geom000 geom003

12 Example : Geometric µ x µ y σx 2 σ xy σy 2 π k 0 Original pts right pts right pts right too big

13 Example : Geometric µ x µ y σx 2 σ xy σy 2 π k pts right turned pts right huge

14 Yes, but... Three questions: 1 How does this compare to Method X...? 2 How do you fit a Gaussian Mixture Model to data? 3 How well does it do on real (not synthetic) data? 4 How do you associate Gaussians? Compute error?

15 Advantages of GMM approach 1 Splits, merges happen automatically if needed for optimal fit. 2 The Gaussian is a parametric function: a highly compressed view of the information in the data 3 Number of Gaussians used a good measure of the scale at which the image is being represented. 4 Transformations of Gaussians correspond to easily identifiable changes in their parameters.

16 How the concept compares to... Technique Similarity Difference Filtering Naturally incorporates Compare model scale parameters not pixel values Object Compare features No thresholds, split/merge problems, etc.

17 How the concept compares to... Wavelets Wavelets provide multiresolution i.e. images at different scales; GMM provides objects at different scales Field deformation Optical flow approaches are non-parametric; you get an answer at each grid point.

18 Why consider a GMM approach? Multi-scale like filtering-based methods Transformation-detecting like object-based methods Simple to implement Mathematically elegant

19 How to fit a GMM 1 Initialize the GMM. 2 Carry out Expectation-Minimization (EM) algorithm to iteratively tune the GMM. 3 Store the parameters of each Gaussian component of the GMM.

20 The GMM The GMM is defined as a weighted sum of K two-dimensional Gaussians: 1 f (x, y) = 2π Σ xy Σ xy is: G(x, y) = K π k f k (x, y) (1) k=1 1 )(y µy ))Σ e ((x µx xy ((x µ x )(y µ y )) T /2 ( ) σ 2 x σ xy σ xy σ 2 y (2) (3)

21 The Expecation-Minimization (EM) method Given a set of points x i, y i, it is possible to fit these points to a GMM, G(x, y), by following an iterative method known as the expectation-minimization (EM) method. Assume that an initial choice of parameters µ xk, µ yk, Σ xy k exists for each of the K components. P(x i, y i θ) = K π k f k (x i, y i µ xk, µ yk, Σ xy k ) (4) k=1

22 E-M method E-step: M-step: ( P(k x i, y i, θ) = π kf k (x i, y i µ xk, µ yk, Σ xy k ) P(x i, y i θ) N i=1 µ x = E(x) = (P k(x i, y i )x i ) N i=1 P k(x i, y i ) E((x µ x ) 2 ) E((x µ x )(y µ y )) E((x µ x )(y µ y )) E((y µ y ) 2 ) ) (5) (6) (7) π k = 1 N N P k (x i, y i ) (8) i=1

23 The EM method is problematic The EM process has to be bootstrapped with some initial guess at a GMM. The EM process will start at that point and slowly climb towards the local maximum in likelihood space. Only promises a local maximum

24 Initializing the GMM A significant amount of spatial coherence in weather images that we can take advantage of to place the initial mixture components: 1 Group pixels into contiguous regions 2 Randomize the pixels within a region (to remove order-dependence) 3 Arrange regions in order (maybe in order of top-left point, or of centroid, or K-means cluster centroids) 4 Break pixel list into K equal parts 5 If a pixel falls into the kth group, the initial weight is one for the kth component and zero for all other components.

25 Intensity? Recall that the GMM was defined so as to sum to 1, and that the EM method optimized the likelihood of the parameters given the positions of the pixels (and not the intensity). Two minor changes: 1 The total intensity associated with all the pixels in the image is used to scale the GMM 2 More intensive locations are repeated several (m) times: m = 1 + round( CDF(I xy) freq(i mode ) ) I xy < I mode (9)

26 Number of components? Traditional way to estimate number of components: BIC = 2l(θ) 6Klog(N) (10) l(θ) = N log(p(x i, y i )) (11) i=1 Doesn t work: hundreds of components. We just used 3.

27 Perturbed dataset 2km WRF from CAPS perturbed (See [Ahijevych et al., 2009]). fake000 fake003 fake007

28 GMM parameters for perturbed cases µ x µ y σx 2 σ xy σy 2 π k Original pts. right pts. down pts. right pts. down pts. right pts. down

29 GMM parameters for perturbed cases Description µ x µ y σx 2 σ xy σy 2 π k 24 pts. right pts. down pts. right pts. down pts. right pts. down times pts. right pts. down minus 2 mm

30 June 1, 2005 Three quite different systems: Plains, NW, SE 3-member GMM fit does not capture these three events. Instead, NW ignored. As pointed out by [Wernli et al., 2009], it would be advantageous to carry out this analysis on smaller domains where only one type of of meteorological system predominates. Higher order GMM fits do capture all these systems. We chose to use only a 3rd order fit so as to keep the analysis of member parameters tractable.

31 The GMM Observed 2CAPS 4NCAR 4NCEP

32 GMM Parameters µ x µ y σx 2 σ xy σy 2 π k Obs CAPS NCAR NCEP

33 First Gaussian Component 1st Gaussian component corresponds to the Northern Great Plains. µ x µ y σx 2 σ xy σy 2 π k Observed CAPS NCAR NCEP All 3 forecasts displaced to the north and west; 2CAPS is the least displaced. 4NCAR underestimates the precip; 2CAPS overestimates; 4NCEP gets it correct. 2CAPS gets shape wrong; 4NCAR, 4NCEP get north-south extent correct but overestimate east-west extent.

34 Second Gaussian Component Corresponds to Southern Great Plains into Texas. µ x µ y σx 2 σ xy σy 2 π k Obs CAPS NCAR NCEP All forecasts displaced to north; with 2CAPS again the best. Shape: 4NCEP, 4NCAR overly vertical; 2CAPS also wrong orientation, but better. Intensity: 2CAPS is closest; 4NCAR, 4NCEP significant overestimates

35 Third Gaussian Component Corresponds to Southeastern US µ x µ y σx 2 σ xy σy 2 π k Obs CAPS NCAR NCEP All get intensity and orientation correct but displaced to the east; 4NCEP also displaced to north. 4NCEP too large in north-south direction: precipitation even in correct in aggregate is spread over too large an area.

36 Translation error: Rotation error: e tr = (µ xf µ xo ) 2 + (µ yf µ yo ) 2 (12) e rot = 180 π cos 1 (v f.v o ) (13) v f and v o are the maximum-variance eigen vectors of the covariance matrices (Σ) Scaling error: e sc = π k f π ko (14)

37 Associating Gaussians For each Gaussian in the forecast field, compute the overall error with each Gaussian of observed field and pick the one with the lowest error. e = 0.3 min( e tr 100, 1)+ 0.2 min(e rot, 180 e rot )/ (max(e sc, 1/e sc ) 1) This can also be used to rank model forecasts. The weights are subjective. (15)

38 Synthetic images: Rank Description e tr e rot e sc e 1 50 pts. right pts. right pts. right, too big pts. right, wrong orient pts. right, huge Rotation error on circular objects is undefined. Ranking: geom001, geom002, geom004, geom003 and finally geom005.

39 Spring 2009 cases: rank Overall, the rank of the models is CAPS (0.34), NCAR (0.49) and finally NCEP (0.50). At the extremely coarse scale at which the forecasts have been compared, the 2CAPS forecast exhibits the least translation, orientation and scaling errors. If we were to increase the number of Gaussians, it would be possible to perform the comparison at a finer detail.

40 Areas for further exploration 1 Number of components An information criterion more amenable to the forecast verification problem needs to be developed. 2 error For example, an error metric based on size could be defined as: e size = σ xf σ yf σ xo σ yo σ xo σ yo (16)

41 Areas for further exploration 1 Association or Deformation? Matching Gaussian components across images may become hard with more than 3 components. An alternative approach: start the E-M on the forecast field with the GMM that corresponds to the observed field and observe how the GMM components get deformed. 2 Initialization of EM into other algorithms for initializing the EM process may prove beneficial. 3 Low intensity regions should not be ignored. Perhaps break up large spatial areas into smaller areas and then fit GMMs to them...

42 Acknowledgements Funding for this research was provided under NOAA-OU Cooperative Agreement NA17RJ1227. The GMM fitting technique described in this paper has been implemented within the Warning Decision Support System Integrated Information (WDSSII; [ et al., 2007]) as part of the w2smooth process. It is available for download at

43 References Ahijevych, D., Gilleland, E., Brown, B., and Ebert, E. (2009). Application of spatial verification methods to idealized and NWP gridded precipitation forecasts. Weather and ing, 0(0):InPress., V., Smith, T., Stumpf, G. J., and Hondl, K. (2007). The warning decision support system integrated information. Weather and ing, 22(3): Wernli, H., Hofmann, C., and Zimmer, M. (2009). forecast verification methods intercomparison project application of the SAL technique. Weather and ing, 0(2):DOI: /2009WAF

Model Verification Using Gaussian Mixture Models

Model Verification Using Gaussian Mixture Models Model Verification Using Gaussian Mixture Models A Parametric, Feature-Based Method Valliappa Lakshmanan 1,2 John Kain 2 1 Cooperative Institute of Mesoscale Meteorological Studies University of Oklahoma

More information

6.4 Model Verification Using Gaussian Mixture Models

6.4 Model Verification Using Gaussian Mixture Models 6.4 Model Verification Using Gaussian Mixture Models Valliappa Lakshmanan 1,2, John S. Kain 2 20th Conference on Probability and Statistics in the Atmospheric Sciences, Atlanta, GA, Jan. 2010 ABSTRACT

More information

Verification Methods for High Resolution Model Forecasts

Verification Methods for High Resolution Model Forecasts Verification Methods for High Resolution Model Forecasts Barbara Brown (bgb@ucar.edu) NCAR, Boulder, Colorado Collaborators: Randy Bullock, John Halley Gotway, Chris Davis, David Ahijevych, Eric Gilleland,

More information

Spatial Forecast Verification Methods

Spatial Forecast Verification Methods Spatial Forecast Verification Methods Barbara Brown Joint Numerical Testbed Program Research Applications Laboratory, NCAR 22 October 2014 Acknowledgements: Tara Jensen, Randy Bullock, Eric Gilleland,

More information

Spatial forecast verification

Spatial forecast verification Spatial forecast verification Manfred Dorninger University of Vienna Vienna, Austria manfred.dorninger@univie.ac.at Thanks to: B. Ebert, B. Casati, C. Keil 7th Verification Tutorial Course, Berlin, 3-6

More information

Spatial verification of NWP model fields. Beth Ebert BMRC, Australia

Spatial verification of NWP model fields. Beth Ebert BMRC, Australia Spatial verification of NWP model fields Beth Ebert BMRC, Australia WRF Verification Toolkit Workshop, Boulder, 21-23 February 2007 New approaches are needed to quantitatively evaluate high resolution

More information

Verification of ensemble and probability forecasts

Verification of ensemble and probability forecasts Verification of ensemble and probability forecasts Barbara Brown NCAR, USA bgb@ucar.edu Collaborators: Tara Jensen (NCAR), Eric Gilleland (NCAR), Ed Tollerud (NOAA/ESRL), Beth Ebert (CAWCR), Laurence Wilson

More information

Verifying Ensemble Forecasts Using A Neighborhood Approach

Verifying Ensemble Forecasts Using A Neighborhood Approach Verifying Ensemble Forecasts Using A Neighborhood Approach Craig Schwartz NCAR/MMM schwartz@ucar.edu Thanks to: Jack Kain, Ming Xue, Steve Weiss Theory, Motivation, and Review Traditional Deterministic

More information

Upscaled and fuzzy probabilistic forecasts: verification results

Upscaled and fuzzy probabilistic forecasts: verification results 4 Predictability and Ensemble Methods 124 Upscaled and fuzzy probabilistic forecasts: verification results Zied Ben Bouallègue Deutscher Wetterdienst (DWD), Frankfurter Str. 135, 63067 Offenbach, Germany

More information

THE MODEL EVALUATION TOOLS (MET): COMMUNITY TOOLS FOR FORECAST EVALUATION

THE MODEL EVALUATION TOOLS (MET): COMMUNITY TOOLS FOR FORECAST EVALUATION THE MODEL EVALUATION TOOLS (MET): COMMUNITY TOOLS FOR FORECAST EVALUATION Tressa L. Fowler John Halley Gotway, Barbara Brown, Randy Bullock, Paul Oldenburg, Anne Holmes, Eric Gilleland, and Tara Jensen

More information

Atmospheric Research

Atmospheric Research ATMOS-02515; No of Pages 12 Atmospheric Research xxx (2011) xxx xxx Contents lists available at SciVerse ScienceDirect Atmospheric Research journal homepage: www.elsevier.com/locate/atmos Spatial verification

More information

An Algorithm to Nowcast Lightning Initiation and Cessation in Real-time

An Algorithm to Nowcast Lightning Initiation and Cessation in Real-time An Algorithm to Nowcast Initiation and Cessation in Real-time An Data Mining Model Valliappa 1,2 Travis Smith 1,2 1 Cooperative Institute of Mesoscale Meteorological Studies University of Oklahoma 2 Radar

More information

13A. 4 Analysis and Impact of Super-obbed Doppler Radial Velocity in the NCEP Grid-point Statistical Interpolation (GSI) Analysis System

13A. 4 Analysis and Impact of Super-obbed Doppler Radial Velocity in the NCEP Grid-point Statistical Interpolation (GSI) Analysis System 13A. 4 Analysis and Impact of Super-obbed Doppler Radial Velocity in the NCEP Grid-point Statistical Interpolation (GSI) Analysis System Shun Liu 1, Ming Xue 1,2, Jidong Gao 1,2 and David Parrish 3 1 Center

More information

Overview of Verification Methods

Overview of Verification Methods Overview of Verification Methods Joint Working Group on Forecast Verification Research (JWGFVR) Greg Smith on behalf of Barbara Casati, ECCC Existing Verification Techniques Traditional (point-by-point)

More information

Performance of a Probabilistic Cloud-to-Ground Lightning Prediction Algorithm

Performance of a Probabilistic Cloud-to-Ground Lightning Prediction Algorithm Performance of a Probabilistic Cloud-to-Ground Lightning Prediction Algorithm John Cintineo 1,2,3 * Valliappa Lakshmanan 1,2, Travis Smith 1,2 Abstract A probabilistic cloud- to- ground lightning algorithm

More information

Venugopal, Basu, and Foufoula-Georgiou, 2005: New metric for comparing precipitation patterns

Venugopal, Basu, and Foufoula-Georgiou, 2005: New metric for comparing precipitation patterns Venugopal, Basu, and Foufoula-Georgiou, 2005: New metric for comparing precipitation patterns Verification methods reading group April 4, 2008 D. Ahijevych Forecast Quality Index useful for ensembles uses

More information

Verification of nowcasts and short-range forecasts, including aviation weather

Verification of nowcasts and short-range forecasts, including aviation weather Verification of nowcasts and short-range forecasts, including aviation weather Barbara Brown NCAR, Boulder, Colorado, USA WMO WWRP 4th International Symposium on Nowcasting and Very-short-range Forecast

More information

Aaron Johnson* and Xuguang Wang. University of Oklahoma School of Meteorology and Center for Analysis and Prediction of Storms (CAPS), Norman, OK

Aaron Johnson* and Xuguang Wang. University of Oklahoma School of Meteorology and Center for Analysis and Prediction of Storms (CAPS), Norman, OK 3.1 VERIFICATION AND CALIBRATION OF PROBABILISTIC PRECIPITATION FORECASTS DERIVED FROM NEIGHBORHOOD AND OBJECT BASED METHODS FOR A MULTI-MODEL CONVECTION-ALLOWING ENSEMBLE Aaron Johnson* and Xuguang Wang

More information

Current verification practices with a particular focus on dust

Current verification practices with a particular focus on dust Current verification practices with a particular focus on dust Marion Mittermaier and Ric Crocker Outline 1. Guide to developing verification studies 2. Observations at the root of it all 3. Grid-to-point,

More information

Computational functional genomics

Computational functional genomics Computational functional genomics (Spring 2005: Lecture 8) David K. Gifford (Adapted from a lecture by Tommi S. Jaakkola) MIT CSAIL Basic clustering methods hierarchical k means mixture models Multi variate

More information

Focus on Spatial Verification Filtering techniques. Flora Gofa

Focus on Spatial Verification Filtering techniques. Flora Gofa Focus on Spatial Verification Filtering techniques Flora Gofa Approach Attempt to introduce alternative methods for verification of spatial precipitation forecasts and study their relative benefits Techniques

More information

Identifying skilful spatial scales using the Fractions Skill Score

Identifying skilful spatial scales using the Fractions Skill Score Identifying skilful spatial scales using the Fractions Skill Score Marion Mittermaier and Nigel Roberts Outline 1. Brief overview of the method 2. Synthetic cases Geometric cases Perturbed cases 3. Domain

More information

Review and Motivation

Review and Motivation Review and Motivation We can model and visualize multimodal datasets by using multiple unimodal (Gaussian-like) clusters. K-means gives us a way of partitioning points into N clusters. Once we know which

More information

Feature-specific verification of ensemble forecasts

Feature-specific verification of ensemble forecasts Feature-specific verification of ensemble forecasts www.cawcr.gov.au Beth Ebert CAWCR Weather & Environmental Prediction Group Uncertainty information in forecasting For high impact events, forecasters

More information

9.4. Jennifer L. Mahoney NOAA Research-Forecast Systems Laboratory, Boulder, Colorado

9.4. Jennifer L. Mahoney NOAA Research-Forecast Systems Laboratory, Boulder, Colorado 9.4 NEW VERIFICATION APPROACHES FOR CONVECTIVE WEATHER FORECASTS Barbara G. Brown*, Randy R. Bullock, Christopher A. Davis, John Halley Gotway, Michael B. Chapman, Agnes Takacs, Eric Gilleland, Kevin Manning

More information

Categorical Verification

Categorical Verification Forecast M H F Observation Categorical Verification Tina Kalb Contributions from Tara Jensen, Matt Pocernich, Eric Gilleland, Tressa Fowler, Barbara Brown and others Finley Tornado Data (1884) Forecast

More information

Object-oriented verification of WRF forecasts from 2005 SPC/NSSL Spring Program

Object-oriented verification of WRF forecasts from 2005 SPC/NSSL Spring Program Object-oriented verification of WRF forecasts from 2005 SPC/NSSL Spring Program Mike Baldwin Purdue University References Baldwin et al. (2005): Development of an automated classification procedure for

More information

WRF Developmental Testbed Center (DTC) Visitor Program Summary on visit achievements by Barbara Casati

WRF Developmental Testbed Center (DTC) Visitor Program Summary on visit achievements by Barbara Casati WRF Developmental Testbed Center (DTC) Visitor Program Summary on visit achievements by Barbara Casati Period of the visit: 31 st March - 25 th April 2008. Hosting laboratory: RAL division at NCAR, Boulder,

More information

Parametric Unsupervised Learning Expectation Maximization (EM) Lecture 20.a

Parametric Unsupervised Learning Expectation Maximization (EM) Lecture 20.a Parametric Unsupervised Learning Expectation Maximization (EM) Lecture 20.a Some slides are due to Christopher Bishop Limitations of K-means Hard assignments of data points to clusters small shift of a

More information

CS534 Machine Learning - Spring Final Exam

CS534 Machine Learning - Spring Final Exam CS534 Machine Learning - Spring 2013 Final Exam Name: You have 110 minutes. There are 6 questions (8 pages including cover page). If you get stuck on one question, move on to others and come back to the

More information

Lecture 14. Clustering, K-means, and EM

Lecture 14. Clustering, K-means, and EM Lecture 14. Clustering, K-means, and EM Prof. Alan Yuille Spring 2014 Outline 1. Clustering 2. K-means 3. EM 1 Clustering Task: Given a set of unlabeled data D = {x 1,..., x n }, we do the following: 1.

More information

10A.1 The Model Evaluation Tool

10A.1 The Model Evaluation Tool 10A.1 The Model Evaluation Tool Lacey Holland, John Halley Gotway, Barbara Brown, Randy Bullock, Eric Gilleland, and David Ahijevych National Center for Atmospheric Research Boulder, CO 80307 1. INTRODUCTION

More information

Basic Verification Concepts

Basic Verification Concepts Basic Verification Concepts Barbara Brown National Center for Atmospheric Research Boulder Colorado USA bgb@ucar.edu Basic concepts - outline What is verification? Why verify? Identifying verification

More information

Interpretation of two error statistics estimation methods: 1 - the Derozier s method 2 the NMC method (lagged forecast)

Interpretation of two error statistics estimation methods: 1 - the Derozier s method 2 the NMC method (lagged forecast) Interpretation of two error statistics estimation methods: 1 - the Derozier s method 2 the NMC method (lagged forecast) Richard Ménard, Yan Yang and Yves Rochon Air Quality Research Division Environment

More information

Exploring ensemble forecast calibration issues using reforecast data sets

Exploring ensemble forecast calibration issues using reforecast data sets NOAA Earth System Research Laboratory Exploring ensemble forecast calibration issues using reforecast data sets Tom Hamill and Jeff Whitaker NOAA Earth System Research Lab, Boulder, CO tom.hamill@noaa.gov

More information

Doppler radial wind spatially correlated observation error: operational implementation and initial results

Doppler radial wind spatially correlated observation error: operational implementation and initial results Doppler radial wind spatially correlated observation error: operational implementation and initial results D. Simonin, J. Waller, G. Kelly, S. Ballard,, S. Dance, N. Nichols (Met Office, University of

More information

Computer Vision Group Prof. Daniel Cremers. 10a. Markov Chain Monte Carlo

Computer Vision Group Prof. Daniel Cremers. 10a. Markov Chain Monte Carlo Group Prof. Daniel Cremers 10a. Markov Chain Monte Carlo Markov Chain Monte Carlo In high-dimensional spaces, rejection sampling and importance sampling are very inefficient An alternative is Markov Chain

More information

Clustering Techniques and their applications at ECMWF

Clustering Techniques and their applications at ECMWF Clustering Techniques and their applications at ECMWF Laura Ferranti European Centre for Medium-Range Weather Forecasts Training Course NWP-PR: Clustering techniques and their applications at ECMWF 1/32

More information

1.10 A NEW SPATIAL SCALE DECOMPOSITION OF THE BRIER SCORE FOR THE VERIFICATION OF PROBABILISTIC LIGHTNING FORECASTS. Abstract

1.10 A NEW SPATIAL SCALE DECOMPOSITION OF THE BRIER SCORE FOR THE VERIFICATION OF PROBABILISTIC LIGHTNING FORECASTS. Abstract 1.10 A NEW SPATIAL SCALE DECOMPOSITION OF THE BRIER SCORE FOR THE VERIFICATION OF PROBABILISTIC LIGHTNING FORECASTS B. Casati L. J. Wilson Meteorological Service of Canada, Meteorological Research Branch,

More information

Percentile-based Neighborhood Precipitation Verification and Its Application to a Landfalling Tropical Storm Case with Radar Data Assimilation

Percentile-based Neighborhood Precipitation Verification and Its Application to a Landfalling Tropical Storm Case with Radar Data Assimilation ADVANCES IN ATMOSPHERIC SCIENCES, VOL. 32, NOVEMBER 215, 1449 1459 Percentile-based Neighborhood Precipitation Verification and Its Application to a Landfalling Tropical Storm Case with Radar Data Assimilation

More information

Machine Learning. Gaussian Mixture Models. Zhiyao Duan & Bryan Pardo, Machine Learning: EECS 349 Fall

Machine Learning. Gaussian Mixture Models. Zhiyao Duan & Bryan Pardo, Machine Learning: EECS 349 Fall Machine Learning Gaussian Mixture Models Zhiyao Duan & Bryan Pardo, Machine Learning: EECS 349 Fall 2012 1 The Generative Model POV We think of the data as being generated from some process. We assume

More information

Three Spatial Verification Techniques: Cluster Analysis, Variogram, and Optical Flow

Three Spatial Verification Techniques: Cluster Analysis, Variogram, and Optical Flow VOLUME 24 W E A T H E R A N D F O R E C A S T I N G DECEMBER 2009 Three Spatial Verification Techniques: Cluster Analysis, Variogram, and Optical Flow CAREN MARZBAN Applied Physics Laboratory, and Department

More information

P1.10 Synchronization of Multiple Radar Observations in 3-D Radar Mosaic

P1.10 Synchronization of Multiple Radar Observations in 3-D Radar Mosaic Submitted for the 12 th Conf. on Aviation, Range, and Aerospace Meteor. 29 Jan. 2 Feb. 2006. Atlanta, GA. P1.10 Synchronization of Multiple Radar Observations in 3-D Radar Mosaic Hongping Yang 1, Jian

More information

12.2 PROBABILISTIC GUIDANCE OF AVIATION HAZARDS FOR TRANSOCEANIC FLIGHTS

12.2 PROBABILISTIC GUIDANCE OF AVIATION HAZARDS FOR TRANSOCEANIC FLIGHTS 12.2 PROBABILISTIC GUIDANCE OF AVIATION HAZARDS FOR TRANSOCEANIC FLIGHTS K. A. Stone, M. Steiner, J. O. Pinto, C. P. Kalb, C. J. Kessinger NCAR, Boulder, CO M. Strahan Aviation Weather Center, Kansas City,

More information

AMPS Update June 2016

AMPS Update June 2016 AMPS Update June 2016 Kevin W. Manning Jordan G. Powers Mesoscale and Microscale Meteorology Laboratory National Center for Atmospheric Research Boulder, CO 11 th Antarctic Meteorological Observation,

More information

Aaron Johnson School of Meteorology, University of Oklahoma and Center for Analysis and Prediction of Storms, Norman, Oklahoma

Aaron Johnson School of Meteorology, University of Oklahoma and Center for Analysis and Prediction of Storms, Norman, Oklahoma Hierarchical cluster analysis of a convection-allowing ensemble during the Hazardous Weather Testbed 2009 Spring Experiment. Part I: Development of object-oriented cluster analysis method for precipitation

More information

Description of the case study

Description of the case study Description of the case study During the night and early morning of the 14 th of July 011 the significant cloud layer expanding in the West of the country and slowly moving East produced precipitation

More information

Chengsi Liu 1, Ming Xue 1, 2, Youngsun Jung 1, Lianglv Chen 3, Rong Kong 1 and Jingyao Luo 3 ISDA 2019

Chengsi Liu 1, Ming Xue 1, 2, Youngsun Jung 1, Lianglv Chen 3, Rong Kong 1 and Jingyao Luo 3 ISDA 2019 Development of Optimized Radar Data Assimilation Capability within the Fully Coupled EnKF EnVar Hybrid System for Convective Permitting Ensemble Forecasting and Testing via NOAA Hazardous Weather Testbed

More information

COMPOSITE-BASED VERIFICATION OF PRECIPITATION FORECASTS FROM A MESOSCALE MODEL

COMPOSITE-BASED VERIFICATION OF PRECIPITATION FORECASTS FROM A MESOSCALE MODEL J13.5 COMPOSITE-BASED VERIFICATION OF PRECIPITATION FORECASTS FROM A MESOSCALE MODEL Jason E. Nachamkin, Sue Chen, and Jerome M. Schmidt Naval Research Laboratory, Monterey, CA 1. INTRODUCTION Mesoscale

More information

Analyzing the Image Warp Forecast Verification Method on Precipitation Fields from the ICP

Analyzing the Image Warp Forecast Verification Method on Precipitation Fields from the ICP AUGUST 2010 G I L L E L A N D E T A L. 1249 Analyzing the Image Warp Forecast Verification Method on Precipitation Fields from the ICP ERIC GILLELAND Research Applications Laboratory, National Center for

More information

An Algorithm to Identify and Track Objects on Spatial Grids

An Algorithm to Identify and Track Objects on Spatial Grids An Algorithm to Identify and Track Objects on Spatial Grids VA L L I A P PA L A K S H M A N A N N AT I O N A L S E V E R E S T O R M S L A B O R AT O R Y / U N I V E R S I T Y O F O K L A H O M A S E P,

More information

Degenerate Expectation-Maximization Algorithm for Local Dimension Reduction

Degenerate Expectation-Maximization Algorithm for Local Dimension Reduction Degenerate Expectation-Maximization Algorithm for Local Dimension Reduction Xiaodong Lin 1 and Yu Zhu 2 1 Statistical and Applied Mathematical Science Institute, RTP, NC, 27709 USA University of Cincinnati,

More information

CSE446: Clustering and EM Spring 2017

CSE446: Clustering and EM Spring 2017 CSE446: Clustering and EM Spring 2017 Ali Farhadi Slides adapted from Carlos Guestrin, Dan Klein, and Luke Zettlemoyer Clustering systems: Unsupervised learning Clustering Detect patterns in unlabeled

More information

USE OF SPATIAL STATISTICS IN PRECIPITATION CLIMATOLOGY AND MODEL EVALUATION

USE OF SPATIAL STATISTICS IN PRECIPITATION CLIMATOLOGY AND MODEL EVALUATION The Pennsylvania State University The Graduate School College of Earth and Mineral Sciences USE OF SPATIAL STATISTICS IN PRECIPITATION CLIMATOLOGY AND MODEL EVALUATION A Thesis in Meteorology by Anna Schneider

More information

CS6220: DATA MINING TECHNIQUES

CS6220: DATA MINING TECHNIQUES CS6220: DATA MINING TECHNIQUES Matrix Data: Clustering: Part 2 Instructor: Yizhou Sun yzsun@ccs.neu.edu November 3, 2015 Methods to Learn Matrix Data Text Data Set Data Sequence Data Time Series Graph

More information

A comparison of QPF from WRF simulations with operational NAM and GFS output using multiple verification methods

A comparison of QPF from WRF simulations with operational NAM and GFS output using multiple verification methods Graduate Theses and Dissertations Graduate College 2015 A comparison of QPF from WRF simulations with operational NAM and GFS output using multiple verification methods Haifan Yan Iowa State University

More information

VERIFICATION OF PROXY STORM REPORTS DERIVED FROM ENSEMBLE UPDRAFT HELICITY

VERIFICATION OF PROXY STORM REPORTS DERIVED FROM ENSEMBLE UPDRAFT HELICITY VERIFICATION OF PROXY STORM REPORTS DERIVED FROM ENSEMBLE UPDRAFT HELICITY MALLORY ROW 12,JAMES CORRIEA JR. 3, AND PATRICK MARSH 3 1 National Weather Center Research Experiences for Undergraduates Program

More information

Expectation Maximization

Expectation Maximization Expectation Maximization Bishop PRML Ch. 9 Alireza Ghane c Ghane/Mori 4 6 8 4 6 8 4 6 8 4 6 8 5 5 5 5 5 5 4 6 8 4 4 6 8 4 5 5 5 5 5 5 µ, Σ) α f Learningscale is slightly Parameters is slightly larger larger

More information

speaker recognition using gmm-ubm semester project presentation

speaker recognition using gmm-ubm semester project presentation speaker recognition using gmm-ubm semester project presentation OBJECTIVES OF THE PROJECT study the GMM-UBM speaker recognition system implement this system with matlab document the code and how it interfaces

More information

Forecasting Wind Ramps

Forecasting Wind Ramps Forecasting Wind Ramps Erin Summers and Anand Subramanian Jan 5, 20 Introduction The recent increase in the number of wind power producers has necessitated changes in the methods power system operators

More information

Clustering. Léon Bottou COS 424 3/4/2010. NEC Labs America

Clustering. Léon Bottou COS 424 3/4/2010. NEC Labs America Clustering Léon Bottou NEC Labs America COS 424 3/4/2010 Agenda Goals Representation Capacity Control Operational Considerations Computational Considerations Classification, clustering, regression, other.

More information

A COMPARISON OF VERY SHORT-TERM QPF S FOR SUMMER CONVECTION OVER COMPLEX TERRAIN AREAS, WITH THE NCAR/ATEC WRF AND MM5-BASED RTFDDA SYSTEMS

A COMPARISON OF VERY SHORT-TERM QPF S FOR SUMMER CONVECTION OVER COMPLEX TERRAIN AREAS, WITH THE NCAR/ATEC WRF AND MM5-BASED RTFDDA SYSTEMS A COMPARISON OF VERY SHORT-TERM QPF S FOR SUMMER CONVECTION OVER COMPLEX TERRAIN AREAS, WITH THE NCAR/ATEC WRF AND MM5-BASED RTFDDA SYSTEMS Wei Yu, Yubao Liu, Tom Warner, Randy Bullock, Barbara Brown and

More information

First tests of QPF verification using SAL at AEMET

First tests of QPF verification using SAL at AEMET First tests of QPF verification using SAL at AEMET Jose A. Garcia-Moya. AEMET. Spain. On behalf of Carlos Santos, Anna Ghelli (ECMWF) & Imanol Guerrero ECMWF & AEMET collaboration Hirlam-Aladin All Staff

More information

Comparison of Convection-permitting and Convection-parameterizing Ensembles

Comparison of Convection-permitting and Convection-parameterizing Ensembles Comparison of Convection-permitting and Convection-parameterizing Ensembles Adam J. Clark NOAA/NSSL 18 August 2010 DTC Ensemble Testbed (DET) Workshop Introduction/Motivation CAMs could lead to big improvements

More information

Forecasting of Optical Turbulence in Support of Realtime Optical Imaging and Communication Systems

Forecasting of Optical Turbulence in Support of Realtime Optical Imaging and Communication Systems Forecasting of Optical Turbulence in Support of Realtime Optical Imaging and Communication Systems Randall J. Alliss and Billy Felton Northrop Grumman Corporation, 15010 Conference Center Drive, Chantilly,

More information

Assessing high resolution forecasts using fuzzy verification methods

Assessing high resolution forecasts using fuzzy verification methods Assessing high resolution forecasts using fuzzy verification methods Beth Ebert Bureau of Meteorology Research Centre, Melbourne, Australia Thanks to Nigel Roberts, Barbara Casati, Frederic Atger, Felix

More information

Nesting and LBCs, Predictability and EPS

Nesting and LBCs, Predictability and EPS Nesting and LBCs, Predictability and EPS Terry Davies, Dynamics Research, Met Office Nigel Richards, Neill Bowler, Peter Clark, Caroline Jones, Humphrey Lean, Ken Mylne, Changgui Wang copyright Met Office

More information

Ensemble Verification Metrics

Ensemble Verification Metrics Ensemble Verification Metrics Debbie Hudson (Bureau of Meteorology, Australia) ECMWF Annual Seminar 207 Acknowledgements: Beth Ebert Overview. Introduction 2. Attributes of forecast quality 3. Metrics:

More information

L11: Pattern recognition principles

L11: Pattern recognition principles L11: Pattern recognition principles Bayesian decision theory Statistical classifiers Dimensionality reduction Clustering This lecture is partly based on [Huang, Acero and Hon, 2001, ch. 4] Introduction

More information

Basic Verification Concepts

Basic Verification Concepts Basic Verification Concepts Barbara Brown National Center for Atmospheric Research Boulder Colorado USA bgb@ucar.edu May 2017 Berlin, Germany Basic concepts - outline What is verification? Why verify?

More information

Toward improved initial conditions for NCAR s real-time convection-allowing ensemble. Ryan Sobash, Glen Romine, Craig Schwartz, and Kate Fossell

Toward improved initial conditions for NCAR s real-time convection-allowing ensemble. Ryan Sobash, Glen Romine, Craig Schwartz, and Kate Fossell Toward improved initial conditions for NCAR s real-time convection-allowing ensemble Ryan Sobash, Glen Romine, Craig Schwartz, and Kate Fossell Storm-scale ensemble design Can an EnKF be used to initialize

More information

A SIMPLE CLOUD SIMULATOR FOR INVESTIGATING THE CORRELATION SCALING COEFFICIENT USED IN THE WAVELET VARIABILITY MODEL (WVM)

A SIMPLE CLOUD SIMULATOR FOR INVESTIGATING THE CORRELATION SCALING COEFFICIENT USED IN THE WAVELET VARIABILITY MODEL (WVM) A SIMPLE CLOUD SIMULATOR FOR INVESTIGATING THE CORRELATION SCALING COEFFICIENT USED IN THE WAVELET VARIABILITY MODEL (WVM) Matthew Lave Jan Kleissl University of California, San Diego 9 Gilman Dr. #11

More information

P1.36 IMPACT OF MESOSCALE DATA, CLOUD ANALYSIS ON THE EXPLICIT PREDICTION OF AN MCS DURING IHOP Daniel T. Dawson II and Ming Xue*

P1.36 IMPACT OF MESOSCALE DATA, CLOUD ANALYSIS ON THE EXPLICIT PREDICTION OF AN MCS DURING IHOP Daniel T. Dawson II and Ming Xue* P1.36 IMPACT OF MESOSCALE DATA, CLOUD ANALYSIS ON THE EXPLICIT PREDICTION OF AN MCS DURING IHOP 2002 Daniel T. Dawson II and Ming Xue* School of Meteorology and Center for the Analysis and Prediction of

More information

CMSC858P Supervised Learning Methods

CMSC858P Supervised Learning Methods CMSC858P Supervised Learning Methods Hector Corrada Bravo March, 2010 Introduction Today we discuss the classification setting in detail. Our setting is that we observe for each subject i a set of p predictors

More information

Object-based evaluation of the impact of horizontal grid spacing on convection-allowing forecasts

Object-based evaluation of the impact of horizontal grid spacing on convection-allowing forecasts Object-based evaluation of the impact of horizontal grid spacing on convection-allowing forecasts Aaron Johnson School of Meteorology, University of Oklahoma and Center for Analysis and Prediction of Storms,

More information

NOAA Research and Development Supporting NextGen. Darien Davis NOAA Office of Oceanic and Atmospheric Research June 22, 2009

NOAA Research and Development Supporting NextGen. Darien Davis NOAA Office of Oceanic and Atmospheric Research June 22, 2009 NOAA Research and Development Supporting NextGen Darien Davis Darien.l.davis@noaa.gov NOAA Office of Oceanic and Atmospheric Research June 22, 2009 FAA/NOAA Coordination Developing an integrated science

More information

LECTURE NOTE #3 PROF. ALAN YUILLE

LECTURE NOTE #3 PROF. ALAN YUILLE LECTURE NOTE #3 PROF. ALAN YUILLE 1. Three Topics (1) Precision and Recall Curves. Receiver Operating Characteristic Curves (ROC). What to do if we do not fix the loss function? (2) The Curse of Dimensionality.

More information

CSC2541 Lecture 2 Bayesian Occam s Razor and Gaussian Processes

CSC2541 Lecture 2 Bayesian Occam s Razor and Gaussian Processes CSC2541 Lecture 2 Bayesian Occam s Razor and Gaussian Processes Roger Grosse Roger Grosse CSC2541 Lecture 2 Bayesian Occam s Razor and Gaussian Processes 1 / 55 Adminis-Trivia Did everyone get my e-mail

More information

Transitioning NCAR s Aviation Algorithms into NCEP s Operations

Transitioning NCAR s Aviation Algorithms into NCEP s Operations Transitioning NCAR s Aviation Algorithms into NCEP s Operations Hui-Ya Chuang 1, Yali Mao 1,2, and Binbin Zhou 1,2 1. EMC/NCEP/NOAA, College Park MD 2. I.M. System Group, Inc. AMS 18th Conference on Aviation,

More information

Brief Introduction of Machine Learning Techniques for Content Analysis

Brief Introduction of Machine Learning Techniques for Content Analysis 1 Brief Introduction of Machine Learning Techniques for Content Analysis Wei-Ta Chu 2008/11/20 Outline 2 Overview Gaussian Mixture Model (GMM) Hidden Markov Model (HMM) Support Vector Machine (SVM) Overview

More information

Computer Vision Group Prof. Daniel Cremers. 6. Mixture Models and Expectation-Maximization

Computer Vision Group Prof. Daniel Cremers. 6. Mixture Models and Expectation-Maximization Prof. Daniel Cremers 6. Mixture Models and Expectation-Maximization Motivation Often the introduction of latent (unobserved) random variables into a model can help to express complex (marginal) distributions

More information

Anisotropic spatial filter that is based on flow-dependent background error structures is implemented and tested.

Anisotropic spatial filter that is based on flow-dependent background error structures is implemented and tested. Special Topics 3DVAR Analysis/Retrieval of 3D water vapor from GPS slant water data Liu, H. and M. Xue, 2004: 3DVAR retrieval of 3D moisture field from slant-path water vapor observations of a high-resolution

More information

Performance Comparison of K-Means and Expectation Maximization with Gaussian Mixture Models for Clustering EE6540 Final Project

Performance Comparison of K-Means and Expectation Maximization with Gaussian Mixture Models for Clustering EE6540 Final Project Performance Comparison of K-Means and Expectation Maximization with Gaussian Mixture Models for Clustering EE6540 Final Project Devin Cornell & Sushruth Sastry May 2015 1 Abstract In this article, we explore

More information

Forecast Verification Research - state of the art and future challenges

Forecast Verification Research - state of the art and future challenges Forecast Verification Research - state of the art and future challenges By: WWRP/WGNE Joint Working Group Forecast Verification Research Presenter: Martin Göber, DWD, Hans-Ertel-Centre for Weather Research

More information

Mixture Models & EM. Nicholas Ruozzi University of Texas at Dallas. based on the slides of Vibhav Gogate

Mixture Models & EM. Nicholas Ruozzi University of Texas at Dallas. based on the slides of Vibhav Gogate Mixture Models & EM icholas Ruozzi University of Texas at Dallas based on the slides of Vibhav Gogate Previously We looed at -means and hierarchical clustering as mechanisms for unsupervised learning -means

More information

Expectation-Maximization

Expectation-Maximization Expectation-Maximization Léon Bottou NEC Labs America COS 424 3/9/2010 Agenda Goals Representation Capacity Control Operational Considerations Computational Considerations Classification, clustering, regression,

More information

Machine Learning. CUNY Graduate Center, Spring Lectures 11-12: Unsupervised Learning 1. Professor Liang Huang.

Machine Learning. CUNY Graduate Center, Spring Lectures 11-12: Unsupervised Learning 1. Professor Liang Huang. Machine Learning CUNY Graduate Center, Spring 2013 Lectures 11-12: Unsupervised Learning 1 (Clustering: k-means, EM, mixture models) Professor Liang Huang huang@cs.qc.cuny.edu http://acl.cs.qc.edu/~lhuang/teaching/machine-learning

More information

USE OF SATELLITE INFORMATION IN THE HUNGARIAN NOWCASTING SYSTEM

USE OF SATELLITE INFORMATION IN THE HUNGARIAN NOWCASTING SYSTEM USE OF SATELLITE INFORMATION IN THE HUNGARIAN NOWCASTING SYSTEM Mária Putsay, Zsófia Kocsis and Ildikó Szenyán Hungarian Meteorological Service, Kitaibel Pál u. 1, H-1024, Budapest, Hungary Abstract The

More information

Weather Forecasting: Lecture 2

Weather Forecasting: Lecture 2 Weather Forecasting: Lecture 2 Dr. Jeremy A. Gibbs Department of Atmospheric Sciences University of Utah Spring 2017 1 / 40 Overview 1 Forecasting Techniques 2 Forecast Tools 2 / 40 Forecasting Techniques

More information

Lecture 6: April 19, 2002

Lecture 6: April 19, 2002 EE596 Pat. Recog. II: Introduction to Graphical Models Spring 2002 Lecturer: Jeff Bilmes Lecture 6: April 19, 2002 University of Washington Dept. of Electrical Engineering Scribe: Huaning Niu,Özgür Çetin

More information

Assimilation of cloud/precipitation data at regional scales

Assimilation of cloud/precipitation data at regional scales Assimilation of cloud/precipitation data at regional scales Thomas Auligné National Center for Atmospheric Research auligne@ucar.edu Acknowledgments to: Steven Cavallo, David Dowell, Aimé Fournier, Hans

More information

On evaluating the applicability of CRA over small verification domains

On evaluating the applicability of CRA over small verification domains On evaluating the applicability of CRA over small verification domains Stefano Mariani ISPRA Institute for Environmental Protection and Research, Rome, Italy Motivation [ ] it is almost a platitude to

More information

Mixture Models & EM. Nicholas Ruozzi University of Texas at Dallas. based on the slides of Vibhav Gogate

Mixture Models & EM. Nicholas Ruozzi University of Texas at Dallas. based on the slides of Vibhav Gogate Mixture Models & EM icholas Ruozzi University of Texas at Dallas based on the slides of Vibhav Gogate Previously We looed at -means and hierarchical clustering as mechanisms for unsupervised learning -means

More information

WWOSC 2014, MONTREAL

WWOSC 2014, MONTREAL WWOSC 2014, MONTREAL Forecast Errors of Rossby Waveguides Evi Giannakaki, Olivia Martius University of Bern, Switzerland Rossby waves (PV perspective) 07/10/2011_06 PV @ 325K PVU 2 Rossby waves (PV perspective)

More information

Concepts of Forecast Verification FROST-14

Concepts of Forecast Verification FROST-14 Concepts of Forecast Verification FROST-14 Forecast & Research Olympics Sochi Testbed Pertti Nurmi WWRP JWGFVR Finnish Meteorological Institute pertti.nurmi@fmi.fi pertti.nurmi@fmi.fi FROST-14 Verification

More information

Clustering VS Classification

Clustering VS Classification MCQ Clustering VS Classification 1. What is the relation between the distance between clusters and the corresponding class discriminability? a. proportional b. inversely-proportional c. no-relation Ans:

More information

Tornado and Severe Thunderstorm Warning Forecast Skill and its Relationship to Storm Type

Tornado and Severe Thunderstorm Warning Forecast Skill and its Relationship to Storm Type Tornado and Severe Thunderstorm Warning Forecast Skill and its Relationship to Storm Type Eric M. Guillot National Weather Center Research Experience for Undergraduates, University of Oklahoma, Norman,

More information

Machine Learning. Gaussian Mixture Models. Zhiyao Duan & Bryan Pardo, Machine Learning: EECS 349 Fall

Machine Learning. Gaussian Mixture Models. Zhiyao Duan & Bryan Pardo, Machine Learning: EECS 349 Fall Machine Learning Gaussian Mixture Models Zhiyao Duan & Bryan Pardo, Machine Learning: EECS 349 Fall 2012 1 Discriminative vs Generative Models Discriminative: Just learn a decision boundary between your

More information

Spatial Verification. for Ensemble. at DWD

Spatial Verification. for Ensemble. at DWD Spatial Verification for Ensemble at DWD Susanne Theis Deutscher Wetterdienst (DWD) Introduction Spatial Verification of Single Simulations Box Statistics (e.g. averaging) Fraction Skill Score Wavelets

More information

Lecture 6: Methods for high-dimensional problems

Lecture 6: Methods for high-dimensional problems Lecture 6: Methods for high-dimensional problems Hector Corrada Bravo and Rafael A. Irizarry March, 2010 In this Section we will discuss methods where data lies on high-dimensional spaces. In particular,

More information