Computer Vision: 3D Reconstruction



Important. This course will run online. All videos of the lecture can be found on moodle. We have a zoom kick-off meeting on 4.11 at 11 o'clock. Link: https://us02web.zoom.us/j/87623541274?pwd=bWRRTkF1VnpYKzM5TzFCK0krcDRwUT09

This lecture covers areas of computer vision which deal with reconstruction of 3D scene. This means, for instance, to recover a 3D scene from a video, or to detect and track a dynamically changing object in the scene. We introduce the underlying principles and methods to solve such tasks, where the best methods are often a combination of deep learning and traditional approaches. To do so, we cover the necessary background knowledge, such as image processing, camera models, deep learning, image formation model, and Kalmann Filters.

Content:
- Brief introduction to required Machine Learning concepts (Neural Networks, Invertible Networks, etc)
- Basic Image processing (Filtering, Bilateral Filter)
- Sparse feature detection and description (points, edges, LIFT) w/ and w/o Neural networks
- Projective Geometry, Epipolar Geometry
- Sparse reconstruction (image matching, image descriptors) w/ and w/o Neural Networks
- Robust matching w/ Neural networks (Differentiable RASANC and related pipelines)
- Camera Localization and SLAM
- Stereo Vision, Dense 3D Reconstruction
- 3D Object detection (End-to-End Trainable Pipelines) w/ and w/o Neural Networks
- 3D Object tracking (6D Pose estimation, Kalman Filter, Particle Filter)


Formalities:
Teaching assistant (main point of contact): Titus Leistner titus.leistner@iwr.uni-heidelberg.de

Registration: Please register yourself via Moodle (https://moodle.uni-heidelberg.de/course/view.php?id=5228). If you have problems please contact teaching assistant.
Prerequisite: no prerequisites, but it is recommended to have Machine Learning Background, e.g. Fundamentals of Machine Learning or equivalent
Exam: oral exam. (details to be announced alter)
Leistungspunkte: 6 LP
Usability: Physics, MSc. Angewandte Informatik, MSc. Scientific Computing

Teaching goals:
The students
- Understand the principles behind estimating 3D Point Clouds and Motion from two or more images. They are able to apply this knowledge to new tasks in the field of 3D reconstruction.
- Understanding the principles of an image formation process and corresponding Geometry. This can be utilized to design new algorithms, for e.g. 3D motion estimation for autonomous driving.
- Understand and implement methods that combine machine learning based methods with classical computer vision based techniques.
- Have studied various state-of-the-art computer vision systems and approaches, and are then able to evaluate and classify new systems and approaches.
- Understand and implement different approaches for object tracking .