anonsubdip / subspace_dip

Subspace Deep Image Prior, optimizing on a parameter subspace extracted from pretraining

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

subspace_dip_learning

Here, we include the PyTorch implementation for the work submitted to ICML 2023 (https://openreview.net/pdf?id=5d53OeOZHE)

Novel Experimental Investigation (Rebuttal)

Showcasing the Sub-DIP on Image Restoration Tasks using Natural Images

Step 1: Identifying the Sparse Subspace

We use the PASCAL VOC natural image dataset (1472 RGB natural images) to pre-train a shallow U-Net with 64 channels and five scales for 2000 epochs, while retaining 5000 checkpoints, equally-spaced throughout the optimisation trajectory. We downsize the pre-training image size to $128\times 128$ through random cropping to speed-up pre-training. We solve either a denoising or a deblurring task. For denoising, 25% Gaussian noise is added to the ground truth images. For deblurring we use a Gaussian blurring kernel with standard deviation of 1.6 pixels and 5% Gaussian noise. After pre-training, we extract a ($d_{\rm sub} = 4k$) subspace with a sparsity level of $d_{\textrm{lev}} / d_{\theta}$ of 0.75.

Step 2: Natural Images Restoration (Denoising and Deblurring)

We report two additional experimental figures on a denosing and deblurring tasks, where the standard DIP and Sub-DIP (NGD) are compared on three widely used RGB images, namely Airplane F16, House, and Lena. Note that for both restoration task, the image resolution used is $256\times 256$, four times larger than the size used at pre-training.

For denoising, at test time 10% white noise is removed from the images below.

natural_images_identity

For deblurring, at test time a Gaussian blur with standard deviation of 1.6 pixels is used along with 5% Gaussian noise.

natural_images_blurring

About

Subspace Deep Image Prior, optimizing on a parameter subspace extracted from pretraining


Languages

Language:Python 99.5%Language:Shell 0.5%