CS-328: Numerical Methods for Visual Computing and Machine Learning (Fall 2020)
11-12am (Exercise, INF1)
Instructor
Teaching Assistant
Teaching Assistant
Teaching Assistant
General information
Summary: Visual computing and machine learning are characterized by their reliance on numerical algorithms to process large amounts of information such as images, shapes, and 3D volumes. This course will familiarize students with a range of essential numerical tools to solve practical problems in this area.
Contents: This course provides a first introduction to the field of numerical analysis with a strong focus on visual computing and machine learning applications. Using examples from computer graphics, deep neural networks, geometry processing, computer vision, and computational photography, students will gain hands-on experience with a range of essential numerical algorithms.
The course will begin with a review of floating point arithmetic and error propagation in numerical computations. Following this, we will study and experiment with several techniques that solve systems of linear and non-linear equations and perform dimensionality reduction. Since many interesting problems cannot be solved exactly, numerical optimization techniques constitute the second major topic of this course. We will take an extensive look at automatic differentiation, the mechanism underlying popular deep learning frameworks such as PyTorch and Tensorflow. The course concludes with a review of numerical methods that introduce randomness to solve problems that would otherwise be intractable.
Students will have the opportunity to gain practical experience with the discussed methods using programming assignments based on Scientific Python.
Adaptations (COVID-19): this year, we had to make several adaptations to how this material is taught:
- Lecture: the lecture is given via pre-recorded video file, and we'll additionally have a live Q&A on Slack during the regular lecture slot, where you can ask any questions about the lecture material. The video files and link to the Slack workspace is available on Moodle.
- Exercises: we're following EPFL's suggested 1/3 - 2/3 split, where one third of will be able to interact with the TAs in person in “INF1”. The other two-thirds will be able to join remotely via Zoom call to ask questions (link posted on Moodle). In the first three weeks, we'll also have a pre-recorded presentation by the TAs (one per week) on tools we'll rely on during homeworks.
Prerequisites: MATH-101 (Analysis I) and MATH-111 (Linear Algebra).
Students are expected to have good familiarity with at least one programming language (e.g. C/C++, Java, Scala, Python, R, Ruby...). The course itself will rely on Python, but this is straightforward to learn while taking the course. During the first weeks of the semester, there will be tutorial sessions on using Python and Scientific Python.
Although it is not a strict prerequisite, this course is highly recommended for students who wish to pursue studies in the area of Visual Computing, in particular: CS-341 (Introduction to computer graphics), CS-440 (Advanced computer graphics), CS-442 (Computer vision), CS-413 (Computational Photography), CS-444 (Virtual Reality), and CS-445 (Digital 3D geometry processing)
Learning outcomes: At the end of the course, students should be able to:
-
Write computer programs that use numerical linear algebra and analysis techniques to transform and visualize data
-
Reason about ways of structuring numerical computations efficiently.
-
Analyze the numerical stability of programs built on floating point arithmetic
-
Recognize numerical problems in visual computing applications and cast them into a form that can be solved or optimized.
Teaching methods: Lectures, interactive demos, theory and programming exercises
Expected student activities: Students are expected to study the provided reading material and actively participate in class and in exercise sessions. They will be given both theoretical exercises and a set of hands-on programming assignments.
Assessment methods:
- Continuous assessment during the semester via project assignments (35%)
- Final exam (65%)
Resources: Slides and other resource will be provided at the end of each class. The course textbook is Numerical Algorithms: Methods for Computer Vision, Machine Learning, and Graphics by Justin Solomon (freely available here)
The following optional references are optional but highly recommended: Scientific Computing: An Introductory Survey (2nd edition) by Michael Heath and What Every Computer Scientist Should Know About Floating-Point Arithmetic by David Goldberg.
Late policy: Late homework submissions are reduced by -25% per late day (where “late” is defined by Moodle, which has a strict cut-off). Please abide by the deadlines posted on Moodle, double-check your submission, and do not postpone to the last moment to avoid accidents. Please let us know ahead of time if you can't submit in time due to medical reasons – in all other cases, the deadlines are strict.
Academic Integrity: Assignments must be solved and submitted individually. Do not copy (or even look at) parts of any of the homeworks from anyone else including the web. Do not make any parts of your homework available to anyone, and ensure that your files are not accessible to others. The university policies on academic integrity will be applied rigorously.
Schedule
Date | Lecturer | Contents |
---|---|---|
15.09.2020 | Wenzel Jakob |
Lecture: Administrative details, overview of course topics, introduction to Floating Point arithmetic & error analysis.
|
15.09.2020 | Tizian Zeltner |
Exercise: Introduction to Python.
|
22.09.2020 | Wenzel Jakob |
Lecture: Linear Systems |
22.09.2020 | Delio Vicini |
Exercise: Introduction to NumPy. Homework 1 released |
29.09.2020 | Wenzel Jakob |
Lecture: Conditioning of linear systems, Intro to Least Squares
|
29.09.2020 | Merlin Nimier-David |
Exercise: Introduction to Matplotlib, Homework Q&A.
|
06.10.2020 | Wenzel Jakob |
Regularization, QR factorization |
06.10.2020 | Merlin Nimier-David |
Homework Q&A Homework 2 released |
13.10.2020 | Wenzel Jakob |
Lecture: Efficient numerical code |
20.10.2020 | Wenzel Jakob |
Lecture: Eigendecomposition, Singular Value Decomposition (SVD) |
20.10.2020 | Tizian Zeltner |
Homework Q&A Homework 3 released |
03.11.2020 |
Homework Q&A Homework 4 released |
|
24.11.2020 |
Homework Q&A Homework 5 released |