Multiple JPEG Compressions Detector Web Site

This page aims at providing software material for the paper

Simone Milani, Marco Tagliasacchi and Stefano Tubaro (2014).
Discriminating multiple JPEG compressions using first digit features.
APSIPA Transactions on Signal and Information Processing, 3, e19 doi:10.1017/ATSIP.2014.19.

You can read the full article at the link: http://journals.cambridge.org/action/displayAbstract?fromPage=online&aid=9499253&fileId=S2048770314000195.

If you are using these tools, please quote the work above.

The detector is available in the repository: codeMjpegDetect.zip.

The archive includes MATLAB files to generate the classifier, and some experimental data that were used in the simulations.
You will find features for the aligned multiple JPEG case with QF_N=75,80.


The archive does not include:
-UCID image database: go to the page http://homepages.lboro.ac.uk/~cogs/datasets/ucid/ucid.html.
-code to read JPEG coefficients. If you need it, go to the page http://www.xbdev.net/image_formats/jpeg/jpeg_decoder_source/
-SVM classifier code: use the code SVMlight at http://svmlight.joachims.org/ or you can also use LIBSVM at http://www.csie.ntu.edu.tw/~cjlin/libsvm/. The software is configured to use the first one.

These were not included for copyright issues.