<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Super Resolution on Mi&amp;Bee Blog</title><link>/en/tags/super-resolution/</link><description>Recent content in Super Resolution on Mi&amp;Bee Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>蓝宝石的傻话</managingEditor><lastBuildDate>Sat, 20 Jun 2026 10:00:00 +0800</lastBuildDate><atom:link href="/en/tags/super-resolution/rss.xml" rel="self" type="application/rss+xml"/><item><title>Image Interpolation — From Nearest Neighbor to Bicubic</title><link>/en/posts/physical-world/image-interpolation-methods/</link><pubDate>Mon, 08 Jun 2026 10:00:00 +0800</pubDate><guid>/en/posts/physical-world/image-interpolation-methods/</guid><description>&lt;h2 id="why-interpolation-matters"&gt;Why Interpolation Matters&lt;/h2&gt;
&lt;p&gt;Imagine you have a low-resolution photo and want to print it larger. Between every two pixels in the original image is now a &amp;ldquo;blank space&amp;rdquo; — where do the new pixels come from?&lt;/p&gt;
&lt;p&gt;Interpolation is the solution: using known pixel values to estimate values at unknown positions. Image upscaling is essentially an interpolation problem.&lt;/p&gt;
&lt;p&gt;$$ \text{Upscaled Image} = \text{Interpolation Algorithm}(\text{Original Pixels}) $$&lt;/p&gt;
&lt;p&gt;The quality of interpolation directly affects the upscaled image. Too simple methods produce mosaic artifacts, while too complex methods may introduce ringing artifacts. Let&amp;rsquo;s progress step by step, from the simplest nearest neighbor interpolation to the most commonly used bicubic interpolation.&lt;/p&gt;</description></item><item><title>Deep Learning Super-Resolution — SRCNN and SRGAN</title><link>/en/posts/physical-world/dl-super-resolution-srcnn-srgan/</link><pubDate>Sat, 20 Jun 2026 10:00:00 +0800</pubDate><guid>/en/posts/physical-world/dl-super-resolution-srcnn-srgan/</guid><description>&lt;h2 id="from-mathematical-models-to-data-driven-learning"&gt;From Mathematical Models to Data-Driven Learning&lt;/h2&gt;
&lt;p&gt;In super-resolution tasks, traditional methods rely on carefully designed mathematical models—interpolation algorithms, sparse representation, prior constraints, and so on. But deep learning brought a paradigm shift: directly learning the mapping from degraded space to clear space from massive paired low-resolution (LR) and high-resolution (HR) image data.&lt;/p&gt;
&lt;p&gt;The core idea is simple: train a neural network $F_{\theta}$ that can map low-resolution images to high-resolution images:&lt;/p&gt;</description></item></channel></rss>