[TOC]

  1. Title: What Makes Good Examples for Visual in Context Learning
  2. Author: Yuan Zhang et. al.
  3. Publish Year: 1 Feb 2023
  4. Review Date: Mon, Feb 6, 2023
  5. url: https://arxiv.org/pdf/2301.13670.pdf

Summary of paper

image-20230207133939704

Motivation

Contribution

Some key terms

existing issue of using LLM

in-context learning

sensitivity to the prompt selection

Method

  1. Using IoU of the segmentation to rank the in-context examples
    1. or using human labelling
    2. image-20230207150623594
  2. after that, train a learnable feature extractor such that the cosine distance between the feature vector of two similar images should be small, while two dissimilar images should have large cosine distance (contrastive learning)
  3. the trained feature extractor helps to retrieve in-context examples from a large dataset.
    1. looks like this method assists the model to do an interpolation