paper-with-me

Papers

Roto-Translation Equivariant Convolutional Networks: Application to Histopathology Image Analysis

2020-02-20 · Maxime W. Lafarge, Erik J. Bekkers, Josien P. W. Pluim, Remco Duits, Mitko Veta

Rotation-invariance is a desired property of machine-learning models for medical image analysis and in particular for computational pathology applications. We propose a framework to encode the geometric structure of the special Euclidean motion group SE(2) in convolutional networks to yield translation and rotation equivariance via the introduction of SE(2)-group convolution layers. This structure enables models to learn feature representations with a discretized orientation dimension that guarantees that their outputs are invariant under a discrete set of rotations. Conventional approaches for rotation invariance rely mostly on data augmentation, but this does not guarantee the robustness of the output when the input is rotated. At that, trained conventional CNNs may require test-time rotation augmentation to reach their full capability. This study is focused on histopathology image analysis applications for which it is desirable that the arbitrary global orientation information of the imaged tissues is not captured by the machine learning models. The proposed framework is evaluated on three different histopathology image analysis tasks (mitosis detection, nuclei segmentation and tumor classification). We present a comparative analysis for each problem and show that consistent increase of performances can be achieved when using the proposed framework.

📄 PDF Abstract BibTeX arXiv:2002.08725

Code (1)

tueimage/se2cnn 공식 구현 tf

Tasks

BIG-bench Machine LearningBreast Tumour ClassificationColorectal Gland Segmentation:Data AugmentationMedical Image AnalysisMitosis DetectionMulti-tissue Nucleus SegmentationTranslation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Equi-ViT: Rotational Equivariant Vision Transformer for Robust Histopathology Analysis

2026-01-14 · Fuyao Chen, Yuexi Du, Elèonore V. Lieffrig, Nicha C. Dvornek 외 arxiv

Vision Transformers (ViTs) have gained rapid adoption in computational pathology for their ability to model long-range dependencies through self-attention, addressing the limitations of convolutional neural networks that…

Equivariant neural networks for inverse problems

2021-02-23 · Elena Celledoni, Matthias J. Ehrhardt, Christian Etmann, Brynjulf Owren 외

In recent years the use of convolutional layers to encode an inductive bias (translational equivariance) in neural networks has proven to be a very fruitful idea. The successes of this approach have motivated a line of r…

Inductive Bias

Equivariant Imaging Biomarkers for Robust Unsupervised Segmentation of Histopathology

2025-05-08 · Fuyao Chen, Yuexi Du, Tal Zeevi, Nicha C. Dvornek 외

Histopathology evaluation of tissue specimens through microscopic examination is essential for accurate disease diagnosis and prognosis. However, traditional manual analysis by specially trained pathologists is time-cons…

DiagnosticPrognosis

REViT: Roto-reflection Equivariant Convolutional Vision Transformer

2026-06-24 · Sheir A. Zaheer, Alexander C. Holston, Chan Y. Park arxiv

In this paper, we propose a discrete roto-reflection group equivariant vision transformer with convolutional attention. Roto-reflection equivariant networks preserve the rotational, flip and positional symmetry in featur…

Image ClassificationObject Detection

Convolutional layers are equivariant to discrete shifts but not continuous translations

2022-06-10 · Nick McGreivy, Ammar Hakim

The purpose of this short and simple note is to clarify a common misconception about convolutional neural networks (CNNs). CNNs are made up of convolutional layers which are shift equivariant due to weight sharing. Howev…

Translation