paper-with-me

홈 › Papers

OpenFlamingo: An Open-Source Framework for Training Large Autoregressive Vision-Language Models

2023-08-02 · Anas Awadalla, Irena Gao, Josh Gardner, Jack Hessel, Yusuf Hanafy, Wanrong Zhu, Kalyani Marathe, Yonatan Bitton, Samir Gadre, Shiori Sagawa, Jenia Jitsev, Simon Kornblith, Pang Wei Koh, Gabriel Ilharco, Mitchell Wortsman, Ludwig Schmidt

We introduce OpenFlamingo, a family of autoregressive vision-language models ranging from 3B to 9B parameters. OpenFlamingo is an ongoing effort to produce an open-source replication of DeepMind's Flamingo models. On seven vision-language datasets, OpenFlamingo models average between 80 - 89% of corresponding Flamingo performance. This technical report describes our models, training data, hyperparameters, and evaluation suite. We share our models and code at https://github.com/mlfoundations/open_flamingo.

📄 PDF Abstract BibTeX arXiv:2308.01390

Code (2)

mlfoundations/open_flamingo 공식 구현 pytorch
luodian/otter pytorch

Tasks

Visual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Otter: A Multi-Modal Model with In-Context Instruction Tuning

2023-05-05 · Bo Li, Yuanhan Zhang, Liangyu Chen, Jinghao Wang 외

Large language models (LLMs) have demonstrated significant universal capabilities as few/zero-shot learners in various tasks due to their pre-training on vast amounts of text data, as exemplified by GPT-3, which boosted …

GPUIn-Context LearningInstruction FollowingVisual Question Answering+2

Leveraging OpenFlamingo for Multimodal Embedding Analysis of C2C Car Parts Data

2025-03-20 · Maisha Binte Rashid, Pablo Rivas

In this paper, we aim to investigate the capabilities of multimodal machine learning models, particularly the OpenFlamingo model, in processing a large-scale dataset of consumer-to-consumer (C2C) online posts related to …

Utility of Multimodal Large Language Models in Analyzing Chest X-ray with Incomplete Contextual Information

2024-09-20 · Choonghan Kim, Seonhee Cho, Joo Heung Yoon

Background: Large language models (LLMs) are gaining use in clinical settings, but their performance can suffer with incomplete radiology reports. We tested whether multimodal LLMs (using text and images) could improve a…

Large Language Model

Robust CLIP: Unsupervised Adversarial Fine-Tuning of Vision Embeddings for Robust Large Vision-Language Models

2024-02-19 · Christian Schlarmann, Naman Deep Singh, Francesco Croce, Matthias Hein

Multi-modal foundation models like OpenFlamingo, LLaVA, and GPT-4 are increasingly used for various real-world tasks. Prior work has shown that these models are highly vulnerable to adversarial attacks on the vision moda…

Adversarial DefenseMultimodal Deep Learningzero-shot-classificationZero-Shot Learning

What Makes Multimodal In-Context Learning Work?

2024-04-24 · Folco Bertini Baldassini, Mustafa Shukor, Matthieu Cord, Laure Soulier 외

Large Language Models have demonstrated remarkable performance across various tasks, exhibiting the capacity to swiftly acquire new skills, such as through In-Context Learning (ICL) with minimal demonstration examples. I…

In-Context Learning