Home

Awesome

foundation-vision-benchmark

A qualitative set of tests for use in evaluating the capabilities of foundation vision models.

๐Ÿ“ Abstract

In 2023, multimodal vision models have become substantially more powerful; the year has been coined as the "year of multimodality." Roboflow actively explores new vision models and their capabilities, conducting qualitative tests to learn more about how different models perform.

Our tests help us answer questions like "will this model help with labeling data?" and "could this model be used in a two-stage detection system (i.e. OCR)?"

This repository contains several tests we have run on foundation vision models to understand their performance. If you are curious about exploring new vision models, this repository may give you direction, ideas, and result in novel learnings about the model with which you are working.

โœ… Tests

Task TypePromptImage
ClassificationWhat is in the image? Return the class of the object in the image. Here are the classes: Tesla Model 3, Toyota Camry. You can only return one class from that list.Image Example
ClassificationWhat is in the image? Return the class of the object in the image. Here are the classes: pizza, deep dish pizza. You can only return one class from that list.Image Example
Optical Character Recognition (Documents)Read the text in the image.Image Example
Object DetectionDetect a dog on the image. Provide me with x_min_y_min, x_max and y_max coordinates.Image Example

๐Ÿงช Test Surface Area

We test:

  1. Object detection
  2. Classification
  3. Document OCR
  4. Handwriting OCR
  5. Math OCR

See the sections below for reference images and prompts.

General Recommendations

We also recommend testing visual question answering (asking general questions about an image), exploring areas such as:

โš ๏ธ Limitations

Given the vast array of possibilities with vision models, no set of tests, this one included, can comprehensively evaluate what a model can do; this repository is a starting point for exploration.

๐Ÿฆธ Contribute

We would love your help in making this repository even better! Whether you want to add a new experiment or have any suggestions for improvement, feel free to open an issue or pull request.