Skip to content

kunzaatko/InverseProblemsAndImaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Inverse Problems and Imaging

This repository contains materials for the master's course "Introduction to Inverse Problems and Imaging" at ČVUT. It includes homework assignments, lecture notes, and MATLAB code focused on solving inverse problems using numerical methods and regularization techniques.

Homework Assignments

Homework 1: Abel Integral Equation

This homework explores the inversion of the Abel integral equation, a classic ill-posed problem in inverse problems, using regularization techniques like Truncated SVD and Tikhonov regularization to handle noise and instability.

Key figures:

  • Singular values of the Abel operator
    Decay of singular values illustrating the ill-posedness of the problem.
  • TSVD reconstruction comparison
    Truncated SVD regularization applied to noisy Abel data.
  • Tikhonov regularization
    Tikhonov method balancing data fit and smoothness.

Homework 2: Backwards Heat Equation

This assignment addresses the backwards heat equation, an extremely ill-posed inverse problem where small errors in data measurements lead to large errors in the reconstructed initial condition, demonstrating the need for advanced regularization methods.

Key figures:

  • Karin-Harbo test case
    Initial condition for the backwards heat equation problem.
  • Landweber iteration reconstruction
    Iterative Landweber method recovering the initial temperature distribution.
  • Comparison of regularization methods
    Tikhonov vs. Sobolev regularization for stability.

Homework 3: Autoconvolution Inverse Problem

This homework deals with the non-linear inverse problem of autoconvolution, where the forward operator is a convolution of the unknown function with itself, solved using Newton's method with appropriate regularization for convergence.

Key figures:

  • Forward autoconvolution comparison
    Numerical vs. analytical forward operator for autoconvolution.
  • Newton method iterations
    Convergence of Newton's method for the non-linear inverse problem.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages