Skip to main content
QUICK REVIEW

[论文解读] Compressed Sensing with Deep Image Prior and Learned Regularization

Dave Van Veen, Ajil Jalal|arXiv (Cornell University)|Jun 17, 2018
Sparse and Compressive Sensing Techniques参考文献 83被引用 167
一句话总结

本文提出 CS-DIP,一种使用未训练的深度图像先验并结合学习到的正则化项的压缩感知方法,以在没有大量预训练数据集的情况下改进重建。

ABSTRACT

We propose a novel method for compressed sensing recovery using untrained deep generative models. Our method is based on the recently proposed Deep Image Prior (DIP), wherein the convolutional weights of the network are optimized to match the observed measurements. We show that this approach can be applied to solve any differentiable linear inverse problem, outperforming previous unlearned methods. Unlike various learned approaches based on generative models, our method does not require pre-training over large datasets. We further introduce a novel learned regularization technique, which incorporates prior information on the network weights. This reduces reconstruction error, especially for noisy measurements. Finally, we prove that, using the DIP optimization approach, moderately overparameterized single-layer networks can perfectly fit any signal despite the non-convex nature of the fitting problem. This theoretical result provides justification for early stopping.

研究动机与目标

  • Explore the use of untrained deep generative networks (DIP) for solving differentiable linear inverse problems like compressed sensing.
  • Introduce a learned regularization term that encodes prior information about network weights to reduce reconstruction error.
  • Prove theoretical convergence/fit guarantees for overparameterized single-layer networks under DIP optimization.
  • Demonstrate empirical improvements over state-of-the-art unlearned methods on medical and natural images.

提出的方法

  • Optimize the weights w of an untrained DCGAN generator G(z;w) to minimize ||y - A G(z;w)||^2 subject to regularization.
  • Incorporate total variation regularization TV(G(z;w)) with weight λ_T into the objective.
  • Introduce a learned regularization term LR(w) = (w - μ)^T Σ^{-1} (w - μ) with prior parameters μ, Σ.
  • Learn μ, Σ layer-wise from a small set of similar measurements by solving a MAP problem with a Gaussian prior on w.
  • Use early stopping to mitigate overfitting and justify it with theoretical results for a wide single-layer network.
  • Compare CS-DIP to BM3D-AMP, TVAL3, and Lasso on Gaussian and Fourier measurement models.

实验结果

研究问题

  • RQ1Can an untrained deep image prior solve compressed sensing problems with differentiable forward operators?
  • RQ2Does adding a learned weight regularization improve reconstruction quality under noise and strong undersampling?
  • RQ3How does CS-DIP performance compare to learned pre-trained generative priors and unlearned baselines across datasets and measurement models?
  • RQ4What theoretical guarantees explain the need for early stopping in DIP-based reconstructions?

主要发现

  • CS-DIP outperforms state-of-the-art unlearned methods on MNIST and chest X-ray datasets under various measurement regimes.
  • Learned regularization (LR) provides notable gains, especially with noise and few measurements, while vanilla L2 regularization does not.
  • Pre-trained DCGAN-based methods outperform CS-DIP at very low measurements, but CS-DIP scales better as measurements increase.
  • A theoretical result shows gradient descent can fit any signal with a sufficiently wide single-layer network, justifying early stopping.

更好的研究,从现在开始

从论文设计到论文写作,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。