paper-with-me

홈 › Papers

Towards Saner Deep Image Registration

2023-07-19 · ICCV 2023 1 · Bin Duan, Ming Zhong, Yan Yan

With recent advances in computing hardware and surges of deep-learning architectures, learning-based deep image registration methods have surpassed their traditional counterparts, in terms of metric performance and inference time. However, these methods focus on improving performance measurements such as Dice, resulting in less attention given to model behaviors that are equally desirable for registrations, especially for medical imaging. This paper investigates these behaviors for popular learning-based deep registrations under a sanity-checking microscope. We find that most existing registrations suffer from low inverse consistency and nondiscrimination of identical pairs due to overly optimized image similarities. To rectify these behaviors, we propose a novel regularization-based sanity-enforcer method that imposes two sanity checks on the deep model to reduce its inverse consistency errors and increase its discriminative power simultaneously. Moreover, we derive a set of theoretical guarantees for our sanity-checked image registration method, with experimental results supporting our theoretical findings and their effectiveness in increasing the sanity of models without sacrificing any performance. Our code and models are available at https://github.com/tuffr5/Saner-deep-registration.

📄 PDF Abstract BibTeX arXiv:2307.09696

Code (1)

tuffr5/saner-deep-registration 공식 구현 pytorch

Tasks

Image Registration

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

SANeRF-HQ: Segment Anything for NeRF in High Quality

2023-12-03 · CVPR 2024 1 · Yichen Liu, Benran Hu, Chi-Keung Tang, Yu-Wing Tai

Recently, the Segment Anything Model (SAM) has showcased remarkable capabilities of zero-shot segmentation, while NeRF (Neural Radiance Fields) has gained popularity as a method for various 3D problems beyond novel view …

NeRFNovel View SynthesisObjectObject Localization+3

SANER: Annotation-free Societal Attribute Neutralizer for Debiasing CLIP

2024-08-19 · Yusuke Hirota, Min-Hung Chen, Chien-Yi Wang, Yuta Nakashima 외

Large-scale vision-language models, such as CLIP, are known to contain societal bias regarding protected attributes (e.g., gender, age). This paper aims to address the problems of societal bias in CLIP. Although previous…

AttributeImage GenerationText-to-Image Generation

Spatial Annealing for Efficient Few-shot Neural Rendering

2024-06-12 · Yuru Xiao, Deming Zhai, Wenbo Zhao, Kui Jiang 외

Neural Radiance Fields (NeRF) with hybrid representations have shown impressive capabilities for novel view synthesis, delivering high efficiency. Nonetheless, their performance significantly drops with sparse input view…

NeRFNeural RenderingNovel View Synthesis

Improving Resistance to Noisy Label Fitting by Reweighting Gradient in SAM

2024-11-26 · Hoang-Chau Luong, Thuc Nguyen-Quang, Minh-Triet Tran

Noisy labels pose a substantial challenge in machine learning, often resulting in overfitting and poor generalization. Sharpness-Aware Minimization (SAM), as demonstrated in Foret et al. (2021), improves generalization o…

A Deep Learning Framework for Unsupervised Affine and Deformable Image Registration

2018-09-17 · Bob D. de Vos, Floris F. Berendsen, Max A. Viergever, Hessam Sokooti 외

Image registration, the process of aligning two or more images, is the core technique of many (semi-)automatic medical image analysis tasks. Recent studies have shown that deep learning methods, notably convolutional neu…

Affine Image RegistrationDeep LearningImage RegistrationMedical Image Analysis