Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

PyTorch codes for implementation/reproduction of the experiments of our paper.

Notifications You must be signed in to change notification settings

seanyeo300/dcase2019specialistkd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distilling the Knowledge of Specialist DNNs in Acoustic Scene Classification

This repository contains script and DNN models that was used for the DCASE2019 challenge task1-a. Currently, there are only codes for raw waveform model. Overall description of the system is in the Workshop paper and implementation details are further dealt in the Technical report.
(for now, the Workshop paper link is connected to our previous work on Knowledge distillation in acoustic scene classification, which will be presented at Interspeech 2019)

Introduction

Common acoustic properties among different acoustic scenes were pointed as one of the causes for performance degradation in acoustic scene classification (ASC) task. 1 These common properties resulted in a few pairs of acoustic scenes that are frequently misclassified (see the left confusion matrix in below image). In our Workshop paper 2, we use the concept of specialist models that is in Hinton et al.'s paper 3, modifying for ASC.

Specialist Knowledge Distillation

aa aa

How to use scripts

Reference

1: H. Heo, J. Jung, H. Shim and H. Yu, Acoustic scene classification using teacher-student learning with soft-labels, Interspeech 2019 2: J. Jung, H. Heo, H. Shim and H. Yu, DISTILLING THE KNOWLEDGE OF SPECIALIST DEEP NEURAL NETWORKS IN ACOUSTIC SCENE CLASSIFICATION, DCASE 2019 Workshop
3: G. Hinton, O. Vinyals, and J. Dean, Distilling the Knowledge in a Neural Network, NIPS 2014 deep learning workshop

About

PyTorch codes for implementation/reproduction of the experiments of our paper.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 95.6%
  • Python 4.4%