What is a common technique used to calculate the loss for models with multiple outputs (e.g. Segment Anything)?
Compute the loss for each of the predicted outputs, but only backpropagate the lowest loss.
Let Y^i={y^i1,...,y^iM} be the set of predicted outputs for input xi.
L(Y^i)=miny^i∈Y^il(yi,y^i)
Machine Learning Research
Flashcards is a collection of flashcards associated with scientific
research papers in the field of machine learning. Best used with Anki or Obsidian.
Edit MLRF on GitHub.