or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing
xxxxxxxxxx
Music Popularity Prediction
Introduction
The music industry has grown tremendously by virtue of internet and streaming platforms. Factors that make success of songs therefore draw high attention.
Carlos et al. [1] predicted whether a song will be popular using both non-acoustic (e.g. artist, previous ranks) and acoustic data. Their results reach above 80% AUC and show that the performance was only 5.23% highter using acoustic features, indicating acoustic features may be neglectable.
Whereas Laura et al.[2] show that the Youtube view count and Spotify defined metric Popularity was found to be highly correlated to some high-level acoustic metrics provided by Spotify, such as energy, accousticness and instrumentalness. However, TikTok, the recently raising platform for hosting short-form video and widely believing pushing great impact on music industry, was turn out having little correlated to all of acoustic metrics.
The result of TikTok is so interesting since that the popular songs which highly associate with TikTok tend to be characterized by very catchy melody instead of popular singer or producer[3].
Although TikTok actually provides streaming video rather than pure music, which may cause low correlated, the TikTok statement above indicate unpopluar music artists get more chance to pop out than before.
Considering the factors mentioned above, it seems to me that the debut of the song may be highly affected by extrinsic features of song, such as the popularity of artist, producer and promotion. But after a period of time, in long term aspect, the intrinsic(acoustic) features of a song still play an important role on popularity maintenance.
Targets
Verify hypothesis that mentioned in the last paragraph above.
Predict the music popularity (in time series) after the song be on the Spotify charts first time.
see if transformer can overwhelm the "semantic gap"[5]
Comparing the sample song from the set of so-called "TikTok song" between classic song.
How to Define Popularity
According to Lee at el.[6], popularity can be described in various perspectives.

We can either use stream or rank as criterion.
Data Collection
track's statistics collected from Spotify: kworb.net
audio source:
Methodology
Thought the ultimate goal is to predict popularity in time series (metioned in the MP3 section bellow), I started with training MP2 one as a milestone to MP3.
Model
MP3 (Music Popularity Period Prediction)
MP2 (Music Popularity Prediction)
predict sumation[6:1] as an regression problem
fine-tuned MP2 model (Encoder) can be used in MP3 model.
Encoder ‐ AST(Audio Spectromgram Transformer)[7]
loss: MSE
Mixed Region Technique
Misc.
Augmentation
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →Interesting Observation
Refs
C. V. Soares Araujo, M. A. Pinheiro de Cristo and R. Giusti, "Predicting Music Popularity Using Music Charts," 2019 18th IEEE International Conference On Machine Learning And Applications (ICMLA), 2019, pp. 859-864, doi: 10.1109/ICMLA.2019.00149. ↩︎
L. Colley et al., "Elucidation of the Relationship Between a Song's Spotify Descriptive Metrics and its Popularity on Various Platforms," 2022 IEEE 46th Annual Computers, Software, and Applications Conference (COMPSAC), 2022, pp. 241-249, doi: 10.1109/COMPSAC54236.2022.00042. ↩︎
research support not found yet ↩︎
https://newsroom.tiktok.com/en-us/new-studies-quantify-tiktoks-growing-impact-on-culture-and-music ↩︎
HIT SONG PREDICTION FOR POP MUSIC BY SIAMESE CNN WITH RANKING LOSS Lang-Chi Yu∗ , Yi-Hsuan Yang∗ , Yun-Ning Hung∗ , Yi-An Chen† (1710) ↩︎
Lee, Junghyuk and Jong-Seok Lee. “Music Popularity: Metrics, Characteristics, and Audio-Based Prediction.” IEEE Transactions on Multimedia 20 (2018): 3173-3182. ↩︎ ↩︎
Gong, Yuan and Chung, Yu-An and Glass, James. "AST: Audio Spectrogram Transformer" arXiv:2104.01778 ↩︎