add generalisation section
All checks were successful
Build Typst document / build_typst_documents (push) Successful in 39s

This commit is contained in:
lukas-heiligenbrunner 2024-11-01 23:22:03 +01:00
parent dfc34b4e08
commit 0c889bc1d6

View File

@ -41,6 +41,11 @@ See //%todo link to this section
=== Generalisation from few samples === Generalisation from few samples
An especially hard task is to generalize from such few samples.
In typical supervised learning the model sees thousands or millions of samples of the corresponding domain during learning.
This helps the model to learn the underlying patterns and to generalize well to unseen data.
In few-shot learning the model has to generalize from just a few samples.
=== Patchcore === Patchcore
%todo also show values how they perform on MVTec AD %todo also show values how they perform on MVTec AD
@ -88,7 +93,8 @@ This helps to avoid the vanishing gradient problem and helps with the training o
ResNet has proven to be very successful in many computer vision tasks and is used in this practical work for the classification task. ResNet has proven to be very successful in many computer vision tasks and is used in this practical work for the classification task.
There are several different ResNet architectures, the most common are ResNet-18, ResNet-34, ResNet-50, ResNet-101 and ResNet-152. #cite(<resnet>) There are several different ResNet architectures, the most common are ResNet-18, ResNet-34, ResNet-50, ResNet-101 and ResNet-152. #cite(<resnet>)
Since the dataset is relatively small and the two class classification task is relatively easy (for such a large model) the ResNet-18 architecture is used in this practical work. For this bachelor theis the ResNet-50 architecture was used to predict the corresponding embeddings for the few-shot learning methods.
=== CAML === CAML
Todo Todo