Incorporating Ensemble and Transfer Learning For An End-To-End Auto-Colorized Image Detection Model
Image colorization is the process of colorizing grayscale images or recoloring an already-color image. This image manipulation can be used for grayscale satellite, medical and historical images making them more expressive. With the help of the increasing computation power of deep learning techniques, the colorization algorithms results are becoming more realistic in such a way that human eyes cannot differentiate between natural and colorized images. However, this poses a potential security concern, as forged or illegally manipulated images can be used illegally. There is a growing need for effective detection methods to distinguish between natural color and computer-colorized images. This paper presents a novel approach that combines the advantages of transfer and ensemble learning approaches to help reduce training time and resource requirements while proposing a model to classify natural color and computer-colorized images. The proposed model uses pre-trained branches VGG16 and Resnet50, along with Mobile Net v2 or Efficientnet feature vectors. The proposed model showed promising results, with accuracy ranging from 94.55% to 99.13% and very low Half Total Error Rate values. The proposed model outperformed existing state-of-the-art models regarding classification performance and generalization capabilities.
Code (0)
등록된 구현이 없습니다.
Tasks
ColorizationEnsemble LearningImage ColorizationImage ManipulationTransfer LearningMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Bias in Automated Image Colorization: Metrics and Error Types
We measure the color shifts present in colorized images from the ADE20K dataset, when colorized by the automatic GAN-based DeOldify model. We introduce fine-grained local and regional bias measurements between the origin…
ColorizationImage ColorizationArCSEM: Artistic Colorization of SEM Images via Gaussian Splatting
Scanning Electron Microscopes (SEMs) are widely renowned for their ability to analyze the surface structures of microscopic objects, offering the capability to capture highly detailed, yet only grayscale, images. To crea…
ColorizationNovel View SynthesisSPDGAN: A Generative Adversarial Network based on SPD Manifold Learning for Automatic Image Colorization
This paper addresses the automatic colorization problem, which converts a gray-scale image to a colorized one. Recent deep-learning approaches can colorize automatically grayscale images. However, when it comes to differ…
ColorizationGenerative Adversarial NetworkImage ColorizationSSIMDetecting Colorized Images via Convolutional Neural Networks: Toward High Accuracy and Good Generalization
Image colorization achieves more and more realistic results with the increasing computation power of recent deep learning techniques. It becomes more difficult to identify the fake colorized images by human eyes. In this…
ColorizationGeneral ClassificationImage ColorizationSCGAN: Saliency Map-guided Colorization with Generative Adversarial Network
Given a grayscale photograph, the colorization system estimates a visually plausible colorful image. Conventional methods often use semantics to colorize grayscale images. However, in these methods, only classification s…
ColorizationDecoderGenerative Adversarial Network