SRE-Conv: Symmetric Rotation Equivariant Convolution for Biomedical Image Classification
Yuexi Du, Jiazhen Zhang, Tal Zeevi, Nicha C. Dvornek, John A. Onofrey

TL;DR
This paper introduces SRE-Conv, a novel convolutional kernel that inherently encodes rotational equivariance, improving biomedical image classification accuracy across multiple datasets while reducing model size and training costs.
Contribution
The paper presents a new symmetric rotation-equivariant convolution kernel that can be integrated into CNNs to enhance rotational invariance and efficiency in biomedical image analysis.
Findings
SRE-Conv improves classification accuracy on all tested datasets.
The method reduces model size and memory usage.
It effectively captures rotation equivariance in 2D and 3D images.
Abstract
Convolutional neural networks (CNNs) are essential tools for computer vision tasks, but they lack traditionally desired properties of extracted features that could further improve model performance, e.g., rotational equivariance. Such properties are ubiquitous in biomedical images, which often lack explicit orientation. While current work largely relies on data augmentation or explicit modules to capture orientation information, this comes at the expense of increased training costs or ineffective approximations of the desired equivariance. To overcome these challenges, we propose a novel and efficient implementation of the Symmetric Rotation-Equivariant (SRE) Convolution (SRE-Conv) kernel, designed to learn rotation-invariant features while simultaneously compressing the model size. The SRE-Conv kernel can easily be incorporated into any CNN backbone. We validate the ability of a deep…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMedical Image Segmentation Techniques · Image Retrieval and Classification Techniques · AI in cancer detection
MethodsConvolution
