What is: Displaced Aggregation Units?
Source | Spatially-Adaptive Filter Units for Compact and Efficient Deep Neural Networks |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
Displaced Aggregation Unit replaces classic convolution layer in ConvNets with learnable positions of units. This introduces explicit structure of hierarchical compositions and results in several benefits:
- fully adjustable and learnable receptive fields through spatially-adjustable filter units
- reduced parameters for spatial coverage efficient inference
- decupling of the parameters from the receptive field sizes
More information can be found here.