← Latest papers
💻 computer science

Multimodal Cultural Heritage Knowledge Graph Extension with Language and Vision Models

This paper introduces WJoconde, a multimodal French cultural heritage knowledge graph, and proposes a novel framework leveraging Large Language Models and Vision-Language Models to automatically extend such graphs with high reliability through a specialized validation pipeline.

Original authors: Yang Zhang, Nada Mimouni, Jean-Claude Moissinac, Fayçal Hamdi

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

Original authors: Yang Zhang, Nada Mimouni, Jean-Claude Moissinac, Fayçal Hamdi

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 have a massive, incredibly detailed library of French art and history. Right now, this library is organized like a giant spreadsheet: it lists paintings, sculptures, and artifacts, and it tells you who made them, when, and where they are kept. This is what the authors call a Knowledge Graph. It's a structured map of facts.

However, this spreadsheet has two big problems:

  1. It's incomplete: It's missing huge chunks of information because the real world is messy and complex.
  2. It's boring: It only has text. It doesn't "see" the pictures of the art, even though the pictures are right there.

The authors of this paper wanted to fix this. They built a new, super-charged version of this library called WJoconde, and they invented a clever robot team to help fill in the missing blanks.

Here is how they did it, explained simply:

1. The New Library: WJoconde

Think of the original French museum database (Joconde) as a dusty archive. The authors took the best parts of this archive and connected them to Wikidata (a giant, free online encyclopedia of facts).

They created a new version called WJoconde. What makes it special?

  • It's Multimodal: Imagine a library card that doesn't just have a description of a painting, but also shows you the painting. WJoconde links the text description directly to the actual image of the artwork.
  • It's a Benchmark: They cleaned this data up and made three different versions of it (one raw, one cleaned, and one with both text and images) so other scientists can use it to test their own AI tools. It's like giving everyone a standardized "exam" to see who builds the best knowledge graph.

2. The Problem: The "Closed World" vs. The "Open World"

Most AI systems that try to fill in missing facts work like a multiple-choice test. They look at the existing list of answers and guess which one is missing.

  • The Problem: If the answer isn't on the list, the AI says, "I don't know."
  • The Reality: In art history, the "right answer" might be something nobody has ever written down before. The AI needs to be able to invent new facts, not just pick from a menu. This is called the Open World Assumption.

3. The Solution: The Robot Detective Team

To solve this, the authors built a pipeline (a workflow) using two types of super-smart AI robots:

  • The Reader (LLM): A Large Language Model (like a super-smart text reader) that reads the descriptions of the art.
  • The Viewer (VLM): A Vision-Language Model (a robot that can "see" and understand images) that looks at the paintings.

How the team works together:

  1. The Assignment: The system takes a painting and asks, "What is happening in this picture?"
  2. The Guess: The Reader looks at the text, and the Viewer looks at the image. They both shout out their guesses (e.g., "It shows a horse!" or "It shows a battle!").
  3. The Double-Check (The Magic Step): This is the most important part. Since AI robots sometimes "hallucinate" (make things up), the authors built a validation pipeline.
    • They check if the Reader's guess matches the Viewer's guess.
    • They check if the guess is actually a new fact or just a synonym for something they already know (e.g., making sure they don't add "Curtains" if "Curtain" is already in the database).
    • They even ask the Viewer to look at the image again to confirm, "Yes, I definitely see a horse in this picture."

4. The Results: A Bigger, Better Map

The results were impressive. By using this robot team:

  • They successfully added 61% more facts to the database.
  • They added thousands of new details, like specific actions (jousting), objects (swords), and scenes (cityscapes) that were previously missing.
  • Quality Control: When humans checked the work, they found that the robots were correct about 92% of the time.

The Bottom Line

The authors didn't just build a bigger database; they built a system that can look at a painting and its description, understand the story, and add new, accurate facts to a digital map without needing a human to type everything in.

They proved that by combining text-reading AI and image-seeing AI, and then having them check each other's work, we can automatically expand our knowledge of cultural heritage in a way that is both fast and reliable. They also made all their code and data free for anyone to use, so other researchers can try to do even better.

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 →