taesiri commited on
Commit
383f7d0
1 Parent(s): b39b19d

Upload abstract/2309.13972.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. abstract/2309.13972.txt +1 -0
abstract/2309.13972.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ "Dilated convolution with learnable spacings (DCLS) is a recent convolution method in which the positions of the kernel elements are learned throughout training by backpropagation. Its interest has recently been demonstrated in computer vision (ImageNet classification and downstream tasks). Here we show that DCLS is also useful for audio tagging using the AudioSet classification benchmark. We took two state-of-the-art convolutional architectures using depthwise separable convolutions (DSC), ConvNeXt and ConvFormer, and a hybrid one using attention in addition, FastViT, and drop-in replaced all the DSC layers by DCLS ones. This significantly improved the mean average precision (mAP) with the three architectures without increasing the number of parameters and with only a low cost on the throughput. The method code is based on PyTorch and is available at the project's website."