Advanced topics Flashcards
How can BNNs be approximated and thus the uncertainty of a network be modeled?
It can be approximated using methods like Variational Inference, introducing probabilistic distributions over the networks weights, capturing the uncertain of the network
Briefly explain main idea and name 2 possible types of semantic representations used in zero-shot learning
The main idea os zero-shot learning is to recognize objects or concepts never seen during the training.
two semantic representations are Attibutes and word embeddings
Name four weak annotation-types with which semantic segmentation models can be trained
Bounding-boxes
Scribbles
Single points
Image-level labels.
Describe the scenario of domain adaption. Mention which training data is available and what it is the goal.
training data from a source domain is available, but the model needs to generalize well to a different target domain.
The goal is to improve the model’s performance on the target domain using the knowledge gained from the source domain.