Machine learning with kernel methods / Spring 2022

Updates

  • New Lecture is up: Lecture 9 - Deep kernel machines and large-scale learning with kernels [Video 1] [Video 2]
  • New Lecture is up: Lecture 8 - Kernel Mean Embeddings of probability distributions [Video 1] [Video 2]
  • New Assignment released: [Assignment #4]

Course Description

An introductory course on kernel methods for machine learning.

Many problems in real-world applications of machine learning can be formalized as classical statistical problems, e.g., pattern recognition, regression or dimension reduction, with the caveat that the data are often not vectors of numbers. For example, protein sequences and structures in computational biology, text and XML documents in web mining, segmented pictures in image processing, or time series in speech recognition and finance, have particular structures which contain relevant information for the statistical problem but can hardly be encoded into finite-dimensional vector representations.

Kernel methods are a class of algorithms well suited for such problems. Indeed they extend the applicability of many statistical methods initially designed for vectors to virtually any type of data, without the need for explicit vectorization of the data. The price to pay for this extension to non-vectors is the need to define a so-called positive definite kernel function between the objects, formally equivalent to an implicit vectorization of the data. The “art” of kernel design for various objects have witnessed important advances in recent years, resulting in many state-of-the-art algorithms and successful applications in many domains.

The goal of this course is to present the mathematical foundations of kernel methods, as well as the main approaches that have emerged so far in kernel design. We will start with a presentation of the theory of positive definite kernels and reproducing kernel Hilbert spaces, which will allow us to introduce several kernel methods including kernel principal component analysis and support vector machines. Then we will come back to the problem of defining the kernel. We will present the main results about Mercer kernels and semigroup kernels, as well as a few examples of kernel for strings and graphs, taken from applications in computational biology, text processing and image analysis. Finally we will touch upon topics of active research, such as large-scale kernel methods and deep kernel machines.

Schedule and organization

  • For this class, we will adopt a hybrid format: Before each class, you are supposed to have studied a set of slides and watched the corresponding videos (typically 1.5H long) before the class. On the official schedule, the class starts at 1:30pm, which gives you enough time for watching the videos and studying the slides, before participating to one-hour interactive sessions with the intructors. During these, we will take questions, discuss solutions to homeworks, etc… These one-hour sessions will take place every Wednesdays from 3pm to 4pm. There will be 9 sessions in total.
  • Our goal is to organize these sessions in person at ENS Paris Saclay. Nevertheless, the current situation forces us to start the class fully online, at least until the end of January. A zoom link will be provided by email. (Both instructors live in Grenoble, and have travel restrictions due to Inria’s current policy).
  • The grading of the class will be done with (i) one final exam, (ii) a data challenge, (iii) regular (short) exercises to do online.
  • Please contact the instructors if you would like to follow this course.

Evaluation

The final note will be a weighted average of a data challenge (40%), a final exam (40%) and regular quizzes every week (20%).

Previous Courses