Scale Equivariant U-Net
Mateus Sangalli (CMM), Samy Blusseau (CMM), Santiago Velasco-Forero, (CMM), Jesus Angulo (CMM)

TL;DR
This paper introduces SEU-Net, a scale-equivariant U-Net architecture that improves generalization in semantic segmentation tasks across different scales by explicitly modeling scale transformations and incorporating scale-dropout.
Contribution
The paper proposes a novel scale-equivariant U-Net architecture with explicit equivariance to scales and translations, and introduces scale-dropout to enhance scale generalization.
Findings
SEU-Net significantly outperforms standard U-Net in scale generalization.
Scale-dropout improves generalization in pet segmentation.
Explicit scale-equivariance benefits semantic segmentation tasks.
Abstract
In neural networks, the property of being equivariant to transformations improves generalization when the corresponding symmetry is present in the data. In particular, scale-equivariant networks are suited to computer vision tasks where the same classes of objects appear at different scales, like in most semantic segmentation tasks. Recently, convolutional layers equivariant to a semigroup of scalings and translations have been proposed. However, the equivariance of subsampling and upsampling has never been explicitly studied even though they are necessary building blocks in some segmentation architectures. The U-Net is a representative example of such architectures, which includes the basic elements used for state-of-the-art semantic segmentation. Therefore, this paper introduces the Scale Equivariant U-Net (SEU-Net), a U-Net that is made approximately equivariant to a semigroup of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Generative Adversarial Networks and Image Synthesis
MethodsConcatenated Skip Connection · *Communicated@Fast*How Do I Communicate to Expedia? · Max Pooling · Convolution · U-Net
