paper-with-me

Papers

Patch2Self2: Self-supervised Denoising on Coresets via Matrix Sketching

2024-01-01 · CVPR 2024 1 · Shreyas Fadnavis, Agniva Chowdhury, Joshua Batson, Petros Drineas, Eleftherios Garyfallidis

Diffusion MRI (dMRI) non-invasively maps brain white matter yet necessitates denoising due to low signal-to-noise ratios. Patch2Self (P2S) employing self-supervised techniques and regression on a Casorati matrix effectively denoises dMRI images and has become the new de-facto standard in this field. P2S however is resource intensive both in terms of running time and memory usage as it uses all voxels (n) from all-but-one held-in volumes (d-1) to learn a linear mapping Phi : \mathbb R ^ n x(d-1) \mapsto \mathbb R ^ n for denoising the held-out volume. The increasing size and dimensionality of higher resolution dMRI acquisitions can make P2S infeasible for large-scale analyses. This work exploits the redundancy imposed by P2S to alleviate its performance issues and inspect regions that influence the noise disproportionately. Specifically this study makes a three-fold contribution: (1) We present Patch2Self2 (P2S2) a method that uses matrix sketching to perform self-supervised denoising. By solving a sub-problem on a smaller sub-space so called coreset we show how P2S2 can yield a significant speedup in training time while using less memory. (2) We present a theoretical analysis of P2S2 focusing on determining the optimal sketch size through rank estimation a key step in achieving a balance between denoising accuracy and computational efficiency. (3) We show how the so-called statistical leverage scores can be used to interpret the denoising of dMRI data a process that was traditionally treated as a black-box. Experimental results on both simulated and real data affirm that P2S2 maintains denoising quality while significantly enhancing speed and memory efficiency achieved by training on a reduced data subset.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyDenoisingDiffusion MRI

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Patch2Self: Denoising Diffusion MRI with Self-Supervised Learning​

2020-12-01 · NeurIPS 2020 12 · Shreyas Fadnavis, Joshua Batson, Eleftherios Garyfallidis

Diffusion-weighted magnetic resonance imaging (DWI) is the only non-invasive method for quantifying microstructure and reconstructing white-matter pathways in the living human brain. Fluctuations from multiple sources cr…

DenoisingDiffusion MRISelf-Supervised Learning

Patch2Self: Denoising Diffusion MRI with Self-Supervised Learning

2020-11-02 · Shreyas Fadnavis, Joshua Batson, Eleftherios Garyfallidis

Diffusion-weighted magnetic resonance imaging (DWI) is the only noninvasive method for quantifying microstructure and reconstructing white-matter pathways in the living human brain. Fluctuations from multiple sources cre…

DenoisingDiffusion MRIMedical DiagnosisSelf-Supervised Learning

PUCA: Patch-Unshuffle and Channel Attention for Enhanced Self-Supervised Image Denoising

2023-10-16 · NeurIPS 2023 11 · Hyemi Jang, Junsung Park, Dahuin Jung, Jaihyun Lew 외

Although supervised image denoising networks have shown remarkable performance on synthesized noisy images, they often fail in practice due to the difference between real and synthesized noise. Since clean-noisy image pa…

DenoisingImage DenoisingSelf-Supervised Learning

SDPA++: A General Framework for Self-Supervised Denoising with Patch Aggregation

2025-10-19 · Huy Minh Nhat Nguyen, Triet Hoang Minh Dao, Chau Vinh Hoang Truong, Cuong Tuan Nguyen arxiv

Optical Coherence Tomography (OCT) is a widely used non-invasive imaging technique that provides detailed three-dimensional views of the retina, which are essential for the early and accurate diagnosis of ocular diseases…

Diffusion Auto-regressive Transformer for Effective Self-supervised Time Series Forecasting

2024-10-08 · Daoyu Wang, Mingyue Cheng, Zhiding Liu, Qi Liu 외

Self-supervised learning has become a popular and effective approach for enhancing time series forecasting, enabling models to learn universal representations from unlabeled data. However, effectively capturing both the …

DecoderDenoisingSelf-Supervised LearningTime Series+1