CARNIVAL-IITP / Sound_source_localization

30 stars 20 forks source link

How did deep supervision applied to the direction of arrival estimation? #5

Closed eingkim closed 9 months ago

eingkim commented 9 months ago

How did deep supervision applied to the direction of arrival estimation?

BaekMS commented 9 months ago

The DNN model outputs the several spatial spectrums with each layer. Binary cross entropy loss between the estimated spatial spectrum and the different target spatial spectrum for each output is calculated. The loss is backpropagated to the DNN model.