IndexedConv
The indexed operations allow the user to perform convolution and pooling on non-Euclidian grids of data given that the neighbors pixels of each pixel is known and provided. It gives an alternative to masking or resampling the data in order to apply standard Euclidian convolution. This solution h...
Cite this software
Description
The indexed operations allow the user to perform convolution and pooling on non-Euclidian grids of data given that the neighbors pixels of each pixel is known and provided.
It gives an alternative to masking or resampling the data in order to apply standard Euclidian convolution. This solution has been developed in order to apply convolutional neural networks to data from physics experiments that propose specific pixels arrangements.
It is used in the GammaLearn project for the Cherenkov Telescope Array.
Here you will find the code for the indexed operations as well as applied examples. The current implementation has been done for pytorch.