Predicting when to Laugh with Structured Classification

Size: px
Start display at page:

Download "Predicting when to Laugh with Structured Classification"

Transcription

1 ITERSEECH 04 redicting when to Laugh with Structured Classification Bilal iot, Olivier ietquin, Matthieu Geist SUELEC IMS-MaLIS research grou and UMI 958 (GeorgiaTech - CRS) University Lille, LIFL (UMR 80 CRS/Lille ) - SequeL team firstname.lastname@suelec.fr, olivier.ietquin@univ-lille.fr Abstract Today, Embodied Conversational Agents (ECAs) are emerging as natural media to interact with machines. Alications are numerous and ECAs can reduce the technological ga between eole by roviding user-friendly interfaces. Yet, ECAs are still unable to roduce social signals aroriately during their interaction with humans, which tends to make the interaction less instinctive. Esecially, very little attention has been aid to the use of laughter in human-avatar interactions desite the crucial role layed by laughter in human-human interaction. In this aer, a method for redicting the most aroriate moment for laughing for an ECA is roosed. Imitation learning via a structured classification rithm is used in this urose and is shown to roduce a behavior similar to humans on a ractical alication: the yes/no game. Index Terms: Imitation Leaning, Structured Classification.. Introduction Building efficient and user-friendly human-machine interfaces is a key challenge for the future of comuter science, enabling a large ublic to interact with comlex systems and reducing the technological ga between eole. In the last decade, Embodied Conversational Agents (ECAs) emerged as such interfaces. Yet, their behaviour is still erceived as quite unnatural to users. One of the reasons of this bad ercetion is the inability of ECAs to make a roer use of social signals, although there exists some research on this toic []. Among these signals, laughter is a rominent feature used by humans during interactions. Yet, very little attention has been aid to enable ECAs with laughter caabilities until recently []. Enabling ECAs with laughter caabilities is not only about being able to synthesize audio-visual laughter signals [3, 4]. It is also concerned by an aroriate management of laughter during the interaction. There is thus a need for a laughter-enabled interaction manager, able to decide when to laugh so that it is aroriate in the conversation. This being said, it remains uneasy to define what is an aroriate moment to laugh. More formally, the task of the laughter-enabled interaction Manager (IM) is to take decisions about whether to laugh or not. These decisions have to be taken according to the interaction context which can be inferred from laughter, seech and smile detection modules (detecting social signals emitted by the users) imlemented in the ECA but also by the task context (for examle, if the human is laying a game with the ECA, what is the status of the game). Formally, the IM is thus a module imlementing a maing between contexts (or states noted s S) and decisions (or actions noted a A). Let s call this maing a olicy, noted π(s) = a. This maing is quite difficult to learn from real data as the laughs are quite rare and very different from one user to another. In this aer, we describe the research results for learning such a maing from data, recorded during some human-human interactions, so as to imlement, in the IM, a behavior similar to the one of a human. An imitation learning method is thus adoted. Esecially, structured classification is investigated and roven to efficiently learn a behavior similar to human users where the similarity between human and rithms is measured via a new criterion called aturalness and defined in Sec. 5. In addition, we use a technique of boosting for the structured classification rithm which makes it a non-arametric rithm. This avoids the choice of meta-arameters. Finally, we test different imitation rithms on data sets of real laughs in a natural interaction context which is the yes/no game described in Sec. 4.. Imitation Learning Describing the otimal behavior of the avatar is a very tricky task. It would require the erfect knowledge of rules revailing to the generation of laughter by humans. Interreting sources of laughter or redicting laughter from a cognitive or sychology ersective is non-trivial. Therefore, a data-driven method has been referred here. Esecially, learning by imitation seems the best suited framework to learn the IM olicy. Indeed, humans are imlementing such a olicy and they can rovide examles of natural behaviors. Formally, in the learning by imitation framework, an artificial learning agent (here the IM) learns to behave otimally by observing some exert agent demonstrating the task. The exert is imlementing an otimal olicy noted π E and the demonstrations rovide a set of examles {s i, a i = π E (s i)} { i }. The roblem is thus to learn a olicy ˆπ such that s, ˆπ(s) π E (s) from the set of demonstrations. One way to address the roblem of imitation learning is to reduce it to a Multi-Class Classification (MCC) roblem [5, 6, 7, 8]. The goal of MCC is, given a training set D = (s i S, a i A) { i } where S is a comact set of inuts (generally a comact set of R n ) and A a finite set of labels, to find a decision rule π A S that generalizes the relation between inuts and labels. More formally, it consists in finding a decision rule π H, where H R S A is called the hyothesis sace, that tries to minimize the following emirical risk: T (π) = {π(si ) a i }. () i= where {a b} = if a b and 0 otherwise. A large literature already exists about the MCC roblem. Well known methods such as Classification Trees [9], K- earest eighbors (K) [0] and Suort Vector Machines (SVM) [, ] are widely used and statistically studied. In [5], Coyright 04 ISCA Setember 04, Singaore

2 the authors use an artificial neural network to learn a driving olicy for a robotic vehicle. eural nets are also used in [7] to learn to lay video games (although the method is more generic and could use other MCC methods). K s where used in [] in a similar alication as the one described in this aer. In [6], structured classification [3] is used to learn a grasing control olicy for a robotic arm. 3. Structured Classification for Imitation Learning In [6], the authors use a large margin aroach which allows adding some rior (or structure) via a margin function in the classification method. That is why it is considered as a structured classification method. The large margin aroach is a score-based MCC where the decision rule π A S is obtained via a score function q R S A such that s S, π(s) argmax a A q(s, a). The large margin aroach consists, given the training set D, in solving the following otimization roblem: q = argmin q R S A J(q), () J(q) = i= max{q(si, a) + l(si, ai, a)} q(si, ai), (3) a A where l R S A A + is called the margin function. If it is zero, minimizing J(q) attemts to find a score function q for which the examle labels are scored higher than all other labels. Choosing a nonzero margin function imroves generalization [6]. Instead of requiring only that the demonstrated label is scored higher than all other labels, it requires it to be better than each label a by an amount given by the margin function. Thus, the margin function allows deciding which samles are required to be well classified by utting an imortant margin on this articular examle comared to the others. The olicy oututted by this rithm would be π(s) argmax a A ˆq(s, a) where ˆq is the outut of the minimization of J(q). The advantages of this method are its simlicity and the ossibility to change the margin that allows us to adat to secific characteristics of the roblem. In addition, in [4], the authors use a boosting technique to solve the otimization roblem given by Eq. () which is advantageous. A boosting method is an interesting otimization technique: it minimizes directly the criterion in Eq. without the ste of choosing features. As resented in [5], a boosting rithm is a rojected sub-gradient descent [6] of a convex functional (here J is convex relatively to the variable q) in a secific functions sace (here R S A ) which has to be a Hilbert sace. Boosting rithms use a rojection ste on a restriction set of functions when otimizing over functions sace, because the functions reresenting the gradient are often comutationally difficult to maniulate and do not generalize well to new inuts [5]. In boosting literature, the restriction set corresonds directly to the set of hyotheses generated by a weak learner. In our exeriments, we choose as restriction set the set of classification trees with two classes. 4. Exerimental Setu The yes/no game is one of the ossible scenarios of an interaction between humans and avatars where laughter is involved. In this game, layers must resond to questions without saying yes or no. The exeriment scenario we resent in this article is illustrated in Fig.. Two users are sitting on one side of a Figure : Exerimental setu. table while a virtual agent rojected on a large screen is laced on the oosite side of the table. The users start to lay the yes/no game, one asking questions (e.g., what s your nationality?, are you sure? ), this user is named U, and the other one answering trying to avoid to say yes or no (e.g., I m not sure or definitely ), this user is named U. The avatar, named A, articiates to the interaction by laughing and asking questions. Of course, U and A try to make U to say yes or no and thus try to induce a loss of self-control. At any oint, laughter can occur for any articiant. The avatar has to generate laughter at aroriate moments given its ercetion of the context. As shown in Fig., detection of humans laughter is erformed through body (Kinect and body markers), face (Kinect) and seech (head mounted microhones) analysis [7]. Several recognition rithms are executed in real-time to determine users exressivity of motion. In order to train our avatar by an imitation learning rithm, several exeriments are first recorded, where the avatar (symbolized by a screen in Fig. ) is relaced by a human laying the role of the avatar (this is the exert we want to imitate). The same detection material as for the two other articiants is used for the human laying the role of the avatar. Thanks to those recordings an exert data set D = {s i, a i = π E (s i)} { i } is generated which is the inut of an imitation learning rithm. Indeed, for each user (U and U ), the recognition rithms are able to extract each 0.5s 4 features which are real values between 0 and. The 4 features are the robability of seech, the robability of laughter, the intensity of laughter and the robability of smile. Moreover, another feature, which reresents the context of the game, is added by annotation of the recordings: 0 when the game is currently ongoing and when it ends (that is when U said yes or no or that some time-out occurred). Thus each 0.5s, we are rovided 9 features (4 features for U, 4 features for U and the context) that reresents the state of the game s i. Finally, by annotations of the recordings, we rovide each 0.5s a binary information ( or 0) giving the decision of the exert (a i): laugh/ (so it is a actions decision rocess). A samle (s i, a i) where a i = 0 corresonds to a 787

3 Algorithms Global laugh Large Margin SVM K Tree Table : Classification rates. Figure : Real Demo. samle and a samle (s i, a i) where a i = corresonds to a laugh samle. In addition, we also collect, by annotations, the binary laugh/ information for U and U : (a U i, a U i ) { i }. ow that we have the exert data set, it is ossible to use it as an inut to different imitation learning rithms. 5. Results In this section, we resent the results obtained by alying different imitation learning rithms to the exert data set. We use 4 different rithms, 3 classical classification rithms, which are K, Classification Tree and SVM, and the largemargin rithm resented in Section 3. The K rithm was reviously used in [] where K =, here we do the same choice in order to comare to other methods. The SVM rithm uses a Gaussian kernel with a standard deviation σ = and the Classification Tree is a runed binary classification tree. For the large margin aroach, we choose a margin with a articular structure that favors the samles more than the laugh samles so as to only synthesized laughter when it is really aroriate. Indeed, laughing at inaroriate moments seems awkward for humans and it is imortant to avoid that while not laughing is not too roblematic in this alication. Thus, we choose the following margin structure: l(s i, a i, a) = 0 if a = a i, (4) l(s i, a i, a) = 6 if a a i and a i = 0, () (5) l(s i, a i, a) = if a a i and a i =, (laugh). (6) Eighteen minutes of recordings were collected in three sessions where the game was layed several times (at least twice by recordings). This rovided an exert data set D = {s i, a i = π E (s i)} { i } of 85 examles (that is the number of 0.5s frames). The 4 rithms were trained on this data set. In order to comare the erformances of the rithms, we use a -fold cross validation. In -fold crossvalidation, the original data D is artitioned into equal size sub-samles D = (D ) { }, where D = {s j,, a j, = π E (s j,)} { j } and = =. Of the subsamles, a single sub-samle is retained as the validation data for testing the rithm, and the remaining sub-samles are used as training data. The cross-validation rocess is then reeated times (the folds), with each of the sub-samles used exactly once as the validation data. The results from the folds then can be averaged to roduce a single estimation. For each sub-samle D and each rithm, we define the olicy π A S learned on the remaining sub-samles. In addition, we define, for each sub-samle D, the number of laugh samles laugh = j= {a j, =} and the number of samles. Several quality evaluation criteria were used for each rithm. The first criterion is the mean over the folds of the global classification rate: = j= = {π (s j, )=a j, }. (7) The second criterion is the mean over the folds of the classification rate on laugh samles: = j= {π (s j, )=a j, } {a j, =}. (8) The third criterion is the mean over the folds of the classification rate on the samles: = j= {π (s j, )=a j, } {a j, =0}. (9) We choose those different criteria in order to see the quality of each rithm on the laugh samles and the samles because those two classes are not well balanced (basically there is 5 times more samles than laugh samles). In Table, we have the results of the different rithms in terms of classification rates with = 5. The Large Margin has the best results for the global classification rate and the rate. The structure of the margin favors the erformance on the samles and it is reflected in the results. K works well on the laugh samles which is also the case of the Classification Tree but has a really oor global erformance. It seems that the avatar is too reactive (laughs too often) which can be roblematic if the laughs haen on inaroriate moments: this behavior aears unnatural. In order to check if the good erformance on laughs of K is due to the fact that it is too reactive, we comuted the number of laughs roduced for each fold and take the mean. Results are rovided in Table. The Classification Tree and the K avatar are too reactive which can exlain their good erformance on laughs but their behavior is not natural comared to the exert. The most natural behavior is the one roduced by the Large Margin rithm The variable can take the values K, SVM, LargeMargin and Tree. 788

4 Algorithms umber of laughs in average Exert.6 Large Margin 5.4 SVM 7.4 K 35.4 Tree 5. Table : Comarison of laughs numbers. which laughs in the same roortion than the exert. So the classification rates are not aroriate measures to assess the rithms according to this alication. For this reason, we came u with a measure for naturalness which indicates if the olicy roduced by the rithm corresonds to the behavior of the exert. The idea is to comare if relatively to the two other users the human laying the avatar and the rithm have the same behavior. In order to see if there is a similarity between the behavior of the user laying the avatar A exert and the one learnt by the rithms A, we check if the behavior of the exert A exert comares to the users ((U q) {q=,} ) similarly to the way the avatar s behaviour A comares to the users ((U q) {q=,} ). The idea is to show that the avatar doesn t differ more from U and U than the exert does. To do so, for each user U q and each sub-samle D, we define the number of laugh samles,u q = j= {a Uq and the number of =} samles,u q j,. Three criterions were used: the global rate, the laugh rate and rate. The global criterion rate avatar is the rate of agreement in terms of actions between one of the user and an avatar samle by samle: q= =,U q = j= {π avatar (s j, )=a Uq j, }, (0) where π Exert (s j,) = π E (s j,) = a j,. The laugh criterion rate avatar gives the rate of agreed laughs between the avatar and one of the users: q= =,U q j= {π avatar (s j, )=a Uq } j, {a Uq =}. j, () The criterion rate 3 avatar gives the rate of agreed no laughs between the avatar and one of the users: q= =,U q j= {π avatar (s j, )=a Uq } j, {a Uq =0}. j, () In order to have a single number reresenting the similarity between the exert avatar A and the avatars oututted by the rithms, a new criterion, called aturalness, is defined as follows: = 3 min(rate i, rate i Exert) i= max(rate i, rate i Exert) (3) This criterion is thus a measure of the deviation between the behavior of the exert avatar and the behavior learnt by a given rithm. If the aturalness is equal to, it means that the Algorithms Global rate Laugh rate o Laugh rate Exert Large Margin SVM K Tree Table 3: Rates used for aturalness. Algorithms aturalness Exert Large Margin 0.9 SVM K 0.39 Tree Table 4: aturalness. avatar has the same behavior as the exert relatively to the other users and if it is equal to zero, it means that the avatar has a comletely different behavior than the exert. Table 4 gives the results. The Large Margin method clearly outerforms the other ones, which means that its behavior relatively to the other users corresonds closely to the one of the exert. We see that the K and the Tree have oor aturalness as they laugh too much relatively to the other users which is not what the exert does. 6. Conclusion and ersectives In this aer, a method for learning when an avatar should laugh during an interaction with humans was resented. It is based on a data-driven imitation learning rithm and esecially on structured classification method. The structured margin imlied in this method is used to weight the imortance of laughter comared to silence so as to generate a more natural behaviour and deal with the unbalanced nature of data. It is shown, in a yes/no game setting, that the method outerforms other classification methods in terms of overall similarity with a human. Comared to revious exerimentations [], this method objectivelly rovides better results in terms of a newly introduced criterion. Here, imitation learning is reduced to a multiclass classification roblem. Yet, imitation learning can also be solved by other methods such as inverse reinforcement learning [8, 9]. Actually, this method has been shown to work better for some tyes of roblems [0] and has already been used to imitate human users in the case of soken dialogue systems []. Therefore, we lan to extend this work to inverse reinforcement learning in the near future. Also, this method could be used to generate new simulation techniques for otimizing human machine interaction managers in other alications such as soken dialogue systems [, 3]. 7. Acknowledgements The research leading to these results has received funding from the Euroean Union Seventh Framework rogramme (F7/007-03) under grant agreement number The variable avatar can take the values Exert, K, SVM, LargeMargin and Tree 789

5 8. References [] Marc Schröder, Elisabetta Bevacqua, Roddy Cowie, Florian Eyben, Hatice Gunes, Dirk Heylen, Mark ter Maat, Garry McKeown, Satish ammi, Maja antic, Catherine elachaud, Björn Schuller, Etienne de Sevin, Michel Valstar, and Martin Wöllmer, Building autonomous sensitive artificial listeners, IEEE Transactions on Affective Comuting, vol. 3, no., , 0. [] Radoslaw iewiadomski, Jennifer Hofmann, Jérome Urbain, Tracey latt, Johannes Wagner, Bilal iot, Huseyin Cakmak, Sathish ammi, Tobias Baur, Stéhane Duont, Matthieu Geist, Florian Lingenfelser, Gary McKeown, Olivier ietquin, and Willibald Ruch, Laugh-aware virtual agent and its imact on user amusement, in roceedings of the Twelfth International Conference on Autonomous Agents and Multiagent Systems (AA- MAS 03), Saint aul, USA, May 03, [3] Radoslaw iewiadomski, Sathish ammi, Abhishek Sharma, Jennifer Hofmann, Tracey, Richard Thomas Cruz, and Bingqing Qu, Visual laughter synthesis: Initial aroaches, in roceedings of the Interdiscilinary Worksho on Laughter and other on-verbal Vocalisations, Dublin, Ireland, October 0,. 0. [4] Jérôme Urbain, Hüseyin Cakmak, and Thierry Dutoit, Evaluation of HMM-based laughter synthesis, in roceedings of the 38th International Conference on Acoustics, Seech, and Signal rocessing (ICASS 03), Vancouver, Canada, May 03, [5] Dean omerleau, Alvinn: An autonomous land vehicle in a neural network, in Advances in eural Information rocessing Systems (IS 988), Vancouver, Canada, December 988, [6] athan Ratliff, J. Andrew Bagnell, and Siddhartha S. Srinivasa, Imitation learning for locomotion and maniulation, in roceedings of the 7th IEEE-RAS International Conference on Humanoid Robots, ittsburg, USA, ovember 007, [7] Stéhane Ross and J. Andrew Bagnell, Efficient reductions for imitation learning, in roceedings of the thirteenth International Conference on Artificial Intelligence and Statistics (AIS- TATS 00), Sardinia, Italy, May 00, vol. 9 of JMLR Worksho and Conference roceedings, [8] Umar Syed and Robert E. Schaire, A reduction from arenticeshi learning to classification, in Advances in eural Information rocessing Systems (IS 00), Vancouver, Canada, December 00, [9] Leo Breiman, Jerome H Friedman, Richard A Olshen, and Charles J Stone, Classification and regression trees, Chaman & Hall, Monterey, CA, 984. [0] Thomas M. Cover and eter E. Hart, earest neighbor attern classification, IEEE Transactions on Information Theory, vol. 3, no.,. 7, 967. [] Vladimir Vanik, Statistical learning theory, Wiley, 998. [] Yann Guermeur, A generic model of multi-class suort vector machine, Journal of Intelligent Information and Database Systems, vol. 6, no. 6, , October 0. [3] Ben Taskar, Vassil Chatalbashev, Dahne Koller, and Carlos Guestrin, Learning structured rediction models: a large margin aroach, in roceedings of the nd International Conference on Machine Learning (ICML 005), ew York, Y, USA, 005, [4] athan Ratliff, David Bradley, J Andrew (Drew) Bagnell, and Joel Chestnutt, Boosting Structured rediction for Imitation Learning, in Advances in eural Information rocessing Systems (IS 007), Vancouver, Canada, December 007. [5] Alexander Grubb and J.Andrew Bagnell, Generalized boosting rithms for convex otimization, in roceedings of the 8th International Conference on Machine Learning (ICML0), 0. [6] aum.z. Shor, Krzysztof.C. Kiwiel, and Andrzej Ruszcaynski, Minimization methods for non-differentiable functions, Sringer- Verlag, 985. [7] Johannes Wagner, Florian Lingenfelser, Tobias Baur, Ionut Damian, Felix Kistler, and Elisabeth André, The social signal interretation (SSI) framework: multimodal signal rocessing and recognition in real-time, in roceedings of the st ACM international conference on Multimedia (MM 03), ew York, Y, USA, October 03, [8] Stuart Russell, Learning agents for uncertain environments (extended abstract), in roceedings of the eleventh annual conference on Comutational learning theory (COLT 98), Madison, Wisconsin, USA, July 998, [9] Edouard Klein, Matthieu Geist, Bilal iot, and Olivier ietquin, Inverse reinforcement learning through structured classification, in Advances in eural Information rocessing Systems (IS 0), South Lake Tahoe, USA, December 0, [0] Bilal iot, Matthieu Geist, and Olivier ietquin, Learning from demonstrations: Is it worth estimating a reward function?, in roceedings of the Euroean Conference on Machine Learning and rinciles and ractice of Knowledge Discovery in Databases (ECML/KDD 03), rague (Czech Reublic), Setember 03, vol. 888 of Lecture otes in Comuter Science,. 7 3, Sringer. [] Senthilkumar Chandramohan, Matthieu Geist, Fabrice Lefèvre, and Olivier ietquin, User simulation in dialogue systems using inverse reinforcement learning, in roceedings of the th Annual Conference of the International Seech Communication Association (Interseech 0), Florence, Italy, August 0, [] Olivier ietquin and Thierry Dutoit, A robabilistic Framework for Dialog Simulation and Otimal Strategy Learning, IEEE Transactions on Audio, Seech and Language rocessing, vol. 4, no., , March 006. [3] Olivier ietquin and Helen Hastie, A survey on metrics for the evaluation of user simulations, Knowledge Engineering Review, vol. 8, no. 0, , February

The Comparison of Selected Audio Features and Classification Techniques in the Task of the Musical Instrument Recognition

The Comparison of Selected Audio Features and Classification Techniques in the Task of the Musical Instrument Recognition POSTER 206, PRAGUE MAY 24 The Comarison of Selected Audio Features and Classification Techniques in the Task of the Musical Instrument Recognition Miroslav MALÍK, Richard ORJEŠEK Det. of Telecommunications

More information

The Use of the Attack Transient Envelope in Instrument Recognition

The Use of the Attack Transient Envelope in Instrument Recognition PAGE 489 The Use of the Attack Transient Enveloe in Instrument Recognition Benedict Tan & Dee Sen School of Electrical Engineering & Telecommunications University of New South Wales Sydney Australia Abstract

More information

Research on the optimization of voice quality of network English teaching system

Research on the optimization of voice quality of network English teaching system Available online www.ocr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(6):654-660 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Research on the otimization of voice quality of network

More information

Convention Paper Presented at the 132nd Convention 2012 April Budapest, Hungary

Convention Paper Presented at the 132nd Convention 2012 April Budapest, Hungary Audio Engineering Society Convention Paer Presented at the nd Convention 0 Aril 6 9 Budaest, Hungary This aer was eer-reviewed as a comlete manuscrit for resentation at this Convention. Additional aers

More information

Automatic Chord Recognition with Higher-Order Harmonic Language Modelling

Automatic Chord Recognition with Higher-Order Harmonic Language Modelling First ublished in the Proceedings of the 26th Euroean Signal Processing Conference (EUSIPCO-2018) in 2018, ublished by EURASIP. Automatic Chord Recognition with Higher-Order Harmonic Language Modelling

More information

Quantitative Evaluation of Violin Solo Performance

Quantitative Evaluation of Violin Solo Performance Quantitative Evaluation of Violin Solo Performance Yiju Lin, Wei-Chen Chang and Alvin WY Su SCREAM Lab, Deartment of Comuter Science and Engineering, ational Cheng-Kung University, Tainan, Taiwan, ROC

More information

The Informatics Philharmonic By Christopher Raphael

The Informatics Philharmonic By Christopher Raphael The Informatics Philharmonic By Christoher Rahael doi:10.1145/1897852.1897875 Abstract A system for musical accomaniment is resented in which a comuter-driven orchestra follows and learns from a soloist

More information

Music Plus One and Machine Learning

Music Plus One and Machine Learning Christoher Rahael School of Informatics and Comuting, Indiana University, Bloomington crahael@indiana.edu Abstract A system for musical accomaniment is resented in which a comuter-driven orchestra follows

More information

Analysis of Technique Evolution and Aesthetic Value Realization Path in Piano Performance Based on Musical Hearing

Analysis of Technique Evolution and Aesthetic Value Realization Path in Piano Performance Based on Musical Hearing Abstract Analysis of Technique Evolution and Aesthetic Value Realization Path in Piano Performance Based on Musical Hearing Lina Li Suzhou University Academy of Music, Suzhou 234000, China Piano erformance

More information

On Some Topological Properties of Pessimistic Multigranular Rough Sets

On Some Topological Properties of Pessimistic Multigranular Rough Sets I.J. Intelligent Systems Alications, 2012,, 10-17 ublished Online July 2012 in MES (htt://www.mecs-ress.org/) DOI: 10.515/ijisa.2012.0.02 On Some Toological roerties of essimistic Multigranular Rough Sets

More information

A Chance Constraint Approach to Multi Response Optimization Based on a Network Data Envelopment Analysis

A Chance Constraint Approach to Multi Response Optimization Based on a Network Data Envelopment Analysis Journal of Otimization in Industrial Engineering 1 (013) 49-59 A Chance Constraint Aroach to Multi Resonse Otimization Based on a Network ata Enveloment Analysis Mahdi Bashiri a* Hamid Reza Rezaei b a

More information

IMPROVED SUBSTITUTION FOR ERRONEOUS LTP-PARAMETERS IN A SPEECH DECODER. Jari Makinen, Janne Vainio, Hannu Mikkola, Jani Rotola-Pukkila

IMPROVED SUBSTITUTION FOR ERRONEOUS LTP-PARAMETERS IN A SPEECH DECODER. Jari Makinen, Janne Vainio, Hannu Mikkola, Jani Rotola-Pukkila IMPROVED SUBSTITUTION FOR ERRONEOUS LTP-PARAMETERS IN A SPEECH DECODER Jari Makinen, Janne Vainio, Hannu Mikkola, Jani Rotola-Pukkila Seech and Audio Systems Laboratory, Nokia Research Center Tamere, Finland,

More information

19 th INTERNATIONAL CONGRESS ON ACOUSTICS MADRID, 2-7 SEPTEMBER 2007

19 th INTERNATIONAL CONGRESS ON ACOUSTICS MADRID, 2-7 SEPTEMBER 2007 19 th INTERNATIONAL CONGRESS ON ACOUSTICS MADRID, 2-7 SEPTEMBER 27 CALCULATION OF INTERAURAL CROSS-CORRELATION COEFFICIENT (IACC) OF ANY MUSIC SIGNAL CONVOLVED WITH IMPULSE RESPONSES BY USING THE IACC

More information

Dynamics and Relativity: Practical Implications of Dynamic Markings in the Score

Dynamics and Relativity: Practical Implications of Dynamic Markings in the Score Dynamics and Relativity: Practical Imlications o Dynamic Markings in the Score Katerina Kosta 1, Oscar F. Bandtlow 2, Elaine Chew 1 1. Centre or Digital Music, School o Electronic Engineering and Comuter

More information

Appendix A. Strength of metric position. Line toward next core melody tone. Scale degree in the melody. Sonority, in intervals above the bass

Appendix A. Strength of metric position. Line toward next core melody tone. Scale degree in the melody. Sonority, in intervals above the bass Aendi A Schema Protot y es the convenience of reresenting music rotot y es in standard music notation has no doubt made the ractice common. Yet standard music notation oversecifies a rototye s constituent

More information

Exploring Principles-of-Art Features For Image Emotion Recognition

Exploring Principles-of-Art Features For Image Emotion Recognition Exloring Princiles-of-Art Features For Image Emotion Recognition Sicheng Zhao, Yue Gao, iaolei Jiang, Hongxun Yao, Tat-Seng Chua, iaoshuai Sun School of Comuter Science and Technology, Harbin Institute

More information

DATA COMPRESSION USING NEURAL NETWORKS IN BIO-MEDICAL SIGNAL PROCESSING

DATA COMPRESSION USING NEURAL NETWORKS IN BIO-MEDICAL SIGNAL PROCESSING DATA COMPRESSION USING NEURAL NETWORKS IN BIO-MEDICAL SIGNAL PROCESSING Mandavi 1, Prasannjit 2, Nilotal Mrinal 3, Kalyan Chatterjee 4 and S. Dasguta 5 Deartment of Information Technology, Bengal College

More information

Analysis of Engagement and User Experience with a Laughter Responsive Social Robot

Analysis of Engagement and User Experience with a Laughter Responsive Social Robot Analysis of Engagement and User Experience with a Social Robot Bekir Berker Türker, Zana Buçinca, Engin Erzin, Yücel Yemez, Metin Sezgin Koç University, Turkey bturker13,zbucinca16,eerzin,yyemez,mtsezgin@ku.edu.tr

More information

CAS LX 502 Semantics. Meaning as truth conditions. Recall the trick we can do. How do we arrive at truth conditions?

CAS LX 502 Semantics. Meaning as truth conditions. Recall the trick we can do. How do we arrive at truth conditions? CAS LX 502 Semantics 2a. Reference, Comositionality, Logic 2.1-2.3 Meaning as truth conditions! We know the meaning of if we know the conditions under which is true.! conditions under which is true = which

More information

A Fractal Video Communicator. J. Streit, L. Hanzo. Department of Electronics and Computer Sc., University of Southampton, UK, S09 5NH

A Fractal Video Communicator. J. Streit, L. Hanzo. Department of Electronics and Computer Sc., University of Southampton, UK, S09 5NH A Fractal Video Communicator J. Streit, L. Hanzo Deartment of Electronics and Comuter Sc., University of Southamton, UK, S09 5NH Abstract The image quality and comression ratio trade-os of ve dierent 176

More information

EPSON PowerLite 5550C/7550C. User s Guide

EPSON PowerLite 5550C/7550C. User s Guide EPSON PowerLite 5550C/7550C User s Guide Coyright Notice All rights reserved. No art of this ublication may be reroduced, stored in a retrieval system, or transmitted in any form or by any means, electronic,

More information

YSP-900. Digital Sound Projector OWNER S MANUAL

YSP-900. Digital Sound Projector OWNER S MANUAL AB -900 Digital Sound Projector OWNER S MANUAL CAUTION: READ THIS BEFORE OPERATING THIS UNIT. CAUTION: READ THIS BEFORE OPERATING THIS UNIT. 1 To assure the finest erformance, lease read this manual carefully.

More information

TORCHMATE GROWTH SERIES MINI CATALOG

TORCHMATE GROWTH SERIES MINI CATALOG TORCHMATE GROWTH SERIES MINI CATALOG PLASMA EDUCATIONAL PACKAGE 4X4 table to CNC system with cable carriers Water table for fume control and material suort ACCUMOVE 2 next generation height control (machine

More information

Piano Why a Trinity Piano exam? Initial Grade 8. Exams and repertoire books designed to develop creative and confident piano players

Piano Why a Trinity Piano exam? Initial Grade 8. Exams and repertoire books designed to develop creative and confident piano players Piano 0 07 Initial Grade 8 Exams and reertoire books designed to develo creative and confident iano layers The 0 07 Piano syllabus from Trinity College London offers the choice and flexibility to allow

More information

Laughbot: Detecting Humor in Spoken Language with Language and Audio Cues

Laughbot: Detecting Humor in Spoken Language with Language and Audio Cues Laughbot: Detecting Humor in Spoken Language with Language and Audio Cues Kate Park, Annie Hu, Natalie Muenster Email: katepark@stanford.edu, anniehu@stanford.edu, ncm000@stanford.edu Abstract We propose

More information

Laugh-aware Virtual Agent and its Impact on User Amusement

Laugh-aware Virtual Agent and its Impact on User Amusement Laugh-aware Virtual Agent and its Impact on User Amusement Radosław Niewiadomski TELECOM ParisTech Rue Dareau, 37-39 75014 Paris, France niewiado@telecomparistech.fr Tracey Platt Universität Zürich Binzmuhlestrasse,

More information

Transcribing string music for saxophone: a presentation of Claude Debussy's Cello Sonata for baritone saxophone

Transcribing string music for saxophone: a presentation of Claude Debussy's Cello Sonata for baritone saxophone University of Iowa Iowa Research Online Theses and Dissertations Sring 2013 Transcribing string music for saxohone: a resentation of Claude Debussy's Cello Sonata for baritone saxohone Nathan Bancroft

More information

Laughbot: Detecting Humor in Spoken Language with Language and Audio Cues

Laughbot: Detecting Humor in Spoken Language with Language and Audio Cues Laughbot: Detecting Humor in Spoken Language with Language and Audio Cues Kate Park katepark@stanford.edu Annie Hu anniehu@stanford.edu Natalie Muenster ncm000@stanford.edu Abstract We propose detecting

More information

YSP-500. Digital Sound Projector TM OWNER S MANUAL

YSP-500. Digital Sound Projector TM OWNER S MANUAL AB -500 Digital Sound Projector TM OWNER S MANUAL CAUTION: READ THIS BEFORE OPERATING THIS UNIT. Caution: Read this before oerating this unit. 1 To assure the finest erformance, lease read this manual

More information

Á La Recherche du [cinq] Temps Perdu

Á La Recherche du [cinq] Temps Perdu Á La Recherche du [cinq] Tems Perdu Few comosers aear to suer rom terminal rhythmic rigidity to the extent o Johannes Brahms, but as is so oten the case, this is due to a miscreant notation that urloins

More information

Level 1 Music, Demonstrate knowledge of conventions used in music scores p.m. Friday 25 November 2016 Credits: Four

Level 1 Music, Demonstrate knowledge of conventions used in music scores p.m. Friday 25 November 2016 Credits: Four 91094 910940 1SUPERVISOR S Level 1 Music, 2016 91094 Demonstrate knowledge of conventions used in music scores 2.00.m. Friday 25 November 2016 Credits: Four Achievement Achievement with Merit Achievement

More information

Niggunim (Violin Sonata No. 3)

Niggunim (Violin Sonata No. 3) SchirmerOnDemand htt://digital.schirmer.com/ G. Schirmer's Library of Digital Perusal Scores Avner Dorman Niggunim (Violin Sonata No. ) Samle begins on following age Score for sale from G. Schirmer Rental

More information

Advanced Scalable Hybrid Video Coding

Advanced Scalable Hybrid Video Coding Politechnika Poznańska Wydział Elektryczny Instytut Elektroniki i Telekomunikacji Zakład Telekomunikacji Multimedialnej i Radioelektroniki ul. Piotrowo 3A, 6-965 Poznań Łukasz Błaszak Advanced Scalable

More information

LIFESTYLE VS 1. Video Expander

LIFESTYLE VS 1. Video Expander LIFESTYLE VS 1 Video Exander Imortant Safety Information 1. Read these instructions for all comonents before using this roduct. 2. Kee these instructions for future reference. 3. Heed all warnings on the

More information

Art and Technology- A Timeline. Dr. Gabriela Avram

Art and Technology- A Timeline. Dr. Gabriela Avram Art and Technology- A Timeline Dr. Gabriela Avram This week We are talking about the relationshi between: Society and technology Art and technology How social, olitical and cultural values affect scientific

More information

Classification of Gamelan Tones Based on Fractal Analysis

Classification of Gamelan Tones Based on Fractal Analysis IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Classification of Gamelan Tones Based on Fractal Analysis To cite this article: A Wintarti et al 2018 IOP Conf. Ser.: Mater. Sci.

More information

This full text version, available on TeesRep, is the post-print (final version prior to publication) of:

This full text version, available on TeesRep, is the post-print (final version prior to publication) of: This full text version, available on TeesRep, is the post-print (final version prior to publication) of: Charles, F. et. al. (2007) 'Affective interactive narrative in the CALLAS Project', 4th international

More information

A guide to the new. Singing Syllabus. What s changing in New set songs and sight-singing

A guide to the new. Singing Syllabus. What s changing in New set songs and sight-singing A guide to the new Singing Syllabus What s changing in 2009 New set songs and sight-singing Singing Syllabus from 2009 New set songs and sight-singing The Associated Board s Singing Syllabus for 2009 onwards

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

UBTK YSP-1. Digital Sound Projector OWNER'S MANUAL

UBTK YSP-1. Digital Sound Projector OWNER'S MANUAL UBTK YSP-1 Digital Sound Projector OWNER'S MANUAL IMPORTANT SAFETY INSTRUCTIONS CAUTION RISK OF ELECTRIC SHOCK DO NOT OPEN CAUTION: TO REDUCE THE RISK OF ELECTRIC SHOCK, DO NOT REMOVE COVER (OR BACK).

More information

UAB YSP-900. Digital Sound Projector OWNER S MANUAL

UAB YSP-900. Digital Sound Projector OWNER S MANUAL UAB -900 Digital Sound Projector OWNER S MANUAL IMPORTANT SAFETY INSTRUCTIONS IMPORTANT SAFETY INSTRUCTIONS CAUTION RISK OF ELECTRIC SHOCK DO NOT OPEN CAUTION: TO REDUCE THE RISK OF ELECTRIC SHOCK, DO

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

The AV-LASYN Database : A synchronous corpus of audio and 3D facial marker data for audio-visual laughter synthesis

The AV-LASYN Database : A synchronous corpus of audio and 3D facial marker data for audio-visual laughter synthesis The AV-LASYN Database : A synchronous corpus of audio and 3D facial marker data for audio-visual laughter synthesis Hüseyin Çakmak, Jérôme Urbain, Joëlle Tilmanne and Thierry Dutoit University of Mons,

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

Hidden Markov Model based dance recognition

Hidden Markov Model based dance recognition Hidden Markov Model based dance recognition Dragutin Hrenek, Nenad Mikša, Robert Perica, Pavle Prentašić and Boris Trubić University of Zagreb, Faculty of Electrical Engineering and Computing Unska 3,

More information

Weiss High School Band

Weiss High School Band Creating the Ideal 2017-2018 Woodwind & Brass Audition Information www.weissbands.org 2017-2018 Woodwind & Brass Auditions It is an honor and a rivilege to be a member of the Program. The Weiss Band is

More information

Kaena Point. for violin, viola, cello and piano. Nolan Stolz. Duration ca STUDY SCORE (performance score also available in 11 x17 size)

Kaena Point. for violin, viola, cello and piano. Nolan Stolz. Duration ca STUDY SCORE (performance score also available in 11 x17 size) Kaena Point or violin, viola, cello and iano Nolan Stolz Duration ca. 12. STUDY SCORE (erormance score also available in 11 x1 size) 2008 Stolen Notes 2 Kaena Point or violin, viola, cello and iano Nolan

More information

GCSE Music. Unit 2 Guidance

GCSE Music. Unit 2 Guidance GCSE Music Unit 2 Guidance There are recordings to accomany this document. Teacher Resource Bank / GCSE Music / Unit 2 Guidance / Version 1.0 Unit 2: Comosing and Araising Music This unit is worth 20%

More information

Human Perception of Laughter from Context-free Whole Body Motion Dynamic Stimuli

Human Perception of Laughter from Context-free Whole Body Motion Dynamic Stimuli Human Perception of Laughter from Context-free Whole Body Motion Dynamic Stimuli McKeown, G., Curran, W., Kane, D., McCahon, R., Griffin, H. J., McLoughlin, C., & Bianchi-Berthouze, N. (2013). Human Perception

More information

VBM683 Machine Learning

VBM683 Machine Learning VBM683 Machine Learning Pinar Duygulu Slides are adapted from Dhruv Batra, David Sontag, Aykut Erdem Quotes If you were a current computer science student what area would you start studying heavily? Answer:

More information

Theseus and the Minotaur

Theseus and the Minotaur Butler University Digital Commons @ Butler University Graduate Thesis Collection Graduate Scholarshi 016 Theseus and the Minotaur Ben Lutterbach Butler University, blutterb@butler.edu Follow this and additional

More information

Grouping structure and gesture: a sentence classification

Grouping structure and gesture: a sentence classification CONSERVATORIUM VAN AMSTERDAM Master s thesis Grouing structure and gesture: a sentence classification y RKP Pisters Suervisor: Paul Scheeers Amsterdam, une 2012 2 Preface The work resented in this thesis

More information

Kjos String Orchestra Grade 1 Full Conductor Score SO394F $7.00. Jeremy Woolstenhulme. Edge of the Horizon. Neil A. Kjos Music Company Publisher

Kjos String Orchestra Grade 1 Full Conductor Score SO394F $7.00. Jeremy Woolstenhulme. Edge of the Horizon. Neil A. Kjos Music Company Publisher Kjos String Orchestra Grade 1 Full Conductor Score F $7.00 Jeremy Woolstenhulme SA M L E Edge o the Horizon Neil A. Kjos Music Comany ublisher 2 The Comoser Jeremy Woolstenhulme received his achelor o

More information

J. HARRY WHALLEY. Mixed Quartet, NGS and EEG 2012

J. HARRY WHALLEY. Mixed Quartet, NGS and EEG 2012 J HARRY WHALLEY CLASP TOGETHER (BETA) Mixed Quartet, NGS and EEG 202 Architecture: The diagrams on these ages demonstrate the architecture of the technology for Clas Together (beta) NGS - Neurogranular

More information

2013 SCHOOLS NOTES. MOZART CLARINET CONCERTO Victoria. Image: Mats Bäcker

2013 SCHOOLS NOTES. MOZART CLARINET CONCERTO Victoria. Image: Mats Bäcker 2013 SCHOOLS NOTES MOZART CLARINET CONCERTO Victoria Image: Mats Bäcker MOZART CLARINET CONCERTO Possible Toics/Units o Study: The Classical Period and It s Inluences; Music or Small Ensembles/ Large Ensembles;

More information

UAB YSP Digital Sound Projector OWNER S MANUAL

UAB YSP Digital Sound Projector OWNER S MANUAL UAB -1100 Digital Sound Projector OWNER S MANUAL IMPORTANT SAFETY INSTRUCTIONS IMPORTANT SAFETY INSTRUCTIONS CAUTION RISK OF ELECTRIC SHOCK DO NOT OPEN CAUTION: TO REDUCE THE RISK OF ELECTRIC SHOCK, DO

More information

Revisiting Simplicity and Richness : Postmodernism after The New Complexity. Graham Hair

Revisiting Simplicity and Richness : Postmodernism after The New Complexity. Graham Hair Revisiting Simlicity and Richness : Postmodernism after The New Comlexity Graham Hair [The author would like to acknowledge with thanks a Research Grant from the Arts and Humanities Board of the United

More information

COGNITION AND VOLITION

COGNITION AND VOLITION COGNITION AND VOLITION A Contribution to a Cybernetic Theory of Subjectivity Gotthard Günther *) Preamble It seems to be beyond controversy that the novel science of Cybernetics involves the roblem of

More information

Multimodal Analysis of laughter for an Interactive System

Multimodal Analysis of laughter for an Interactive System Multimodal Analysis of laughter for an Interactive System Jérôme Urbain 1, Radoslaw Niewiadomski 2, Maurizio Mancini 3, Harry Griffin 4, Hüseyin Çakmak 1, Laurent Ach 5, Gualtiero Volpe 3 1 Université

More information

Acoustic Scene Classification

Acoustic Scene Classification Acoustic Scene Classification Marc-Christoph Gerasch Seminar Topics in Computer Music - Acoustic Scene Classification 6/24/2015 1 Outline Acoustic Scene Classification - definition History and state of

More information

SKYCITY ENTERTAINMENT GROUP LIMITED. FY07 Result Year Ended 30 June 2007

SKYCITY ENTERTAINMENT GROUP LIMITED. FY07 Result Year Ended 30 June 2007 SKYCITY ENTERTAINMENT GROUP LIMITED FY07 Result Year Ended 30 June 2007 Contents FY07 Financial Result - Overview FY08 Guidance Cost Reduction Programme Asset Reviews Customer Welfare CEO and Director

More information

When the computer enables freedom from the machine. (On an outline of the work Hérédo-Ribotes)

When the computer enables freedom from the machine. (On an outline of the work Hérédo-Ribotes) When the comuter enables freedom from the machine (On an outline of the work Hérédo-ibotes) abstract abien Lévy 1 comoser In some cases when the musical rocess is sufficiently verbalised and formalized

More information

Automatic Laughter Detection

Automatic Laughter Detection Automatic Laughter Detection Mary Knox Final Project (EECS 94) knoxm@eecs.berkeley.edu December 1, 006 1 Introduction Laughter is a powerful cue in communication. It communicates to listeners the emotional

More information

Article begins on next page

Article begins on next page Definitions of "Chord" in the Teaching of Tonal Harmony Rutgers University has made this article freely available. Please share how this access benefits you. Your story matters. [htts://rucore.libraries.rutgers.edu/rutgers-lib/45570/story/]

More information

Past papers. for graded examinations in music theory Grade 7

Past papers. for graded examinations in music theory Grade 7 Past aers for graded examinations in music theory 2011 Grade 7 Theory of Music Grade 7 November 2011 Your full name (as on aointment sli). Please use BLOCK CAPTALS. Your signature Registration number Centre

More information

Seminar CHIST-ERA Istanbul : 4 March 2014 Kick-off meeting : 27 January 2014 (call IUI 2012)

Seminar CHIST-ERA Istanbul : 4 March 2014 Kick-off meeting : 27 January 2014 (call IUI 2012) project JOKER JOKe and Empathy of a Robot/ECA: Towards social and affective relations with a robot Seminar CHIST-ERA Istanbul : 4 March 2014 Kick-off meeting : 27 January 2014 (call IUI 2012) http://www.chistera.eu/projects/joker

More information

Sonata in A Minor "Per Arpeggione" (1824)

Sonata in A Minor Per Arpeggione (1824) Franz Schubert (1797-1828) Sonata in A Minor "Per Areggione" (1824) arranged or Viola and iano Viola Part Arrangement coyright 1998 by Fred Nachbaur and Jean-Pierre Coulon All rights reserved Free (non-commercial)

More information

Two Fragments on Water and Light

Two Fragments on Water and Light To ragments on Water and Light or voice and invisible instruments Thomas Royal I. Levis Exsurgit Zehirus II. Nubibus Atris Note: A erformance of To ragments on Water and Light requires the use of additional

More information

Bi-Modal Music Emotion Recognition: Novel Lyrical Features and Dataset

Bi-Modal Music Emotion Recognition: Novel Lyrical Features and Dataset Bi-Modal Music Emotion Recognition: Novel Lyrical Features and Dataset Ricardo Malheiro, Renato Panda, Paulo Gomes, Rui Paiva CISUC Centre for Informatics and Systems of the University of Coimbra {rsmal,

More information

i loves you porgy full score

i loves you porgy full score Jazz Lines Publications Presents i loves you orgy As recorded by the miles davis/gil evans orchestra Arranged by gil evans reared by dylan canterbury, rob duboff, and jeffrey sultanof full score from the

More information

SYMMETRY AND NARRATIVE IN CHRISTOPHER ROUSE S TROMBONE CONCERTO WITH WHITE SPACE WAITING (AN ORIGINAL COMPOSITION FOR CHAMBER ORCHESTRA)

SYMMETRY AND NARRATIVE IN CHRISTOPHER ROUSE S TROMBONE CONCERTO WITH WHITE SPACE WAITING (AN ORIGINAL COMPOSITION FOR CHAMBER ORCHESTRA) SYMMETRY AND NARRATIVE IN CHRISTOPHER ROUSE S TROMBONE CONCERTO WITH WHITE SPACE WAITING (AN ORIGINAL COMPOSITION FOR CHAMBER ORCHESTRA) by R. Burkhardt Reiter BM, Eastman School of Music, 1995 MM, Duquesne

More information

Missy Mazzoli. Still Life With Avalanche. Sample begins on following page

Missy Mazzoli. Still Life With Avalanche. Sample begins on following page SchirmerOnDemand htt://digital.schirmer.com/ G. Schirmer's Library o Digital Perusal Scores Missy Mazzoli Still Lie With Avalanche Samle begins on ollowing age Score or sale rom G. Schirmer Rental Library

More information

Laugh when you re winning

Laugh when you re winning Laugh when you re winning Harry Griffin for the ILHAIRE Consortium 26 July, 2013 ILHAIRE Laughter databases Laugh when you re winning project Concept & Design Architecture Multimodal analysis Overview

More information

Henry Walford Davies. SONATA n r 2. in A major for Violin & Piano. edited by. Rupert Marshall-Luck EMP SP002

Henry Walford Davies. SONATA n r 2. in A major for Violin & Piano. edited by. Rupert Marshall-Luck EMP SP002 Henry Walford Davies SONATA n r 2 in A major for Violin & Piano edited by Ruert Marshall-Luck EMP SP002 I Poco agitato (quasi Allegro) Poco agitato (quasi Allegro) 8 Allegro semlice Allegro semlice 14

More information

Sr. SYMS Percussion Information

Sr. SYMS Percussion Information Sr. SYMS Percussion Information Greetings and welcome to the Senior Session of Summer Youth Music School (SYMS) at the University of New Hamshire! Enclosed are the required materials for your lacement

More information

Sequitur XIII for extended piano and live-electronics (two players)

Sequitur XIII for extended piano and live-electronics (two players) Karlheinz Essl Sequitur XIII for extended iano and live-electronics (two layers) 2009 Dedicated to Tzenka Dianova 2009 by Karlheinz Essl www.essl.at Karlheinz Essl Sequitur XIII for extended iano & live-electronics

More information

Phone-based Plosive Detection

Phone-based Plosive Detection Phone-based Plosive Detection 1 Andreas Madsack, Grzegorz Dogil, Stefan Uhlich, Yugu Zeng and Bin Yang Abstract We compare two segmentation approaches to plosive detection: One aproach is using a uniform

More information

Musically Useful Scale Practice

Musically Useful Scale Practice Musically Useul Scale Practice by Jason Siord jiano@gmail.com The study o scales is one o the oundations o iano ractice. They rovide the ianist with a means to ractice coordination, imrove inger dexterity,

More information

Perception of Intensity Incongruence in Synthesized Multimodal Expressions of Laughter

Perception of Intensity Incongruence in Synthesized Multimodal Expressions of Laughter 2015 International Conference on Affective Computing and Intelligent Interaction (ACII) Perception of Intensity Incongruence in Synthesized Multimodal Expressions of Laughter Radoslaw Niewiadomski, Yu

More information

MILLER, TYLER MAXWELL, M.M. Winds of Change (2013) Directed by Dr. Alejandro Rutty. 55pp.

MILLER, TYLER MAXWELL, M.M. Winds of Change (2013) Directed by Dr. Alejandro Rutty. 55pp. MILLER, TYLER MAXWELL, M.M. Winds of Change (201) Directed by Dr. Alejandro Rutty. 55. Winds of Change attemts to build uon the recent tradition of monohonic comositional ractice by combining techniques

More information

Practice Guide Sonatina in F Major, Anh. 5, No. 2, I. Allegro assai Ludwig van Beethoven

Practice Guide Sonatina in F Major, Anh. 5, No. 2, I. Allegro assai Ludwig van Beethoven Practice Guide Sonatina in F Major, Anh 5, No, I Allegro assai Ludwig van Beethoven With its quick scalar assages and broken-chord accomaniment, the lively irst movement o the Sonatina in F Major is a

More information

Digital Signal Processing

Digital Signal Processing COMP ENG 4TL4: Digital Signal Processing Notes for Lecture #1 Friday, September 5, 2003 Dr. Ian C. Bruce Room CRL-229, Ext. 26984 ibruce@mail.ece.mcmaster.ca Office Hours: TBA Instructor: Teaching Assistants:

More information

MAKING INTERACTIVE GUIDES MORE ATTRACTIVE

MAKING INTERACTIVE GUIDES MORE ATTRACTIVE MAKING INTERACTIVE GUIDES MORE ATTRACTIVE Anton Nijholt Department of Computer Science University of Twente, Enschede, the Netherlands anijholt@cs.utwente.nl Abstract We investigate the different roads

More information

Programme notes and information for performer. [B] contained. for clarinet and digitally-processed sound. confined -> enclosed -> implied -> revealed

Programme notes and information for performer. [B] contained. for clarinet and digitally-processed sound. confined -> enclosed -> implied -> revealed Programme notes and inormation or erormer [B] contained or clarinet and digitally-rocessed sound conined -> enclosed -> ilied -> revealed All the digital sound material in this iece was created rom an

More information

A combination of approaches to solve Task How Many Ratings? of the KDD CUP 2007

A combination of approaches to solve Task How Many Ratings? of the KDD CUP 2007 A combination of approaches to solve Tas How Many Ratings? of the KDD CUP 2007 Jorge Sueiras C/ Arequipa +34 9 382 45 54 orge.sueiras@neo-metrics.com Daniel Vélez C/ Arequipa +34 9 382 45 54 José Luis

More information

Detection of Panoramic Takes in Soccer Videos Using Phase Correlation and Boosting

Detection of Panoramic Takes in Soccer Videos Using Phase Correlation and Boosting Detection of Panoramic Takes in Soccer Videos Using Phase Correlation and Boosting Luiz G. L. B. M. de Vasconcelos Research & Development Department Globo TV Network Email: luiz.vasconcelos@tvglobo.com.br

More information

Deep Neural Networks Scanning for patterns (aka convolutional networks) Bhiksha Raj

Deep Neural Networks Scanning for patterns (aka convolutional networks) Bhiksha Raj Deep Neural Networks Scanning for patterns (aka convolutional networks) Bhiksha Raj 1 Story so far MLPs are universal function approximators Boolean functions, classifiers, and regressions MLPs can be

More information

A Categorical Approach for Recognizing Emotional Effects of Music

A Categorical Approach for Recognizing Emotional Effects of Music A Categorical Approach for Recognizing Emotional Effects of Music Mohsen Sahraei Ardakani 1 and Ehsan Arbabi School of Electrical and Computer Engineering, College of Engineering, University of Tehran,

More information

Music Mood. Sheng Xu, Albert Peyton, Ryan Bhular

Music Mood. Sheng Xu, Albert Peyton, Ryan Bhular Music Mood Sheng Xu, Albert Peyton, Ryan Bhular What is Music Mood A psychological & musical topic Human emotions conveyed in music can be comprehended from two aspects: Lyrics Music Factors that affect

More information

Speech Recognition and Signal Processing for Broadcast News Transcription

Speech Recognition and Signal Processing for Broadcast News Transcription 2.2.1 Speech Recognition and Signal Processing for Broadcast News Transcription Continued research and development of a broadcast news speech transcription system has been promoted. Universities and researchers

More information

bidin my time full score

bidin my time full score Jazz Lines ublications resents bidin my time recorded by ella fitzgerald Arranged by nelson riddle reared for ublication by Rob DuBoff and Jeffrey Sultanof full score from the original manuscrit jl-9415

More information

Bach performance in Italian instructive editions

Bach performance in Italian instructive editions Performa 09 Conference on Performance Studies University of Aveiro, May 2009 Bach erformance in Italian instructive editions Chiara Bertoglio, University of Birmingham chiara@chiarabertoglio.com Introduction

More information

CS229 Project Report Polyphonic Piano Transcription

CS229 Project Report Polyphonic Piano Transcription CS229 Project Report Polyphonic Piano Transcription Mohammad Sadegh Ebrahimi Stanford University Jean-Baptiste Boin Stanford University sadegh@stanford.edu jbboin@stanford.edu 1. Introduction In this project

More information

Richard Barrett. pauk trumpet in Bb and accordion. performing score

Richard Barrett. pauk trumpet in Bb and accordion. performing score Richard Barrett auk 2013-14 truet in and ordion erorming score auk (2013-14) or truet in and ordion to Nenad Marković and Vladimir Blagojević duration: aroximately minutes The truet art is written or a

More information

ARKANSAS SOUTH REGION ORCHESTRA JUNIOR HIGH STRING AUDITION MATERIALS ~ SET II (2018)

ARKANSAS SOUTH REGION ORCHESTRA JUNIOR HIGH STRING AUDITION MATERIALS ~ SET II (2018) ARKANSAS SOUTH REGION ORCHESTRA JUNIOR HIGH STRING AUDITION MATERIALS ~ SET II (2018) There are two junior high erforming grous at the South Region Orchestra Clinic. The to layers in each section according

More information

Audio-Based Video Editing with Two-Channel Microphone

Audio-Based Video Editing with Two-Channel Microphone Audio-Based Video Editing with Two-Channel Microphone Tetsuya Takiguchi Organization of Advanced Science and Technology Kobe University, Japan takigu@kobe-u.ac.jp Yasuo Ariki Organization of Advanced Science

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

Improving Performance in Neural Networks Using a Boosting Algorithm

Improving Performance in Neural Networks Using a Boosting Algorithm - Improving Performance in Neural Networks Using a Boosting Algorithm Harris Drucker AT&T Bell Laboratories Holmdel, NJ 07733 Robert Schapire AT&T Bell Laboratories Murray Hill, NJ 07974 Patrice Simard

More information

Bilbo-Val: Automatic Identification of Bibliographical Zone in Papers

Bilbo-Val: Automatic Identification of Bibliographical Zone in Papers Bilbo-Val: Automatic Identification of Bibliographical Zone in Papers Amal Htait, Sebastien Fournier and Patrice Bellot Aix Marseille University, CNRS, ENSAM, University of Toulon, LSIS UMR 7296,13397,

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