paper-with-me

Papers

Rotation-Equivariant Self-Supervised Method in Image Denoising

2025-05-26 · CVPR 2025 1 · Hanze Liu, Jiahong Fu, Qi Xie, Deyu Meng

Self-supervised image denoising methods have garnered significant research attention in recent years, for this kind of method reduces the requirement of large training datasets. Compared to supervised methods, self-supervised methods rely more on the prior embedded in deep networks themselves. As a result, most of the self-supervised methods are designed with Convolution Neural Networks (CNNs) architectures, which well capture one of the most important image prior, translation equivariant prior. Inspired by the great success achieved by the introduction of translational equivariance, in this paper, we explore the way to further incorporate another important image prior. Specifically, we first apply high-accuracy rotation equivariant convolution to self-supervised image denoising. Through rigorous theoretical analysis, we have proved that simply replacing all the convolution layers with rotation equivariant convolution layers would modify the network into its rotation equivariant version. To the best of our knowledge, this is the first time that rotation equivariant image prior is introduced to self-supervised image denoising at the network architecture level with a comprehensive theoretical analysis of equivariance errors, which offers a new perspective to the field of self-supervised image denoising. Moreover, to further improve the performance, we design a new mask mechanism to fusion the output of rotation equivariant network and vanilla CNN-based network, and construct an adaptive rotation equivariant framework. Through extensive experiments on three typical methods, we have demonstrated the effectiveness of the proposed method.

📄 PDF Abstract BibTeX arXiv:2505.19618

Code (1)

liuhanze623/adarenet 공식 구현 pytorch

Tasks

DenoisingImage Denoising

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
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 제목 키워드 기반

Learning Rotation-Equivariant Features for Visual Correspondence

2023-03-25 · CVPR 2023 1 · Jongmin Lee, Byungjin Kim, SeungWook Kim, Minsu Cho

Extracting discriminative local features that are invariant to imaging variations is an integral part of establishing correspondences between images. In this work, we introduce a self-supervised learning framework to ext…

Camera Pose EstimationPose EstimationSelf-Supervised Learning

RIDE: Self-Supervised Learning of Rotation-Equivariant Keypoint Detection and Invariant Description for Endoscopy

2023-09-18 · Mert Asim Karaoglu, Viktoria Markova, Nassir Navab, Benjamin Busam 외

Unlike in natural images, in endoscopy there is no clear notion of an up-right camera orientation. Endoscopic videos therefore often contain large rotational motions, which require keypoint detection and description algo…

Keypoint DetectionPose EstimationSelf-Supervised Learning

Deeply Supervised Rotation Equivariant Network for Lesion Segmentation in Dermoscopy Images

2018-07-08 · Xiaomeng Li, Lequan Yu, Chi-Wing Fu, Pheng-Ann Heng

Automatic lesion segmentation in dermoscopy images is an essential step for computer-aided diagnosis of melanoma. The dermoscopy images exhibits rotational and reflectional symmetry, however, this geometric property has …

Lesion SegmentationSegmentationSkin Lesion Segmentation

Self-Supervised Equivariant Learning for Oriented Keypoint Detection

2022-04-19 · CVPR 2022 1 · Jongmin Lee, Byungjin Kim, Minsu Cho

Detecting robust keypoints from an image is an integral part of many computer vision problems, and the characteristic orientation and scale of keypoints play an important role for keypoint description and matching. Exist…

Camera Pose EstimationKeypoint DetectionPose EstimationSelf-Supervised Learning+1

ReDiffDet: Rotation-equivariant Diffusion Model for Oriented Object Detection

2025-01-01 · CVPR 2025 1 · Jiaqi Zhao, Zeyu Ding, Yong Zhou, Hancheng Zhu 외

The diffusion model has been successfully applied to various detection tasks. However, it still faces several challenges when used for oriented object detection: objects that are arbitrarily rotated require the diffu…

DecoderDenoisingobject-detectionObject Detection+1