Child pages
  • Inverse problems, spring 2015
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 58 Next »

Inverse problems, spring 2015

The course is lectured in English

Figure: electrical conductivity distribution (left), nonlinear reconstruction from voltage-to-current boundary measurements (middle), edge-enhanced nonlinear reconstruction (right).

Inverse problems are about interpreting indirect measurements. The scientific study of inverse problems is an interdisciplinary field combining mathematics, physics, signal processing, and engineering. Examples of inverse problems include

  • Three-dimensional X-ray imaging (more information, also see this video and this video)
  • Recovering the inner structure of the Earth based on earthquake measurements 
  • Sharpening a misfocused photograph (more information )
  • Reconstructing electric conductivity from current-to-voltage boundary measurements (see this page and this page)
  • Finding cracks inside solid structures
  • Prospecting for oil and minerals
  • Monitoring underground contaminants
  • Finding the shape of asteroids based on light-curve data (see this page)

The common features of all this problems are the need to understand indirect measurements and to overcome extreme sensitivity to noise and modelling inaccuracies.

Figure: sharp image (left), misfocused image (middle), sharpened image by deconvolution (right).

Inverse problems research is an active area of mathematics.

At the Department of Mathematics and Statistics the field is represented by three research groups belonging to 
Centre of Excellence of Academy of Finland:

What does the course contain?

The goals of the course are

  • introduce discrete matrix models of some widely used measurements, such as tomography and convolution
  • show how to detect ill-posedness (sensitivity to measurement noise) in matrix models using Singular Value Decomposition
  • compute noise-robust reconstructions using regularization
  • write Matlab algorithms for sharpening photographs and computing tomographic reconstructions 
  • discussion of nonlinear inverse problems, with Electrical Impedance Tomography as an example
The course involves working with practical measurement data. Therefore, it is a good choice for students planning a career in industry.

The lectures make up 10 credit units. In addition to lectures the course involves a project work. It is done in teams of two and gives 5 credit units to each student.

The course is in total 15 credit units.

 

Figure: high-resolution X-ray tomographic slice through a walnut (left), reconstruction from few data using an old method (middle), and reconstruction from few data using a modern method (right).

Lecturers

Main lecturer: Samuli Siltanen

Guest lecturers: Paola Elefante, Alexander Meaney and Zenith Purisha

Scope

15 sp.

Type

Advanced studies

Prerequisites   

Recommended courses to take before this course: Linear algebra 1 and 2, Applications of matrix computations.

Some previous experience with Matlab programming is very helpful.

Structure of the course

Period III: Lectures as follows:

Tuesday 10-12 in room D123
Wednesday 12-14 in room D123
Friday 12-14 in room C123.

Two hours of exercise classes per week.

Period IV: Project work, which is reported as a poster in a poster session. 


Lectures

Lecture 1 (January 13, 2015)

Introduction to inverse problems, indirect measurements and ill-posedness.

The (huge) files of the presentations are available in this Dropbox folder.

The practical information slides are available in the file PracticalInfo.pdf.

Lecture 2 (January 14, 2015)

One-dimensional convolution of real-valued functions. Book section 2.1.1.

Matlab resources: target1.mtargets_plot.mPSF.mdeconv1_cont_comp.mdeconv1_cont_plot.m.

Lecture 3 (January 16, 2015)

One-dimensional convolution in both continuous and discrete form. First example of the failure of naive inversion in the case of an ill-posed problem. Book sections 2.1.2 and 2.1.3.

Matlab resources: DC_convmtx.mdeconv1_cont_comp.mdeconv1_cont_plot.m
deconv2_discretedata_comp.mdeconv2_discretedata_plot.mdeconv3_naive_comp.mdeconv3_naive_plot.m

Lecture 4 (January 20, 2015)

Computational studies of the one-dimensional deconvolution. Simulation of crime-free data. Book sections 2.1.3 and 2.1.4.

Lecture 5 (January 21, 2015)

Singular value decomposition of matrices and how it explains the instability of naive inversion. Book chapter 3.5.

Matlab resources: deconv4_SVD_comp.mdeconv4_SVD_plot.mdeconv5_truncSVD_comp.mdeconv5_truncSVD_plot.m

Lecture 6 (January 23, 2015)

Well-posedness and ill-posedness in the sense of Hadamard. Quick introduction to the concept of regularization. Minimum norm solution and the Moore-Penrose pseudoinverse. Book sections 3.1 and 3.4. and 4.1. (No computational stuff this time.) 

Lecture 7 (January 27, 2015)

Introduction to X-ray measurements and their mathematical modelling. Book sections 2.3.1, 2.3.2 and 2.3.4.

Videos: Recording a projection image by scanningCollection of tomographic data

Lecture 8 (January 28, 2015) 

Construction of X-ray measurement matrices using Matlab's built-in function radon.m. Naive reconstruction from data with inverse crime. Also: truncated SVD reconstructions from data with inverse crime. Book sections 2.3.4, 2.3.5, 4.2 and 4.4.3.

Matlab resources: Radon_demo.mXR01_buildA.mXR02_naivetest.mXR03_truncSVD.m


Lecture 9 (January 30, 2015) 

Two demonstrations of current research in X-ray tomography reconstruction methods.
 

Paola Elefante: Dynamic X-ray sparse tomography

Motivation for sparse tomography: hints on how cancer is formed and X-rays as environmental factors, possible improvements for medical care. Motivation for dynamic tomography: veterinary applications, material testing, monitoring the effects of cancer medications, and angiography (with video). The level set method, brief introduction. Presenting simulated data, comparison with FBP and Tikhonov. State of the art of local research and upcoming challenges. Slides available here.

Zenith Purisha: X-ray tomography using MCMC and NURBS

1. Motivation for using NURBS, the building blocks in CAD modelling. Why does CAD use NURBS: it involves a few parameters only, making computation efficient. Taking sparse data from a homogenous object to have quick measurement process. In medical environment, sparse data will reduce radiation dose. The idea is implementing Bayesian Inversion and NURBS to recover the parameters.

2. Introduction about NURBS (one slide, a video), Tomographic Measurement model (Included Basic Xray measurement, Radon transform,  Discrete  tomographic Data, and of course NURBS-based tomographic model), Bayesian Inversion and MCMC. 

3. Results of reconstruction from real data

Slides available here.


Lecture 10 (February 3, 2015) 

Construction of tomographic data without inverse crime. The trick is to simulate the sinogram at higher resolution and then interpolate from that the sinogram corresponding to lower resolution.

Matlab resources: XR04_NoCrimeData_comp.mXR04_NoCrimeData_plot.m


Lecture 11 (February 4, 2015) 

Introduction to Tikhonov regularization. Finding the minimum of the Tikhonov functional using the singular value decomposition.

Book section 5.1.

Matlab resources: deconv6_Tikhonov_comp.mdeconv6_Tikhonov_plot.m


Lecture 12 (February 6, 2015) 

Introduction to the generation of X-rays. Tomography lab visit.

Slides available here.

 

Lecture 13 (February 10, 2015) 

Introduction to normal equations and the stacked form method for computing Tikhonov regularized solutions.

Matlab resources: deconv7_genTikhonov_comp.mdeconv7_genTikhonov_plot.m

Book section 5.2.

NO LECTURE ON WEDNESDAY, February 11


Lecture 14 (February 13, 2015)

Large-scale implementation. Matrix free formulation and the conjugate gradient method. Book section 5.5

Matlab resources: XR05_Tikhonov_comp.m, XR05_Tikhonov_plot.m, XRMC_NoCrime_bigData256_50.mat

Further reading material on optimization and conjugate gradient can be found here: http://www4.ncsu.edu/~ctk/lv/lvpub.html



Matlab resources

You can always find the latest set of Matlab files in this Dropbox directory.


Exams

There will be an exam after the lecture part of the course.


Bibliography

 

Mueller J L and Siltanen SLinear and Nonlinear Inverse Problems with Practical Applications. SIAM 2012.


Exercises

Course assistant: Andreas Hauptmann

The exercise sessions will be held in the computer room C128. There are two sessions:

Tuesday 12-14
Thursday 14-16

The theoretical exercises are to be presented by the students. In each session the students mark the exercises they have completed and according to this list one student will be chosen per exercise to present.

The Matlab exercises will be checked individually at the computers present. The Matlab exercises can be completed in pairs of two. Both students have to be present and able to explain the code.

Points for all completed exercises will be accumulated and part of the final grade.

NOTE! It has been decided that we will not publish the solutions for future exercises. Please attend the exercise sessions and/or ask your fellow students.

Exercise 1 (January 20-22, 2015) - Solutions 1

Exercise 2 (January 27-29, 2015) - Solutions 2 (T1-T3)

Exercise 3 (February 3-5, 2015)

Exercise 4 (February 10-12, 2015)

 Exercise 5 (February 17-19, 2015) - M1 & M2 corrected


Project work

Project work assistants: Alexander Meaney and Andreas Hauptmann

The idea of the project work is to study an inverse problem both theoretically and computationally in teams of two students. The end product is a scientific poster that the team will present in a poster session in the Industrial Mathematics Laboratory. The poster can be printed using the laboratory's large scale printer. The classical table of contents is recommended for structuring the poster:

1 Introduction
2 Materials and methods
3 Results
4 Discussion

Section 2 is for describing the data and the inversion methods used. In section 3 those methods are applied to the data and the results are reported with no interpretation; just facts and outcomes of computations are described. Section 4 is the place for discussing the results and drawing conclusions.

The project is about X-ray tomography. You can measure a dataset yourself in the X-ray facility of the Industrial Mathematics Laboratory:

   

In the project you are supposed to take a subset of the data with only few projections, such as 20 projection directions. Use one of these methods to recover the walnut slice from sparse data:

  • Tikhonov regularization based on conjugate gradient method,
  • approximate total variation regularization implemented iteratively with the Barzilai-Borwein method,
  • some other suitable method.

Optimally, you should have an automatic method for choosing the regularization parameter and an automatic stopping criteria for the iteration. These are both difficult requirements, so have a simple approach as plan B if a more complicated approach does not work.

First goal consists of two things: (a) two first sections should be preliminary written in LaTeX (not necessarily in poster format yet) and (b) the Matlab codes at the following webpage should be run and studied:

Two things will be graded in the meeting about the first goal: (a) the draft of project work and (b) your understanding of the Matlab codes at the above webpage relevant to your topic. The grade represents 30% of the final grade of the project work. Please agree on a meeting time (in the period April 1-4) with the lecturer for reviewing and grading the first goal.

Second and final goal: poster is presented in the poster session.

  • No labels