<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Diffusion Models on Mi&amp;Bee Blog</title><link>/en/tags/diffusion-models/</link><description>Recent content in Diffusion Models on Mi&amp;Bee Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>蓝宝石的傻话</managingEditor><lastBuildDate>Wed, 24 Jun 2026 10:00:00 +0800</lastBuildDate><atom:link href="/en/tags/diffusion-models/rss.xml" rel="self" type="application/rss+xml"/><item><title>Modern Super-Resolution — From ESRGAN to Diffusion Models</title><link>/en/posts/physical-world/modern-super-resolution-esrgan-diffusion/</link><pubDate>Wed, 24 Jun 2026 10:00:00 +0800</pubDate><guid>/en/posts/physical-world/modern-super-resolution-esrgan-diffusion/</guid><description>&lt;h2 id="from-srgan-to-esrgan-2018"&gt;From SRGAN to ESRGAN (2018)&lt;/h2&gt;
&lt;p&gt;SRGAN (Super-Resolution GAN) introduced Generative Adversarial Networks (GANs) to super-resolution in 2016, achieving significant visual quality improvements over traditional PSNR-optimization methods through perceptual loss. However, SRGAN still had room for improvement. &lt;strong&gt;ESRGAN&lt;/strong&gt; (Enhanced Super-Resolution GAN) by Wang et al. in 2018 optimized four key directions.&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;RRDB (Residual-in-Residual Dense Block)&lt;/strong&gt; combines the advantages of residual and dense connections. Dense connections allow each layer to access features from all preceding layers, avoiding feature redundancy, while residual connections stabilize training of deep networks. ESRGAN stacks multiple residual dense blocks, forming a Residual-in-Residual structure—using residual connections at the macro level between blocks and dense connections within each block at the micro level.&lt;/p&gt;</description></item></channel></rss>