CSC475 Music Information Retrieval

Size: px
Start display at page:

Download "CSC475 Music Information Retrieval"

Transcription

1 CSC475 Music Information Retrieval Tags and Music George Tzanetakis University of Victoria 2014 G. Tzanetakis 1 / 53

2 Table of Contents I 1 Indexing music with tags 2 Tag acquisition 3 Autotagging 4 Evaluation 5 Ideas for future work G. Tzanetakis 2 / 53

3 Tags Definition A tag is a short phrase or word that can be used to characterize a piece of music. Examples: bouncy, heavy metal, or hand drums. Tags can be related to instruments, genres, amotions, moods, usages, geographic origins, musicological terms, or anything the users decide. Similarly to a text index, a music index associated music documents to tags. A document can be a song, an album, an artist, a record label, etc. We consider songs/tracks to be our musical documents. G. Tzanetakis 3 / 53

4 Music Index Vocabulary s 1 s 2 s 3 happy pop a capella saxophone A query can either be a list of tags or a song. Using the music index the system can return a playlist of songs that somehow match the specified tags. G. Tzanetakis 4 / 53

5 Tag research terminology Note: Cold-start problem: songs that are not annotated can not be retrieved. Popularity bias: songs (in the short head tend to be annotated more thoroughly than unpopular songs (in the long tail). Strong labeling versus weak labeling. Extensible or fixed vocabulary. Structured or unstructured vocabulary. Evaluation is a big challenge due to subjectivity. Tags generalize classification labels G. Tzanetakis 5 / 53

6 Many thanks to Material for these slides was generously provided by: Mohamed Sordo Emanule Coviello Doug Turnbull G. Tzanetakis 6 / 53

7 Tagging a song G. Tzanetakis 7 / 53

8 Tagging multiple songs G. Tzanetakis 8 / 53

9 Text query G. Tzanetakis 9 / 53

10 Table of Contents I 1 Indexing music with tags 2 Tag acquisition 3 Autotagging 4 Evaluation 5 Ideas for future work G. Tzanetakis 10 / 53

11 Sources of Tags Human participation: Surveys Social Tags Games Automatic: Text mining Autotagging G. Tzanetakis 11 / 53

12 Survey Pandora: a team of approximately 50 expert music reviewers (each with a degree in music and 200 hours of training) annotate songs using a structured vocabulary of between 150 and 200 tags. Tags are objective i.e there is a high degree of inter-reviewer agreement. Between 2000 and 2010, Pandora annotated about 750, 000 songs. Annotation takes approximately minutes. CAL500: one song from 500 unique artists, each annod by a minimum of 3 nonexpert reviewers using a structured vocabulary of 174 tags. Standard dataset of training and evaluating tag-based retrieval systems. G. Tzanetakis 12 / 53

13 Harvesting social tags Last.fm is a music discovery Web site that allows users to contribute social tags through a text box in their audio player interface. It is an example of crowd sourcing. In 2007, 40 million active users built up a vocabulary of 960, 000 free-text tags and used it to annotate millions of songs. All data available through public web API. Tags typically annotate artists rather than sons. Problems with multiple spelling, polysemous tags (such as progressive). G. Tzanetakis 13 / 53

14 Last.fm tags for Adele G. Tzanetakis 14 / 53

15 Playing Annotation Games In ISMIR 2007, music annotation games were presented for the first time: ListenGame, Tag-a-Tune, and MajorMiner. ListenGame uses a structured vocabulary and is real time. Tag-a-Tune and MajorMiner are inspired by the ESP Game for image tagging. In this approach the players listen to a track and are asked to enter free text tags until they both enter the same tag. This results in an extensible vocabulary. G. Tzanetakis 15 / 53

16 Tag-a-tune G. Tzanetakis 16 / 53

17 Mining web documents There are many text sources of information associated with a music track. These include artist biographies, album reviews, song reviews, social media posts, and personal blogs. The set of documents associated with a song is typically processed by text mining techniques resulting in a vector space representation which can then be used as input to data mining/machine learning techniques (text mining will be covered in more detail in a future lecture). G. Tzanetakis 17 / 53

18 Table of Contents I 1 Indexing music with tags 2 Tag acquisition 3 Autotagging 4 Evaluation 5 Ideas for future work G. Tzanetakis 18 / 53

19 cal500.sness.net G. Tzanetakis 19 / 53

20 Audio feature extraction Audio features for tagging are typically very similar to the ones used for audio classification i.e statistics of the short-time magnitude spectrum over different time scales. G. Tzanetakis 20 / 53

21 Bag of words for text G. Tzanetakis 21 / 53

22 Bag of words for audio G. Tzanetakis 22 / 53

23 Multi-label classification (with twists) Classic classification is single label and multi-class. In multi-label classification each instance can be assigned more than one label. Tag annotation can be viewed as multi-label classification with some additional twists: Synonyms (female voice, woman singing) Subpart relations (string quartet, classical) Sparse (only a small subset of tags applies to each song) Noisy Useful because: Cold start problem Query-by-keywords G. Tzanetakis 23 / 53

24 Machine Learning for Tag Annotation A straightforward approach is to treat each tag independently as a classification problem. G. Tzanetakis 24 / 53

25 Tag models Identify songs associated with tag t Merge all features either directly or by model merging Estimate p(x t) G. Tzanetakis 25 / 53

26 Direct multi-label classifiers Alternatives to individual tag classifiers: K-NN multi-label classifier - straightforward extension that requires strategy for label merging (union or intersection are possibilities) Multi-layer perceptron - simple train directly with multi-label ground truth G. Tzanetakis 26 / 53

27 Tag co-occurence G. Tzanetakis 27 / 53

28 Stacking G. Tzanetakis 28 / 53

29 Stacking II G. Tzanetakis 29 / 53

30 How stacking can help? G. Tzanetakis 30 / 53

31 Other terms/variants The main idea behind stacking i.e using the output of a classification stage as the input to a subsequent classification stage has been proposed under several different names: Correction approach (using binary outputs) Anchor classification (for example classification into artists used as a feature for genre classification) Semantic space retrieval Cascaded classification (in computer vision) Stacked generalization (in the classification) Context modeling (in autotagging) Cost-sensitive stacking (variant) G. Tzanetakis 31 / 53

32 Combining taggers/bag of systems G. Tzanetakis 32 / 53

33 Table of Contents I 1 Indexing music with tags 2 Tag acquisition 3 Autotagging 4 Evaluation 5 Ideas for future work G. Tzanetakis 33 / 53

34 Datasets There are several datasets that have been used to train and evaluate auto-tagging. They differ in the amount of data they contain, and the source of the ground truth tag information. Major Miner Magnatagatune CAL500 (the most widely used one) CAL10K MediaEval Reproducibility: common dataset is not enough, ideally exact details about the cross-validation folding process and evaluation scripts should also be included. G. Tzanetakis 34 / 53

35 Magnatagatune 26K sound clips from magnatune.com Human annotation from the Tag-a-tune game Audio features from the Echo Nest 230 artists 183 tags G. Tzanetakis 35 / 53

36 CAL-10K Dataset Number of tracks: Tags: 1053 (genre and acoustic tags) Tags/Track: min = 2, max = 25, µ = 10.9, σ = 4.57, median = 11 Most used tags: major key tonality (4547), acoustic rhythm guitars (2296), a vocal-centric aesthetic (2163), extensive vamping (2130) Less used tags: cocky lyrics (1), psychedelic rock influences (1), breathy vocal sound (1), well-articulated trombone solo (1), lead flute (1) Tags collected using survey Available at: G. Tzanetakis 36 / 53

37 Tagging evaluation metrics The inputs to a autotagging evaluation metric are the predicted tags (#tags by #tracks binary matrix) or tag affinities (#tags by #tracks) matrix of reals) and the associated ground truth (binary matrix). Asymmetry between positives and negatives makes classification accuracy not a very good metric. Retrieval metrics are better choices. If the output of the auto-tagging system is affinities then many metrics require binarization. Common binarization variants: select k top scoring tags for each track, threshold each column of tag affinities to achieve the tag priors in the training set. G. Tzanetakis 37 / 53

38 Annotation vs retrieval One possibility would be to convert matrices into vectors and then use classification evaluation metrics. This approach has the disadvantage that popular tags will dominate and performance in less-frequent tags (which one could argue are more important) will be irrelevant. Therefore the common approach is to treat each tag column separately and then average across tags (retrieval) or alternatively treat each track row separately and average across tracks (annotation). Validation schems are similar to classification: cross-validation, repeated cross-validation, and bootstrapping. G. Tzanetakis 38 / 53

39 Annotation Metrics Based on counting TP, FP, TN, FN: Precision Recall F-measure G. Tzanetakis 39 / 53

40 Annotation Metrics based on rank When using affinities it is possible to use rank correlation metrics: Spearman s rank correlation coefficient ρ Kendal tau τ G. Tzanetakis 40 / 53

41 Retrieval measures - Mean Average Precision Precision at N is the number of relevant songs retrieved out of N divided by N. Rather than choosing N one can average precision for different N and then take the mean over a set of queries (tags). G. Tzanetakis 41 / 53

42 Retrieval measures - AUC-ROC G. Tzanetakis 42 / 53

43 Stacking results I G. Tzanetakis 43 / 53

44 Stacking results II G. Tzanetakis 44 / 53

45 Stacking results III G. Tzanetakis 45 / 53

46 Stacking results IV G. Tzanetakis 46 / 53

47 Stacking results V G. Tzanetakis 47 / 53

48 MIREX Tag Annotation Task The Music Information Retrieval Evaluation Exchange (MIREX) audio tag annotation task started in 2008 MajorMiner dataset (2300 tracks, 45 tags) Mood tag dataset (6490 tracks, 135 tags) 10 second clips 3-fold cross-validation Binary relevance (F-measure, precision, recall) Affinity ranking (AUC-ROC, Precision at 3,6,9,12,15) G. Tzanetakis 48 / 53

49 MIREX 2012 F-measure G. Tzanetakis 49 / 53

50 MIREX 2012 AUC-ROC G. Tzanetakis 50 / 53

51 History of MIREX tagging G. Tzanetakis 51 / 53

52 Table of Contents I 1 Indexing music with tags 2 Tag acquisition 3 Autotagging 4 Evaluation 5 Ideas for future work G. Tzanetakis 52 / 53

53 Open questions Should the tag annotations be sanitized or should the machine learning part handle it? Do auto-taggers generalize outside their collections? Stacking seems to improve results (even though one paper has shown no improvement). How does stacking perform when dealing with synonyms, antonyms, noisy annotations? Why? How can multiple sources of tags be combined? G. Tzanetakis 53 / 53

54 Future work Weak labeling: in most cases absense of a tag does NOT imply that the tag would not be considered valid by most users Explore a continuous grading of semi-supervised learning where the distinction between supervised and unsupervised is not binary Explore feature clusering of untagged instances Include additional sources of information (separate from tags) such as artist, genre, album multiple instance learning approaches (for example if genre information is available at the album level) Statistical relational learning G. Tzanetakis 54 / 53

55 Future work The lukewarm start problem: what if some tags are known for the testing data but not all? Missing label type of approaches such as EM Markov logic inference in structured data Other ideas: Online learning where tags enter the system incrementally and individually rather than all at the same time or for a particular instance Taking into account user behavior when interacting with a tag system Personalization vs Crowd: would clustering users based on their tagging make sense? G. Tzanetakis 55 / 53

Professor Dr. Gholamreza Nakhaeizadeh. Professor Dr. Gholamreza Nakhaeizadeh

Professor Dr. Gholamreza Nakhaeizadeh. Professor Dr. Gholamreza Nakhaeizadeh Statistic Methods in in Data Mining Business Understanding Data Understanding Data Preparation Deployment Modelling Evaluation Data Mining Process (Part 2) 2) Professor Dr. Gholamreza Nakhaeizadeh Professor

More information

A REPORT ON THE STATISTICAL CHARACTERISTICS of the Highlands Ability Battery CD

A REPORT ON THE STATISTICAL CHARACTERISTICS of the Highlands Ability Battery CD A REPORT ON THE STATISTICAL CHARACTERISTICS of the Highlands Ability Battery CD Prepared by F. Jay Breyer Jonathan Katz Michael Duran November 21, 2002 TABLE OF CONTENTS Introduction... 1 Data Determination

More information

Scholastic s Early Childhood Program Correlated to the Minnesota Pre-K Standards

Scholastic s Early Childhood Program Correlated to the Minnesota Pre-K Standards Scholastic s Early Childhood Program 5/2/07 Page 1 DOMAIN I: EMOTIONAL AND SOCIAL DEVELOPMENT EMOTIONAL DEVELOPMENT 2. 3. 4. 5. Demonstrate increasing competency in recognizing and describing own emotions

More information

The Session.. Rosaria Silipo Phil Winters KNIME KNIME.com AG. All Right Reserved.

The Session.. Rosaria Silipo Phil Winters KNIME KNIME.com AG. All Right Reserved. The Session.. Rosaria Silipo Phil Winters KNIME 2016 KNIME.com AG. All Right Reserved. Past KNIME Summits: Merging Techniques, Data and MUSIC! 2016 KNIME.com AG. All Rights Reserved. 2 Analytics, Machine

More information

Web Information Retrieval Dipl.-Inf. Christoph Carl Kling

Web Information Retrieval Dipl.-Inf. Christoph Carl Kling Institute for Web Science & Technologies University of Koblenz-Landau, Germany Web Information Retrieval Dipl.-Inf. Christoph Carl Kling Exercises WebIR ask questions! WebIR@c-kling.de 2 of 49 Clustering

More information

Supervised Learning to Predict Human Driver Merging Behavior

Supervised Learning to Predict Human Driver Merging Behavior Supervised Learning to Predict Human Driver Merging Behavior Derek Phillips, Alexander Lin {djp42, alin719}@stanford.edu June 7, 2016 Abstract This paper uses the supervised learning techniques of linear

More information

What do autonomous vehicles mean to traffic congestion and crash? Network traffic flow modeling and simulation for autonomous vehicles

What do autonomous vehicles mean to traffic congestion and crash? Network traffic flow modeling and simulation for autonomous vehicles What do autonomous vehicles mean to traffic congestion and crash? Network traffic flow modeling and simulation for autonomous vehicles FINAL RESEARCH REPORT Sean Qian (PI), Shuguan Yang (RA) Contract No.

More information

Survey Report Informatica PowerCenter Express. Right-Sized Data Integration for the Smaller Project

Survey Report Informatica PowerCenter Express. Right-Sized Data Integration for the Smaller Project Survey Report Informatica PowerCenter Express Right-Sized Data Integration for the Smaller Project 1 Introduction The business department, smaller organization, and independent developer have been severely

More information

Statistical Learning Examples

Statistical Learning Examples Statistical Learning Examples Genevera I. Allen Statistics 640: Statistical Learning August 26, 2013 (Stat 640) Lecture 1 August 26, 2013 1 / 19 Example: Microarrays arrays High-dimensional: Goals: Measures

More information

From Developing Credit Risk Models Using SAS Enterprise Miner and SAS/STAT. Full book available for purchase here.

From Developing Credit Risk Models Using SAS Enterprise Miner and SAS/STAT. Full book available for purchase here. From Developing Credit Risk Models Using SAS Enterprise Miner and SAS/STAT. Full book available for purchase here. About this Book... ix About the Author... xiii Acknowledgments...xv Chapter 1 Introduction...

More information

Appendix B STATISTICAL TABLES OVERVIEW

Appendix B STATISTICAL TABLES OVERVIEW Appendix B STATISTICAL TABLES OVERVIEW Table B.1: Proportions of the Area Under the Normal Curve Table B.2: 1200 Two-Digit Random Numbers Table B.3: Critical Values for Student s t-test Table B.4: Power

More information

AGENT-BASED MODELING, SIMULATION, AND CONTROL SOME APPLICATIONS IN TRANSPORTATION

AGENT-BASED MODELING, SIMULATION, AND CONTROL SOME APPLICATIONS IN TRANSPORTATION AGENT-BASED MODELING, SIMULATION, AND CONTROL SOME APPLICATIONS IN TRANSPORTATION Montasir Abbas, Virginia Tech (with contributions from past and present VT-SCORES students, including: Zain Adam, Sahar

More information

Busy Ant Maths and the Scottish Curriculum for Excellence Foundation Level - Primary 1

Busy Ant Maths and the Scottish Curriculum for Excellence Foundation Level - Primary 1 Busy Ant Maths and the Scottish Curriculum for Excellence Foundation Level - Primary 1 Number, money and measure Estimation and rounding Number and number processes Fractions, decimal fractions and percentages

More information

Improving CERs building

Improving CERs building Improving CERs building Getting Rid of the R² tyranny Pierre Foussier pmf@3f fr.com ISPA. San Diego. June 2010 1 Why abandon the OLS? The ordinary least squares (OLS) aims to build a CER by minimizing

More information

Wellington Transport Strategy Model. TN19.1 Time Period Factors Report Final

Wellington Transport Strategy Model. TN19.1 Time Period Factors Report Final Wellington Transport Strategy Model TN19.1 Time Period Factors Report Final Wellington Transport Strategy Model Time Period Factors Report Final July 2003 prepared for Greater Wellington The Regional Council

More information

Leveraging AI for Self-Driving Cars at GM. Efrat Rosenman, Ph.D. Head of Cognitive Driving Group General Motors Advanced Technical Center, Israel

Leveraging AI for Self-Driving Cars at GM. Efrat Rosenman, Ph.D. Head of Cognitive Driving Group General Motors Advanced Technical Center, Israel Leveraging AI for Self-Driving Cars at GM Efrat Rosenman, Ph.D. Head of Cognitive Driving Group General Motors Advanced Technical Center, Israel Agenda The vision From ADAS (Advance Driving Assistance

More information

Using Telematics Data Effectively The Nature Of Commercial Fleets. Roosevelt C. Mosley, FCAS, MAAA, CSPA Chris Carver Yiem Sunbhanich

Using Telematics Data Effectively The Nature Of Commercial Fleets. Roosevelt C. Mosley, FCAS, MAAA, CSPA Chris Carver Yiem Sunbhanich Using Telematics Data Effectively The Nature Of Commercial Fleets Roosevelt C. Mosley, FCAS, MAAA, CSPA Chris Carver Yiem Sunbhanich November 27, 2017 About the Presenters Roosevelt Mosley, FCAS, MAAA,

More information

Rule-based Integration of Multiple Neural Networks Evolved Based on Cellular Automata

Rule-based Integration of Multiple Neural Networks Evolved Based on Cellular Automata 1 Robotics Rule-based Integration of Multiple Neural Networks Evolved Based on Cellular Automata 2 Motivation Construction of mobile robot controller Evolving neural networks using genetic algorithm (Floreano,

More information

Preface... xi. A Word to the Practitioner... xi The Organization of the Book... xi Required Software... xii Accessing the Supplementary Content...

Preface... xi. A Word to the Practitioner... xi The Organization of the Book... xi Required Software... xii Accessing the Supplementary Content... Contents Preface... xi A Word to the Practitioner... xi The Organization of the Book... xi Required Software... xii Accessing the Supplementary Content... xii Chapter 1 Introducing Partial Least Squares...

More information

TRUTH AND LIES: CONSUMER PERCEPTION VS. DATA

TRUTH AND LIES: CONSUMER PERCEPTION VS. DATA TRUTH AND LIES: CONSUMER PERCEPTION VS. DATA Rosario Murguia, Consumer and Product Research Manager, Procter & Gamble Diana Ballard, Senior Consulting Statistician, Predictum Inc. Michael E. Haslam, PhD,

More information

REGULATION No. 117 (Tyres rolling noise and wet grip adhesion) Proposal for amendment to the document ECE/TRANS/WP.29/2010/63. Annex 8.

REGULATION No. 117 (Tyres rolling noise and wet grip adhesion) Proposal for amendment to the document ECE/TRANS/WP.29/2010/63. Annex 8. Transmitted by the expert from Japan Informal document No. GRB-51-23-Rev.1 REGULATION No. 117 (Tyres rolling noise and wet grip adhesion) Proposal for amendment to the document ECE/TRANS/WP.29/2010/63

More information

Scholastic s Early Childhood Program correlated to the Kentucky Primary English/Language Arts Standards

Scholastic s Early Childhood Program correlated to the Kentucky Primary English/Language Arts Standards Primary English/Language Arts Reading (1.2) Arts and Humanities (2.24, 2.25) Students develop abilities to apply appropriate reading strategies to make sense of a variety of print and nonprint texts (literary,

More information

2018 Linking Study: Predicting Performance on the Performance Evaluation for Alaska s Schools (PEAKS) based on MAP Growth Scores

2018 Linking Study: Predicting Performance on the Performance Evaluation for Alaska s Schools (PEAKS) based on MAP Growth Scores 2018 Linking Study: Predicting Performance on the Performance Evaluation for Alaska s Schools (PEAKS) based on MAP Growth Scores June 2018 NWEA Psychometric Solutions 2018 NWEA. MAP Growth is a registered

More information

2010 National Edition correlated to the. Creative Curriculum Teaching Strategies Gold

2010 National Edition correlated to the. Creative Curriculum Teaching Strategies Gold 2010 National Edition correlated to the Creative Curriculum Teaching Strategies Gold 2015 Big Day for PreK is a proven-effective comprehensive early learning program that embraces children's natural curiosity

More information

Announcements. CS 188: Artificial Intelligence Fall So Far: Foundational Methods. Now: Advanced Applications.

Announcements. CS 188: Artificial Intelligence Fall So Far: Foundational Methods. Now: Advanced Applications. CS 188: Artificial Intelligence Fall 2010 Advanced Applications: Robotics / Vision / Language Announcements Project 5: Classification up now! Due date now after contest Also: drop-the-lowest Contest: In

More information

CS 188: Artificial Intelligence Fall Announcements

CS 188: Artificial Intelligence Fall Announcements CS 188: Artificial Intelligence Fall 2010 Advanced Applications: Robotics / Vision / Language Dan Klein UC Berkeley Many slides from Pieter Abbeel, John DeNero 1 Announcements Project 5: Classification

More information

Your web browser (Safari 7) is out of date. For more security, comfort and. the best experience on this site: Update your browser Ignore

Your web browser (Safari 7) is out of date. For more security, comfort and. the best experience on this site: Update your browser Ignore Your web browser (Safari 7) is out of date. For more security, comfort and Activitydevelop the best experience on this site: Update your browser Ignore Circuits with Friends What is a circuit, and what

More information

Intelligent Fault Analysis in Electrical Power Grids

Intelligent Fault Analysis in Electrical Power Grids Intelligent Fault Analysis in Electrical Power Grids Biswarup Bhattacharya (University of Southern California) & Abhishek Sinha (Adobe Systems Incorporated) 2017 11 08 Overview Introduction Dataset Forecasting

More information

Linking the Mississippi Assessment Program to NWEA MAP Tests

Linking the Mississippi Assessment Program to NWEA MAP Tests Linking the Mississippi Assessment Program to NWEA MAP Tests February 2017 Introduction Northwest Evaluation Association (NWEA ) is committed to providing partners with useful tools to help make inferences

More information

Linking the Indiana ISTEP+ Assessments to NWEA MAP Tests

Linking the Indiana ISTEP+ Assessments to NWEA MAP Tests Linking the Indiana ISTEP+ Assessments to NWEA MAP Tests February 2017 Introduction Northwest Evaluation Association (NWEA ) is committed to providing partners with useful tools to help make inferences

More information

PARTIAL LEAST SQUARES: WHEN ORDINARY LEAST SQUARES REGRESSION JUST WON T WORK

PARTIAL LEAST SQUARES: WHEN ORDINARY LEAST SQUARES REGRESSION JUST WON T WORK PARTIAL LEAST SQUARES: WHEN ORDINARY LEAST SQUARES REGRESSION JUST WON T WORK Peter Bartell JMP Systems Engineer peter.bartell@jmp.com WHEN OLS JUST WON T WORK? OLS (Ordinary Least Squares) in JMP/JMP

More information

Investigation of Relationship between Fuel Economy and Owner Satisfaction

Investigation of Relationship between Fuel Economy and Owner Satisfaction Investigation of Relationship between Fuel Economy and Owner Satisfaction June 2016 Malcolm Hazel, Consultant Michael S. Saccucci, Keith Newsom-Stewart, Martin Romm, Consumer Reports Introduction This

More information

Linking the Indiana ISTEP+ Assessments to the NWEA MAP Growth Tests. February 2017 Updated November 2017

Linking the Indiana ISTEP+ Assessments to the NWEA MAP Growth Tests. February 2017 Updated November 2017 Linking the Indiana ISTEP+ Assessments to the NWEA MAP Growth Tests February 2017 Updated November 2017 2017 NWEA. All rights reserved. No part of this document may be modified or further distributed without

More information

Module K Quality Function Deployment

Module K Quality Function Deployment Module K Quality Function Deployment CC04264166.ppt QFD Overview Objectives Define QFD List benefits of QFD Outline QFD matrix process Summarize CC04264167.ppt Quality Function Deployment Quality What

More information

2018 Linking Study: Predicting Performance on the NSCAS Summative ELA and Mathematics Assessments based on MAP Growth Scores

2018 Linking Study: Predicting Performance on the NSCAS Summative ELA and Mathematics Assessments based on MAP Growth Scores 2018 Linking Study: Predicting Performance on the NSCAS Summative ELA and Mathematics Assessments based on MAP Growth Scores November 2018 Revised December 19, 2018 NWEA Psychometric Solutions 2018 NWEA.

More information

CRSM: Crowdsourcing based Road Surface Monitoring

CRSM: Crowdsourcing based Road Surface Monitoring CRSM: Crowdsourcing based Road Surface Monitoring Kongyang Chen 1, Mingming Lu 2, Guang Tan 1, and Jie Wu 3 1SIAT, Chinese Academy of Sciences, 2 Central South University 3Temple University Nov. 15 th,

More information

Interactive Text Mining of Service Calls to Improve Customer Support Michael Schuh & Ron Zhang Advanced Product Engineering Oshkosh Corporation

Interactive Text Mining of Service Calls to Improve Customer Support Michael Schuh & Ron Zhang Advanced Product Engineering Oshkosh Corporation Interactive Text Mining of Service Calls to Improve Customer Support Michael Schuh & Ron Zhang Advanced Product Engineering Oshkosh Corporation Outline Oshkosh Corporation Classification: Restricted Company

More information

Collective Traffic Prediction with Partially Observed Traffic History using Location-Based Social Media

Collective Traffic Prediction with Partially Observed Traffic History using Location-Based Social Media Collective Traffic Prediction with Partially Observed Traffic History using Location-Based Social Media Xinyue Liu, Xiangnan Kong, Yanhua Li Worcester Polytechnic Institute February 22, 2017 1 / 34 About

More information

2018 Linking Study: Predicting Performance on the TNReady Assessments based on MAP Growth Scores

2018 Linking Study: Predicting Performance on the TNReady Assessments based on MAP Growth Scores 2018 Linking Study: Predicting Performance on the TNReady Assessments based on MAP Growth Scores May 2018 NWEA Psychometric Solutions 2018 NWEA. MAP Growth is a registered trademark of NWEA. Disclaimer:

More information

Linking the Georgia Milestones Assessments to NWEA MAP Growth Tests *

Linking the Georgia Milestones Assessments to NWEA MAP Growth Tests * Linking the Georgia Milestones Assessments to NWEA MAP Growth Tests * *As of June 2017 Measures of Academic Progress (MAP ) is known as MAP Growth. February 2016 Introduction Northwest Evaluation Association

More information

CONNECTED AUTOMATION HOW ABOUT SAFETY?

CONNECTED AUTOMATION HOW ABOUT SAFETY? CONNECTED AUTOMATION HOW ABOUT SAFETY? Bastiaan Krosse EVU Symposium, Putten, 9 th of September 2016 TNO IN FIGURES Founded in 1932 Centre for Applied Scientific Research Focused on innovation for 5 societal

More information

How to build an autonomous anything

How to build an autonomous anything How to build an autonomous anything Michelle Hirsch Head of MATLAB Product Management MathWorks 2015 The MathWorks, Inc. 1 2 3 4 5 6 7 Autonomous Technology 8 Autonomous Having the power for self-governance

More information

Albert Sanzari IE-673 Assignment 5

Albert Sanzari IE-673 Assignment 5 Albert Sanzari IE-673 Assignment 5 1. Quality Function Deployment (QFD) is a method used to make sure customer s needs and wants are a main focus of the product or service s design and production. The

More information

correlation to HEAD START OUTCOMES

correlation to HEAD START OUTCOMES correlation to HEAD START OUTCOMES DOMAIN: 1. LANGUAGE DEVELOPMENT DOMAIN ELEMENTS: Listening and Understanding Demonstrates increasing ability to attend to and understand conversations, stories, songs,

More information

How to build an autonomous anything

How to build an autonomous anything How to build an autonomous anything Michelle Hirsch Head of MATLAB Product Management MathWorks 2015 The MathWorks, Inc. 1 2 3 4 5 6 7 Autonomous Technology 8 Autonomous Having the power for self-governance

More information

Linking the Kansas KAP Assessments to NWEA MAP Growth Tests *

Linking the Kansas KAP Assessments to NWEA MAP Growth Tests * Linking the Kansas KAP Assessments to NWEA MAP Growth Tests * *As of June 2017 Measures of Academic Progress (MAP ) is known as MAP Growth. February 2016 Introduction Northwest Evaluation Association (NWEA

More information

Linking the Alaska AMP Assessments to NWEA MAP Tests

Linking the Alaska AMP Assessments to NWEA MAP Tests Linking the Alaska AMP Assessments to NWEA MAP Tests February 2016 Introduction Northwest Evaluation Association (NWEA ) is committed to providing partners with useful tools to help make inferences from

More information

13th annual! Toy Product Design. a project based adventure in product design

13th annual! Toy Product Design. a project based adventure in product design 13th annual! Toy Product Design a project based adventure in product design Toy Design at UMN? Introduction to Product Design Art and Science It is actually very challenging It is actually a serious industry

More information

NO. D - Language YES. E - Literature Total 6 28

NO. D - Language YES. E - Literature Total 6 28 Table. Categorical Concurrence Between Standards and Assessment as Rated by Six Reviewers Florida Grade Language Arts Number of Assessment Items - 45 Standards Level by Objective Hits Cat. Goals Objs #

More information

Technical Manual for Gibson Test of Cognitive Skills- Revised

Technical Manual for Gibson Test of Cognitive Skills- Revised Technical Manual for Gibson Test of Cognitive Skills- Revised Normative Summary Sample Selection The Gibson Test of Cognitive Skills - Revised (GTCS) was normed on a sample of 2,305 children and adults

More information

Incremental Joint Extraction of Entity Mentions and Relations

Incremental Joint Extraction of Entity Mentions and Relations Incremental Joint Extraction of Entity Mentions and Relations Qi Li and Heng Ji {liq7,jih}@rpi.edu Rensselaer Polytechnic Institute End to End Relation Extraction Baltimore is the largest city in the U.S.

More information

WET GRIP TEST METHOD IMPROVEMENT for Passenger Car Tyres (C1) GRBP 68 th session

WET GRIP TEST METHOD IMPROVEMENT for Passenger Car Tyres (C1) GRBP 68 th session Transmitted by the expert from ETRTO Informal document GRB-68-15 (68 th GRB, 12-14 September 2018, agenda item 6) WET GRIP TEST METHOD IMPROVEMENT for Passenger Car Tyres (C1) Overview of Tyre Industry

More information

David A. Ostrowski Global Data Insights and Analytics

David A. Ostrowski Global Data Insights and Analytics Big Data Drive: Supporting Product Analytics at Ford Motor through the employment of Big Data technologies David A. Ostrowski Global Data Insights and Analytics Page 1 Agenda Introduction Projects Fuel

More information

Linking the Florida Standards Assessments (FSA) to NWEA MAP

Linking the Florida Standards Assessments (FSA) to NWEA MAP Linking the Florida Standards Assessments (FSA) to NWEA MAP October 2016 Introduction Northwest Evaluation Association (NWEA ) is committed to providing partners with useful tools to help make inferences

More information

Oil Palm Ripeness Detector (OPRID) and Non-Destructive Thermal Method of Palm Oil Quality Estimation

Oil Palm Ripeness Detector (OPRID) and Non-Destructive Thermal Method of Palm Oil Quality Estimation Oil Palm Ripeness Detector (OPRID) and Non-Destructive Thermal Method of Palm Oil Quality Estimation Abdul Rashid Mohamed Shariff, Shahrzad Zolfagharnassab, Alhadi Aiad H. Ben Dayaf, Goh Jia Quan, Adel

More information

Scholastic Big Day for PreK. Arkansas Early Childhood Education Framework for Three & Four Year Old Children 2011

Scholastic Big Day for PreK. Arkansas Early Childhood Education Framework for Three & Four Year Old Children 2011 Scholastic Big Day for PreK Correlated to the Arkansas Early Childhood Education Framework for Three & Four Year Old Children 2011 TM & Scholastic Inc. All rights reserved. SCHOLASTIC, Big Day for PreK,

More information

Linking the Virginia SOL Assessments to NWEA MAP Growth Tests *

Linking the Virginia SOL Assessments to NWEA MAP Growth Tests * Linking the Virginia SOL Assessments to NWEA MAP Growth Tests * *As of June 2017 Measures of Academic Progress (MAP ) is known as MAP Growth. March 2016 Introduction Northwest Evaluation Association (NWEA

More information

E M P L O Y E E E N G A G E M E N T

E M P L O Y E E E N G A G E M E N T EMPLOYEE ENGAGEMENT Distinction for a Future Age At American Honda Motor Co., Inc., we believe in staying at the forefront of innovation. Whether it be advancing the technology of our vehicles or redefining

More information

Linking the North Carolina EOG Assessments to NWEA MAP Growth Tests *

Linking the North Carolina EOG Assessments to NWEA MAP Growth Tests * Linking the North Carolina EOG Assessments to NWEA MAP Growth Tests * *As of June 2017 Measures of Academic Progress (MAP ) is known as MAP Growth. March 2016 Introduction Northwest Evaluation Association

More information

ASSIGNMENT II. Author: Felix Heckert Supervisor: Prof. Richard N. Langlois Class: Economies of Organization Date: 02/16/2010

ASSIGNMENT II. Author: Felix Heckert Supervisor: Prof. Richard N. Langlois Class: Economies of Organization Date: 02/16/2010 ASSIGNMENT II Author: Felix Heckert Supervisor: Prof. Richard N. Langlois Class: Economies of Organization Date: 02/16/2010 CONTENT CONTENT...II 1 ANALYSIS... 1 1.1 Introduction... 1 1.2 Employment Specificity...

More information

BUILDING A ROBUST INDUSTRY INDEX BASED ON LONGITUDINAL DATA

BUILDING A ROBUST INDUSTRY INDEX BASED ON LONGITUDINAL DATA CASE STUDY BUILDING A ROBUST INDUSTRY INDEX BASED ON LONGITUDINAL DATA Hanover built a first of its kind index to diagnose the health, trends, and hidden opportunities for the fastgrowing auto care industry.

More information

SOME ISSUES OF THE CRITICAL RATIO DISPATCH RULE IN SEMICONDUCTOR MANUFACTURING. Oliver Rose

SOME ISSUES OF THE CRITICAL RATIO DISPATCH RULE IN SEMICONDUCTOR MANUFACTURING. Oliver Rose Proceedings of the 22 Winter Simulation Conference E. Yücesan, C.-H. Chen, J. L. Snowdon, and J. M. Charnes, eds. SOME ISSUES OF THE CRITICAL RATIO DISPATCH RULE IN SEMICONDUCTOR MANUFACTURING Oliver Rose

More information

Damping Ratio Estimation of an Existing 8-story Building Considering Soil-Structure Interaction Using Strong Motion Observation Data.

Damping Ratio Estimation of an Existing 8-story Building Considering Soil-Structure Interaction Using Strong Motion Observation Data. Damping Ratio Estimation of an Existing -story Building Considering Soil-Structure Interaction Using Strong Motion Observation Data by Koichi Morita ABSTRACT In this study, damping ratio of an exiting

More information

Cluster Knowledge and Skills for Business, Management and Administration Finance Marketing, Sales and Service Aligned with American Careers Business

Cluster Knowledge and Skills for Business, Management and Administration Finance Marketing, Sales and Service Aligned with American Careers Business for Business, Management and Administration Finance Marketing, Sales and Service Aligned with American Careers Business About American Careers Correlations The following correlations are provided to demonstrate

More information

Prediction Model of Driving Behavior Based on Traffic Conditions and Driver Types

Prediction Model of Driving Behavior Based on Traffic Conditions and Driver Types Proceedings of the 12th International IEEE Conference on Intelligent Transportation Systems, St. Louis, MO, USA, October 3-7, 29 WeAT4.2 Prediction Model of Driving Behavior Based on Traffic Conditions

More information

Linking the New York State NYSTP Assessments to NWEA MAP Growth Tests *

Linking the New York State NYSTP Assessments to NWEA MAP Growth Tests * Linking the New York State NYSTP Assessments to NWEA MAP Growth Tests * *As of June 2017 Measures of Academic Progress (MAP ) is known as MAP Growth. March 2016 Introduction Northwest Evaluation Association

More information

COMP 776: Computer Vision

COMP 776: Computer Vision COMP 776: Computer Vision Basic Info Instructor: Svetlana Lazebnik (lazebnik@cs.unc.edu) Office hours: By appointment, SN 219 Textbook: Forsyth & Ponce, Computer Vision: A Modern Approach Class webpage:

More information

Index. Calculated field creation, 176 dialog box, functions (see Functions) operators, 177 addition, 178 comparison operators, 178

Index. Calculated field creation, 176 dialog box, functions (see Functions) operators, 177 addition, 178 comparison operators, 178 Index A Adobe Reader and PDF format, 211 Aggregation format options, 110 intricate view, 109 measures, 110 median, 109 nongeographic measures, 109 Area chart continuous, 67, 76 77 discrete, 67, 78 Axis

More information

AUTONOMOUS VEHICLES & HD MAP CREATION TEACHING A MACHINE HOW TO DRIVE ITSELF

AUTONOMOUS VEHICLES & HD MAP CREATION TEACHING A MACHINE HOW TO DRIVE ITSELF AUTONOMOUS VEHICLES & HD MAP CREATION TEACHING A MACHINE HOW TO DRIVE ITSELF CHRIS THIBODEAU SENIOR VICE PRESIDENT AUTONOMOUS DRIVING Ushr Company History Industry leading & 1 st HD map of N.A. Highways

More information

Cooperative Autonomous Driving and Interaction with Vulnerable Road Users

Cooperative Autonomous Driving and Interaction with Vulnerable Road Users 9th Workshop on PPNIV Keynote Cooperative Autonomous Driving and Interaction with Vulnerable Road Users Miguel Ángel Sotelo miguel.sotelo@uah.es Full Professor University of Alcalá (UAH) SPAIN 9 th Workshop

More information

Save-the-date: Workshop on batteries for electric mobility

Save-the-date: Workshop on batteries for electric mobility Joint workshop by the Clean Energy Ministerial, the International Energy Agency and the Electric Vehicle Initiative Save-the-date: Workshop on batteries for electric mobility Wednesday 7 March 2018 Centre

More information

What s new. Bernd Wiswedel KNIME.com AG. All Rights Reserved.

What s new. Bernd Wiswedel KNIME.com AG. All Rights Reserved. What s new Bernd Wiswedel 2016 KNIME.com AG. All Rights Reserved. What s new 2+1 feature releases last year: 2.12, (3.0), 3.1 (only KNIME Analytics Platform + Server) Changes documented online 2016 KNIME.com

More information

Optimal Vehicle to Grid Regulation Service Scheduling

Optimal Vehicle to Grid Regulation Service Scheduling Optimal to Grid Regulation Service Scheduling Christian Osorio Introduction With the growing popularity and market share of electric vehicles comes several opportunities for electric power utilities, vehicle

More information

Busy Ant Maths and the Scottish Curriculum for Excellence Year 6: Primary 7

Busy Ant Maths and the Scottish Curriculum for Excellence Year 6: Primary 7 Busy Ant Maths and the Scottish Curriculum for Excellence Year 6: Primary 7 Number, money and measure Estimation and rounding Number and number processes Including addition, subtraction, multiplication

More information

Automated Driving - Object Perception at 120 KPH Chris Mansley

Automated Driving - Object Perception at 120 KPH Chris Mansley IROS 2014: Robots in Clutter Workshop Automated Driving - Object Perception at 120 KPH Chris Mansley 1 Road safety influence of driver assistance 100% Installation rates / road fatalities in Germany 80%

More information

SUBJECT AREA(S): Amperage, Voltage, Electricity, Power, Energy Storage, Battery Charging

SUBJECT AREA(S): Amperage, Voltage, Electricity, Power, Energy Storage, Battery Charging Solar Transportation Lesson 4: Designing a Solar Charger AUTHOR: Clayton Hudiburg DESCRIPTION: In this lesson, students will further explore the potential and challenges related to using photovoltaics

More information

Cluster Analysis. Presented by: Lauren Franklin and Maria Bakarman COM 631. April 2017

Cluster Analysis. Presented by: Lauren Franklin and Maria Bakarman COM 631. April 2017 1 Cluster Analysis Presented by: Lauren Franklin and Maria Bakarman COM 631 April 2017 2 I. Model Data Set: Film and TV Usage National Survey 2015 (Jeffres & Neuendorf) Internal/clustering variables (4

More information

Rolling resistance as a part of total resistance plays a

Rolling resistance as a part of total resistance plays a Rolling resistance plays a critical role in fuel consumption of mining haul trucks A. Soofastaei, L. Adair, S.M. Aminossadati, M.S. Kizil and P. Knights Mining3, The University of Queensland Australia.

More information

Data Mining Approach for Quality Prediction and Improvement of Injection Molding Process

Data Mining Approach for Quality Prediction and Improvement of Injection Molding Process Data Mining Approach for Quality Prediction and Improvement of Injection Molding Process Dr. E.V.Ramana Professor, Department of Mechanical Engineering VNR Vignana Jyothi Institute of Engineering &Technology,

More information

Kansas College and Career Ready Standards for English Language Arts Grade 4

Kansas College and Career Ready Standards for English Language Arts Grade 4 A Correlation of Scott Foresman Reading Street Common Core 2013 To the Kansas College and Career Ready Standards for English Language Arts Grade 4 INTRODUCTION This document demonstrates how meets the.

More information

Lesson 1: Introduction to PowerCivil

Lesson 1: Introduction to PowerCivil 1 Lesson 1: Introduction to PowerCivil WELCOME! This document has been prepared to assist you in the exploration of and assimilation to the powerful civil design capabilities of Bentley PowerCivil. Each

More information

Frequently Asked Questions Style Guide. Developed by E-WRITE ewriteonline.com For the Energy Information Administration eia.doe.

Frequently Asked Questions Style Guide. Developed by E-WRITE ewriteonline.com For the Energy Information Administration eia.doe. Frequently Asked Questions Style Guide Developed by E-WRITE ewriteonline.com For the Energy Information Administration eia.doe.gov November 2006 1. Answer the question completely. Make sure your answer

More information

ParkNet: Drive-by Sensing of Road-side Parking Statistics

ParkNet: Drive-by Sensing of Road-side Parking Statistics ParkNet: Drive-by Sensing of Road-side Parking Statistics Published by: Mathur, Suhas, Tong Jin, Nikhil Kasturirangan, Janani Chandrasekaran, Wenzhi Xue, Marco Gruteser, and Wade Trappe in Mobisys 2010.

More information

Linking the PARCC Assessments to NWEA MAP Growth Tests

Linking the PARCC Assessments to NWEA MAP Growth Tests Linking the PARCC Assessments to NWEA MAP Growth Tests November 2016 Introduction Northwest Evaluation Association (NWEA ) is committed to providing partners with useful tools to help make inferences from

More information

Data envelopment analysis with missing values: an approach using neural network

Data envelopment analysis with missing values: an approach using neural network IJCSNS International Journal of Computer Science and Network Security, VOL.17 No.2, February 2017 29 Data envelopment analysis with missing values: an approach using neural network B. Dalvand, F. Hosseinzadeh

More information

Yang Zheng, Amardeep Sathyanarayana, John H.L. Hansen

Yang Zheng, Amardeep Sathyanarayana, John H.L. Hansen Email: {yxz131331,john.hansen}@utdallas.edu Slide 1 Blacksburg, VA USA, October 8, 2014 Yang Zheng, Amardeep Sathyanarayana, John H.L. Hansen Center for Robust Speech Systems (CRSS) Erik Jonsson School

More information

Descriptive Statistics

Descriptive Statistics Chapter 2 Descriptive Statistics 2-1 Overview 2-2 Summarizing Data 2-3 Pictures of Data 2-4 Measures of Central Tendency 2-5 Measures of Variation 2-6 Measures of Position 2-7 Exploratory Data Analysis

More information

Vehicle Scrappage and Gasoline Policy. Online Appendix. Alternative First Stage and Reduced Form Specifications

Vehicle Scrappage and Gasoline Policy. Online Appendix. Alternative First Stage and Reduced Form Specifications Vehicle Scrappage and Gasoline Policy By Mark R. Jacobsen and Arthur A. van Benthem Online Appendix Appendix A Alternative First Stage and Reduced Form Specifications Reduced Form Using MPG Quartiles The

More information

Online Learning and Optimization for Smart Power Grid

Online Learning and Optimization for Smart Power Grid 1 2016 IEEE PES General Meeting Panel on Domain-Specific Big Data Analytics Tools in Power Systems Online Learning and Optimization for Smart Power Grid Seung-Jun Kim Department of Computer Sci. and Electrical

More information

Using cloud to develop and deploy advanced fault management strategies

Using cloud to develop and deploy advanced fault management strategies Using cloud to develop and deploy advanced fault management strategies next generation vehicle telemetry V 1.0 05/08/18 Abstract Vantage Power designs and manufactures technologies that can connect and

More information

What s new. Bernd Wiswedel KNIME.com AG. All Rights Reserved.

What s new. Bernd Wiswedel KNIME.com AG. All Rights Reserved. What s new Bernd Wiswedel 2016 KNIME.com AG. All Rights Reserved. What s new 2+1 feature releases in the last year: (3.0), 3.1, 3.2 Changes documented online 2016 KNIME.com AG. All Rights Reserved. 2 What

More information

Pre-lab Questions: Please review chapters 19 and 20 of your textbook

Pre-lab Questions: Please review chapters 19 and 20 of your textbook Introduction Magnetism and electricity are closely related. Moving charges make magnetic fields. Wires carrying electrical current in a part of space where there is a magnetic field experience a force.

More information

How to Store a Billion Beans [Language Arts]

How to Store a Billion Beans [Language Arts] How to Store a Billion Beans [Language Arts] Objectives: 1. Students will develop an understanding of how a grain elevator operation works. 2. Students will be able to define terms related to grain storage

More information

Regularized Linear Models in Stacked Generalization

Regularized Linear Models in Stacked Generalization Regularized Linear Models in Stacked Generalization Sam Reid and Greg Grudic Department of Computer Science University of Colorado at Boulder USA June 11, 2009 Reid & Grudic (Univ. of Colo. at Boulder)

More information

Porsche unveils 4-door sports car

Porsche unveils 4-door sports car www.breaking News English.com Ready-to-use ESL / EFL Lessons Porsche unveils 4-door sports car URL: http://www.breakingnewsenglish.com/0507/050728-porsche-e.html Today s contents The Article 2 Warm-ups

More information

A Presentation on. Human Computer Interaction (HMI) in autonomous vehicles for alerting driver during overtaking and lane changing

A Presentation on. Human Computer Interaction (HMI) in autonomous vehicles for alerting driver during overtaking and lane changing A Presentation on Human Computer Interaction (HMI) in autonomous vehicles for alerting driver during overtaking and lane changing Presented By: Abhishek Shriram Umachigi Department of Electrical Engineering

More information

WET GRIP TEST METHOD IMPROVEMENT for Passenger Car Tyres (C1) Overview of Tyre Industry / ISO activities. Ottawa

WET GRIP TEST METHOD IMPROVEMENT for Passenger Car Tyres (C1) Overview of Tyre Industry / ISO activities. Ottawa WET GRIP TEST METHOD IMPROVEMENT for Passenger Car Tyres (C1) Overview of Tyre Industry / ISO activities Ottawa June 11 th, 2017 1 CURRENT REGULATORY FRAMEWORK CURRENT WET GRIP PROCEDURE TECHNICAL PRINCIPLES

More information

Deep Unordered Composition Rivals Syntactic Methods for Text Classification

Deep Unordered Composition Rivals Syntactic Methods for Text Classification Deep Unordered Composition Rivals Syntactic Methods for Text Classification Mohit Iyyer, Varun Manjunatha, Jordan Boyd-Graber, and Hal Daumé III University of Maryland, College Park University of Colorado,

More information

Common pitfalls in (academic) writing Anya Siddiqi Writing Clinic Language Centre

Common pitfalls in (academic) writing Anya Siddiqi Writing Clinic Language Centre Common pitfalls in (academic) writing Anya Siddiqi Writing Clinic Language Centre Many are the pitfalls that await inexperienced and weary writers Organisation Language fluency Preplanning Flow/ cohesion

More information