Post

InstructBLIP

  • Paper: InstructBLIP: Towards General-purpose Vision-Language Models with Instruction Tuning
  • GitHub Link
  • Publisher: NeurIPS 2023
  • Author Affiliation: Salesforce Research
  • Functional Division
    • Understanding
    • Generation
  • Design Division
    • Tool-using
    • End-to-end
  • Input Modalities $\rightarrow$ Output Modalities
    (I: Image, V: Video, A: Audio, 3D: Point Cloud, T: Text, ID: Document understanding, IB: Output bounding box, IM: Output segmentation mask, IR: Output retrieved images)
    • I+V+T $\rightarrow$ T
  • Model Architecture
    (Input $\rightarrow$ Modality Encoder $\rightarrow$ Input Projector $\rightarrow$ LLM Backbone $\rightarrow$ Output Projector $\rightarrow$ Modality Generator $\rightarrow$ Output)
    • Modality Encoder
      • I/V: ViT-G/14@224
    • Input Projector
      • Q-Former w/ Linear Projector
    • LLM Backbone
      • Flan-T5/Vicuna
    • Output Projector
      • None
    • Modality Generator
      • None
  • Datasets Scale
    • Pre-training Stage
      • 129M
    • Instruction-tuning Stage
      • 1.2M
This post is licensed under CC BY 4.0 by the author.