2024

Project 1 Exploring Quantum Machine Learning through Kernel Methods Download Exploring Quantum Machine Learning through Kernel Methods


 Project 2 A Modified Pipeline for Face Recognition

Face recognition consists of four distinct stages. First a face is detected. Secondly, anchor points are found so that the face can be aligned, in order to have the exact same position for all faces. Next a feature vector is computed from the aligned face. In the final stage, verification is performed, usually by computing the cosine similarity between feature vectors. 

Pipelines that allow to use different state of the art algorithms for these three steps exist, such as DeepFace, which allows to use a variety of software for all stages in the pipeline. InsightFace, handles profile faces much better, but has the disadvantage of require a parameter setting for the size of faces in images. But on the other hand it is fast. FaceTorch also handles profile faces pretty good, but is generally slower. However, it has the advantage of finding the optimal parameter setting by itself. 

The purpose of this project is to evaluate different methods for all stages of the pipeline and create a pipeline for research purposes, where algorithms can easily be inserted. For an example, several pipelines use ArcFace to create peace feature vectors, but newer ones exist, such as MagFace, CurricularFace, ElasticFace and AdaFace. These should be evaluated with respect to intra- and inter-similarities between persons of different age groups, using recent datasets. Another important thing would be to use the face detection of FaceTorch or DeepFace and then run InsightFace, so that no hard coded parameters are necessary. 

One important task is to make the computations efficient when working with large datasets and some parallel implementation is therefore necessary.


Project 8 Finite Element Approximation of the Kuramoto–Sivashinsky Equation

The goal of the project is to find approximate solutions to the Kuramoto–Sivashinsky equation, which is a partial differential equation involving Laplace, nonlinear, and biharmonic (fourth-order derivative) terms. This equation is used to model and study complex spatiotemporal dynamics and pattern formation. Its main applications are in systems where instabilities lead to chaotic or turbulent behavior, often occurring in areas related to fluid dynamics, combustion, and plasma physics. The equation will be solved using the FEniCS project, which is an open-source finite element library.


Project 9 Shock formation study using the compressible Euler equations

This project focuses on the numerical simulation of shock formation through the compressible Euler equations. We implement a finite element approximation using the FEniCS framework, incorporating a nonlinear artificial viscosity technique to stabilize the numerical scheme. The solver is applied to various challenging gas dynamics problems, including the formation of shocks and discontinuities. These simulations allow for a deeper exploration of complex flow behaviors and the mechanisms that lead to shock development in compressible fluids.


Project 10 Multi-objective Linear Programming for Radiotherapy Download Multi-objective Linear Programming for Radiotherapy


Project 13 Deep Learning for Image Analysis of 3D Microtumor Cultures: Applying CNNs and Data Augmentation to Study Anti-Tumor Treatment Responses in Microwell Platforms Download Deep Learning for Image Analysis of 3D Microtumor Cultures: Applying CNNs and Data Augmentation to Study Anti-Tumor Treatment Responses in Microwell Platforms


Project 16 Is quantity a quality of its own? -- Optimising test milkings for precision dairy farming Download Is quantity a quality of its own? -- Optimising test milkings for precision dairy farming


Project 17a Efficient deterministic pricing of basket options on many underlying assets Download Efficient deterministic pricing of basket options on many underlying assets


Project 17b Efficient deterministic pricing of basket options on many underlying assets Download Efficient deterministic pricing of basket options on many underlying assets


Project 18 Uncertainty Quantification from Frozen Embeddings Download Uncertainty Quantification from Frozen Embeddings


Project 21 Analysing data from the Internet Microscope: Classification of home network traces Download Analysing data from the Internet Microscope: Classification of home network traces


Project 22 Deep Learning Based Focus Interpolation for Microscopy Download Deep Learning Based Focus Interpolation for Microscopy


Project 30 Inventory Optimisation in Vending Machines Download Inventory Optimisation in Vending Machines


Project 33 Using Image Analysis to Determine the Product Map of Vending Machines Download Using Image Analysis to Determine the Product Map of Vending Machines


Project 34 Unsupervised learning for untargeted spatial analysis of mass spectrometry imaging Download Unsupervised learning for untargeted spatial analysis of mass spectrometry imaging


Project 35 Mixed-Integer Programming Model for Optimal Hardware Activation Code Recommendation Download Mixed-Integer Programming Model for Optimal Hardware Activation Code Recommendation