[MIREX] MIREX评测介绍
MIREX作为国际最权威音频检索评测大赛,竟然在百度上找不到任何介绍,只有几个与什么搜狗、腾讯获得什么成绩相关的检索内容,相比而言,TRECVID的内容收到重视多了...由于研究生阶段主要研究音频领域,需要对整个领域有一个大致的了解,感觉还是从MIREX入手比较合适,所以借此机会也与大家分享一记。
MIREX全称Music Information Retrieval Evaluation eXchange,即音乐信息检索评测,至于eXchange放在这不太清楚什么意思,或许与“交流”类似的含义吧,比赛由IMIRSEL承办,每个子项目由任务组织者设计并管理,这些任务组织者基本就是各个领域的领头专家。
【最普适的任务:音频分类任务】
- Audio Classification (Train/Test) Tasks
包含了以下几个子任务:1. 美国流行音乐、拉丁音乐、韩国流行音乐的流派分类,2. 音乐情感分类、韩国流行音乐情感分类,3. 古典音乐的作曲家鉴别。这个任务做了很多年,感觉准确率到达一个瓶颈,不同任务的准确率基本上就稳定在0.65~0.8之间。
【音频相似度和检索】
- Audio Music Similarity and Retrieval
音频相似度和检索,7000首30s的歌曲,返回一个稀疏矩阵,对每首歌返回相似度前100名的歌曲及相似度。看看应用场景吧 A music similarity system can help a music consumer find new music by finding the music that is most musically similar to specific query songs (or is nearest to songs that the consumer already likes). 其实不太清楚这种相似性度量是通过哪个衡量标准:节拍、速度、调式、节奏、旋律、和声、和弦,中的一个还是几个。
【符号旋律相似性】
- Symbolic Melodic Similarity
计算旋律相似性,应该指的是通过MIDI的旋律符号,比较旋律的相似性。Retrieve the most similar items from a collection of symbolic pieces, given a symbolic query, and rank them by melodic similarity. There will be only 1 task this year which comprises a set of six "base" monophonic MIDI queries to be matched against a monophonic MIDI collection. 类似于以下结构信息
ALTDEU
CUT[Das Hildebrandslied]
REG[Europa, Mitteleuropa, Deutschland]
KEY[A0001 04 G 4/2]
MEL[1_ 3b_3b_4_4_ 5__5__
0_5__5_ 5_6_7b_5_ 5__0_
5_ 5_6_7b_5_ 6b__5__
0_5_4_3b_ 5_3b_3b__
0_3b_3b_3b_ 4_4_5__ 5__0_
5_ 4_3b_3b_3b_ 2__1__
0_5_5_.4 3b__0_
5_ 6b_5_5_3b_ 4__5__
0_4_3b3b1_ 1_-6_-7__ 1__. //] >>
FCT[Romanze, Ballade, Lied]
Format
【结构分段】
- Structural Segmentation
The segment structure (or form) is one of the most important musical parameters. It is furthermore special because musical structure -- especially in popular music genres (e.g. verse, chorus, etc.) -- is accessible to everybody: it needs no particular musical knowledge. 输入一段音乐,输出的是对这段音乐的分段信息,如以下格式
0.000 5.223 A
5.223 15.101 B
15.101 20.334 A
Format
【多基频检测与跟踪】
- Multiple Fundamental Frequency Estimation & Tracking
Estimation,将每一固定10ms内的基频检测出来;Tracking,将基频的持续长度检测出来。感觉类似于对象检测与跟踪啊,检测与跟踪一般都相辅相成的,所以算法应该是互相交叉的。所以
Example :
time F01 F02 F03
time F01 F02 F03 F04
time ... ... ... ...
which might look like:
0.78 146.83 220.00 349.23
0.79 349.23 146.83 369.99 220.00
0.80 ... ... ... ... For the second task, for each row, the file should contain the onset, offset and the F0 of each note event separated by a tab, ordered in terms of onset times:
onset offset F01
onset offset F02
... ... ...
which might look like:
0.68 1.20 349.23
0.72 1.02 220.00
... ... ...
Format
【音频节奏检测】
- Audio Tempo Estimation
Submitted programs should output two tempi (a slower tempo, T1, and a faster tempo, T2) as well as the strength of T1 relative to T2 (0-1). The relative strength ST2 (not output) is simply 1 - ST1. The tempo estimates from each algorithm should be written to a text file in the following format
T1<tab>T2<tab>ST1
E.g.
60 180 0.7
评价标准是
P = ST1 * TT1 + (1 - ST1) * TT2
where ST1 is the relative perceptual strength of T1 (given by groundtruth data, varies from 0 to 1.0), TT1 is the ability of the algorithm to identify T1 to within 8%, and TT2 is the ability of the algorithm to identify T2 to within 8%. No credit will be given for tempi other than T1 and T2. 然后奇怪的事情就在这,这里说ST1是given by groudtruth data,那么自己预测的ST1不参与评测吗?
The algorithm with the best average P-score will achieve the highest rank in the task.
【音频标签分类】
- Audio Tag Classification
与Traing/Test任务类似,不同的是这里允许一个样本对应多个不同标签,所以最后的输出是一个稀疏矩阵,如下形式
I.e.:
<example path and filename>\t<tag classification>\t<affinity>\n
E.g.:
/data/file1.wav rock 0.9
/data/file1.wav guitar 0.7
/data/file1.wav vocal 0.3
/data/file2.wav rock 0.5
...
Format
【歌单识别】
- Set List Identification
应用场景:演唱会。可以分解为两个子任务,即歌曲检测与跟踪
1. To identify the order of songs which be performed in a live concert.
In this sub task, the participants known the the artist and artist's studio song collection. Assigning a live concert audio and studio songs collection of a specific artist, all songs in live concert are included in studio songs collection, to identify the order of songs in this live concert.
2. To identify the start/end time of each song in song sequence
In this sub task, the participants known the artist, artist's studio song collection and the song sequence. Assigning a live concert audio, song sequence and studio songs collection of a specific artist, all songs in live concert are included in studio songs collection, to identify start time and end time of each song in the live concert.
这两个任务是衔接的子任务,都是给定的歌曲列表:子任务一的输出是这些歌曲在演唱会中的顺序;子任务二的输出是上述排出序的歌曲在演唱会中分别的起始终止时间。
【】
- Audio Onset Detection
【】
- Audio Offset Detection
【】
- Audio Beat Tracking
【】
- Audio Key Detection
【】
- Audio Downbeat Detection
【】
- Real-time Audio to Score Alignment(a.k.a Score Following)
【音频翻唱歌曲识别】
- Audio Cover Song Identification
翻唱歌曲识别,比歌曲相似度任务更难,据我所知主要与旋律相关,要求的输出格式如下,一个完全矩阵
Example distance matrix 0.1
1 /path/to/audio/file/track1.wav
2 /path/to/audio/file/track2.wav
3 /path/to/audio/file/track3.wav
4 /path/to/audio/file/track4.wav
5 /path/to/audio/file/track5.wav
Q/R 1 2 3 4 5
1 0.00000 1.24100 0.2e-4 0.42559 0.21313
3 50.2e-4 0.62640 0.00000 0.38000 0.15152
Format
评价标准如下
The following evaluation metrics will be computed for each submission: 1. Total number of covers identified in top 10;2. Mean number of covers identified in top 10 (average performance);3. Mean (arithmetic) of Avg. Precisions;4. Mean rank of first correctly identified cover。话说1和2是一个意思吧,MAP在10时的值;3是平均准确率,应该还跟内部位置有关;4是第一个识别正确的cover song的排名
【重复主题章节的发现】
- Discovery of Repeated Themes & Sections
Algorithms that take a single piece of music as input, and output a list of patterns repeated within that piece. Also known as intra-opus discovery. 输入:一段音乐;输出:在这段音乐里重复出现的模式。那么所谓的模式是什么呢?For the purposes of this task, a pattern is defined as a set of ontime-pitch pairs that occurs at least twice (i.e., is repeated at least once) in a piece of music. The second, third, etc. occurrences of the pattern will likely be shifted in time and perhaps also transposed, relative to the first occurrence. Ideally an algorithm would be able to discover all exact and inexact occurrences of a pattern within a piece, so in evaluating this task we are interested in both (1) whether an algorithm can discover one occurrence, up to time shift and transposition, and (2) to what extent it can find all occurrences. It has been pointed out by Lartillot and Toiviainen (2007) among others that as well as ontime-pitch patterns, there are various types of repeating pattern (e.g., ontimes alone, duration, contour, harmony, etc.). For the sake of simplicity, the current task is restricted to ontime-pitch pairs.
【】
- Audio Melody Extraction
【】
- Query by Singing/Humming
【】
- Audio Chord Estimation
【】
- Singing Voice Separation
【】
- Audio Fingerprinting
[MIREX] MIREX评测介绍的更多相关文章
- 【阿里云产品公测】简单日志服务SLS使用评测 + 教程
[阿里云产品公测]简单日志服务SLS使用评测 + 教程 评测介绍 被测产品: 简单日志服务SLS 评测环境: 阿里云基础ECS x2(1核, 512M, 1M) 操作系统: CentOS 6.5 x6 ...
- 【阿里云产品公测】以开发者角度看ACE服务『ACE应用构建指南』
作者:阿里云用户mr_wid ,z)NKt# @I6A9do 如果感觉该评测对您有所帮助, 欢迎投票给本文: UO<claV RsfTUb)< 投票标题: 28.[阿里云 ...
- 《嵌入式Linux内存使用与性能优化》笔记
这本书有两个关切点:系统内存(用户层)和性能优化. 这本书和Brendan Gregg的<Systems Performance>相比,无论是技术层次还是更高的理论都有较大差距.但是这不影 ...
- #研发解决方案介绍#Recsys-Evaluate(推荐评测)
郑昀 基于刘金鑫文档 最后更新于2014/12/1 关键词:recsys.推荐评测.Evaluation of Recommender System.piwik.flume.kafka.storm.r ...
- 2013:Audio Tag Classification - MIREX Wiki
Contents [hide] 1 Description 1.1 Task specific mailing list 2 Data 2.1 MajorMiner Tag Dataset 2.2 M ...
- 2011:Audio Classification (Train/Test) Tasks - MIREX Wiki
Contents [hide] 1 Audio Classification (Test/Train) tasks 1.1 Description 1.1.1 Task specific mailin ...
- SATA SAS SSD 硬盘介绍和评测
SATA SATA的全称是Serial Advanced Technology Attachment,是由Intel.IBM.Dell.APT.Maxtor和Seagate公司共同提出的硬盘接口规范. ...
- 常见Bean映射工具分析评测及Orika介绍
原地址:http://tech.dianwoda.com/2017/11/04/gao-xing-neng-te-xing-feng-fu-de-beanying-she-gong-ju-orika/ ...
- Linux性能评测工具之一:gprof篇介绍
转:http://blog.csdn.net/stanjiang2010/article/details/5655143 这些天自己试着对项目作一些压力测试和性能优化,也对用过的测试工具作一些总结,并 ...
随机推荐
- oracle rowid 使用
ROWID是数据的详细地址,通过rowid,oracle可以快速的定位某行具体的数据的位置. ROWID可以分为物理rowid和逻辑rowid两种.普通的堆表中的rowid是物理rowid,索引组织表 ...
- UITextField 对输入金额的约束
[2016/1/18更新] -- 五个人辛辛苦苦干了一年的项目终于上线了,今天有空看了一下正则表达式教程,然后开始rebuild之前的种种对字符串的约束,首先就从这个金额输入框开始吧,修改后的代码如下 ...
- cocos2dx 实现不一样的ScrollView
原来在公司被迫加班加点赶工,用lua实现的版本:http://www.cnblogs.com/mmc1206x/p/4146911.html 后来因我个人的需要, 用C++实现了一个版本. 蓦然回首, ...
- KMP算法——字符串匹配
正直找工作面试巅峰时期,有幸在学校可以听到July的讲座,在时长将近三个小时的演讲中,发现对于找工作来说,算法数据结构可以算是程序员道路的一个考量吧,毕竟中国学计算机的人太多了,只能使用这些方法来淘汰 ...
- css 文本两端对齐
在做表单时我们经常遇到让上下两个字段对齐的情况,比如姓名, 手机号码, 出生地.这样我们就要用到 text-align, text-justify样式了. text-align直接设为justify就 ...
- DOM中的范围 createRange()
学习<JavaScript 高级程序设计> 12章dom范围的笔记 dom2级在Document类型中定义了 createRange()方法: 创建range对象很简单 var range ...
- bootstrap中的动态加载出来的图片轮播中的li标签中的class="active"的动态添加移除
//该方法是在slide改变时立即触发该事件, $('#myCarousel').on('slide.bs.carousel', function () { $("#myCarousel o ...
- iOS: 学习笔记实例, 用代码控制视图创建与切换
1. 创建iOS, Single View Application.2. 修改YYViewController.m // // YYViewController.m // DynamicViewDem ...
- VC6.0中重载操作符函数无法访问类的私有成员
整理日: 2015年03月18日 在 C++ 中,操作符(运算符)可以被重载以改写其实际操作.同时我们可以定义一个函数为类的朋友函数(friend function)以便使得这个函数能够访问类的私有成 ...
- Struts_json插件配置参数
Struts中使用json需要在struts基础上加上几个包:(这里只列出了重要的几个) commons-lang-2.4.jar: jsonplugin-0[1].32.jar: 下面是配置文件中的 ...