Music Puzzle Game

* Noted: Code is released [github]
The goal of music puzzle game is to rearrange several music segments to reconstruct the original song. We will show the puzzle pieces of each music sets and results from our proposed method and another compared method. There are total two examples that the first is a good example and the second is a not-so-good example. Due to the music copyright, we use the music from NoCopyrightSounds
(NCS) to be our music resource.

Puzzle game 1. good example (Alan Walker - Spectre)

Answer: 1, 6, 3, 5, 2, 8, 4, 7

Result from our proposed method (Similarity Embedding Network)

Predict: 1, 6, 3, 5, 2, 8, 4, 7

Result from compared method (Siamese Network)

Predict: 1, 2, 6, 4, 8, 5, 3, 7


Puzzle game 2. not-so-good example (Kovan & Electro Light - Skyline)

Answer: 4, 1, 5, 2, 6, 3

Result from our proposed method (Similarity Embedding Network)

Predict: 1, 4, 5, 2, 6, 3

Result from compared method (Siamese Network)

Predict: 4, 1, 2, 5, 3, 6


One of the applications is the Music Medley which is to find a optimal permutation in a given music sets (different songs). Each song is a 10-second clip extracted from our prior work, music thumbnailing and we generate a medley for the given six clips. Note that we don't use any 'transition' methods.

Demo 1.

Demo 2.


YouTube links of music medleys that are used in our experiments.