Catalogue Search | MBRL
Search Results Heading
Explore the vast range of titles available.
MBRLSearchResults
-
DisciplineDiscipline
-
Is Peer ReviewedIs Peer Reviewed
-
Item TypeItem Type
-
SubjectSubject
-
YearFrom:-To:
-
More FiltersMore FiltersSourceLanguage
Done
Filters
Reset
722
result(s) for
"digital image forensics"
Sort by:
Classification and evaluation of digital forensic tools
by
Khan, Zishan Husain
,
Ahmad, Syed Naseem
,
Parveen, Azra
in
Computer forensics
,
Digital imaging
,
Electronic devices
2020
Digital forensic tools (DFTs) are used to detect the authenticity of digital images. Different DFTs have been developed to detect the forgery like (i) forensic focused operating system, (ii) computer forensics, (iii) memory forensics, (iv) mobile device forensics, and (v) software forensics tools (SFTs). These tools are dedicated to detect the forged images depending on the type of the applications. Based on our review, we found that in literature of the DFTs less attention is given to the evaluation and analysis of the forensic tools. Among various DFTs, we choose SFTs because it is concerned with the detection of the forged digital images. Therefore, the purpose of this study is to classify the different DFTs and evaluate the software forensic tools (SFTs) based on the different features which are present in the SFTs. In our work, we evaluate the following five SFTs, i.e., \"FotoForensics\", \"JPEGsnoop\", \"Ghiro\", \"Forensically\", and \"Izitru\", based on different features so that new research directions can be identified for the development of the SFTs.
Journal Article
Exposing Region Splicing Forgeries with Blind Local Noise Estimation
2014
Region splicing is a simple and common digital image tampering operation, where a chosen region from one image is composited into another image with the aim to modify the original image’s content. In this paper, we describe an effective method to expose region splicing by revealing inconsistencies in local noise levels, based on the fact that images of different origins may have different noise characteristics introduced by the sensors or post-processing steps. The basis of our region splicing detection method is a new blind noise estimation algorithm, which exploits a particular regular property of the kurtosis of nature images in band-pass domains and the relationship between noise characteristics and kurtosis. The estimation of noise statistics is formulated as an optimization problem with closed-form solution, and is further extended to an efficient estimation method of local noise statistics. We demonstrate the efficacy of our blind global and local noise estimation methods on natural images, and evaluate the performances and robustness of the region splicing detection method on forged images.
Journal Article
Passive image forensics using universal techniques: a review
2022
Digital tamper detection is a substantial research area of image analysis that identifies the manipulation in the image. This domain has matured with time and incredible accuracy in the last five years using machine learning and deep learning-based approaches. Now, it is time for the evolution of fusion and reinforcement-based learning techniques. Nevertheless, before commencing any experimentation, a researcher needs a comprehensive state of the art in that domain. Various directions, their outcome, and analysis form the basis for successful experiments and ensure better results. Universal image forensics approaches are a significant subset of image forensic techniques and must be explored thoroughly before experimentation. This motivated authors to write a review of these approaches. In contrast to the existing recent surveys that aim at image splicing or copy-move detection, our study aims to explore the universal type-independent techniques required to highlight image tampering. Several universal approaches based on resampling, compression, and inconsistency-based detection are compared and evaluated in the presented work. This review communicates the approach used for review, analysed literature, and lastly, the conclusive remarks. Various resources beneficial for the research community, i.e. journals and datasets, are explored and enumerated. Lastly, a futuristic reinforcement learning-based model is proposed.
Journal Article
Passive forensics for copy-move image forgery using a method based on DCT and SVD
2013
As powerful image editing tools are widely used, the demand for identifying the authenticity of an image is much increased. Copy-move forgery is one of the tampering techniques which are frequently used. Most existing techniques to expose this forgery need to improve the robustness for common post-processing operations and fail to precisely locate the tampering region especially when there are large similar or flat regions in the image. In this paper, a robust method based on DCT and SVD is proposed to detect this specific artifact. Firstly, the suspicious image is divided into fixed-size overlapping blocks and 2D-DCT is applied to each block, then the DCT coefficients are quantized by a quantization matrix to obtain a more robust representation of each block. Secondly, each quantized block is divided non-overlapping sub-blocks and SVD is applied to each sub-block, then features are extracted to reduce the dimension of each block using its largest singular value. Finally, the feature vectors are lexicographically sorted, and duplicated image blocks will be matched by predefined shift frequency threshold. Experiment results demonstrate that our proposed method can effectively detect multiple copy-move forgery and precisely locate the duplicated regions, even when an image was distorted by Gaussian blurring, AWGN, JPEG compression and their mixed operations.
Journal Article
2-Levels of clustering strategy to detect and locate copy-move forgery in digital images
by
Fakhry, Ahmed E.
,
El-Henawy, Ibrahim
,
Manogaran, Gunasekaran
in
Cloning
,
Clustering
,
Computer Communication Networks
2020
Understanding is considered a key purpose of image forensic science in order to find out if a digital image is authenticated or not. It can be a sensitive task in case images are used as necessary proof as an impact judgment. it’s known that There are several different manipulating attacks but, this copy move is considered as one of the most common and immediate one, in which a region is copied twice in order to give different information about the same scene, which can be considered as an issue of information integrity. The detection of this kind of manipulating has been recently handled using methods based on SIFT. SIFT characteristics are represented in the detection of image features and determining matched points. A clustering is a key step which always following SIFT matching in-order to classify similar matched points to clusters. The ability of the image forensic tool is represented in the assessment of the conversion that is applied between the two duplicated images of one region and located them correctly. Detecting copy-move forgery is not a new approach but using a new clustering approach which has been purposed by using the 2-level clustering strategy based on spatial and transformation domains and any previous information about the investigated image or the number of clusters need to be created is not necessary. Results from different data have been set, proving that the proposed method is able to individuate the altered areas, with high reliability and dealing with multiple cloning.
Journal Article
Detection of copy-move image forgery based on discrete cosine transform
by
Sulong, Ghazali
,
Saba, Tanzila
,
Alkawaz, Mohammed Hazim
in
Accuracy
,
Artificial Intelligence
,
Computational Biology/Bioinformatics
2018
Since powerful editing software is easily accessible, manipulation on images is expedient and easy without leaving any noticeable evidences. Hence, it turns out to be a challenging chore to authenticate the genuineness of images as it is impossible for human’s naked eye to distinguish between the tampered image and actual image. Among the most common methods extensively used to copy and paste regions within the same image in tampering image is the copy-move method. Discrete Cosine Transform (DCT) has the ability to detect tampered regions accurately. Nevertheless, in terms of precision (FP) and recall (FN), the block size of overlapping block influenced the performance. In this paper, the researchers implemented the copy-move image forgery detection using DCT coefficient. Firstly, by using the standard image conversion technique, RGB image is transformed into grayscale image. Consequently, grayscale image is segregated into overlying blocks of
m
×
m
pixels,
m
= 4.8. 2D DCT coefficients are calculated and reposition into a feature vector using zig-zag scanning in every block. Eventually, lexicographic sort is used to sort the feature vectors. Finally, the duplicated block is located by the Euclidean Distance. In order to gauge the performance of the copy-move detection techniques with various block sizes with respect to accuracy and storage, threshold D_similar = 0.1 and distance threshold (N)_d = 100 are used to implement the 10 input images in order. Consequently, 4 × 4 overlying block size had high false positive thus decreased the accuracy of forged detection in terms of accuracy. However, 8 × 8 overlying block accomplished more accurately for forged detection in terms of precision and recall as compared to 4 × 4 overlying block. In a nutshell, the result of the accuracy performance of different overlying block size are influenced by the diverse size of forged area, distance between two forged areas and threshold value used for the research.
Journal Article
Improved DCT-based detection of copy-move forgery in images
by
Sun, Wei
,
Huang, Yanping
,
Lu, Wei
in
Algorithms
,
Biological and medical sciences
,
Classification
2011
Techniques for digital image tampering are becoming more and more sophisticated and widespread. Copy-move forgery is one of the tampering techniques that are frequently used. In this paper, an improved DCT-based method is developed to detect this specific artifact. Firstly, the image is divided into fixed-size overlapping blocks and, DCT is applied to each block to represent its features. Truncating is employed to reduce the dimension of the features. Then the feature vectors are lexicographically sorted and, duplicated image blocks will be neighboring in the sorted list. Thus duplicated image blocks will be compared in the matching step. To make the method more robust, a scheme to judge whether two feature vectors are similar is imported. Experiment results demonstrated that the proposed method can detect the duplicated regions even when an image was distorted by JPEG compression, blurring or additive white Gaussian noise.
Journal Article
Comprehensive analyses of image forgery detection methods from traditional to deep learning approaches: an evaluation
by
Sharma, Hitesh
,
Sharma, Preeti
,
Kumar, Manoj
in
Comparative studies
,
Computer Communication Networks
,
Computer Science
2023
The digital image proves critical evidence in the fields like forensic investigation, criminal investigation, intelligence systems, medical imaging, insurance claims, and journalism to name a few. Images are an authentic source of information on the internet and social media. But, using easily available software or editing tools such as Photoshop, Corel Paint Shop, PhotoScape, PhotoPlus, GIMP, Pixelmator, etc. images can be altered or utilized maliciously for personal benefits. Various active, passive and other new deep learning technology like GAN approaches have made photo-realistic images difficult to distinguish from real images. Digital image tamper detection now focuses on determining the authenticity and consistency of digital photos. The major research problems use generic solutions and strategies, such as standardized data sets, benchmarks, evaluation criteria and generalized approaches.This paper overviews the evaluation of various image tamper detection methods. A brief discussion of image datasets and a comparative study of image criminological (forensic) methods are included in this paper. Furthermore, recently developed deep learning techniques along with their limitations have also been addressed. This study aims to comprehensively analyze image forgery detection methods using conventional and advanced deep learning approaches.
Journal Article
Digital image forensics: a booklet for beginners
by
Redi, Judith A.
,
Taktak, Wiem
,
Dugelay, Jean-Luc
in
Computer Communication Networks
,
Computer forensics
,
Computer Science
2011
Digital visual media represent nowadays one of the principal means for communication. Lately, the reliability of digital visual information has been questioned, due to the ease in counterfeiting both its origin and content. Digital image forensics is a brand new research field which aims at validating the authenticity of images by recovering information about their history. Two main problems are addressed: the identification of the imaging device that captured the image, and the detection of traces of forgeries. Nowadays, thanks to the promising results attained by early studies and to the always growing number of applications, digital image forensics represents an appealing investigation domain for many researchers. This survey is designed for scholars and IT professionals approaching this field, reviewing existing tools and providing a view on the past, the present and the future of digital image forensics.
Journal Article
Mutual Effects of Face-Swap Deepfakes and Digital Watermarking—A Region-Aware Study
2025
Face swapping is commonly assumed to act locally on the face region, which motivates placing watermarks away from the face to preserve the integrity of the face. We demonstrate that this assumption is violated in practice. Using a region-aware protocol with tunable-strength visible and invisible watermarks and six face-swap families, we quantify both identity transfer and watermark retention on the VGGFace2 dataset. First, edits are non-local—generators alter background statistics and degrade watermarks even far from the face, as measured by background-only PSNR and Pearson correlation relative to a locality-preserving baseline. Second, dependencies between watermark strength, identity transfer, and retention are non-monotonic and architecture-dependent. Methods that better confine edits to the face—typically those employing segmentation-weighted objectives—preserve background signal more reliably than globally trained GAN pipelines. At comparable perceptual distortion, invisible marks tuned to the background retain higher correlation with the background than visible overlays. These findings indicate that classical robustness tests are insufficient alone—watermark evaluation should report region-wise metrics and be strength- and architecture-aware.
Journal Article