← Latest papers
💻 computer science

Scalable Black-Box Model Attribution for Images

This paper introduces RPA (Raw-Patch Attribution), a lightweight and robust black-box method that outperforms complex existing approaches in identifying generative image models while offering versatile capabilities for unsupervised grouping and few-shot adaptation without retraining.

Original authors: Asaf Livne, Amir Jevnisek, Shai Avidan

Published 2026-08-18
📖 4 min read☕ Coffee break read

Original authors: Asaf Livne, Amir Jevnisek, Shai Avidan

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

In the last few years, a new kind of artificial intelligence has transformed how we create pictures. These systems, known as generative models, can turn simple text descriptions into stunning, photorealistic images. They have become so common that they now underpin much of modern media production and creative work. However, this rapid spread has created a significant problem: when you see a picture, it is often impossible to tell which specific machine created it. This uncertainty matters for reasons ranging from protecting an artist's intellectual property to tracing the origin of misleading content. The challenge is not just to spot that an image is fake, but to identify exactly which of the hundreds of different AI engines produced it. This task, called model attribution, is difficult because these machines are constantly evolving, and their outputs often look nearly identical to the human eye. Furthermore, the sheer number of available models, including thousands of customized versions, makes the task of tracking them down seem overwhelming.

Researchers at Tel Aviv University have found a surprisingly simple solution to this complex problem. Instead of building a massive, intricate system to match the complexity of the generators, they developed a lightweight tool that works like a basic classifier. Their approach, called RPA, operates in the strictest "black-box" setting, meaning it looks only at the final image without needing access to the internal code, weights, or secret settings of the AI that made it. The method splits an image into small squares and analyzes the raw color patterns in each one. Despite the visual similarity between images from different models, the researchers discovered that each generator leaves behind a unique, low-level fingerprint in the texture of the pixels. By training a small neural network to recognize these subtle patterns, the system can identify the source of an image with remarkable precision. On a test set of twenty-five different models, the tool achieved an accuracy of 98.0 percent, and on a more chaotic, real-world set of twenty-seven models, it still reached 92.9 percent.

What makes this finding particularly striking is how the tool handles the messy reality of the internet. Images in the wild are rarely pristine; they are often compressed, blurred, or resized as they travel across social media and news sites. Many previous methods failed when faced with these common changes. The new system, however, remains robust. When the researchers tested it against images that had been heavily compressed or resized, the accuracy dropped only slightly, proving that the fingerprint it detects is a fundamental structural trait rather than a fleeting artifact. The system is also incredibly efficient. Unlike other approaches that require comparing an image against every possible candidate model one by one—a process that slows down as the number of models grows—this tool evaluates an image in a single pass. The time it takes to identify a source does not increase even if the database of known models expands from a few dozen to a few thousand.

Beyond simply identifying known models, the researchers found that the tool possesses a deeper, more versatile intelligence. When it encounters an image from a generator it has never seen before, it can reliably flag it as unknown, rather than forcing a wrong guess. This ability to recognize the unfamiliar is crucial for a field where new models appear daily. Moreover, the system can adapt to these new models almost instantly. Instead of requiring a lengthy retraining process, the researchers can simply add a new model by fitting a small, simple layer to the existing network, a task that takes only a few minutes. This flexibility suggests that the tool has learned a general map of how these machines work, rather than just memorizing a list of specific examples.

The researchers also used this learned understanding to explore the relationships between the models themselves. By analyzing the internal features the tool uses to make its decisions, they were able to group different generators into families based on their architectural similarities, even without being told which models were related. The system correctly identified that certain models shared a common lineage or base technology, clustering them together in a way that matched known facts about their development. This capability extends to images from unseen generators as well, allowing the tool to group them by their true source without any prior training. The study demonstrates that a simple, direct approach can outperform elaborate, heavy machinery in the task of tracing digital origins. It suggests that the key to understanding these complex systems lies not in building more complicated detectors, but in recognizing the subtle, persistent signatures that every machine leaves behind in the images it creates.

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 →