Chapter 2. Vision Language Model Applications
We have seen how vision and language is bridged, so let’s see how modern vision language models (VLMs) work. Modern VLMs—typically trained on massive vision, vision language, and language datasets—can accomplish a wide variety of vision tasks like identifying objects, actions, and scenes, as well as understand text for multimodal tasks. The possibilities of bridging images and text make the use cases endless, but we will focus on the most common use cases, early approaches used to solve them, how to accomplish these tasks, and how to evaluate a model on a given task.
The most natural place to start is the simplest form of connecting vision and language: describing what we see. Given an image, can a model produce a sentence that captures its content? This is image captioning, and it is the foundation on which many of the tasks in this chapter build.
Image Captioning
The first task we will see is image captioning. This task is about describing the visual content of an image in natural language. Image captioning sits at the intersection of computer vision and natural language processing. It requires a model to understand an image (identify objects, attributes, and their ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access