SiPRNet: End-to-End Learning for Single-Shot Phase Retrieval
- URL: http://arxiv.org/abs/2205.11434v1
- Date: Mon, 23 May 2022 16:24:52 GMT
- Title: SiPRNet: End-to-End Learning for Single-Shot Phase Retrieval
- Authors: Qiuliang Ye, Li-Wen Wang, Daniel P.K. Lun
- Abstract summary: convolutional neural networks (CNN) have played important roles in various image reconstruction tasks.
In this paper, we design a novel CNN structure, named SiPRNet, to recover a signal from a single Fourier intensity measurement.
The proposed approach consistently outperforms other CNN-based and traditional optimization-based methods in single-shot maskless phase retrieval.
- Score: 8.820823270160695
- License: http://creativecommons.org/licenses/by/4.0/
- Abstract: Traditional optimization algorithms have been developed to deal with the
phase retrieval problem. However, multiple measurements with different random
or non-random masks are needed for giving a satisfactory performance. This
brings a burden to the implementation of the algorithms in practical systems.
Even worse, expensive optical devices are required to implement the optical
masks. Recently, deep learning, especially convolutional neural networks (CNN),
has played important roles in various image reconstruction tasks. However,
traditional CNN structure fails to reconstruct the original images from their
Fourier measurements because of tremendous domain discrepancy. In this paper,
we design a novel CNN structure, named SiPRNet, to recover a signal from a
single Fourier intensity measurement. To effectively utilize the spectral
information of the measurements, we propose a new Multi-Layer Perception block
embedded with the dropout layer to extract the global representations. Two
Up-sampling and Reconstruction blocks with self-attention are utilized to
recover the signals from the extracted features. Extensive evaluations of the
proposed model are performed using different testing datasets on both
simulation and optical experimentation platforms. The results demonstrate that
the proposed approach consistently outperforms other CNN-based and traditional
optimization-based methods in single-shot maskless phase retrieval. The source
codes of the proposed method have been released on Github:
https://github.com/Qiustander/SiPRNet.
Related papers
- Deep Learning Based Speckle Filtering for Polarimetric SAR Images. Application to Sentinel-1 [51.404644401997736]
We propose a complete framework to remove speckle in polarimetric SAR images using a convolutional neural network.
Experiments show that the proposed approach offers exceptional results in both speckle reduction and resolution preservation.
arXiv Detail & Related papers (2024-08-28T10:07:17Z) - DiAD: A Diffusion-based Framework for Multi-class Anomaly Detection [55.48770333927732]
We propose a Difusion-based Anomaly Detection (DiAD) framework for multi-class anomaly detection.
It consists of a pixel-space autoencoder, a latent-space Semantic-Guided (SG) network with a connection to the stable diffusion's denoising network, and a feature-space pre-trained feature extractor.
Experiments on MVTec-AD and VisA datasets demonstrate the effectiveness of our approach.
arXiv Detail & Related papers (2023-12-11T18:38:28Z) - Distance Weighted Trans Network for Image Completion [52.318730994423106]
We propose a new architecture that relies on Distance-based Weighted Transformer (DWT) to better understand the relationships between an image's components.
CNNs are used to augment the local texture information of coarse priors.
DWT blocks are used to recover certain coarse textures and coherent visual structures.
arXiv Detail & Related papers (2023-10-11T12:46:11Z) - PRISTA-Net: Deep Iterative Shrinkage Thresholding Network for Coded
Diffraction Patterns Phase Retrieval [6.982256124089]
Phase retrieval is a challenge nonlinear inverse problem in computational imaging and image processing.
We have developed PRISTA-Net, a deep unfolding network based on the first-order iterative threshold threshold algorithm (ISTA)
All parameters in the proposed PRISTA-Net framework, including the nonlinear transformation, threshold, and step size, are learned-to-end instead of being set.
arXiv Detail & Related papers (2023-09-08T07:37:15Z) - Deep Multi-Threshold Spiking-UNet for Image Processing [51.88730892920031]
This paper introduces the novel concept of Spiking-UNet for image processing, which combines the power of Spiking Neural Networks (SNNs) with the U-Net architecture.
To achieve an efficient Spiking-UNet, we face two primary challenges: ensuring high-fidelity information propagation through the network via spikes and formulating an effective training strategy.
Experimental results show that, on image segmentation and denoising, our Spiking-UNet achieves comparable performance to its non-spiking counterpart.
arXiv Detail & Related papers (2023-07-20T16:00:19Z) - Untrained neural network embedded Fourier phase retrieval from few
measurements [8.914156789222266]
This paper proposes an untrained neural network embedded algorithm to solve FPR with few measurements.
We use a generative network to represent the image to be recovered, which confines the image to the space defined by the network structure.
To reduce the computational cost mainly caused by the parameter updates of the untrained NN, we develop an accelerated algorithm that adaptively trades off between explicit and implicit regularization.
arXiv Detail & Related papers (2023-07-16T16:23:50Z) - Deep Dynamic Scene Deblurring from Optical Flow [53.625999196063574]
Deblurring can provide visually more pleasant pictures and make photography more convenient.
It is difficult to model the non-uniform blur mathematically.
We develop a convolutional neural network (CNN) to restore the sharp images from the deblurred features.
arXiv Detail & Related papers (2023-01-18T06:37:21Z) - Coarse-to-Fine Sparse Transformer for Hyperspectral Image Reconstruction [138.04956118993934]
We propose a novel Transformer-based method, coarse-to-fine sparse Transformer (CST)
CST embedding HSI sparsity into deep learning for HSI reconstruction.
In particular, CST uses our proposed spectra-aware screening mechanism (SASM) for coarse patch selecting. Then the selected patches are fed into our customized spectra-aggregation hashing multi-head self-attention (SAH-MSA) for fine pixel clustering and self-similarity capturing.
arXiv Detail & Related papers (2022-03-09T16:17:47Z) - A Plug-and-Play Approach to Multiparametric Quantitative MRI: Image
Reconstruction using Pre-Trained Deep Denoisers [4.910318162000904]
This paper proposes an iterative deep learning reconstruction approach to MRF which is adaptive to the forward acquisition process.
A CNN denoiser model is then tested on two simulated acquisition processes with distinct sub-sampling patterns.
The results show consistent consistent de-removal performance against both acquisition schemes and accurate mapping of tissues' quantitative bioproperties.
arXiv Detail & Related papers (2022-02-10T09:35:25Z) - New SAR target recognition based on YOLO and very deep multi-canonical
correlation analysis [0.1503974529275767]
This paper proposes a robust feature extraction method for SAR image target classification by adaptively fusing effective features from different CNN layers.
Experiments on the MSTAR dataset demonstrate that the proposed method outperforms the state-of-the-art methods.
arXiv Detail & Related papers (2021-10-28T18:10:26Z) - DeepPhaseCut: Deep Relaxation in Phase for Unsupervised Fourier Phase
Retrieval [31.380061715549584]
We propose a novel, unsupervised, feed-forward neural network for Fourier phase retrieval.
Unlike the existing deep learning approaches that use a neural network as a regularization term or an end-to-end blackbox model for supervised training, our algorithm is a feed-forward neural network implementation of PhaseCut algorithm in an unsupervised learning framework.
Our network is composed of two generators: one for the phase estimation using PhaseCut loss, followed by another generator for image reconstruction, all of which are trained simultaneously using a cycleGAN framework without matched data.
arXiv Detail & Related papers (2020-11-20T16:10:08Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.