Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardzamfir committed May 24, 2024
1 parent 2c8003f commit ce7f20d
Show file tree
Hide file tree
Showing 5 changed files with 219 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ scripts/__init__.py
version.py

# ignored files with suffix
*.html
*.png
*.jpeg
*.jpg
*.gif
*.pth
*.zip

# template

Expand Down Expand Up @@ -69,7 +62,6 @@ pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
Expand Down
Binary file added figures/assets/img004x4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/assets/img004x4_SeemoRe_L.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/main_table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
219 changes: 219 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,219 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description"
content="See More Details: Efficient Image Super-Resolution by Experts Mining">
<meta name="keywords" content="Mixture-of-Experts, Super-Resolution, Efficiency">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Efficient Image Super-Resolution by Experts Mining</title>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PYVRSFMDRL"></script>
<script>
window.dataLayer = window.dataLayer || [];

function gtag() {
dataLayer.push(arguments);
}

gtag('js', new Date());

gtag('config', 'G-PYVRSFMDRL');
</script>

<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
rel="stylesheet">

<link rel="stylesheet" href="./website/static/css/bulma.min.css">
<link rel="stylesheet" href="./website/static/css/bulma-carousel.min.css">
<link rel="stylesheet" href="./website/static/css/bulma-slider.min.css">
<link rel="stylesheet" href="./website/static/css/fontawesome.all.min.css">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link rel="stylesheet" href="./website/static/css/index.css">
<link rel="icon" href="./website/static/images/favicon.svg">

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script defer src="./website/static/js/fontawesome.all.min.js"></script>
<script src="./website/static/js/bulma-carousel.min.js"></script>
<script src="./website/static/js/bulma-slider.min.js"></script>
<script src="./website/static/js/index.js"></script>
</head>
<body>


<section class="hero">
<div class="hero-body">
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column has-text-centered">
<h1 class="title is-2 publication-title">See More Details: Efficient Image Super-Resolution by Experts Mining</h1>
<div class="is-size-5 publication-authors">
<span class="author-block">
<a href="https://eduardzamfir.github.io">Eduard Zamfir<sup>1</sup></a>
</span>
<span class="author-block">
<a href="https://sites.google.com/view/zwwu/accueil">Zongwei Wu<sup>1*</sup></a>
</span>
<span class="author-block">
<a href="https://scholar.google.co.in/citations?user=WwdYdlUAAAAJ&hl=en">Nancy Mehta<sup>1</sup></a>
</span>
<span class="author-block">
<a href="https://yulunzhang.com">Yulun Zhang<sup>2,3*</sup></a>
</span>
<span class="author-block">
<a href="https://www.informatik.uni-wuerzburg.de/computervision/home/"><sup>1</sup>Radu Timofte</a>
</span>
</div>

<div class="is-size-5 publication-authors">
<span class="author-block"><sup>1</sup>University of Würzburg, Germany</span>
<span class="author-block"><sup>2</sup>ETH Zürich, Switzerland</span>
<span class="author-block"><sup>3</sup>Shanghai Jiao Tong University, China</span>
<br>
<small>ICML 2024, Vienna </small>
<br>
<small><sup>*</sup>Corresponding authors</small>
</div>

<div class="column has-text-centered">
<div class="publication-links">

<!-- PDF Link. -->
<span class="link-block">
<a href="https://arxiv.org/abs/2402.03412""
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>arXiv</span>
</a>
</span>

<!-- Code Link. -->
<span class="link-block">
<a href="https://github.com/eduardzamfir/seemoredetails"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-github"></i>
</span>
<span>Code</span>
</a>
</span>

<!-- Dataset Link. -->
<!--<span class="link-block">
<a href="https://github.com"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="far fa-images"></i>
</span>
<span>Data</span>
</a>-->
</span>
</div>

</div>
</div>
</div>
</div>
</div>
</section>

<script defer src="https://unpkg.com/img-comparison-slider@7/dist/index.js"></script>
<link rel="stylesheet" href="https://unpkg.com/img-comparison-slider@7/dist/styles.css"/>

<style>
.slider-example-split-line {
--divider-width: 4px;
--divider-color: #ffa658;
--default-handle-opacity: 0;
}
</style>

<style>
.before,
.after { margin: 0; }

.before figcaption,
.after figcaption {
background: #fff;
border: 1px solid #c0c0c0;
border-radius: 12px;
color: #2e3452;
opacity: 0.8;
padding: 12px;
position: absolute;
top: 50%;
transform: translateY(-50%);
line-height: 100%;
}

.before figcaption {left: 12px;}
.after figcaption { right: 12px;}
</style>

<div class="columns is-centered">

<img-comparison-slider tabindex="0" class="slider-example-split-line rendered" hover="hover" >
<figure slot="first" class="before">
<img src="figures/assets/img004_x4.png" width=100%>
<figcaption><strong>Before</strong></figcaption>
</figure>
<figure slot="second" class="after">
<img src="figures/assets/img004_x4_SeemoRe.png" width=100%>
<figcaption><strong>Ours</strong></figcaption>
</figure>
</img-comparison-slider>
</div>

<div class="columns is-centered">

</div>

<section class="section">
<div class="container is-max-desktop">
<!-- Abstract. -->
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Abstract</h2>
<div class="content has-text-justified">
<p>
Reconstructing high-resolution (HR) images from low-resolution (LR) inputs poses a significant challenge in image super-resolution (SR). While recent approaches have demonstrated the efficacy of intricate operations customized for various objectives, the straightforward stacking of these disparate operations can result in a substantial computational burden, hampering their practical utility. In response, we introduce **S**eemo**R**e, an efficient SR model employing expert mining. Our approach strategically incorporates experts at different levels, adopting a collaborative methodology. At the macro scale, our experts address rank-wise and spatial-wise informative features, providing a holistic understanding. Subsequently, the model delves into the subtleties of rank choice by leveraging a mixture of low-rank experts. By tapping into experts specialized in distinct key factors crucial for accurate SR, our model excels in uncovering intricate intra-feature details. This collaborative approach is reminiscent of the concept of **see more**, allowing our model to achieve an optimal performance with minimal computational costs in efficient settings
</p>
</div>
</div>
</div>
<!--/ Abstract. -->

<section class="section" id="BibTeX">
<div class="container is-max-desktop content">
<h2 class="title">BibTeX</h2>
<pre><code>@misc{zamfir2024details,
title={See More Details: Efficient Image Super-Resolution by Experts Mining},
author={Eduard Zamfir and Zongwei Wu and Nancy Mehta and Yulun Zhang and Radu Timofte},
journal={ICML},
year={2024},
}
}</code></pre>
</div>
</section>


<footer class="footer">
<div class="container">
<div class="columns is-centered">
<div class="column is-8">
<div class="content">
<p>
This website is borrowed <a rel="license" href="https://github.com/nerfies/nerfies.github.io">from</a>.
</p>
</div>
</div>
</div>
</div>
</footer>

</body>
</html>

0 comments on commit ce7f20d

Please sign in to comment.