Detect Missing Attributes for Entities in Knowledge Bases via Hierarchical Clustering

Size: px
Start display at page:

Download "Detect Missing Attributes for Entities in Knowledge Bases via Hierarchical Clustering"

Transcription

1 Detect Missing Attributes for Entities in Knowledge Bases via Hierarchical Clustering Bingfeng Luo, Huanquan Lu, Yigang Diao, Yansong Feng and Dongyan Zhao ICST, Peking University

2 Motivations Entities often have missing attributes Human-made KBs: human negligence Auto-constructed KBs: incompleteness of source data, imperfectness of algorithm Detecting missing attributes is useful Present possible missing attributes to open KB (like Wikipedia) editors Rescore candidate triples proposed by relation extraction tools Taylor Swift (Wikipedia) Occupation: singer Instrument: vocal, guitar Genre: pop, country, rock Born: Pennsylvania The attribute Record Label is missing! (She works for Big Machine)

3 Overview Basic Idea Entities in the same category may share some common attributes Algorithm Framework Build a cluster system over the entities in KB Apply our basic idea in each cluster to find missing attributes Taylor Swift Occupation: singer Instrument: vocal, guitar Genre: pop, country, rock Born: Pennsylvania Michael Jackson Justin Bieber Pop singer The attribute Record Label is missing Lady Gaga Robin Thicke Most of Pop Singers have the attribute Record Label Taylor Swift should also have that attribute Record Label

4 Building Clustering System Entity Representation Each entity has several (attribute, value) pairs The value of each attribute can be represented as a vector (explain later) Each entity can be represented as a set of vectors, and each vector is an attribute value Taylor Swift Occupation: singer Instrument: vocal, guitar Genre: pop, country, rock Born: Pennsylvania Taylor Swift Occupation: [1.1, -0.3, 0.4] Instrument: [0.1, 0.2, -0.4], [-0.4, 1.0, 0.9] Genre: [0.2, 0.3, -0.5], [0.4, 0.8, 0.9], [0.3, 0.9, -0.8] Born: [0.1, 0,3, 0,2]

5 Building Clustering System How to Acquire Attribute Value Vector? Numeric values and date values are not very useful We only consider string values when clustering Use word2vec to convert words or phrases in the attribute value into vectors If a value have several words or phrases, will simple average them up Not Useful Clusters: 1.70, 1.71, 1.80 Useful Clusters: High, Medium, Short Useful clusters need human assistance Birth Date: Height: 1.75 Birth Place: Beijing word2vec [1.32, 0.43, -0.83,, 0.55]

6 Building Clustering System How to cluster entities? Clustering entities directly is hard, since it contains so many vectors Instead, we cluster attribute values within each attribute singer director SCAN Clustering Algorithm (allow overlap) [1.0, 0.8, 0.9] artist [0.95, 0.7, 0.9] = 1 2 [0.9, 0.6, 0.9] ([1.0, 0.8, 0.9] + [0.9, 0.6, 0.9]) Occupation physicist [-1.0, -0.5, 0.1] chemist [-1.0, -0.4, 0.1] scientist [-1.0, 0.4, 0.07] = 1 3 biologist [-1.0, -0.3, 0.0] ([-1.0, -0.5, 0.1] + [-1.0, -0.4, 0.1] + [-1.0, -0.3, 0.0])

7 Building Clustering System Clustering Within Attribute Keep clustering to form hierarchical structure The average height of the clustering system is about 4 layers singer director [1.0, 0.8, 0.9] [0.9, 0.6, 0.9] Clustering Clustering [0.95, 0.7, 0.9] [0.75, 0.72, 0.33] Clustering Occupation physicist [-1.0, -0.5, 0.1] [0.15, 0.1, 0.2] chemist [-1.0, -0.4, 0.1] [-1.0, 0.4, 0.07] biologist [-1.0, -0.3, 0.0] [-0.15, 0.11, 0.11] [0.01, 0.12, 0.33]

8 Building Clustering System Clustering Within Attribute Build clustering hierarchy within each attribute [1.0, 0.8, 0.9] [0.95, 0.7, 0.9] [0.75, 0.72, 0.33] [0.9, 0.6, 0.9] [0.15, 0.1, 0.2] [-1.0, -0.5, 0.1] Occupation [-1.0, -0.4, 0.1] [-1.0, 0.4, 0.07] [0.01, 0.12, 0.33] [-1.0, -0.3, 0.0] [-0.15, 0.11, 0.11] [-0.1, 0.2, 0.3] [-0.05, 0.15, 0.3] [0.0, 0.1, 0.3] Instrument [-1.1, -0.5, 0.0] [-1.0, 0.4, 0.07]

9 Building Cluster System Assign entities to clusters Assign entities to clusters according to its attribute value guitar Taylor Swift Occupation: singer instrument: guitar, vocal genre: pop, country, rock born: Pennsylvania Occupation singer director physicist biologist artist scientist instrument violin erhu piano accordion string instrument clavier

10 Building Cluster System Intersection of different clusters The intersection of different clusters is also meaningful We will keep the new cluster only when its size is large enough (contains a fair number of entities) Within attribute: Genre: country country pop Between attribute: Genre: pop pop pop singer Occupation: singer

11 Detecting missing attributes Old entities Exist in the KB when building the cluster system Already assigned clusters to them Simply apply our basic idea Taylor Swift Occupation: singer Instrument: vocal, guitar Genre: pop, country, rock Born: Pennsylvania Michael Jackson Pop singer The attribute Record Label is missing Lady Gaga Justin Bieber Robin Thicke Most of Pop Singers have the attribute Record Label Taylor Swift should also have that attribute Record Label

12 Detecting missing attributes New entities Not exist in the KB when building the cluster system Find clusters for them first Vector Similarity Match Justin Bieber Occupation: singer Instrument: vocal, guitar Genre: pop, R&B Born: London Justin Bieber Occupation: [1.1, -0.3, 0.4] Instrument: [0.1, 0.2, -0.4], [-0.4, 1.0, 0.9] Genre: [0.2, 0.3, -0.5], [0.1, 0.8, 0.2] Born: [-0.1, 0,8, 0,9] Within Occupation: singer [1.1, -0.3, 0.4] Should also belong to cluster artist, and other clusters contains cluster singer

13 Summary Represent entity as a set of vectors Taylor Swift Occupation: singer Instrument: vocal, guitar Genre: pop, country, rock Born: Pennsylvania Taylor Swift Occupation: [1.1, -0.3, 0.4] Instrument: [0.1, 0.2, -0.4], [-0.4, 1.0, 0.9] Genre: [0.2, 0.3, -0.5], [0.4, 0.8, 0.9], [0.3, 0.9, -0.8] Born: [0.1, 0,3, 0,2] Assign clusters to entities Michael Jackson Justin Bieber Pop singer Generated From Lady Gaga Robin Thicke Occupation Instrument Build clustering system within attributes AND interest these clusters [1.0, 0.8, 0.9] [0.95, 0.7, 0.9] [0.9, 0.6, 0.9] [0.15, 0.1, 0.2] [-1.0, -0.5, 0.1] [-1.0, -0.4, 0.1] [-1.0, 0.4, 0.07] [-1.0, -0.3, 0.0] [-0.15, 0.11, 0.11] [-0.1, 0.2, 0.3] [0.0, 0.1, 0.3] [-1.0, 0.4, 0.07] [-1.1, -0.5, 0.0] Detect missing attributes based on the Basic Idea The attribute record label is missing

14 Experiment Dataset 20,000 randomly sampled person entities in DBpedia Evaluation First Method: randomly delete one the attribute of an entity, see if our method can find this attribute back or not Second Method: human evaluation, see if the proposed missing attributes are reasonable or not First Method Taylor Swift Occupation: singer Instrument: vocal, guitar Genre: pop, country, rock Born: Pennsylvania Record Label: Big Machine DELETE! Can our algorithm find the attribute Record Label back? Second Method Missing Attribute Proposed for Taylor Swift Record Label Birth date Allegiance (for military people) Are these proposed missing attributes reasonable?

15 Experiment Comparison method: Z. Abedjan and F. Naumann.(2013) First evaluation method Top 5 means the algorithm proposes 5 most probable missing attributes, see if the deleted attribute is contained in The metric is precision (if the deleted attribute is contained, then a match) Top1 Top5 top10 Our Method 84.43% 95.36% 96.05% Abedjan & Naumann NA 51.00% 71.40%

16 Experiment Comparison of old entities and new entities First evaluation method May be not fair when most of the proposed missing attributes are reasonable, except that the deleted one has a lower rank Top1 Top5 top10 Old Entities 84.43% 95.36% 96.05% New Entities 33.86% 45.45% 46.07% Not Fair Case: Proposed Missing Attributes (Top 5): 1. (good proposal) 2. (good proposal) 3. (good proposal) 4. (not good) 5. (good proposal) 18. Deleted Attribute

17 Experiment Human Evaluation Randomly choose 1000 old entities and 1000 new entities Propose all the attributes with a score higher than the threshold (no more than 10) Old Entity New Entity Precision 96.72% 97.09%

18 Conclusion Performance Our method has a high precision, more than 95% suggested attributes are reasonable Our method is good enough to be used in real world Future Work Try Chinese data Combine our method with relation extraction

19 Q & A

Music Radar: A Web-based Query by Humming System

Music Radar: A Web-based Query by Humming System Music Radar: A Web-based Query by Humming System Lianjie Cao, Peng Hao, Chunmeng Zhou Computer Science Department, Purdue University, 305 N. University Street West Lafayette, IN 47907-2107 {cao62, pengh,

More information

Document Analysis Support for the Manual Auditing of Elections

Document Analysis Support for the Manual Auditing of Elections Document Analysis Support for the Manual Auditing of Elections Daniel Lopresti Xiang Zhou Xiaolei Huang Gang Tan Department of Computer Science and Engineering Lehigh University Bethlehem, PA 18015, USA

More information

MELODY EXTRACTION FROM POLYPHONIC AUDIO OF WESTERN OPERA: A METHOD BASED ON DETECTION OF THE SINGER S FORMANT

MELODY EXTRACTION FROM POLYPHONIC AUDIO OF WESTERN OPERA: A METHOD BASED ON DETECTION OF THE SINGER S FORMANT MELODY EXTRACTION FROM POLYPHONIC AUDIO OF WESTERN OPERA: A METHOD BASED ON DETECTION OF THE SINGER S FORMANT Zheng Tang University of Washington, Department of Electrical Engineering zhtang@uw.edu Dawn

More information

Subjective Similarity of Music: Data Collection for Individuality Analysis

Subjective Similarity of Music: Data Collection for Individuality Analysis Subjective Similarity of Music: Data Collection for Individuality Analysis Shota Kawabuchi and Chiyomi Miyajima and Norihide Kitaoka and Kazuya Takeda Nagoya University, Nagoya, Japan E-mail: shota.kawabuchi@g.sp.m.is.nagoya-u.ac.jp

More information

A Fast Alignment Scheme for Automatic OCR Evaluation of Books

A Fast Alignment Scheme for Automatic OCR Evaluation of Books A Fast Alignment Scheme for Automatic OCR Evaluation of Books Ismet Zeki Yalniz, R. Manmatha Multimedia Indexing and Retrieval Group Dept. of Computer Science, University of Massachusetts Amherst, MA,

More information

WHAT MAKES FOR A HIT POP SONG? WHAT MAKES FOR A POP SONG?

WHAT MAKES FOR A HIT POP SONG? WHAT MAKES FOR A POP SONG? WHAT MAKES FOR A HIT POP SONG? WHAT MAKES FOR A POP SONG? NICHOLAS BORG AND GEORGE HOKKANEN Abstract. The possibility of a hit song prediction algorithm is both academically interesting and industry motivated.

More information

DAY 1. Intelligent Audio Systems: A review of the foundations and applications of semantic audio analysis and music information retrieval

DAY 1. Intelligent Audio Systems: A review of the foundations and applications of semantic audio analysis and music information retrieval DAY 1 Intelligent Audio Systems: A review of the foundations and applications of semantic audio analysis and music information retrieval Jay LeBoeuf Imagine Research jay{at}imagine-research.com Rebecca

More information

MUSI-6201 Computational Music Analysis

MUSI-6201 Computational Music Analysis MUSI-6201 Computational Music Analysis Part 9.1: Genre Classification alexander lerch November 4, 2015 temporal analysis overview text book Chapter 8: Musical Genre, Similarity, and Mood (pp. 151 155)

More information

Creating a Feature Vector to Identify Similarity between MIDI Files

Creating a Feature Vector to Identify Similarity between MIDI Files Creating a Feature Vector to Identify Similarity between MIDI Files Joseph Stroud 2017 Honors Thesis Advised by Sergio Alvarez Computer Science Department, Boston College 1 Abstract Today there are many

More information

Singer Traits Identification using Deep Neural Network

Singer Traits Identification using Deep Neural Network Singer Traits Identification using Deep Neural Network Zhengshan Shi Center for Computer Research in Music and Acoustics Stanford University kittyshi@stanford.edu Abstract The author investigates automatic

More information

Music Recommendation from Song Sets

Music Recommendation from Song Sets Music Recommendation from Song Sets Beth Logan Cambridge Research Laboratory HP Laboratories Cambridge HPL-2004-148 August 30, 2004* E-mail: Beth.Logan@hp.com music analysis, information retrieval, multimedia

More information

Transcription An Historical Overview

Transcription An Historical Overview Transcription An Historical Overview By Daniel McEnnis 1/20 Overview of the Overview In the Beginning: early transcription systems Piszczalski, Moorer Note Detection Piszczalski, Foster, Chafe, Katayose,

More information

Topics in Computer Music Instrument Identification. Ioanna Karydi

Topics in Computer Music Instrument Identification. Ioanna Karydi Topics in Computer Music Instrument Identification Ioanna Karydi Presentation overview What is instrument identification? Sound attributes & Timbre Human performance The ideal algorithm Selected approaches

More information

Automatic Piano Music Transcription

Automatic Piano Music Transcription Automatic Piano Music Transcription Jianyu Fan Qiuhan Wang Xin Li Jianyu.Fan.Gr@dartmouth.edu Qiuhan.Wang.Gr@dartmouth.edu Xi.Li.Gr@dartmouth.edu 1. Introduction Writing down the score while listening

More information

Features for Audio and Music Classification

Features for Audio and Music Classification Features for Audio and Music Classification Martin F. McKinney and Jeroen Breebaart Auditory and Multisensory Perception, Digital Signal Processing Group Philips Research Laboratories Eindhoven, The Netherlands

More information

EVOLVING DESIGN LAYOUT CASES TO SATISFY FENG SHUI CONSTRAINTS

EVOLVING DESIGN LAYOUT CASES TO SATISFY FENG SHUI CONSTRAINTS EVOLVING DESIGN LAYOUT CASES TO SATISFY FENG SHUI CONSTRAINTS ANDRÉS GÓMEZ DE SILVA GARZA AND MARY LOU MAHER Key Centre of Design Computing Department of Architectural and Design Science University of

More information

Post-Routing Layer Assignment for Double Patterning

Post-Routing Layer Assignment for Double Patterning Post-Routing Layer Assignment for Double Patterning Jian Sun 1, Yinghai Lu 2, Hai Zhou 1,2 and Xuan Zeng 1 1 Micro-Electronics Dept. Fudan University, China 2 Electrical Engineering and Computer Science

More information

Video-based Vibrato Detection and Analysis for Polyphonic String Music

Video-based Vibrato Detection and Analysis for Polyphonic String Music Video-based Vibrato Detection and Analysis for Polyphonic String Music Bochen Li, Karthik Dinesh, Gaurav Sharma, Zhiyao Duan Audio Information Research Lab University of Rochester The 18 th International

More information

Music Emotion Recognition. Jaesung Lee. Chung-Ang University

Music Emotion Recognition. Jaesung Lee. Chung-Ang University Music Emotion Recognition Jaesung Lee Chung-Ang University Introduction Searching Music in Music Information Retrieval Some information about target music is available Query by Text: Title, Artist, or

More information

Audio: Generation & Extraction. Charu Jaiswal

Audio: Generation & Extraction. Charu Jaiswal Audio: Generation & Extraction Charu Jaiswal Music Composition which approach? Feed forward NN can t store information about past (or keep track of position in song) RNN as a single step predictor struggle

More information

An Introduction to Deep Image Aesthetics

An Introduction to Deep Image Aesthetics Seminar in Laboratory of Visual Intelligence and Pattern Analysis (VIPA) An Introduction to Deep Image Aesthetics Yongcheng Jing College of Computer Science and Technology Zhejiang University Zhenchuan

More information

A wavelet-based approach to the discovery of themes and sections in monophonic melodies Velarde, Gissel; Meredith, David

A wavelet-based approach to the discovery of themes and sections in monophonic melodies Velarde, Gissel; Meredith, David Aalborg Universitet A wavelet-based approach to the discovery of themes and sections in monophonic melodies Velarde, Gissel; Meredith, David Publication date: 2014 Document Version Accepted author manuscript,

More information

Melody Extraction from Generic Audio Clips Thaminda Edirisooriya, Hansohl Kim, Connie Zeng

Melody Extraction from Generic Audio Clips Thaminda Edirisooriya, Hansohl Kim, Connie Zeng Melody Extraction from Generic Audio Clips Thaminda Edirisooriya, Hansohl Kim, Connie Zeng Introduction In this project we were interested in extracting the melody from generic audio files. Due to the

More information

PYROPTIX TM IMAGE PROCESSING SOFTWARE

PYROPTIX TM IMAGE PROCESSING SOFTWARE Innovative Technologies for Maximum Efficiency PYROPTIX TM IMAGE PROCESSING SOFTWARE V1.0 SOFTWARE GUIDE 2017 Enertechnix Inc. PyrOptix Image Processing Software v1.0 Section Index 1. Software Overview...

More information

METHOD TO DETECT GTTM LOCAL GROUPING BOUNDARIES BASED ON CLUSTERING AND STATISTICAL LEARNING

METHOD TO DETECT GTTM LOCAL GROUPING BOUNDARIES BASED ON CLUSTERING AND STATISTICAL LEARNING Proceedings ICMC SMC 24 4-2 September 24, Athens, Greece METHOD TO DETECT GTTM LOCAL GROUPING BOUNDARIES BASED ON CLUSTERING AND STATISTICAL LEARNING Kouhei Kanamori Masatoshi Hamanaka Junichi Hoshino

More information

Music Source Separation

Music Source Separation Music Source Separation Hao-Wei Tseng Electrical and Engineering System University of Michigan Ann Arbor, Michigan Email: blakesen@umich.edu Abstract In popular music, a cover version or cover song, or

More information

YOU ARE WHAT YOU LIKE INFORMATION LEAKAGE THROUGH USERS INTERESTS

YOU ARE WHAT YOU LIKE INFORMATION LEAKAGE THROUGH USERS INTERESTS NDSS Symposium 2012 YOU ARE WHAT YOU LIKE INFORMATION LEAKAGE THROUGH USERS INTERESTS Abdelberi (Beri) Chaabane, Gergely Acs, Mohamed Ali Kaafar Internet = Online Social Networks? Most visited websites:

More information

Authorship Verification with the Minmax Metric

Authorship Verification with the Minmax Metric Authorship Verification with the Minmax Metric Mike Kestemont University of Antwerp mike.kestemont@uantwerp.be Justin Stover University of Oxford justin.stover@classics.ox.ac.uk Moshe Koppel Bar-Ilan University

More information

base calling: PHRED...

base calling: PHRED... sequence quality base by base error probability for base calling programs reflects assay bias (e.g. detection chemistry, algorithms) allows for more efficient sequence editing and assembly allows for poorly

More information

Automatic Extraction of Popular Music Ringtones Based on Music Structure Analysis

Automatic Extraction of Popular Music Ringtones Based on Music Structure Analysis Automatic Extraction of Popular Music Ringtones Based on Music Structure Analysis Fengyan Wu fengyanyy@163.com Shutao Sun stsun@cuc.edu.cn Weiyao Xue Wyxue_std@163.com Abstract Automatic extraction of

More information

GRADE 11 NOVEMBER 2015 MUSIC P2

GRADE 11 NOVEMBER 2015 MUSIC P2 NATIONAL SENIOR CERTIFICATE GRADE 11 NOVEMBER 2015 MUSIC P2 MARKS: 30 NAME: TIME: 1½ hours GRADE: *IMUSCE* This question paper consists of 12 pages. 2 MUSIC P2 (EC/NOVEMBER 2015) INSTRUCTIONS AND INFORMATION

More information

Networks of Things. J. Voas Computer Scientist. National Institute of Standards and Technology

Networks of Things. J. Voas Computer Scientist. National Institute of Standards and Technology Networks of Things J. Voas Computer Scientist National Institute of Standards and Technology 1 2 Years Ago We Asked What is IoT? 2 The Reality No universally-accepted and actionable definition exists to

More information

Can Song Lyrics Predict Genre? Danny Diekroeger Stanford University

Can Song Lyrics Predict Genre? Danny Diekroeger Stanford University Can Song Lyrics Predict Genre? Danny Diekroeger Stanford University danny1@stanford.edu 1. Motivation and Goal Music has long been a way for people to express their emotions. And because we all have a

More information

INTRODUCING GLAM ROCK

INTRODUCING GLAM ROCK ESSENTIAL QUESTION How was Glam Rock a reaction to the seriousness of popular music at the time? OVERVIEW In the wake of the somber introspection of the Singer-Songwriter movement, Glam Rock brought a

More information

Supplementary Note. Supplementary Table 1. Coverage in patent families with a granted. all patent. Nature Biotechnology: doi: /nbt.

Supplementary Note. Supplementary Table 1. Coverage in patent families with a granted. all patent. Nature Biotechnology: doi: /nbt. Supplementary Note Of the 100 million patent documents residing in The Lens, there are 7.6 million patent documents that contain non patent literature citations as strings of free text. These strings have

More information

Indexing local features. Wed March 30 Prof. Kristen Grauman UT-Austin

Indexing local features. Wed March 30 Prof. Kristen Grauman UT-Austin Indexing local features Wed March 30 Prof. Kristen Grauman UT-Austin Matching local features Kristen Grauman Matching local features? Image 1 Image 2 To generate candidate matches, find patches that have

More information

Supporting Information

Supporting Information Supporting Information I. DATA Discogs.com is a comprehensive, user-built music database with the aim to provide crossreferenced discographies of all labels and artists. As of April 14, more than 189,000

More information

InPlace User Guide for Faculty of Arts, Education and Social Sciences Staff

InPlace User Guide for Faculty of Arts, Education and Social Sciences Staff InPlace User Guide for Faculty of Arts, Education and Social Sciences Staff Page 1 of 56 Contents Accessing InPlace... 4 Main Menu... 5 Home... 5 My Details... 5 Help... 6 Alert Notifications... 7 Placement

More information

A Generic Semantic-based Framework for Cross-domain Recommendation

A Generic Semantic-based Framework for Cross-domain Recommendation A Generic Semantic-based Framework for Cross-domain Recommendation Ignacio Fernández-Tobías, Marius Kaminskas 2, Iván Cantador, Francesco Ricci 2 Escuela Politécnica Superior, Universidad Autónoma de Madrid,

More information

I came in like a wrecking ball; I never hit so hard in love. ( Wrecking Ball Miley Cyrus) It s like you re my mirror, my mirror staring back at me.

I came in like a wrecking ball; I never hit so hard in love. ( Wrecking Ball Miley Cyrus) It s like you re my mirror, my mirror staring back at me. I came in like a wrecking ball; I never hit so hard in love. ( Wrecking Ball Miley Cyrus) It s like you re my mirror, my mirror staring back at me. ( Mirrors Justin Timberlake) And I don t even need your

More information

Part 1: Introduction to Computer Graphics

Part 1: Introduction to Computer Graphics Part 1: Introduction to Computer Graphics 1. Define computer graphics? The branch of science and technology concerned with methods and techniques for converting data to or from visual presentation using

More information

Latest News. In the Studio

Latest News. In the Studio In the Studio Latest News KELLY CLARKSON RCA Records Kelly has been recording with Toby in anticipation of her fifth album, the followup to her platinum release "All I Ever Wanted." COLBIE CAILLAT Universal

More information

Getting Started. Connect green audio output of SpikerBox/SpikerShield using green cable to your headphones input on iphone/ipad.

Getting Started. Connect green audio output of SpikerBox/SpikerShield using green cable to your headphones input on iphone/ipad. Getting Started First thing you should do is to connect your iphone or ipad to SpikerBox with a green smartphone cable. Green cable comes with designators on each end of the cable ( Smartphone and SpikerBox

More information

Reducing False Positives in Video Shot Detection

Reducing False Positives in Video Shot Detection Reducing False Positives in Video Shot Detection Nithya Manickam Computer Science & Engineering Department Indian Institute of Technology, Bombay Powai, India - 400076 mnitya@cse.iitb.ac.in Sharat Chandran

More information

Research on the Development of Education Level of University Sports Aesthetics Based on AHP

Research on the Development of Education Level of University Sports Aesthetics Based on AHP OPEN ACCESS EURASIA Journal of Mathematics Science and Technology Education ISSN: 1305-8223 (online) 1305-8215 (print) 2017 13(8):5133-5140 DOI: 10.12973/eurasia.2017.00988a Research on the Development

More information

Music Genre Classification

Music Genre Classification Music Genre Classification chunya25 Fall 2017 1 Introduction A genre is defined as a category of artistic composition, characterized by similarities in form, style, or subject matter. [1] Some researchers

More information

arxiv: v1 [cs.sd] 8 Jun 2016

arxiv: v1 [cs.sd] 8 Jun 2016 Symbolic Music Data Version 1. arxiv:1.5v1 [cs.sd] 8 Jun 1 Christian Walder CSIRO Data1 7 London Circuit, Canberra,, Australia. christian.walder@data1.csiro.au June 9, 1 Abstract In this document, we introduce

More information

Citation & Journal Impact Analysis

Citation & Journal Impact Analysis Citation & Journal Impact Analysis Several University Library article databases may be used to gather citation data and journal impact factors. Find them at library.otago.ac.nz under Research. Citation

More information

International Journal of Advance Engineering and Research Development MUSICAL INSTRUMENT IDENTIFICATION AND STATUS FINDING WITH MFCC

International Journal of Advance Engineering and Research Development MUSICAL INSTRUMENT IDENTIFICATION AND STATUS FINDING WITH MFCC Scientific Journal of Impact Factor (SJIF): 5.71 International Journal of Advance Engineering and Research Development Volume 5, Issue 04, April -2018 e-issn (O): 2348-4470 p-issn (P): 2348-6406 MUSICAL

More information

Breakscience. Technological and Musicological Research in Hardcore, Jungle, and Drum & Bass

Breakscience. Technological and Musicological Research in Hardcore, Jungle, and Drum & Bass Breakscience Technological and Musicological Research in Hardcore, Jungle, and Drum & Bass Jason A. Hockman PhD Candidate, Music Technology Area McGill University, Montréal, Canada Overview 1 2 3 Hardcore,

More information

WHO S CITING YOU? TRACKING THE IMPACT OF YOUR RESEARCH PRACTICAL PROFESSOR WORKSHOPS MISSISSIPPI STATE UNIVERSITY LIBRARIES

WHO S CITING YOU? TRACKING THE IMPACT OF YOUR RESEARCH PRACTICAL PROFESSOR WORKSHOPS MISSISSIPPI STATE UNIVERSITY LIBRARIES WHO S CITING YOU? TRACKING THE IMPACT OF YOUR RESEARCH PRACTICAL PROFESSOR WORKSHOPS MISSISSIPPI STATE UNIVERSITY LIBRARIES Dr. Deborah Lee Mississippi State University Libraries dlee@library.msstate.edu

More information

Perceptual Evaluation of Automatically Extracted Musical Motives

Perceptual Evaluation of Automatically Extracted Musical Motives Perceptual Evaluation of Automatically Extracted Musical Motives Oriol Nieto 1, Morwaread M. Farbood 2 Dept. of Music and Performing Arts Professions, New York University, USA 1 oriol@nyu.edu, 2 mfarbood@nyu.edu

More information

Music Information Retrieval with Temporal Features and Timbre

Music Information Retrieval with Temporal Features and Timbre Music Information Retrieval with Temporal Features and Timbre Angelina A. Tzacheva and Keith J. Bell University of South Carolina Upstate, Department of Informatics 800 University Way, Spartanburg, SC

More information

Chinese Word Sense Disambiguation with PageRank and HowNet

Chinese Word Sense Disambiguation with PageRank and HowNet Chinese Word Sense Disambiguation with PageRank and HowNet Jinghua Wang Beiing University of Posts and Telecommunications Beiing, China wh_smile@163.com Jianyi Liu Beiing University of Posts and Telecommunications

More information

Music Information Retrieval Community

Music Information Retrieval Community Music Information Retrieval Community What: Developing systems that retrieve music When: Late 1990 s to Present Where: ISMIR - conference started in 2000 Why: lots of digital music, lots of music lovers,

More information

Music Structure Analysis

Music Structure Analysis Lecture Music Processing Music Structure Analysis Meinard Müller International Audio Laboratories Erlangen meinard.mueller@audiolabs-erlangen.de Book: Fundamentals of Music Processing Meinard Müller Fundamentals

More information

Written Progress Report. Automated High Beam System

Written Progress Report. Automated High Beam System Written Progress Report Automated High Beam System Linda Zhao Chief Executive Officer Sujin Lee Chief Finance Officer Victor Mateescu VP Research & Development Alex Huang VP Software Claire Liu VP Operation

More information

Chart Hits Of (Chart Hits Of Piano Vocal Guitar) By Hal Leonard Corp. READ ONLINE

Chart Hits Of (Chart Hits Of Piano Vocal Guitar) By Hal Leonard Corp. READ ONLINE Chart Hits Of 2009-2010 (Chart Hits Of Piano Vocal Guitar) By Hal Leonard Corp. READ ONLINE If you are searching for a ebook by Hal Leonard Corp. Chart Hits of 2009-2010 (Chart Hits of Piano Vocal Guitar)

More information

Shades of Music. Projektarbeit

Shades of Music. Projektarbeit Shades of Music Projektarbeit Tim Langer LFE Medieninformatik 28.07.2008 Betreuer: Dominikus Baur Verantwortlicher Hochschullehrer: Prof. Dr. Andreas Butz LMU Department of Media Informatics Projektarbeit

More information

Imaging of Impacted Composite Armours using Data Clustering

Imaging of Impacted Composite Armours using Data Clustering 18 th World Conference on Nondestructive Testing, 16-20 April 2012, Durban, South Africa Imaging of Impacted Composite Armours using Data Clustering Sutanu SAMANTA 1 and Debasis DATTA 2 1 Department of

More information

BitWise (V2.1 and later) includes features for determining AP240 settings and measuring the Single Ion Area.

BitWise (V2.1 and later) includes features for determining AP240 settings and measuring the Single Ion Area. BitWise. Instructions for New Features in ToF-AMS DAQ V2.1 Prepared by Joel Kimmel University of Colorado at Boulder & Aerodyne Research Inc. Last Revised 15-Jun-07 BitWise (V2.1 and later) includes features

More information

OpenOne Outage Management System

OpenOne Outage Management System Outage Editor OpenOne Outage Management System Overview of Outage pages Outage Input Outage Notes Outage Editor Outage History Outage Stats Outage Letters Outage on Google Earth and the Internet Outage

More information

A repetition-based framework for lyric alignment in popular songs

A repetition-based framework for lyric alignment in popular songs A repetition-based framework for lyric alignment in popular songs ABSTRACT LUONG Minh Thang and KAN Min Yen Department of Computer Science, School of Computing, National University of Singapore We examine

More information

Understanding Book Popularity on Goodreads

Understanding Book Popularity on Goodreads Understanding Book Popularity on Goodreads Suman Kalyan Maity sumankalyan.maity@ cse.iitkgp.ernet.in Ayush Kumar ayush235317@gmail.com Ankan Mullick Bing Microsoft India ankan.mullick@microsoft.com Vishnu

More information

Improvised Duet Interaction: Learning Improvisation Techniques for Automatic Accompaniment

Improvised Duet Interaction: Learning Improvisation Techniques for Automatic Accompaniment Improvised Duet Interaction: Learning Improvisation Techniques for Automatic Accompaniment Gus G. Xia Dartmouth College Neukom Institute Hanover, NH, USA gxia@dartmouth.edu Roger B. Dannenberg Carnegie

More information

Jazz Melody Generation and Recognition

Jazz Melody Generation and Recognition Jazz Melody Generation and Recognition Joseph Victor December 14, 2012 Introduction In this project, we attempt to use machine learning methods to study jazz solos. The reason we study jazz in particular

More information

MusCat: A Music Browser Featuring Abstract Pictures and Zooming User Interface

MusCat: A Music Browser Featuring Abstract Pictures and Zooming User Interface MusCat: A Music Browser Featuring Abstract Pictures and Zooming User Interface 1st Author 1st author's affiliation 1st line of address 2nd line of address Telephone number, incl. country code 1st author's

More information

Repositorio Institucional de la Universidad Autónoma de Madrid.

Repositorio Institucional de la Universidad Autónoma de Madrid. Repositorio Institucional de la Universidad Autónoma de Madrid https://repositorio.uam.es Esta es la versión de autor de la comunicación de congreso publicada en: This is an author produced version of

More information

Detecting Musical Key with Supervised Learning

Detecting Musical Key with Supervised Learning Detecting Musical Key with Supervised Learning Robert Mahieu Department of Electrical Engineering Stanford University rmahieu@stanford.edu Abstract This paper proposes and tests performance of two different

More information

Improving Frame FEC Efficiency. Improving Frame FEC Efficiency. Using Frame Bursts. Lior Khermosh, Passave. Ariel Maislos, Passave

Improving Frame FEC Efficiency. Improving Frame FEC Efficiency. Using Frame Bursts. Lior Khermosh, Passave. Ariel Maislos, Passave Improving Frame FEC Efficiency Improving Frame FEC Efficiency Using Frame Bursts Ariel Maislos, Passave Lior Khermosh, Passave Motivation: Efficiency Improvement Motivation: Efficiency Improvement F-FEC

More information

Year and Best Male Rock Vocal Performance, as well as two American Music Awards. It was inducted into the Music Video Producers Hall of Fame.

Year and Best Male Rock Vocal Performance, as well as two American Music Awards. It was inducted into the Music Video Producers Hall of Fame. Thriller Thriller was the sixth studio album by Michael Jackson. It was released November 30, 1982. Thriller used many different genres, including Pop, R&B, Post-disco, Funk and adult contemporary music.

More information

Usage metrics: tools for evaluating science collections

Usage metrics: tools for evaluating science collections Usage metrics: tools for evaluating science collections by Michelle Foss Leonard, Stephanie Haas, Donna Wrublewski, and Vernon Kisling Marston Science Library, University of Florida, Gainesville. ACS 2010,

More information

Analyzing the Relationship Among Audio Labels Using Hubert-Arabie adjusted Rand Index

Analyzing the Relationship Among Audio Labels Using Hubert-Arabie adjusted Rand Index Analyzing the Relationship Among Audio Labels Using Hubert-Arabie adjusted Rand Index Kwan Kim Submitted in partial fulfillment of the requirements for the Master of Music in Music Technology in the Department

More information

Cooperative music composition platform

Cooperative music composition platform Cooperative music composition platform LUO Hong (jasonluo@gmail.com) To be supervised by Prof David Rossiter 1. Background: Many people like to record or singing for an existing song since the karaoke

More information

Enabling editors through machine learning

Enabling editors through machine learning Meta Follow Meta is an AI company that provides academics & innovation-driven companies with powerful views of t Dec 9, 2016 9 min read Enabling editors through machine learning Examining the data science

More information

INTER GENRE SIMILARITY MODELLING FOR AUTOMATIC MUSIC GENRE CLASSIFICATION

INTER GENRE SIMILARITY MODELLING FOR AUTOMATIC MUSIC GENRE CLASSIFICATION INTER GENRE SIMILARITY MODELLING FOR AUTOMATIC MUSIC GENRE CLASSIFICATION ULAŞ BAĞCI AND ENGIN ERZIN arxiv:0907.3220v1 [cs.sd] 18 Jul 2009 ABSTRACT. Music genre classification is an essential tool for

More information

ECG SIGNAL COMPRESSION BASED ON FRACTALS AND RLE

ECG SIGNAL COMPRESSION BASED ON FRACTALS AND RLE ECG SIGNAL COMPRESSION BASED ON FRACTALS AND Andrea Němcová Doctoral Degree Programme (1), FEEC BUT E-mail: xnemco01@stud.feec.vutbr.cz Supervised by: Martin Vítek E-mail: vitek@feec.vutbr.cz Abstract:

More information

NATIONAL SENIOR CERTIFICATE GRADE 12

NATIONAL SENIOR CERTIFICATE GRADE 12 NATIONAL SENIOR CERTIFICATE GRADE 12 MUSIC P2 NOVEMBER 2017 MARKING GUIDELINES MARKS: 30 These marking guidelines consist of 20 pages. Music/P2 2 DBE/November 2017 INSTRUCTIONS AND INFORMATION 1. This

More information

Automatic Polyphonic Music Composition Using the EMILE and ABL Grammar Inductors *

Automatic Polyphonic Music Composition Using the EMILE and ABL Grammar Inductors * Automatic Polyphonic Music Composition Using the EMILE and ABL Grammar Inductors * David Ortega-Pacheco and Hiram Calvo Centro de Investigación en Computación, Instituto Politécnico Nacional, Av. Juan

More information

Metonymy Research in Cognitive Linguistics. LUO Rui-feng

Metonymy Research in Cognitive Linguistics. LUO Rui-feng Journal of Literature and Art Studies, March 2018, Vol. 8, No. 3, 445-451 doi: 10.17265/2159-5836/2018.03.013 D DAVID PUBLISHING Metonymy Research in Cognitive Linguistics LUO Rui-feng Shanghai International

More information

INTERACTIVE GTTM ANALYZER

INTERACTIVE GTTM ANALYZER 10th International Society for Music Information Retrieval Conference (ISMIR 2009) INTERACTIVE GTTM ANALYZER Masatoshi Hamanaka University of Tsukuba hamanaka@iit.tsukuba.ac.jp Satoshi Tojo Japan Advanced

More information

A simplified fractal image compression algorithm

A simplified fractal image compression algorithm A simplified fractal image compression algorithm A selim*, M M Hadhoud $,, M I Dessouky # and F E Abd El-Samie # *ERTU,Egypt $ Dept of Inform Tech, Faculty of Computers and Information, Menoufia Univ,

More information

Protégé and the Kasimir decision-support system

Protégé and the Kasimir decision-support system Protégé and the Kasimir decision-support system Amedeo Napoli Jean Lieber Mathieu d Aquin Sébastien Brachais - Knowledge-based systems - Knowledge representation - Classification systems - Description

More information

Pattern Based Melody Matching Approach to Music Information Retrieval

Pattern Based Melody Matching Approach to Music Information Retrieval Pattern Based Melody Matching Approach to Music Information Retrieval 1 D.Vikram and 2 M.Shashi 1,2 Department of CSSE, College of Engineering, Andhra University, India 1 daravikram@yahoo.co.in, 2 smogalla2000@yahoo.com

More information

In each of the above television series, Shon succeeded in gaining tens of thousands of new fans, most of whom are young girls under the age of 16.

In each of the above television series, Shon succeeded in gaining tens of thousands of new fans, most of whom are young girls under the age of 16. From the music video Shon Burnett - Be Your Holiday Shon Burnett About Shon Burnett, a recent TOP 6 Finalist on YTV Canada s The Next Star 7, is a rising singer-songwriter/ multi-instrumentalist with an

More information

Music Information Retrieval

Music Information Retrieval CTP 431 Music and Audio Computing Music Information Retrieval Graduate School of Culture Technology (GSCT) Juhan Nam 1 Introduction ü Instrument: Piano ü Composer: Chopin ü Key: E-minor ü Melody - ELO

More information

Music Genre Classification and Variance Comparison on Number of Genres

Music Genre Classification and Variance Comparison on Number of Genres Music Genre Classification and Variance Comparison on Number of Genres Miguel Francisco, miguelf@stanford.edu Dong Myung Kim, dmk8265@stanford.edu 1 Abstract In this project we apply machine learning techniques

More information

Imagine - As Recorded By John Lennon - SATB Choral Sheet Music READ ONLINE

Imagine - As Recorded By John Lennon - SATB Choral Sheet Music READ ONLINE Imagine - As Recorded By John Lennon - SATB Choral Sheet Music READ ONLINE If you are searching for a ebook Imagine - As Recorded by John Lennon - SATB Choral Sheet Music in pdf format, in that case you

More information

Automatic Music Clustering using Audio Attributes

Automatic Music Clustering using Audio Attributes Automatic Music Clustering using Audio Attributes Abhishek Sen BTech (Electronics) Veermata Jijabai Technological Institute (VJTI), Mumbai, India abhishekpsen@gmail.com Abstract Music brings people together,

More information

Audio Structure Analysis

Audio Structure Analysis Tutorial T3 A Basic Introduction to Audio-Related Music Information Retrieval Audio Structure Analysis Meinard Müller, Christof Weiß International Audio Laboratories Erlangen meinard.mueller@audiolabs-erlangen.de,

More information

Automatically Discovering Talented Musicians with Acoustic Analysis of YouTube Videos

Automatically Discovering Talented Musicians with Acoustic Analysis of YouTube Videos Automatically Discovering Talented Musicians with Acoustic Analysis of YouTube Videos Eric Nichols Department of Computer Science Indiana University Bloomington, Indiana, USA Email: epnichols@gmail.com

More information

Week 14 Query-by-Humming and Music Fingerprinting. Roger B. Dannenberg Professor of Computer Science, Art and Music Carnegie Mellon University

Week 14 Query-by-Humming and Music Fingerprinting. Roger B. Dannenberg Professor of Computer Science, Art and Music Carnegie Mellon University Week 14 Query-by-Humming and Music Fingerprinting Roger B. Dannenberg Professor of Computer Science, Art and Music Overview n Melody-Based Retrieval n Audio-Score Alignment n Music Fingerprinting 2 Metadata-based

More information

DeepID: Deep Learning for Face Recognition. Department of Electronic Engineering,

DeepID: Deep Learning for Face Recognition. Department of Electronic Engineering, DeepID: Deep Learning for Face Recognition Xiaogang Wang Department of Electronic Engineering, The Chinese University i of Hong Kong Machine Learning with Big Data Machine learning with small data: overfitting,

More information

SINGING PITCH EXTRACTION BY VOICE VIBRATO/TREMOLO ESTIMATION AND INSTRUMENT PARTIAL DELETION

SINGING PITCH EXTRACTION BY VOICE VIBRATO/TREMOLO ESTIMATION AND INSTRUMENT PARTIAL DELETION th International Society for Music Information Retrieval Conference (ISMIR ) SINGING PITCH EXTRACTION BY VOICE VIBRATO/TREMOLO ESTIMATION AND INSTRUMENT PARTIAL DELETION Chao-Ling Hsu Jyh-Shing Roger Jang

More information

mmwave Radar Sensor Auto Radar Apps Webinar: Vehicle Occupancy Detection

mmwave Radar Sensor Auto Radar Apps Webinar: Vehicle Occupancy Detection mmwave Radar Sensor Auto Radar Apps Webinar: Vehicle Occupancy Detection Please note, this webinar is being recorded and will be made available to the public. Audio Dial-in info: Phone #: 1-972-995-7777

More information

Leaving Certificate 2013

Leaving Certificate 2013 Coimisiún na Scrúduithe Stáit State Examinations Commission Leaving Certificate 03 Marking Scheme Music Higher Level Note to teachers and students on the use of published marking schemes Marking schemes

More information

Fingerprint Verification System

Fingerprint Verification System Fingerprint Verification System Cheryl Texin Bashira Chowdhury 6.111 Final Project Spring 2006 Abstract This report details the design and implementation of a fingerprint verification system. The system

More information

SOUL MUSIC. A merger of gospel-charged singing, secular subject matter, and funk rhythms.

SOUL MUSIC. A merger of gospel-charged singing, secular subject matter, and funk rhythms. SOUL & MOWTOWN SOUL MUSIC A merger of gospel-charged singing, secular subject matter, and funk rhythms. Soul grew out of Fifties rhythm & blues, spurred by Ray Charles' eclectic, decidedly secular late-fifties

More information

Voice Controlled Car System

Voice Controlled Car System Voice Controlled Car System 6.111 Project Proposal Ekin Karasan & Driss Hafdi November 3, 2016 1. Overview Voice controlled car systems have been very important in providing the ability to drivers to adjust

More information

TRAFFIC SURVEILLANCE VIDEO MANAGEMENT SYSTEM

TRAFFIC SURVEILLANCE VIDEO MANAGEMENT SYSTEM TRAFFIC SURVEILLANCE VIDEO MANAGEMENT SYSTEM K.Ganesan*, Kavitha.C, Kriti Tandon, Lakshmipriya.R TIFAC-Centre of Relevance and Excellence in Automotive Infotronics*, School of Information Technology and

More information