Post

NExT-GPT

  • Paper: NExT-GPT: Any-to-Any Multimodal LLM
  • GitHub Link
  • Publisher: ICLR 2024
  • Author Affiliation: National University of Singapore
  • 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+A+T $\rightarrow$ I+V+A+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/A: ImageBind
    • Input Projector
      • Linear Projector
    • LLM Backbone
      • Vicuna-7B
    • Output Projector
      • Tiny Transformer
    • Modality Generator
      • I: Stable Diffusion
      • V: Zeroscope
      • A: AudioLDM
  • Datasets Scale
    • Pre-training Stage
      • Not report
    • Instruction-tuning Stage
      • Not report
This post is licensed under CC BY 4.0 by the author.