What is: CondConv?
Source | CondConv: Conditionally Parameterized Convolutions for Efficient Inference |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
CondConv, or Conditionally Parameterized Convolutions, are a type of convolution which learn specialized convolutional kernels for each example. In particular, we parameterize the convolutional kernels in a CondConv layer as a linear combination of experts , where are functions of the input learned through gradient descent. To efficiently increase the capacity of a CondConv layer, developers can increase the number of experts. This can be more computationally efficient than increasing the size of the convolutional kernel itself, because the convolutional kernel is applied at many different positions within the input, while the experts are combined only once per input.