← Latest papers
💻 computer science

FineVision: Open Data Is All You Need

FineVision introduces the largest open corpus of 24 million meticulously curated vision-language samples, created through a rigorous semi-automated pipeline that unifies over 200 sources with human oversight to eliminate contamination and duplication, ultimately enabling models trained on this dataset to significantly outperform existing open alternatives.

Original authors: Luis Wiedmann, Orr Zohar, Amir Mahla, Xiaohan Wang, Rui Li, Thibaud Frere, Leandro von Werra, Aritra Roy Gosthipaty, Andrés Marafioti

Published 2026-05-21
📖 4 min read☕ Coffee break read

Original authors: Luis Wiedmann, Orr Zohar, Amir Mahla, Xiaohan Wang, Rui Li, Thibaud Frere, Leandro von Werra, Aritra Roy Gosthipaty, Andrés Marafioti

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to teach a robot how to see and understand the world, like a human does. To do this, you need to show it millions of pictures and teach it how to talk about them. This is what "Vision-Language Models" (VLMs) do.

However, until now, the "textbooks" (datasets) available to the public were a mess. They were like a library where some books were written in different languages, some pages were torn out, some had typos, and some were even copies of the test questions the robot would be graded on later. This made it hard for open-source robots to learn as well as the expensive, secret robots built by big tech companies.

FineVision is a new, massive, and meticulously cleaned-up library created by researchers from Hugging Face, the Technical University of Munich, and Stanford. Here is how they built it and why it matters, explained simply:

1. The Great Cleanup (Data Curation)

The researchers gathered over 200 different sources of data—everything from academic papers to cloud storage folders. But just dumping them together wouldn't work.

  • The Translator: They built a "semi-automated" system (using AI helpers) to translate all these different formats into one standard language. Imagine taking 200 different types of recipes (some in French, some in Japanese, some written on napkins) and converting them all into a single, easy-to-follow cookbook format.
  • The Human Editors: AI isn't perfect. So, human reviewers acted as editors. They checked the AI's work, fixed mistakes, and made sure the "recipes" were safe and accurate. If the AI messed up a conversion, the humans fixed it and told the AI to try again.
  • The De-Duplication: They used a special "copy detector" to find and remove duplicate images. If the same picture of a cat appeared 50 times in the library, they kept only one (or merged them into a single, richer conversation) so the robot didn't just memorize the same cat over and over.
  • The Test-Safe Zone: They checked the library against 66 standard tests used to grade these robots. If they found a picture in the library that was identical to a picture on a future test, they removed it. This ensures the robot is actually learning, not just cheating by memorizing the answers.

2. What's Inside the Library?

The final result is FineVision, a collection of 24 million samples (about 17 million images). It's not just a pile of pictures; it's organized into conversations.

  • Variety: It covers everything from simple "What is this?" questions to complex tasks like reading a chart, solving math problems, or understanding a document.
  • The "Action" Section: A special part of the library teaches the robot how to use computer interfaces (like clicking a mouse or typing on a phone screen). They standardized this so the robot learns a universal "language of action" that works on desktops, phones, and browsers.
  • Quality Control: Every single conversation in the library was scored by AI judges (and checked by humans) on four things:
    1. Formatting: Is the text clean and readable?
    2. Relevance: Does the answer actually match the question?
    3. Visual Dependency: Does the answer need to look at the picture to be correct?
    4. Correspondence: Does the picture actually show what the question is asking about?

3. The Results: Does It Work?

The researchers trained a small robot model using this new library and compared it to models trained on other popular, messy libraries.

  • The Scoreboard: The robot trained on FineVision scored significantly higher on 11 different tests. It beat the previous best open-source libraries by a wide margin (improving performance by roughly 11% to 38% depending on the competitor).
  • The "Cheating" Test: When they removed the few remaining "cheat" images (data that might have leaked from the tests) from the training data, the FineVision robot's performance barely dropped. In contrast, the other robots' performance fell significantly. This proves that FineVision taught the robot to understand, not just memorize.
  • The GUI Magic: The robot trained on FineVision was also much better at navigating computer screens (clicking buttons, typing) than other small models, performing as well as models that were four times larger.

The Bottom Line

The paper claims that clean, diverse, and well-organized data is the secret sauce. You don't necessarily need a bigger model or a secret dataset; you just need a better library. FineVision proves that by cleaning up the data and organizing it carefully, open-source models can finally catch up to the big, closed-source ones.

The researchers have released the library and the tools they used to clean it, hoping to help the whole community build smarter, more reliable AI vision systems.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →