
Efficient Models
[CVPR 2020] Dynamic Convolution: Attention over Convolution Kernels
오늘은 Light-weight CNN에서 발생하는 performance degradation을 보완하기 위해 등장한 Dynamic Convolution 기법에 대해 알아보고자 한다. 원문링크: https://arxiv.org/abs/1912.03458 Dynamic Convolution: Attention over Convolution KernelsLight-weight convolutional neural networks (CNNs) suffer performance degradation as their low computational budgets constrain both the depth (number of convolution layers) and the width (number of chan..