paper-with-me

홈 › Papers

PtychoDV: Vision Transformer-Based Deep Unrolling Network for Ptychographic Image Reconstruction

2023-10-11 · Weijie Gan, Qiuchen Zhai, Michael Thompson McCann, Cristina Garcia Cardona, Ulugbek S. Kamilov, Brendt Wohlberg

Ptychography is an imaging technique that captures multiple overlapping snapshots of a sample, illuminated coherently by a moving localized probe. The image recovery from ptychographic data is generally achieved via an iterative algorithm that solves a nonlinear phase retrieval problem derived from measured diffraction patterns. However, these iterative approaches have high computational cost. In this paper, we introduce PtychoDV, a novel deep model-based network designed for efficient, high-quality ptychographic image reconstruction. PtychoDV comprises a vision transformer that generates an initial image from the set of raw measurements, taking into consideration their mutual correlations. This is followed by a deep unrolling network that refines the initial image using learnable convolutional priors and the ptychography measurement model. Experimental results on simulated data demonstrate that PtychoDV is capable of outperforming existing deep learning methods for this problem, and significantly reduces computational cost compared to iterative methodologies, while maintaining competitive performance.

📄 PDF Abstract BibTeX arXiv:2310.07504

Code (1)

wjgancn/ptychodv 공식 구현 pytorch

Tasks

Image ReconstructionRetrieval

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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$…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

LWGNet: Learned Wirtinger Gradients for Fourier Ptychographic Phase Retrieval

2022-08-08 · Atreyee Saha, Salman S Khan, Sagar Sehrawat, Sanjana S Prabhu 외

Fourier Ptychographic Microscopy (FPM) is an imaging procedure that overcomes the traditional limit on Space-Bandwidth Product (SBP) of conventional microscopes through computational means. It utilizes multiple images ca…

RetrievalRolling Shutter Correction

PtychoFormer: A Transformer-based Model for Ptychographic Phase Retrieval

2024-10-22 · Ryuma Nakahata, Shehtab Zaman, Mingyuan Zhang, Fake Lu 외

Ptychography is a computational method of microscopy that recovers high-resolution transmission images of samples from a series of diffraction patterns. While conventional phase retrieval algorithms can iteratively recov…

Retrieval

A Physics-Inspired Deep Learning Framework with Polar Coordinate Attention for Ptychographic Imaging

2024-11-25 · Han Yue, Jun Cheng, Yu-Xuan Ren, Chien-Chun Chen 외

Ptychographic imaging confronts inherent challenges in applying deep learning for phase retrieval from diffraction patterns. Conventional neural architectures, both convolutional neural networks and Transformer-based met…

Deep LearningRetrievalSSIM

Algorithm Unrolling: Interpretable, Efficient Deep Learning for Signal and Image Processing

2019-12-22 · Vishal Monga, Yuelong Li, Yonina C. Eldar

Deep neural networks provide unprecedented performance gains in many real world problems in signal and image processing. Despite these gains, future development and practical deployment of deep networks is hindered by th…

Rolling Shutter Correction

Image Gradient Decomposition for Parallel and Memory-Efficient Ptychographic Reconstruction

2022-05-12 · Xiao Wang, Aristeidis Tsaris, Debangshu Mukherjee, Mohamed Wahib 외

Ptychography is a popular microscopic imaging modality for many scientific discoveries and sets the record for highest image resolution. Unfortunately, the high image resolution for ptychographic reconstruction requires …