Skip to content

PyTorch code to separate instruments from music using a low-latency neural network

License

Notifications You must be signed in to change notification settings

wangyi120226/audio-source-separation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Audio Source Separation using Low Latency Neural Network

This reposiory contains the code for our course project for Machine Learning (CS419) at IIT Bombay. We have used the PyTorch library to construct a neural network to separate instruments from a music file. We have implemented the paper "Monoaural Audio Source Separation Using Deep Convolutional Neural Networks", along with a few modifications and experiments inspired by other papers.

Team Members

Bibliography

  • [1] Pritish Chandna, M. Miron, Jordi Janer, and Emilia G´omez. Monoaural audio source separation using deep convolutional neural networks. In 13th International Conference on Latent Variable Analysis and Signal Separation (LVAICA2017), 02/2017 2017
  • [2] E. Vincent, R. Gribonval, and C. Fevotte. Performance measurement in blind audio source separation. IEEE Transactions on Audio, Speech, and Language Processing, 14(4):1462–1469, July 2006
  • [3] Chao Peng, Xiangyu Zhang, Gang Yu, Guiming Luo, and Jian Sun. Large kernel matters - improve semantic segmentation by global convolutional network. CoRR, abs/1703.02719, 2017

About

PyTorch code to separate instruments from music using a low-latency neural network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.3%
  • MATLAB 33.7%