paper-with-me

홈 › Papers

Incorporating Ensemble and Transfer Learning For An End-To-End Auto-Colorized Image Detection Model

2023-09-25 · Ahmed Samir Ragab, Shereen Aly Taie, Howida Youssry Abdelnaby

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.

📄 PDF Abstract BibTeX arXiv:2309.14478

Code (0)

등록된 구현이 없습니다.

Tasks

ColorizationEnsemble LearningImage ColorizationImage ManipulationTransfer Learning

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Batch Normalization 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
RMSProp RMSProp is an unpublished adaptive learning rate optimizer proposed by Geoff Hinton. The motivation…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution …
Average Pooling 설명 없음

Similar Papers 제목 키워드 기반

Bias in Automated Image Colorization: Metrics and Error Types

2022-02-16 · Frank Stapel, Floris Weers, Doina Bucur

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 Colorization

ArCSEM: Artistic Colorization of SEM Images via Gaussian Splatting

2024-10-25 · Takuma Nishimura, Andreea Dogaru, Martin Oeggerli, Bernhard Egger

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 Synthesis

SPDGAN: A Generative Adversarial Network based on SPD Manifold Learning for Automatic Image Colorization

2023-12-21 · Youssef Mourchid, Marc Donias, Yannick Berthoumieu, Mohamed Najim

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 ColorizationSSIM

Detecting Colorized Images via Convolutional Neural Networks: Toward High Accuracy and Good Generalization

2019-02-17 · Weize Quan, Dong-Ming Yan, Kai Wang, Xiaopeng Zhang 외

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 Colorization

SCGAN: Saliency Map-guided Colorization with Generative Adversarial Network

2020-11-23 · Yuzhi Zhao, Lai-Man Po, Kwok-Wai Cheung, Wing-Yin Yu 외

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