TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

ML cover song alignment for “Bad Guy” by Billie Eilish

1 pointsby kcimcover 4 years ago

1 comment

kcimcover 4 years ago
I helped build the cover song alignment pipeline for &quot;Infinite Bad Guy&quot; <a href="http:&#x2F;&#x2F;billie.withyoutube.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;billie.withyoutube.com&#x2F;</a> an interactive music video that brings together thousands of YouTube covers of &quot;Bad Guy&quot; by Billie Eilish. We just published a writeup on how we built the alignment (along with some simple tricks for estimating video similarity).<p>We used a bidirectional LSTM with CQT and chroma as input, and predicted the original beat for every cover beat as output. There&#x27;s a bunch of existing work on this from Furkan Yesiler, Dan Ellis and others, and we&#x27;re super grateful to them for advising.<p>Super open to feedback and critique here or in the post.