What is: Dimension-wise Fusion?
Source | DiCENet: Dimension-wise Convolutions for Efficient Networks |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
Dimension-wise Fusion is an image model block that attempts to capture global information by combining features globally. It is an alternative to point-wise convolution. A point-wise convolutional layer applies point-wise kernels and performs operations to combine dimension-wise representations of and produce an output . This is computationally expensive. Dimension-wise fusion is an alternative that can allow us to combine representations of efficiently. As illustrated in the Figure to the right, it factorizes the point-wise convolution in two steps: (1) local fusion and (2) global fusion.