RGL
EPFL Logo

CS328: Numerical Methods for Visual Computing and Machine Learning (Fall 2025)

Lecture:
Thursday: 10:15-12:00
Exercise (in INF3):
Wednesday: 8:15-10:00
Wenzel Jakob
Instructor
Lovro Nuic
Teaching Assistant
Ekrem Fatih 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, lecture recordings, and optional readings are available via Moodle.

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
11.09.2025 Wenzel Jakob

Floating Point Arithmetic

18.09.2025 Wenzel Jakob

Linear Systems 1. Homework 1 released.

25.09.2025 Wenzel Jakob

Linear Systems II

02.10.2025 Wenzel Jakob

Linear Systems III. Homework 2 out (HW1 due the day before).

09.10.2025 Wenzel Jakob

Processor Architecture and Efficiency I (CPUs)

16.10.2025 Wenzel Jakob

Processor Architecture and Efficiency II (GPUs). HW2 due the day before.

23.10.2025 Wenzel Jakob

Semester vacation

30.10.2025 Wenzel Jakob

Eigendecomposition, Singular Value Decomposition. Homework 3 released.

06.11.2025 Wenzel Jakob

SVD continued, Automatic Differentiation

13.11.2025 Wenzel Jakob

Automatic Differentiation contd., Root Finding

20.11.2025 Wenzel Jakob

Neural Networks

27.11.2025 Wenzel Jakob

Nonlinear Optimization. Homework 4 released (HW3 due the day before).

04.12.2025 Wenzel Jakob

Integration

11.12.2025 Wenzel Jakob

Inverse Graphics

18.12.2025 Wenzel Jakob

No class