hrshtv / Bayesian-Image-Super-Resolution

A Bayesian framework for Multi-Frame Image Super-Resolution. Based on "Bayesian Image Super-Resolution" (ME Tipping and CM Bishop, NeurIPS 2003)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bayesian Image Super-Resolution

A Bayesian framework for Multi-Frame Image Super-Resolution, based on "Bayesian Image Super-Resolution" (ME Tipping and CM Bishop, NeurIPS 2003).

It's a two-stage method wherein the image registration parameters are estimated in the first stage, followed by estimating the HR image in the second stage. The registration parameters are estimated using the marginal likelihood, computed using using a Gaussian process prior over the HR image. In the second stage, any relevant prior (eg. MRF, TV) can be used for estimating the HR image.

For more details, check out:

Results Overview

Visualization of the HR Image Estimation

Authors


(This was done as a course project for CS736: Medical Image Computing, Spring 2021, IIT Bombay)

About

A Bayesian framework for Multi-Frame Image Super-Resolution. Based on "Bayesian Image Super-Resolution" (ME Tipping and CM Bishop, NeurIPS 2003)


Languages

Language:Jupyter Notebook 100.0%