RGL
EPFL Logo

CS-328: Numerical Methods for Visual Computing and Machine Learning (Fall 2023)

Lecture:
Tuesday: 13:15-15:00
Exercise (in INF1 & INF2):
Wednesday: 8:15-10:00
Baptiste Nicolet
Teaching Assistant
Dongqing Wang
Teaching Assistant
Martin Nicolas Everaert
Teaching Assistant
Ziyi Zhang
Teaching Assistant
Miguel Crespo
Teaching Assistant
Ekrem Yilmazer
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.

PrerequisitesMATH-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:

  1. Continuous assessment during the semester via project assignments (35%)
  2. Final exam (65%)

Resources: Slides and other resources 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 homework 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
19.09.2023 Wenzel Jakob

Lecture: Administrative details, overview of course topics, introduction to Floating Point arithmetic & error analysis.

20.09.2023 Baptiste Nicolet

Exercise: Introduction to Python.

26.09.2023 Wenzel Jakob

Lecture: Linear Systems I: LU factorization

27.09.2023 Dongqing Wang

Exercise: Introduction to NumPy.

03.10.2023 Wenzel Jakob

Lecture: Linear Systems II: Conditioning, Least Squares

04.10.2023 Martin Nicolas Everaert

Exercise: Introduction to Matplotlib, Homework Q&A.

10.10.2023 Wenzel Jakob

Lecture: Linear Systems III: Regularization, QR factorization

11.10.2023 Ziyi Zhang

Homework Q&A

17.10.2023 Wenzel Jakob

Lecture: Efficient Numerical Code

18.10.2023 Miguel Crespo

Homework Q&A

24.10.2023 Wenzel Jakob

Lecture: Eigendecomposition and Singular Value Decomposition (SVD)

25.10.2023 Ekrem Yilmazer

Homework Q&A

31.10.2023 Wenzel Jakob

Lecture: Nonlinear problems I

01.11.2023 Baptiste Nicolet

Homework Q&A

07.11.2023 Wenzel Jakob

Lecture: Optimization, Autodiff

08.11.2023 Dongqing Wang

Homework Q&A

14.11.2023 Wenzel Jakob

Lecture: Neural Networks

15.11.2023 Martin Nicolas Everaert

Homework Q&A

21.11.2023 Wenzel Jakob

Lecture: Nonlinear problems II

22.11.2023 Ziyi Zhang

Homework Q&A

05.12.2023 Wenzel Jakob

Lecture: Integration

06.12.2023 Ekrem Yilmazer

Homework Q&A

12.12.2023 Wenzel Jakob

Lecture: Monte Carlo integration

13.12.2023 Baptiste Nicolet

Homework Q&A

19.12.2023 Wenzel Jakob

Lecture: Graphics and Inverse Graphics

20.12.2023 Dongqing Wang

Homework Q&A