The goal of this project is the design and the implementation of a framework based on blockchain technology that allows for the detection of manipulations in images or videos. Images or videos can be manipulated, e.g., individuals (or other objects) can be added to or removed from an image, video frames (or sequences of video frames) can be added or removed from a video. Such a manipulation should be detected to ensure authenticity of content.
The manipulations should be detected based on the storage of specific image encoding parts in a blockchain which allows to re-check the validity of an image encoding. E.g., essential macroblocks or portions of some macroblocks of a JPEG-encoded image could be stored in a blockchain such that it can be checked whether an image still consists of those macroblocks or includes manipulated macroblocks. The project will first have to select and specify the kind of content type (e.g., images, videos) and the kind of manipulations to be considered in the scope of the project. Then one needs to design an approach and a software framework and implement a prototype and a demo application illustrating the approach, based on a specific blockchain platform that best suits the needs of the application.
Provided to the students: Optionally, virtual machine
Technologies: Blockchain Infrastructure (like Ethereum) on Linux, Windows, or on Cloud Infrastructure; JPEG; MPEG; Web-Technologies for implementing Web-based demo applications; Docker; Image processing libraries like imagemagick.org, using, e.g., perceptual hash support, e.g.: github.com/science-periodicals/phash-imagemagick
Tags: Blockchain; Web technologies; Docker; Klas