Skip to content

Commit

Permalink
Compressed figures
Browse files Browse the repository at this point in the history
  • Loading branch information
ukmlv committed May 5, 2024
1 parent eea8dcb commit 33266af
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 8 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added img/main_figure.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/main_figure.png
Binary file not shown.
Binary file added img/met_mismatch.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/met_mismatch.png
Binary file not shown.
Binary file added img/met_update.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/met_update.png
Binary file not shown.
Binary file added img/paper.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/paper.png
Binary file not shown.
Binary file added img/rx_mm.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/rx_mm.png
Binary file not shown.
Binary file added img/uprx.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/uprx.png
Binary file not shown.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h2>with a Nonconvex Convergence Analysis</h2>

<div class="row align-items-center">
<div class="col justify-content-center text-left">
<img src="./img/main_figure.png" style="width:100%" alt="Banner">
<img src="./img/main_figure.jpg" style="width:100%" alt="Banner">
<p><b>Figure 1:</b>Illustration of domain adaptation in PnP-ADMM. The mismatched denoiser is pre-trained on source distribution (BreCaHAD) and adapted to target distribution (MetFaces) using a few samples. Adapted prior is then plugged into PnP-ADMM algorithm to reconstruct a sample from MetFaces. </i> </p>
</div>
</div>
Expand Down Expand Up @@ -89,15 +89,15 @@ <h2> Impact of Prior Mismatch on PnP-ADMM</h2>

<div class="row align-items-center">
<div class="col justify-content-center text-left">
<img src="img/met_mismatch.png" style="width:100%" alt="Banner">
<img src="img/met_mismatch.jpg" style="width:100%" alt="Banner">
<p><b>Figure 3:</b> Visual evaluation of PnP-ADMM on image super-resolution using denoisers trained on several datasets. Note how the disparities in the training distributions of denoisers directly influence the performance of PnP. The denoisers containing images most similar to MetFaces offer the best performance. </p>
</div>
</div>


<div class="row align-items-center">
<div class="col justify-content-center text-left">
<img src="img/rx_mm.png" style="width:95%" alt="Banner">
<img src="img/rx_mm.jpg" style="width:95%" alt="Banner">
<p><b>Figure 4:</b> Visual evaluation of several priors on the image super-resolution task reported in terms of PSNR (dB) and SSIM for an image from RxRx1. Note the influence of mismatched priors on the performance of PnP. .</p>
</div>
</div>
Expand All @@ -118,14 +118,14 @@ <h2> Domain Adaptation in PnP-ADMM </h2>

<div class="row align-items-center">
<div class="col justify-content-center text-left">
<img src="img/met_update.png" style="width:100%" alt="Banner">
<img src="img/met_update.jpg" style="width:100%" alt="Banner">
<p> <b>Figure 6:</b> Visual comparison on super-resolution with target (MetFaces), mismatched (BreCaHAD), and adapted priors on two MetFaces test images. Note how the recovery performance increases by adaptation of mismatched priors to a larger set of images from the target distribution. </i> </p>
</div>
</div>

<div class="row align-items-center">
<div class="col justify-content-center text-left">
<img src="img/uprx.png" style="width:100%" alt="Banner">
<img src="img/uprx.jpg" style="width:100%" alt="Banner">
<p><b>Figure 7:</b> Visual comparison of image super-resolution with target (RxRx1), mismatched (CelebA), and adapted priors on a test image from RxRx1. Note how the recovery performance increases by adaptation of mismatched priors to a larger set of images from the target distribution. </i> </p>
</div>
</div>
Expand All @@ -139,7 +139,7 @@ <h2>Paper</h2>
<div class="list-group">
<a href="https://arxiv.org/abs/2310.00133"
class="list-group-item">
<img src="img/paper.png" style="width:100%; margin-right:-20px; margin-top:-10px;">
<img src="img/paper.jpg" style="width:100%; margin-right:-20px; margin-top:-10px;">
</a>
</div>
</div>
Expand All @@ -157,8 +157,8 @@ <h2>Bibtex</h2>
and Kamilov, Ulugbek S.},
title={Prior Mismatch and Adaptation in PnP-ADMM with
a Nonconvex Convergence Analysis},
note={arXiv:2310.00133},
year={2023}
note={Proc. ICML},
year={2024}
}
</div>
</div>
Expand Down

0 comments on commit 33266af

Please sign in to comment.