So I'm reading this paper on optical flow prediction from two image frames, and I'm having a difficult time finding what this operator does. This paper, and some other ones uses it on the outputs of convolution neural networks.
I looked up math symbols and saw that it was an xor operator in logic, but that doesn't make any sense to me in this context.
I would also like to know what to call this symbol for future reference.
The symbol is called "oplus" or "circled plus". In TeX it is written \oplus and looks like this: $$\oplus$$
Depending on context, it could denote
Here is the disambiguation page.
I don't know anything about morphology.
However, given that your question is related to handling images mathematically, I'd guess that dilation is what your $\oplus$ denotes.