Temporal Dynamics in Music Listening Behavior: A Case Study of Online Music Service

Size: px
Start display at page:

Download "Temporal Dynamics in Music Listening Behavior: A Case Study of Online Music Service"

Transcription

1 9th IEEE/ACIS International Conference on Computer and Information Science Temporal Dynamics in Music Listening Behavior: A Case Study of Online Music Service Chan Ho Park Division of Technology and Development Neowiz Bugs Corporation Seoul, Korea chpark@neowizbugs.com Minsuk Kahng School of Computer Science and Engineering Seoul National University Seoul, Korea minsuk@europa.snu.ac.kr Abstract Although temporal context may significantly affect the popularity of items and user preference over items, traditional information filtering techniques such as recommender systems have not sufficiently considered temporal factors. Modeling temporal dynamics in user behavior is not trivial, and it is challenging to study its effect in order to provide better recommendation results to users. To incorporate temporal effects into information filtering systems, we analyze a large sized real-world usage log data gathered from Bugs Music, which is one of the well-known online music service in Korea, and study temporal dynamics in users music listening behaviors considering periodicity of time dimension and popularity change. We insist that the result of our analysis can be a useful guideline to the industry which delivers music items to users and tries to consider temporal context in their recommendations. Keywords-temporal dynamics; data analysis; usage log analysis; popularity; recommendation; context-awareness; online music; I. INTRODUCTION As the amount of information available on the Web increases tremendously, it has become more difficult for users to choose appropriate contents or items. To help users tackle this information overload, a wide range of recommender systems have been proposed and successfully applied to various Web based services (e.g. Amazon 1, Netflix 2, Last.fm 3, etc) that deliver contents or items to users who may like them. The simple but powerful way of generating a recommended item list is to show popular items to all users. For example, the Billboard chart can be an example of a recommendation list that is provided weekly, based on popularity of the songs. However, Wu et al. argued that a simple popular item list is not a good strategy to increase the click-through rate [1]. They concluded that service provider should consider both popularity and novelty to maximize users attention. Although there have been few approaches to incorporating temporal dynamics to their systems, most of the traditional 1 Amazon, 2 NetFlix, 3 Last.fm, recommender systems do not consider time as an important factor; however, in a practical situation, there exists temporal dynamics, also known as concept drift [2], [3]. To consider temporal factors for incorporating them to information filtering systems, we need to consider following issues. First of all, we need to consider that new items are continuously appearing, and their popularity also changes. Thus, systems should detect new items and consider their popularity changes. Moreover, user preference over items is also changing [3], [4]. For instance, a user interested in Pop Rock music might prefer Hip-hop style a year later. In addition, Koren showed that users overall rating scale also can change, by analyzing Netflix dataset [2]. Among many contextual dimensions, such as time, location, user, temperature, etc., the time dimension is distinguishable in that developing a model since timestamp is not just simple continuous or categorical variables. Timestamp is continuous and periodic at the same time. Therefore, preference on some contents or items can be also periodic [5], [6]. For example, Christmas carols are listened more often in December and queries related to movie are requested more on weekends. There are various approaches to consider these kinds of periodic effects [6] [8]. In this paper, we analyze the usage log data achieved from Bugs Music service especially focusing on temporal dynamics in the logs. We examine how temporal context affects users preference on songs and the popularity of songs changes since they are released. We insist that the result of our analysis can give useful insight to other researchers and the industry that aim to recommend music items considering temporal context. The rest of the paper is organized as follows. We present related work in Section 2, and Section 3 describes our dataset and how we sampled and cleaned the data. In Section 4, we analyzed our dataset considering several aspects. First, we present basic data analysis and show the periodic characteristics. Next, we show how temporal context affects users preference on music. Also, we try to figure out how the popularity of music changes over time. We conclude the paper in Section /1 $ IEEE DOI 1.119/ICIS

2 II. RELATED WORK In this section, we review the literature about modeling temporal effects for delivering contents to users. Collaborative filtering is one of the most successful techniques for recommending items to users [9]. However, it gives the same weight to each log record whether it is from one year or one day ago. Many researchers tried to give them different effect with respect to recency [1], [11]. In addition, traditional methods assume users preferences are static and not changing. There are a number of approaches to capturing the drift of users interests [3], [4]. Koren incorporated time factor into collaborative filtering model [2]. He assumes that user s rating scale, item popularity, and users preference for items can change over time. This time changing collaborative filtering model describes Netflix dataset well. There are also several approaches to capturing periodic effects. Vlachos et al., represented time series as a linear combination of complex sinusoids to find periodic queries in Web search [6]. Alonso et al. used four granules which are days, weeks, months, and years to represent time [8]. Park et al. [12] used a fuzzy membership function to categorize continuous dimension for context-aware music recommendation using Bayesian Network, and Shin et al. [7] applied the idea of using the fuzzy membership function to represent timestamp as contextual concepts for context abstraction (especially for timestamp). A. Data Source III. DATA PREPARATION The usage log data we used in this paper is from Bugs Music 4. It is one of the largest commercial online music services in Korea. The data is collected from August 28 to July 29, a period of almost one year. The main data source of our analysis is only the usage log table. Although we can look up the metadata table to figure out the meaning of results, the metadata is not our main data source. Each log record in the log table contains user identification, song identification, timestamp, length of service in seconds, etc. In other words, one record corresponds to one event which means a user listened to a song at a particular time. Table I shows an example of the log table. Table I EXAMPLE OF USAGE LOG TABLE No. Timestamp User ID Song ID Svc. Len. (s) :3: :3: :3: :1: Bugs Music, B. Sampling Strategy The original log table contains billions of records. Since our aim is to get an approximate distribution of popularity, we sampled the dataset. First, we sampled users. Based on user identification number, we extracted about 1 percent of users. In addition, we sampled 1 percent of records based on timestamp value. In other words, the sampled data is about 1 percent of the whole log dataset. Actually, the data we used are less than 1 percent since we went through a data cleansing process which we will explain in the next subsection. Table II shows basic statistical information after data sampling and cleansing. Table II BASIC COUNT INFORMATION Number of Log Records 14,85,737 Number of Tracks (Songs) 322,85 Number of Users 71,112 Number of Dates 363 Since our analysis does not include join operation between data records, this kind of sampling strategy does not affect the result of our analysis. C. Interpreting Implicit Behavior for Data Cleansing Since raw log records have noisy data, we need to remove some records which have inaccurate or inappropriate information. The log data which does not reflect users actual preference needs to be removed. In the music context, observing skipping behavior is a great way of determining user preference [13]. The log record of a user listening to a very small portion of the whole track, in other words, skipping, shows the user did not want to listen to music in her context. We removed the log records in which the length listened is less than half of whole length. Moreover, the records whose service length is much (2 percent) more than track length are removed since it may show users stopped listening to that music in the middle of the track, or some error caused by external system issues. A. Basic Analysis IV. ANALYSIS Before we examined the effect of temporal dynamics, we performed some basic data analysis. 1) Users: Figure 1 displays the number of music listening events for users who have more than 1 listening events. The horizontal axis represents users and aligned by the number of events. The shape of distribution looks similar to a typical Web usage distribution [14]. Figure 2 shows the relationship between the number of music listening events for users and number of unique songs listened for users. Generally, the contents, such as 574

3 news, blog, video, are consumed just once for each user. Thus, service provider can use binary preference for these domains [15]. However, in the music domain, people listen to songs repeatedly. If a user likes particular songs, she adds them to her playlist, and listens to them again and again. Thus, the service provider should carefully interpret these kind of repeated events under usage log. The dots at the right side of the plot in Figure 2 means people listened to particular songs many times, or they do not tend to change their playlist. is a tendency that the number of listening events per user for teenage idols songs is relatively high. Therefore, when service providers give ranking of popular music, simple counting cannot reflect all users preferences. To overcome this problem, they can use the number of distinct users who listened to that song. Otherwise, they should apply some other techniques to handle this bias. 1 # of listeners or listeners song user Figure 1. Number of Music Listening Events for Users 1 Figure 3. B. Periodicity Number of Listening Events and Listeners for Songs In this subsection, we present some time-series analyses, and show several kinds of periodic patterns in our dataset. Figure 4 presents the number of music listening events for each day over one year. We can see periodic patterns the lines are going up and down every 7 days. This is because user traffic is decreased on the weekend. # of listeners in a day moving average Figure 2. for Users Relationship between Number of Listening Events and Songs 2) Songs: Figure 3 shows a basic analysis for songs. The upper one (plus sign in red) indicates the number of listening events for songs and the lower one (x sign in green) indicates the number of distinct users who listened to that song. We can see that people listened to popular songs about 5 times on average. The value decreases as its popularity decreases. In addition, there are some songs that people listened to more than 5 times on average. These songs are plotted below in the figure. We found that there 1 Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug date Figure 4. Number of Listening Events for each day Figure 5 represents the number of events using box-andwhisker plot for each day of the week, which shows that traffic decreases significantly on the weekend. In addition to weekly periodic patterns, there is also a daily cycle. We plot the number of listening events for each 575

4 hour in Figure 6. The distribution shows that traffic reaches the peak around 5 PM, and the number of records at 5 AM is about 15 percent of that at 5 PM. In fact, the users in global online services, such as Yahoo, are from various time zones [5]. Although the users in our dataset are not from the same time zone, most users are located in a particular time zone (GMT+9:). per day per day Figure box plot avg Mon Tue Wed Thu Fri Sat Sun day of week Number of Listening Events for each day of week box plot avg hour Figure 6. C. Temporal Context Number of Listening Events for each hour Nowadays, there is a lot of effort to incorporate contextual information into applications, such as search engine results, recommender systems [16], [17]. In the music domain, we have some stereotype related to temporal context, such as people prefer dance music more in the summer, people tend to listen to sad music at night than in the morning. Shin et al. showed that the quality of recommendation can be improved by considering temporal context, such as summer, night, weekend, etc [7]. We used genre to classify songs using our 2-level genre metadata table. Although Shin et al. mapped songs to concepts using tags and external sources, such as ODP 5, we do not have this kind of information, so we use genre in this paper. First, we want to figure out whether time of day affects users music preference. We picked 1 genres to show the difference between them. We normalized the values to recognize the differences more easily. Figure 7 shows the result. rate of listening events Ballad Rock Ballad Dance Pop Pop Rock RNB Adult contemporary Indie Rock Hip-Hop Solo Instrumental Kids hour Figure 7. Daily Effect in Genre Preference Some minor genres including kids and solo instrumental show different patterns compared to most genres, such as ballad, dance pop, and rock. The traffic of these genres has a peak at noon, and decreases rapidly in the evening, while most genres have higher values in the evening. Among popular genres, there is also a slightly different pattern. For instance, people prefer listening to rhythm-and-blues to dance pop at night. Next, we try to see if there exists seasonal effects on music preference. Figure 8 expresses changes in genre preference 5 ODP - Open Directory Project, rate of listening events Ballad Dance Pop RNB Hip-hop TV Drama Pop-Rap Trot Pop-Rock Carol month Figure 8. Seasonal Effect in Genre Preference 576

5 throughout a year. We note several findings in this figure. Ballad songs are preferred over dance pop, and the difference is relatively big in the winter. On the other hand, people like to listen to dance-pop music more in the summer (June and July). One of the interesting results is Christmas carol. While there is a very small number of listening events (less than.5 percent) from January to November, 4 percent of listening events is related to Christmas carol in December. D. Popularity Change In this subsection, we analyze how popularity of songs changes since they are released. To simplify our analysis, we pick some popular songs. Figure 9 shows their daily popularity (number of listening events for each day) and each line represents one song. To compare the pattern for change between songs, we let the horizontal axis represent the number of days after the song is released, or age of songs. As we can see Figure 1, the patterns for songs are similar. The distribution may fit into several diffusion models. The diffusion models, such as Bass diffusion model [18], describe how new products get adopted and can be used to predict the popularity of products. Compared to other kinds of offline products, the characteristics for online songs reach the peak very fast. Therefore, it is important to detect songs in which the rate of increase in popularity is high. To push them to users, Bugs already provides a list of real-time song ranking service. This kind of model also makes it possible to predict the cumulative number of listening events from the early listening history of the song [19] Track #1 (Nobody) Track #2 (As I was shot) Track #3 (Day by Day) Track #4 (Gee) Track #5 (Mirotic) Track #6 (Can you hear me?) Track #7 (Love... him) Track #8 (Rain and You) Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug date Figure 9. Daily Popularity for Songs We can see that the popularity of popular songs increase rapidly and reaches the peak after it is released. It needs only about two weeks to get the peak. After that, their popularity decreases continuously, and their life span is similar, which is about 4 to 6 months. rate of listening events Track #1 (Nobody) Track #2 (As I was shot) Track #3 (Day by Day) Track #4 (Gee) Track #5 (Mirotic) Track #6 (Can you hear me?) Track #7 (Love... him) Track #8 (Rain and You) age of song (elapsed day since released) Figure 1. Daily Popularity over Age of Songs V. CONCLUSION In this paper, we have studied temporal dynamics in users music listening behaviors by analyzing usage log dataset gathered from Bugs Music, which is one of the most popular online music service in Korea. Our usage log dataset contains billions of music listening events for about a year. Before we studied temporal dynamics, we pointed out that there is a difference between the consumption behavior of music and that of others like news, blog, video, etc. Unlike these other contents, people listen to songs repeatedly. Although the number of times a user listens to a particular song shows his preference for that song, service provider should carefully interpret these values since the number of listening events to a particular song is not linearly correlated with his preference. Unlike other contextual dimensions, time dimension has periodicity. We showed that some genres of music are preferred at specific time of day. Moreover, we analyzed seasonal effect and showed that some genres are more popular at particular seasons or months. However, our study classified songs only by genre. Future work should focus on finding which groups of songs are related to which contextual concept using statistical analysis. In addition, for more accurate analysis, we should include a dataset for several years and use more sophisticated techniques. We did a time-series analysis for some popular songs. It shows that popularity of songs changes continuously. After a song is released, its popularity reaches to the peak very fast, then it decreases slowly. Modeling popularity in the context of temporal dynamics and predicting popularity will help maximize users attention and revenue. As we saw in the paper, temporal analysis on usage log dataset reveals users content consuming behaviors. We expect that it can be a useful guideline to other researchers and the industry that aim to deliver online contents to users and consider their personal context. 577

6 ACKNOWLEDGMENT We would like to thank Neowiz Bugs Corporation who provided their log dataset for research purpose. We are also grateful to Professor Sang-goo Lee, Dongjoo Lee, Sung Eun Park, and Sangkeun Lee at Seoul National University for comments and helping us to co-operate. This research was supported by the MKE(The Ministry of Knowledge Economy), Korea, under the ITRC(Information Technology Research Center) support program supervised by the NIPA(National IT Industry Promotion Agency). (grant number NIPA-21-C ) REFERENCES [1] F. Wu and B. A. Huberman, Popularity, novelty and attention, in EC 8: Proceedings of the 9th ACM conference on Electronic commerce. ACM, 28, pp [2] Y. Koren, Collaborative filtering with temporal dynamics, in KDD 9: Proceedings of the 15th ACM SIGKDD international conference on Knowledge discovery and data mining. ACM, 29, pp [3] I. Koychev and I. Schwab, Adaptation to drifting user s interests, in Proceedings of ECML2 Workshop: Machine Learning in New Information Age. Citeseer, 2, pp [4] S. Ma, X. Li, Y. Ding, and M. Orlowska, A recommender system with interest-drifting, in WISE 7: Proceedings of the 8th international conference on Web information systems engineering. Springer, pp [5] D. Agarwal, B. Chen, and P. Elango, Spatio-temporal models for estimating click-through rate, in WWW 9: Proceedings of the 18th international conference on World wide web. ACM, 29, pp [6] M. Vlachos, C. Meek, Z. Vagena, and D. Gunopulos, Identifying similarities, periodicities and bursts for online search queries, in SIGMOD 4: Proceedings of the 24 ACM SIGMOD international conference on Management of data. ACM, 24, pp [7] D. Shin, J. won Lee, J. Yeon, and S. goo Lee, Context-aware recommendation by aggregating user context, in CEC 9: IEEE Conference on Commerce and Enterprise Computing. IEEE, 29, pp [8] O. Alonso, M. Gertz, and R. Baeza-Yates, Clustering and exploring search results using timeline constructions, in CIKM 9: Proceeding of the 18th ACM conference on Information and knowledge management. ACM, 29, pp [9] J. Schafer, D. Frankowski, J. Herlocker, and S. Sen, Collaborative filtering recommender systems, pp , 27. [1] Y. Ding and X. Li, Time weight collaborative filtering, in CIKM 5: Proceedings of the 14th ACM international conference on Information and knowledge management. ACM, 25, pp [11] Y. Ding, X. Li, and M. Orlowska, Recency-based collaborative filtering, in ADC 6: Proceedings of the 17th Australasian Database Conference. Australian Computer Society, Inc., 26, p. 17. [12] H. Park, J. Yoo, and S. Cho, A context-aware music recommendation system using fuzzy bayesian networks with utility theory, Fuzzy Systems and Knowledge Discovery, pp , 26. [13] E. Pampalk, T. Pohle, and G. Widmer, Dynamic playlist generation based on skipping behavior, in Proceedings of the 6th ISMIR Conference, 25, pp [14] L. Guo, E. Tan, S. Chen, Z. Xiao, and X. Zhang, The stretched exponential distribution of internet media access patterns, in Proceedings of the twenty-seventh ACM symposium on Principles of distributed computing. ACM, 28, pp [15] A. Das, M. Datar, A. Garg, and S. Rajaram, Google news personalization: scalable online collaborative filtering, in Proceedings of the 16th international conference on World Wide Web. ACM, 27, p. 28. [16] G. Adomavicius, R. Sankaranarayanan, S. Sen, and A. Tuzhilin, Incorporating contextual information in recommender systems using a multidimensional approach, ACM Transactions on Information Systems (TOIS), vol. 23, no. 1, pp , 25. [17] D. Lee, S. E. Park, M. Kahng, S. Lee, and S. goo Lee, Exploiting contextual information from event logs for personalized recommendation, in 9th IEEE/ACIS International Conference on Computer and Information Science, Studies in Computational Intelligence. Springer, 21. [18] F. Bass, Comments on a new product growth for model consumer durables: the Bass model, Management science, pp , 24. [19] K. Lerman and T. Hogg, Using a model of social dynamics to predict popularity of news, in WWW 1: Proceedings of the 19th international conference on World wide web. ACM, 21, pp

Chapter 3 Answers. Problem of the Week p a)

Chapter 3 Answers. Problem of the Week p a) Chapter 3 Answers Problem of the Week p. 3 1. a) How Much Water I Drank Number of glasses 8 b) For example, the data range would go from 3 to 1, so the broken line would move up. It would start at 3 and

More information

THE SVOD REPORT CHARTING THE GROWTH IN SVOD SERVICES ACROSS THE UK 1 TOTAL TV: AVERAGE DAILY MINUTES

THE SVOD REPORT CHARTING THE GROWTH IN SVOD SERVICES ACROSS THE UK 1 TOTAL TV: AVERAGE DAILY MINUTES 1 THE SVOD REPORT CHARTING THE GROWTH IN SVOD SERVICES ACROSS THE UK January 219 A lot can change in a year. In 218, England had a football team that the public actually enjoyed watching and the Beast

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

Ameliorating Music Recommendation

Ameliorating Music Recommendation Ameliorating Music Recommendation Integrating Music Content, Music Context, and User Context for Improved Music Retrieval and Recommendation MoMM 2013, Dec 3 1 Why is music recommendation important? Nowadays

More information

TEMPORAL MUSIC CONTEXT IDENTIFICATION WITH USER LISTENING DATA

TEMPORAL MUSIC CONTEXT IDENTIFICATION WITH USER LISTENING DATA TEMPORAL MUSIC CONTEXT IDENTIFICATION WITH USER LISTENING DATA Cameron Summers Gracenote csummers@gracenote.com Phillip Popp Gracenote ppopp@gracenote.com ABSTRACT The times when music is played can indicate

More information

Line-Adaptive Color Transforms for Lossless Frame Memory Compression

Line-Adaptive Color Transforms for Lossless Frame Memory Compression Line-Adaptive Color Transforms for Lossless Frame Memory Compression Joungeun Bae 1 and Hoon Yoo 2 * 1 Department of Computer Science, SangMyung University, Jongno-gu, Seoul, South Korea. 2 Full Professor,

More information

Release Year Prediction for Songs

Release Year Prediction for Songs Release Year Prediction for Songs [CSE 258 Assignment 2] Ruyu Tan University of California San Diego PID: A53099216 rut003@ucsd.edu Jiaying Liu University of California San Diego PID: A53107720 jil672@ucsd.edu

More information

Estimating Number of Citations Using Author Reputation

Estimating Number of Citations Using Author Reputation Estimating Number of Citations Using Author Reputation Carlos Castillo, Debora Donato, and Aristides Gionis Yahoo! Research Barcelona C/Ocata 1, 08003 Barcelona Catalunya, SPAIN Abstract. We study the

More information

Automatic Commercial Monitoring for TV Broadcasting Using Audio Fingerprinting

Automatic Commercial Monitoring for TV Broadcasting Using Audio Fingerprinting Automatic Commercial Monitoring for TV Broadcasting Using Audio Fingerprinting Dalwon Jang 1, Seungjae Lee 2, Jun Seok Lee 2, Minho Jin 1, Jin S. Seo 2, Sunil Lee 1 and Chang D. Yoo 1 1 Korea Advanced

More information

Using Genre Classification to Make Content-based Music Recommendations

Using Genre Classification to Make Content-based Music Recommendations Using Genre Classification to Make Content-based Music Recommendations Robbie Jones (rmjones@stanford.edu) and Karen Lu (karenlu@stanford.edu) CS 221, Autumn 2016 Stanford University I. Introduction Our

More information

RELIABILITY REASON FOR A COMMERCIAL INADVERTENT-INTERCHANGE SETTLEMENT STANDARD.

RELIABILITY REASON FOR A COMMERCIAL INADVERTENT-INTERCHANGE SETTLEMENT STANDARD. RELIABILITY REASON FOR A COMMERCIAL INADVERTENT-INTERCHANGE SETTLEMENT STANDARD. Attached are 2 graphs of monthly average frequency error on the Eastern Interconnection back to 1994. The error is the deviation

More information

WHAT'S HOT: LINEAR POPULARITY PREDICTION FROM TV AND SOCIAL USAGE DATA Jan Neumann, Xiaodong Yu, and Mohamad Ali Torkamani Comcast Labs

WHAT'S HOT: LINEAR POPULARITY PREDICTION FROM TV AND SOCIAL USAGE DATA Jan Neumann, Xiaodong Yu, and Mohamad Ali Torkamani Comcast Labs WHAT'S HOT: LINEAR POPULARITY PREDICTION FROM TV AND SOCIAL USAGE DATA Jan Neumann, Xiaodong Yu, and Mohamad Ali Torkamani Comcast Labs Abstract Large numbers of TV channels are available to TV consumers

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

1) New Paths to New Machine Learning Science. 2) How an Unruly Mob Almost Stole. Jeff Howbert University of Washington

1) New Paths to New Machine Learning Science. 2) How an Unruly Mob Almost Stole. Jeff Howbert University of Washington 1) New Paths to New Machine Learning Science 2) How an Unruly Mob Almost Stole the Grand Prize at the Last Moment Jeff Howbert University of Washington February 4, 2014 Netflix Viewing Recommendations

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

Strategic innovation programme IoT Sweden Trend report:

Strategic innovation programme IoT Sweden Trend report: Strategic innovation programme IoT Sweden Trend report: The Internet of Things in 2017 1 Introduction Background and purpose In recent years, the Internet of Things (IoT) has become more and more of a

More information

3. Green OA (self-archiving) needs to be mandated

3. Green OA (self-archiving) needs to be mandated 1. The Journal Affordability Problem The Research Accessibility Problem 2. Open Access Open Access Publishing (Gold OA) 3. Green OA (self-archiving) needs to be mandated (the research community itself

More information

Sarcasm Detection in Text: Design Document

Sarcasm Detection in Text: Design Document CSC 59866 Senior Design Project Specification Professor Jie Wei Wednesday, November 23, 2016 Sarcasm Detection in Text: Design Document Jesse Feinman, James Kasakyan, Jeff Stolzenberg 1 Table of contents

More information

Happily ever after or not: E-book collection usage analysis and assessment at USC Library

Happily ever after or not: E-book collection usage analysis and assessment at USC Library ACS 240 th CINF: Assessing Collections and Information Resources in Science and Technology Happily ever after or not: E-book collection usage analysis and assessment at USC Library Norah Xiao USC Libraries

More information

Robust 3-D Video System Based on Modified Prediction Coding and Adaptive Selection Mode Error Concealment Algorithm

Robust 3-D Video System Based on Modified Prediction Coding and Adaptive Selection Mode Error Concealment Algorithm International Journal of Signal Processing Systems Vol. 2, No. 2, December 2014 Robust 3-D Video System Based on Modified Prediction Coding and Adaptive Selection Mode Error Concealment Algorithm Walid

More information

EXPLORING THE USE OF ENF FOR MULTIMEDIA SYNCHRONIZATION

EXPLORING THE USE OF ENF FOR MULTIMEDIA SYNCHRONIZATION EXPLORING THE USE OF ENF FOR MULTIMEDIA SYNCHRONIZATION Hui Su, Adi Hajj-Ahmad, Min Wu, and Douglas W. Oard {hsu, adiha, minwu, oard}@umd.edu University of Maryland, College Park ABSTRACT The electric

More information

Centre d études sur les médias and Journal of Media Economics. HEC Montréal, Montréal, Canada May 12-15, 2004

Centre d études sur les médias and Journal of Media Economics. HEC Montréal, Montréal, Canada May 12-15, 2004 6 th World Media Economics Conference Centre d études sur les médias and Journal of Media Economics HEC Montréal, Montréal, Canada May 12-15, 2004 Pricing Strategies of Internet VOD Services And its Impact

More information

Privacy Level Indicating Data Leakage Prevention System

Privacy Level Indicating Data Leakage Prevention System Privacy Level Indicating Data Leakage Prevention System Jinhyung Kim, Jun Hwang and Hyung-Jong Kim* Department of Computer Science, Seoul Women s University {jinny, hjun, hkim*}@swu.ac.kr Abstract As private

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

Selective Intra Prediction Mode Decision for H.264/AVC Encoders

Selective Intra Prediction Mode Decision for H.264/AVC Encoders Selective Intra Prediction Mode Decision for H.264/AVC Encoders Jun Sung Park, and Hyo Jung Song Abstract H.264/AVC offers a considerably higher improvement in coding efficiency compared to other compression

More information

Computational Modelling of Harmony

Computational Modelling of Harmony Computational Modelling of Harmony Simon Dixon Centre for Digital Music, Queen Mary University of London, Mile End Rd, London E1 4NS, UK simon.dixon@elec.qmul.ac.uk http://www.elec.qmul.ac.uk/people/simond

More information

Automatic Rhythmic Notation from Single Voice Audio Sources

Automatic Rhythmic Notation from Single Voice Audio Sources Automatic Rhythmic Notation from Single Voice Audio Sources Jack O Reilly, Shashwat Udit Introduction In this project we used machine learning technique to make estimations of rhythmic notation of a sung

More information

PUBLICATION RESEARCH TRENDS ON TECHNICAL REVIEW JOURNAL: A SCIENTOMETRIC STUDY

PUBLICATION RESEARCH TRENDS ON TECHNICAL REVIEW JOURNAL: A SCIENTOMETRIC STUDY PUBLICATION RESEARCH TRENDS ON TECHNICAL REVIEW JOURNAL: A SCIENTOMETRIC STUDY Velmurugan, C Research Scholar Department of Library and Information Science, Periyar University, Salem-636 011, Tamilnadu,

More information

WHEN a fault occurs on power systems, not only are the

WHEN a fault occurs on power systems, not only are the IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 24, NO. 1, JANUARY 2009 73 An Innovative Decaying DC Component Estimation Algorithm for Digital Relaying Yoon-Sung Cho, Member, IEEE, Chul-Kyun Lee, Gilsoo Jang,

More information

Michael Jackson Albums In Order

Michael Jackson Albums In Order Michael Jackson Albums In Order [BIG] Data Link Michael Jackson Albums In Order [FREEMIUM] Access. Free Download Ebook PDF MICHAEL JACKSON ALBUMS IN ORDER with premium access MICHAEL JACKSON ALBUMS DISCOGRAPHY

More information

DESIGN PATENTS FOR IMAGE INTERFACES

DESIGN PATENTS FOR IMAGE INTERFACES 251 Journal of Technology, Vol. 32, No. 4, pp. 251-259 (2017) DESIGN PATENTS FOR IMAGE INTERFACES Rain Chen 1, * Thomas C. Blair 2 Sung-Yun Shen 3 Hsiu-Ching Lu 4 1 Department of Visual Communication Design

More information

Delaware Division of Libraries Update A presentation at the joint Delaware Library Association/ Maryland Library Association Annual Conference 2013

Delaware Division of Libraries Update A presentation at the joint Delaware Library Association/ Maryland Library Association Annual Conference 2013 Delaware Division of Libraries Update A presentation at the joint Delaware Library Association/ Maryland Library Association Annual Conference 2013 Beth-Ann Ryan, Deputy Director, Delaware Division of

More information

Book Retailers Uk List

Book Retailers Uk List Book Retailers Uk List [BY] Popular Writer : Book Retailers Uk List - Book [PDF]. Free Download Ebook PDF BOOK RETAILERS UK LIST with premium access LIST OF BOOKSTORE CHAINS - WIKIPEDIA Wed, 13 Dec 2017

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

Reducing IPTV Channel Zapping Time Based on Viewer s Surfing Behavior and Preference

Reducing IPTV Channel Zapping Time Based on Viewer s Surfing Behavior and Preference Reducing IPTV Zapping Time Based on Viewer s Surfing Behavior and Preference Yuna Kim, Jae Keun Park, Hong Jun Choi, Sangho Lee, Heejin Park, Jong Kim Dept. of CSE, POSTECH Pohang, Korea {existion, ohora,

More information

Gaining Musical Insights: Visualizing Multiple. Listening Histories

Gaining Musical Insights: Visualizing Multiple. Listening Histories Gaining Musical Insights: Visualizing Multiple Ya-Xi Chen yaxi.chen@ifi.lmu.de Listening Histories Dominikus Baur dominikus.baur@ifi.lmu.de Andreas Butz andreas.butz@ifi.lmu.de ABSTRACT Listening histories

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

Luwei Yang. Mobile: (+86) luweiyang.com

Luwei Yang. Mobile: (+86) luweiyang.com Luwei Yang Mobile: (+86) 17502530917 luwei.yang.qm@gmail.com luweiyang.com Personal Statement A machine learning researcher obtained PhD degree from Queen Mary University of London. Looking to secure the

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

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

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

Normalized Cumulative Spectral Distribution in Music

Normalized Cumulative Spectral Distribution in Music Normalized Cumulative Spectral Distribution in Music Young-Hwan Song, Hyung-Jun Kwon, and Myung-Jin Bae Abstract As the remedy used music becomes active and meditation effect through the music is verified,

More information

DOES MOVIE SOUNDTRACK MATTER? THE ROLE OF SOUNDTRACK IN PREDICTING MOVIE REVENUE

DOES MOVIE SOUNDTRACK MATTER? THE ROLE OF SOUNDTRACK IN PREDICTING MOVIE REVENUE DOES MOVIE SOUNDTRACK MATTER? THE ROLE OF SOUNDTRACK IN PREDICTING MOVIE REVENUE Haifeng Xu, Department of Information Systems, National University of Singapore, Singapore, xu-haif@comp.nus.edu.sg Nadee

More information

NEXTONE PLAYER: A MUSIC RECOMMENDATION SYSTEM BASED ON USER BEHAVIOR

NEXTONE PLAYER: A MUSIC RECOMMENDATION SYSTEM BASED ON USER BEHAVIOR 12th International Society for Music Information Retrieval Conference (ISMIR 2011) NEXTONE PLAYER: A MUSIC RECOMMENDATION SYSTEM BASED ON USER BEHAVIOR Yajie Hu Department of Computer Science University

More information

Automatic Analysis of Musical Lyrics

Automatic Analysis of Musical Lyrics Merrimack College Merrimack ScholarWorks Honors Senior Capstone Projects Honors Program Spring 2018 Automatic Analysis of Musical Lyrics Joanna Gormley Merrimack College, gormleyjo@merrimack.edu Follow

More information

CTP431- Music and Audio Computing Music Information Retrieval. Graduate School of Culture Technology KAIST Juhan Nam

CTP431- Music and Audio Computing Music Information Retrieval. Graduate School of Culture Technology KAIST Juhan Nam CTP431- Music and Audio Computing Music Information Retrieval Graduate School of Culture Technology KAIST Juhan Nam 1 Introduction ü Instrument: Piano ü Genre: Classical ü Composer: Chopin ü Key: E-minor

More information

Enhancing Music Maps

Enhancing Music Maps Enhancing Music Maps Jakob Frank Vienna University of Technology, Vienna, Austria http://www.ifs.tuwien.ac.at/mir frank@ifs.tuwien.ac.at Abstract. Private as well as commercial music collections keep growing

More information

Query By Humming: Finding Songs in a Polyphonic Database

Query By Humming: Finding Songs in a Polyphonic Database Query By Humming: Finding Songs in a Polyphonic Database John Duchi Computer Science Department Stanford University jduchi@stanford.edu Benjamin Phipps Computer Science Department Stanford University bphipps@stanford.edu

More information

TOWARD AN INTELLIGENT EDITOR FOR JAZZ MUSIC

TOWARD AN INTELLIGENT EDITOR FOR JAZZ MUSIC TOWARD AN INTELLIGENT EDITOR FOR JAZZ MUSIC G.TZANETAKIS, N.HU, AND R.B. DANNENBERG Computer Science Department, Carnegie Mellon University 5000 Forbes Avenue, Pittsburgh, PA 15213, USA E-mail: gtzan@cs.cmu.edu

More information

Wipe Scene Change Detection in Video Sequences

Wipe Scene Change Detection in Video Sequences Wipe Scene Change Detection in Video Sequences W.A.C. Fernando, C.N. Canagarajah, D. R. Bull Image Communications Group, Centre for Communications Research, University of Bristol, Merchant Ventures Building,

More information

FAST SPATIAL AND TEMPORAL CORRELATION-BASED REFERENCE PICTURE SELECTION

FAST SPATIAL AND TEMPORAL CORRELATION-BASED REFERENCE PICTURE SELECTION FAST SPATIAL AND TEMPORAL CORRELATION-BASED REFERENCE PICTURE SELECTION 1 YONGTAE KIM, 2 JAE-GON KIM, and 3 HAECHUL CHOI 1, 3 Hanbat National University, Department of Multimedia Engineering 2 Korea Aerospace

More information

Measuring the Impact of Electronic Publishing on Citation Indicators of Education Journals

Measuring the Impact of Electronic Publishing on Citation Indicators of Education Journals Libri, 2004, vol. 54, pp. 221 227 Printed in Germany All rights reserved Copyright Saur 2004 Libri ISSN 0024-2667 Measuring the Impact of Electronic Publishing on Citation Indicators of Education Journals

More information

Automatic Construction of Synthetic Musical Instruments and Performers

Automatic Construction of Synthetic Musical Instruments and Performers Ph.D. Thesis Proposal Automatic Construction of Synthetic Musical Instruments and Performers Ning Hu Carnegie Mellon University Thesis Committee Roger B. Dannenberg, Chair Michael S. Lewicki Richard M.

More information

Assigning and Visualizing Music Genres by Web-based Co-Occurrence Analysis

Assigning and Visualizing Music Genres by Web-based Co-Occurrence Analysis Assigning and Visualizing Music Genres by Web-based Co-Occurrence Analysis Markus Schedl 1, Tim Pohle 1, Peter Knees 1, Gerhard Widmer 1,2 1 Department of Computational Perception, Johannes Kepler University,

More information

A QUERY BY EXAMPLE MUSIC RETRIEVAL ALGORITHM

A QUERY BY EXAMPLE MUSIC RETRIEVAL ALGORITHM A QUER B EAMPLE MUSIC RETRIEVAL ALGORITHM H. HARB AND L. CHEN Maths-Info department, Ecole Centrale de Lyon. 36, av. Guy de Collongue, 69134, Ecully, France, EUROPE E-mail: {hadi.harb, liming.chen}@ec-lyon.fr

More information

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS)

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS) International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) International Journal of Emerging Technologies in Computational

More information

Measuring Playlist Diversity for Recommendation Systems

Measuring Playlist Diversity for Recommendation Systems Measuring Playlist Diversity for Recommendation Systems Malcolm Slaney Yahoo! Research Labs 701 North First Street Sunnyvale, CA 94089 malcolm@ieee.org Abstract We describe a way to measure the diversity

More information

Cool Off With Premium Video Content: How Viewers are Beating The Heat During Summer Months

Cool Off With Premium Video Content: How Viewers are Beating The Heat During Summer Months Cool Off With Premium Video Content: How Viewers are Beating The Heat During Summer Months Contents Summer Video Viewing 4 Reach 5-7 Days tuned-in 8 Summer Streaming 9-11 Summer Binging 12 Time spent by

More information

REDUCING DYNAMIC POWER BY PULSED LATCH AND MULTIPLE PULSE GENERATOR IN CLOCKTREE

REDUCING DYNAMIC POWER BY PULSED LATCH AND MULTIPLE PULSE GENERATOR IN CLOCKTREE Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 5, May 2014, pg.210

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

LOW-COMPLEXITY BIG VIDEO DATA RECORDING ALGORITHMS FOR URBAN SURVEILLANCE SYSTEMS

LOW-COMPLEXITY BIG VIDEO DATA RECORDING ALGORITHMS FOR URBAN SURVEILLANCE SYSTEMS LOW-COMPLEXITY BIG VIDEO DATA RECORDING ALGORITHMS FOR URBAN SURVEILLANCE SYSTEMS Ling Hu and Qiang Ni School of Computing and Communications, Lancaster University, LA1 4WA, UK ABSTRACT Big Video data

More information

Combination of Audio & Lyrics Features for Genre Classication in Digital Audio Collections

Combination of Audio & Lyrics Features for Genre Classication in Digital Audio Collections 1/23 Combination of Audio & Lyrics Features for Genre Classication in Digital Audio Collections Rudolf Mayer, Andreas Rauber Vienna University of Technology {mayer,rauber}@ifs.tuwien.ac.at Robert Neumayer

More information

Color Quantization of Compressed Video Sequences. Wan-Fung Cheung, and Yuk-Hee Chan, Member, IEEE 1 CSVT

Color Quantization of Compressed Video Sequences. Wan-Fung Cheung, and Yuk-Hee Chan, Member, IEEE 1 CSVT CSVT -02-05-09 1 Color Quantization of Compressed Video Sequences Wan-Fung Cheung, and Yuk-Hee Chan, Member, IEEE 1 Abstract This paper presents a novel color quantization algorithm for compressed video

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

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

Holiday Catalog. Put Your Money Where Your South Is! [2018] Lady Banks Commonplace Book BUY. READ. GIVE. BOOKS.

Holiday Catalog. Put Your Money Where Your South Is! [2018] Lady Banks Commonplace Book BUY. READ. GIVE. BOOKS. Red and Lulu by Matt Tavares @ Copyright 2017 Candlewick Press BUY. READ. GIVE. BOOKS. september 13-15 in Tampa, Florida Holiday Catalog Put Your Money Where Your South Is! [2018] Lady Banks Commonplace

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

A Discriminative Approach to Topic-based Citation Recommendation

A Discriminative Approach to Topic-based Citation Recommendation A Discriminative Approach to Topic-based Citation Recommendation Jie Tang and Jing Zhang Department of Computer Science and Technology, Tsinghua University, Beijing, 100084. China jietang@tsinghua.edu.cn,zhangjing@keg.cs.tsinghua.edu.cn

More information

Figures in Scientific Open Access Publications

Figures in Scientific Open Access Publications Figures in Scientific Open Access Publications Lucia Sohmen 2[0000 0002 2593 8754], Jean Charbonnier 1[0000 0001 6489 7687], Ina Blümel 1,2[0000 0002 3075 7640], Christian Wartena 1[0000 0001 5483 1529],

More information

Assessing the Value of E-books to Academic Libraries and Users. Webcast Association of Research Libraries April 18, 2013

Assessing the Value of E-books to Academic Libraries and Users. Webcast Association of Research Libraries April 18, 2013 Assessing the Value of E-books to Academic Libraries and Users Webcast Association of Research Libraries April 18, 2013 Welcome Martha Kyrillidou Senior Director ARL Statistics and Service Quality Programs

More information

ITU-T Y Specific requirements and capabilities of the Internet of things for big data

ITU-T Y Specific requirements and capabilities of the Internet of things for big data I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T Y.4114 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (07/2017) SERIES Y: GLOBAL INFORMATION INFRASTRUCTURE, INTERNET PROTOCOL

More information

Methods for the automatic structural analysis of music. Jordan B. L. Smith CIRMMT Workshop on Structural Analysis of Music 26 March 2010

Methods for the automatic structural analysis of music. Jordan B. L. Smith CIRMMT Workshop on Structural Analysis of Music 26 March 2010 1 Methods for the automatic structural analysis of music Jordan B. L. Smith CIRMMT Workshop on Structural Analysis of Music 26 March 2010 2 The problem Going from sound to structure 2 The problem Going

More information

A System for Acoustic Chord Transcription and Key Extraction from Audio Using Hidden Markov models Trained on Synthesized Audio

A System for Acoustic Chord Transcription and Key Extraction from Audio Using Hidden Markov models Trained on Synthesized Audio Curriculum Vitae Kyogu Lee Advanced Technology Center, Gracenote Inc. 2000 Powell Street, Suite 1380 Emeryville, CA 94608 USA Tel) 1-510-428-7296 Fax) 1-510-547-9681 klee@gracenote.com kglee@ccrma.stanford.edu

More information

Funny Factuals & Documentaries. Sponsorship Opportunity

Funny Factuals & Documentaries. Sponsorship Opportunity Funny Factuals & Documentaries Sponsorship Opportunity Sky 1 Channel Insight Sky 1 The home of fresh, feel-good, family entertainment Pillars 1 2 3 Feel-good: Bold, uplifting entertainment that s full

More information

WINTER THE LIBRARY THURSDAY, DECEMBER 13, 2018 Open House 6 PM to 8 PM Santa will visit at 7 PM for Pictures

WINTER THE LIBRARY THURSDAY, DECEMBER 13, 2018 Open House 6 PM to 8 PM Santa will visit at 7 PM for Pictures November & December 2018 Smithton Public District Newsletter WINTER PARTY @ THE LIBRARY THURSDAY, DECEMBER 13, 2018 Open House 6 to 8 Santa will visit at 7 for Pictures Come craft a DIY sled ornament,

More information

Lyrics Classification using Naive Bayes

Lyrics Classification using Naive Bayes Lyrics Classification using Naive Bayes Dalibor Bužić *, Jasminka Dobša ** * College for Information Technologies, Klaićeva 7, Zagreb, Croatia ** Faculty of Organization and Informatics, Pavlinska 2, Varaždin,

More information

EE373B Project Report Can we predict general public s response by studying published sales data? A Statistical and adaptive approach

EE373B Project Report Can we predict general public s response by studying published sales data? A Statistical and adaptive approach EE373B Project Report Can we predict general public s response by studying published sales data? A Statistical and adaptive approach Song Hui Chon Stanford University Everyone has different musical taste,

More information

Music Information Retrieval. Juan P Bello

Music Information Retrieval. Juan P Bello Music Information Retrieval Juan P Bello What is MIR? Imagine a world where you walk up to a computer and sing the song fragment that has been plaguing you since breakfast. The computer accepts your off-key

More information

Skip Length and Inter-Starvation Distance as a Combined Metric to Assess the Quality of Transmitted Video

Skip Length and Inter-Starvation Distance as a Combined Metric to Assess the Quality of Transmitted Video Skip Length and Inter-Starvation Distance as a Combined Metric to Assess the Quality of Transmitted Video Mohamed Hassan, Taha Landolsi, Husameldin Mukhtar, and Tamer Shanableh College of Engineering American

More information

TERRESTRIAL broadcasting of digital television (DTV)

TERRESTRIAL broadcasting of digital television (DTV) IEEE TRANSACTIONS ON BROADCASTING, VOL 51, NO 1, MARCH 2005 133 Fast Initialization of Equalizers for VSB-Based DTV Transceivers in Multipath Channel Jong-Moon Kim and Yong-Hwan Lee Abstract This paper

More information

MultiSpec Tutorial: Visualizing Growing Degree Day (GDD) Images. In this tutorial, the MultiSpec image processing software will be used to:

MultiSpec Tutorial: Visualizing Growing Degree Day (GDD) Images. In this tutorial, the MultiSpec image processing software will be used to: MultiSpec Tutorial: Background: This tutorial illustrates how MultiSpec can me used for handling and analysis of general geospatial images. The image data used in this example is not multispectral data

More information

STI 2018 Conference Proceedings

STI 2018 Conference Proceedings STI 2018 Conference Proceedings Proceedings of the 23rd International Conference on Science and Technology Indicators All papers published in this conference proceedings have been peer reviewed through

More information

The Million Song Dataset

The Million Song Dataset The Million Song Dataset AUDIO FEATURES The Million Song Dataset There is no data like more data Bob Mercer of IBM (1985). T. Bertin-Mahieux, D.P.W. Ellis, B. Whitman, P. Lamere, The Million Song Dataset,

More information

A Scientometric Study of Digital Literacy in Online Library Information Science and Technology Abstracts (LISTA)

A Scientometric Study of Digital Literacy in Online Library Information Science and Technology Abstracts (LISTA) University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln Library Philosophy and Practice (e-journal) Libraries at University of Nebraska-Lincoln January 0 A Scientometric Study

More information

Make Me Laugh: Recommending Humoristic Content on the WWW

Make Me Laugh: Recommending Humoristic Content on the WWW S. Diefenbach, N. Henze & M. Pielot (Hrsg.): Mensch und Computer 2015 Tagungsband, Stuttgart: Oldenbourg Wissenschaftsverlag, 2015, S. 193-201. Make Me Laugh: Recommending Humoristic Content on the WWW

More information

EXECUTIVE SUMMARY. MARKET DYNAMICS CHINA CINEMATIC rd QUARTER

EXECUTIVE SUMMARY. MARKET DYNAMICS CHINA CINEMATIC rd QUARTER Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov MARKET DYNAMICS CHINA EXECUTIVE SUMMARY In Q3 2016, box office of Chinese film market was 10.86 billion with year-on-year drop of 13.5%. Of which, box office

More information

Employment Cost Index Original Data Value Series Id: Seasonally adjusted Series Title: Ownership: Component: Occupation: Industry: Subcategory:

Employment Cost Index Original Data Value Series Id: Seasonally adjusted Series Title: Ownership: Component: Occupation: Industry: Subcategory: Employment Cost Index Original Data Value Series Id: Seasonally adjusted Series Title: Ownership: Component: Occupation: Industry: Subcategory: Area: Periodicity: Years: Total compensation for Private

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

Consumer Price Index 2015=100

Consumer Price Index 2015=100 Prices and Costs Consumer Price Index, October Inflation 05 per cent in October The year-on-year change in consumer prices calculated by Statistics Finland was 05 per cent in October In September, inflation

More information

Questions we aim to answer through this Newsletter

Questions we aim to answer through this Newsletter In a Bollywood loving nation like ours, it is no surprise that Feature films aired on Television contribute over 28% to the total Television viewership. The appeal of Movies is amplified by the fact that

More information

Influence of Discovery Search Tools on Science and Engineering e-books Usage

Influence of Discovery Search Tools on Science and Engineering e-books Usage Paper ID #5841 Influence of Discovery Search Tools on Science and Engineering e-books Usage Mr. Eugene Barsky, University of British Columbia Eugene Barsky is a Science and Engineering Librarian at the

More information

Multi-modal Analysis for Person Type Classification in News Video

Multi-modal Analysis for Person Type Classification in News Video Multi-modal Analysis for Person Type Classification in News Video Jun Yang, Alexander G. Hauptmann School of Computer Science, Carnegie Mellon University, 5000 Forbes Ave, PA 15213, USA {juny, alex}@cs.cmu.edu,

More information

Library. Summary Report

Library. Summary Report Library Summary Report 215-216 Prepared by: Library Staff March 217 Table of Contents Introduction..1 New Books.2 Print Circulation.3 Interlibrary Loan 4 Information Literacy 5-6 Reference Statistics.7

More information

AUDITION NOTICE San Francisco Symphony Chorus Season Ragnar Bohlin, Director

AUDITION NOTICE San Francisco Symphony Chorus Season Ragnar Bohlin, Director AUDITION NOTICE San Francisco Symphony Chorus 2018-19 Season Ragnar Bohlin, Director SF Symphony Chorus 18-19 Season Stravinsky PERSÉPHONE Beethoven Symphony No. 9 Handel Messiah Holiday Concerts A Charlie

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

Beyond Broadcast Innovative models of content delivery

Beyond Broadcast Innovative models of content delivery Beyond Broadcast Innovative models of content delivery Heiko Zysk, VP Governmental Relations & Head of European Affairs ProSiebenSat.1 Media AG January 2015 Page 1 TV dominates media consumption in Germany

More information

Algebra I Module 2 Lessons 1 19

Algebra I Module 2 Lessons 1 19 Eureka Math 2015 2016 Algebra I Module 2 Lessons 1 19 Eureka Math, Published by the non-profit Great Minds. Copyright 2015 Great Minds. No part of this work may be reproduced, distributed, modified, sold,

More information

The Logan Library Annual Report 2008

The Logan Library Annual Report 2008 The Logan Library Annual Report A Bridge to the Past A Highway the future to Annual Report Usage of the library continued to grow during with the circulation of materials increasing by 9% over the previous

More information

Paulo V. K. Borges. Flat 1, 50A, Cephas Av. London, UK, E1 4AR (+44) PRESENTATION

Paulo V. K. Borges. Flat 1, 50A, Cephas Av. London, UK, E1 4AR (+44) PRESENTATION Paulo V. K. Borges Flat 1, 50A, Cephas Av. London, UK, E1 4AR (+44) 07942084331 vini@ieee.org PRESENTATION Electronic engineer working as researcher at University of London. Doctorate in digital image/video

More information

Identifying Related Documents For Research Paper Recommender By CPA and COA

Identifying Related Documents For Research Paper Recommender By CPA and COA Preprint of: Bela Gipp and Jöran Beel. Identifying Related uments For Research Paper Recommender By CPA And COA. In S. I. Ao, C. Douglas, W. S. Grundfest, and J. Burgstone, editors, International Conference

More information