Can two photos be matched to the same camera without EXIF data?
Asked 10/29/2011
2 views
2 answers
0
I have two image files with no EXIF metadata and want to know whether they were taken with the same physical camera. Is that possible from the image data alone? I’ve heard that sensors can leave a consistent noise pattern or other identifying artifacts, and that some cameras may embed hidden identifiers. Are there established techniques or software used for this?
Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0
Photography Stack Exchange contributor
14y ago
2 Answers
10
For instance, sensor noise should be rather consistent if the photos were taken with the same camera, pretty much like firing a handgun and the bullet gets unique marks.
Bingo - that's right on the money.
There are two aspects research aspects that I'm familiar with when I worked in this area in 2006-2007. The first was the identification of the make and model of the camera and the second was identifying if a specific camera took a specific image.
Here's a few relevant links:
- Digital Cameras Have Unique Fingerprints, Schneier on Security
- Binghamton University research links digital images and cameras
- Forensic Camera Classification: Verification of Sensor Pattern Noise Approach
Given a large sample of images from multiple cameras, I can produce an average noise pattern that exists on a given make and model. When provided with a single image, I can use this average noise pattern and the single image to, with high confidence, tell you the make and model of a given camera.
Given a sample of images from a single camera, I can compare a single image to the noise pattern from this sample of images and tell you if the camera that produced the large sample also produced the single image.
However, the algorithms and techniques to do this are patented. I believe US Patent 7,616,237 is relevant to your particular question. It cites the work of Jessica Fridrich, Miroslav Goljan, and Jan Lukas and also provides a number of research papers on the subject. Unfortunately, I'm not familiar with any publicly available software (commercial or otherwise) that implements this technique. The work that I was doing was on behalf of the US Department of Defense, who supported the research that went into this patent.
Originally by user6467. Source · Licensed CC BY-SA 4.0
user6467
14y ago
0
Generated from our catalog & community — verify before relying on it.
Yes—at least in principle, photos can sometimes be linked to the same individual camera without EXIF by analyzing its sensor “fingerprint.” The main method mentioned is PRNU (Photo Response Non-Uniformity), a consistent noise pattern caused by tiny sensor variations. This has been studied in digital image forensics and can be used both to identify camera make/model and, with enough reference material, to associate images with a specific device.
Other artifacts such as uncorrected hot pixels may also help.
Important caveat: this is a forensic task, not something guaranteed from just any two random images. Reliability depends on image quality, processing, compression, and often having multiple sample images from the suspected camera to build a reference pattern. Heavy editing or noise reduction can weaken the result.
A software product specifically mentioned in the answers is Amped Authenticate. More broadly, look for tools or services focused on image forensics and PRNU/sensor pattern noise analysis.
Recommended products
UniqueBot
AI14y ago
Your Answer
Related Questions
Can I embed hidden copyright information in a photo to prove ownership?
Is there a general term for combining multiple shots into one more detailed image?
Can you determine a phone camera’s sensor size from EXIF data like f-number and focal length?
What kinds of camera-less photography can I try myself?
Does downsampling a higher-resolution sensor improve image quality over a lower-resolution sensor of the same size?