<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">CMDD: A novel multimodal two-stream CNN deepfakes detector</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Leonardo</forename><surname>Mongelli</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer, Control and Management Engineering A. Ruberti</orgName>
								<orgName type="institution">Sapienza University of Rome</orgName>
								<address>
									<addrLine>Via Ariosto 25</addrLine>
									<postCode>00185</postCode>
									<settlement>Rome</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Luca</forename><surname>Maiano</surname></persName>
							<email>maiano@diag.uniroma1.it</email>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer, Control and Management Engineering A. Ruberti</orgName>
								<orgName type="institution">Sapienza University of Rome</orgName>
								<address>
									<addrLine>Via Ariosto 25</addrLine>
									<postCode>00185</postCode>
									<settlement>Rome</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Irene</forename><surname>Amerini</surname></persName>
							<email>amerini@diag.uniroma1.it</email>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer, Control and Management Engineering A. Ruberti</orgName>
								<orgName type="institution">Sapienza University of Rome</orgName>
								<address>
									<addrLine>Via Ariosto 25</addrLine>
									<postCode>00185</postCode>
									<settlement>Rome</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">CMDD: A novel multimodal two-stream CNN deepfakes detector</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">97175A43F27F674F9910303FFDF21029</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T16:46+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Deepfake detection</term>
					<term>Multimodal deepfake</term>
					<term>Misinformation</term>
					<term>Multimedia Forensics</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Researchers commonly model deepfake detection as a binary classification problem, using an unimodal network for each type of manipulated modality (such as auditory and visual) and a final ensemble of their predictions. In this paper, we focus our attention on the simultaneous detection of relationships between audio and visual cues, leading to the extraction of more comprehensive information to expose deepfakes. We propose the Convolutional Multimodal deepfake detection model (CMDD), a novel multimodal model that relies on the power of two Convolution Neural Networks (CNNs) to concurrently extract and process spatial and temporal features. We compare it with two baseline models: DeepFakeCVT, which uses two CNNs and a final Vision Transformer, and DeepMerge, which employs a score fusion of each unimodal CNN model. The multimodal FakeAVCeleb dataset was used to train and test our model, resulting in a model accuracy of 98.9% that places our model in the top 3 ranking of models evaluated on FakeAVCeleb.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>The generation of synthetic data offers several benefits in the industry. Movie companies utilize manipulation tools to alter the appearance of characters during hazardous scenes and to manipulate their voices, while e-commerce companies use them to boost customer purchase speed <ref type="bibr" target="#b0">[1]</ref>. Unfortunately, the advancements in AI-generated data also result in strong security issues. The significant use of social media makes it effortless to gather personal data such as photos, videos, and information regarding one's habits and preferences. This data can be modified with AI technologies in a malicious way, leading to trustworthiness problems. Malicious individuals can utilize a person's face and retina to bypass biometric authentications and their personal habits and preferences to pass security questions. Stolen or false identities can be used to open or access bank accounts and commit financial fraud. A recent example dates back to 2020 when scammers stole $35 million from a Japanese company using a sophisticated voice clone created that tricked the branch manager into thinking he was talking to the company director and convinced him to initiate several fund transfers to new accounts 1 . Similarly AI tools may potentially influence social opinion through harmful misinformation campaigns. Examples can be found in several deepfake videos of the Ukrainian President Zelensky 2 , or the one of Mark Zuckerberg used to dispute politicians' unwillingness to impose restrictions on significant technology firms such as Facebook 3 .</p><p>Most deepfake detection methods are typically posed as binary classification problems, where the input is either "real" or "fake" <ref type="bibr" target="#b1">[2]</ref>. The most common approach in deepfake detection is the unimodal approach, which refers to techniques that concentrate solely on one modality (i.e., audio or video). This work focuses on the audio and visual modalities, which are the most informative when dealing with deepfake recordings. Unimodal detectors are subjected to relevant issues; for instance, a detector that only processes video data cannot identify acoustic manipulation, while a detector that processes audio data can be readily tricked by manipulating images <ref type="bibr" target="#b2">[3]</ref>. Many unimodal models can be combined using an ensemble method. However, in such cases, the model does not analyze the relationship between audio and video cues but considers them independently. Due to the various forms of manipulation used in audio-visual deepfakes, learning features from a single modality can lead to an inaccurate assessment of media authenticity <ref type="bibr" target="#b1">[2]</ref>. Introducing a multimodal approach for the simultaneous detection of manipulated modalities allows extracting more comprehensive information to expose deepfakes. However, this approach does not consistently guarantee higher accuracy compared to using a single modality <ref type="bibr" target="#b1">[2]</ref>, for instance, in cases where one of the two modalities is unavailable. In such situations, two distinct unimodal approaches are generally more practical than using multimodal detection methods <ref type="bibr" target="#b3">[4]</ref>.</p><p>This paper presents the CMDD model, a novel multimodal architecture for deepfake detection based on the concurrent use of two Convolutional Neural Networks for audio-visual features extraction and a last shared convolutional block used for further processing and a final multiclass classification. We utilize an effective strategy to extract relevant features from the input data using the Mel-Spectrogram information for the audio part and spatiotemporal characteristics between frames in the visual component. We also develop two multimodal baselines named DeepFakeCVT and DeepMerge: the former is similar to the CMDD model, but it utilizes a shared Vision Transformer block instead of another convolution step for multimodal classification, while the latter is an ensemble method of two unimodal audio and video models. We evaluate the proposed model using a perfectly balanced version of the FakeAVCeleb deepfake dataset such that the number of videos, gender, age, ethnic backgrounds, and manipulation techniques are balanced in each class. In our experiments, the proposed solution achieves good performance, reaching an accuracy value of 98.9%, which places our model in first position in the state-ofthe-art (SOTA) ranking if we consider methods trained and tested on FakeAVCeleb using our balancing technique and in third position when it comes to all possible versions of the dataset using any techniques. Our main contributions are summarized below.</p><p>• We propose a novel multimodal deepfake architecture named the CMDD model, which 1 https://www.forbes.com/sites/thomasbrewster/2021/10/14/huge-bank-fraud-uses-deep-fake-voice-tech-to-steal-m illions/ 2 https://www.reuters.com/world/europe/deepfake-footage-purports-show-ukrainian-president-capitulating-2022-0 3-16/ 3 https://www.independent.co.uk/tech/mark-zuckerberg-deepfake-ai-meta-b2236388.html comprises two branches for audio and visual feature extraction and a shared convolutional block for further processing and final multi-class classification.</p><p>• We train and test our model using a balanced version of the FakeAVCeleb dataset, a benchmark dataset that contains both auditory and visual manipulation; • To the best of our knowledge, our CMDD model achieves a SOTA performance with an accuracy value of 98.9% that places our model in the top 3 ranking of models evaluated on the FakeAVCeleb dataset.</p><p>The rest of this paper is organized as follows. Section 2 proposes a detailed analysis of the existing unimodal and multimodal state-of-the-art models. Section 3 delves into our proposed model and the pre-processing stage. Section 4 reports our experimental setup, describing our proposed baselines and comparative results between our models and state-of-the-art solutions. Finally, Section 6 draws the conclusions of this work and gives an overview of possible future improvements to our work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Related work</head><p>This section presents various state-of-the-art deepfake detection techniques based on two approaches: unimodal and multimodal detectors.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.">Unimodal deepfake detection</head><p>A first approach to classifying audio deepfakes is using machine learning (ML) models. Singh et al. <ref type="bibr" target="#b4">[5]</ref> use a Quadratic Support Vector Machine (Q-SVM) model to differentiate artificial speech from humans, taking advantage of the Cepstral and Bi-spectral analysis. The Mel Cepstral analysis of the audio allows the detection of significant power components in natural speech absent from the AI-synthesised speech, while the Bi-spectral analysis is used for the opposite. A remarkable comparison between ML and deep learning (DL) models for audio deepfake detection is done in Liu et al. <ref type="bibr" target="#b5">[6]</ref>. Specifically, the authors utilize an SVM with Melfrequency cepstral coefficient (MFCC) characteristics and a standard Convolutional Neural Network (CNN) with five convolutional layers. This analysis shows that CNN is more reliable than SVM despite their similar results. Therefore researchers thus turn their attention to the use of CNN architectures. Wani et al. <ref type="bibr" target="#b6">[7]</ref> propose a CNN with four convolutional blocks and two fully connected layers, and apply transfer learning on two pre-trained models (i.e., VGG16 and MobileNet), to detect inconsistencies in the frequency domain of mel-spectrogram input images. Instead in Wijethunga et al. <ref type="bibr" target="#b7">[8]</ref>, the authors combine the CNN architecture with a Recurrent Neural Network (RNN) to leverage their specific qualities: identification of long-term dependencies in temporal variations with the RNN while the potential of feature extraction capabilities of the CNN. Arif et al. <ref type="bibr" target="#b8">[9]</ref> introduce the ELTP-LFCC, a novel audio feature descriptor, by combining the linear frequency cepstral coefficients (LFCC) with the local ternary pattern (ELTP). Differently from the previous unimodal audio approaches we implement the C4N model, a CNN-based architecture with 4 convolutional layers able to extract the audio track from the video, convert it into a digital signal, generate its correspondent mel-spectrogram image and analyze possible inconsistencies in the frequency spectrum. The architecture is inspired by Wani et al. <ref type="bibr" target="#b6">[7]</ref> with strong modification at the layer level.</p><p>For what concerns video deepfake detection methods, a large group of works focuses on detecting local texture inconsistencies caused by applying manipulation techniques. For instance, Hu et al. <ref type="bibr" target="#b9">[10]</ref> propose a novel frame inference framework named FInfer that uses an encoder to acquire facial representations for current and future frames and an auto-regressive model to predict future faces using the encoder knowledge. Instead of analyzing facial inconsistencies, Nirkin et al. <ref type="bibr" target="#b10">[11]</ref> also focus on the region around the face. Specifically, the authors notice that the deepfake generator modifies the face region during manipulation, leaving the context untouched. Therefore, they compare the resulting two identity vectors to detect discrepancies using context recognition and face identification networks. A different approach is taken in Maiano et al. <ref type="bibr" target="#b11">[12]</ref>, where the authors present a DepthFake method that uses depth maps to classify deepfake videos. They use the FaceDepth detector to estimate the depth of human faces and a pre-trained Xception network to classify each frame of the recordings. A method named ID-Reveal is presented in Cozzolino et al. <ref type="bibr" target="#b12">[13]</ref>. The proposed model uses metric learning in conjunction with an adversarial training strategy to learn temporal facial features peculiar to a person's movements during speech. They utilize a CNN architecture composed of a facial feature extractor, a temporal ID network to detect bio-metric anomalies, and a generative adversarial network to predict each peculiar person's motions. The use of Visual Transformers in video deepfake detection is proposed by Khan et al. <ref type="bibr" target="#b13">[14]</ref>, where the authors leverage incremental learning. Their model employs an XceptionNet as an image feature extractor, a Single Stage Detector (SSD) to extract and crop faces frame after frame, and a 3D Dense Face Alignment (3DDFA) model to generate UV texture maps from face images. They use face pictures and UV texture maps to extract the image characteristics since they present complementary information. Instead, in our video detection approach we utilize a ResNet18-3D model that can remove the frames from the input video, concatenate them into a unique tensor, and extract the necessary information to detect inconsistencies between spatiotemporal features.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2.">Multimodal deepfake detection</head><p>Numerous studies demonstrate how merging several modalities can yield to better conclusions and complementary information. Many modalities, such as facial signals, speech cues, background context, hand gestures, and body position and orientation, can be extracted from a video, even to detect deepfake content and can be combined to determine the authenticity of a particular video <ref type="bibr" target="#b14">[15]</ref>. In Asha et al. <ref type="bibr" target="#b15">[16]</ref>, the authors propose the "D-Fence" layer, which is an ensemble deepfake detection method of two unimodal networks: one detects artificial face information using a VGG16 model and an optical flow estimator while the other one extracts the audio information using the Mel Frequency Cepstral Coefficients (MFCC) temporal feature vector which is then fed into a VGG16 model. The dissonance audio-video cues are efficiently detected by the two cross-modal networks. Zhang et al. <ref type="bibr" target="#b16">[17]</ref> also follow the ensemble approach. The authors separately extract the audio and visual information from the deepfake videos and then compare the results. They employ an RNN network for the audio portion and a 3D-ResNet <ref type="bibr" target="#b17">[18]</ref> for the visual portion, while the classification is actuated using an adaptive modality dissonance score (MDS) <ref type="bibr" target="#b14">[15]</ref> criterion. Instead, authors in <ref type="bibr" target="#b18">[19]</ref> extend the applicability of <ref type="bibr" target="#b16">[17]</ref> to cases where one modality is missing.</p><p>Instead of presenting an ensemble approach based on Convolutional Neural Networks, Hashmi et al. <ref type="bibr" target="#b2">[3]</ref> propose an Audio-Visual Transformer-based Ensemble Network (AVTENet) architecture that takes into account both visual and audio manipulations. Specifically, AVTENet combines three exclusively transformer-based networks, integrated with pre-trained models through supervised and self-supervised learning, to identify significant cues in audio, video, and audiovisual modalities. In Cozzolino et al. <ref type="bibr" target="#b19">[20]</ref> authors present a Person of Interest (POI) deepfake detector which relies on biometric features. This results in an extremely accurate detector because each individual possesses unique biometric features unlikely to be replicated by a synthetic generator.</p><p>Instead of focusing on biometric characteristics, authors in Mittal et al. <ref type="bibr" target="#b14">[15]</ref> rely on emotional behaviors and features. They suggest a deep learning network inspired by triplet loss and Siamese network architecture. To determine whether an input video is genuine, they extract and compare affective signs from the auditory and visual modalities within the video that correspond to the perceived emotion. Another study focuses on the lip movements of people speaking. Specifically, in Shahzad et al. <ref type="bibr" target="#b20">[21]</ref> a revolutionary lip-reading-based multimodal deepfake detection technique is proposed. The idea is that synthetic lip sequences are frequently out of sync with their audio stream, so one good indicator of whether or not the video information has been altered is the disparity in lip movements. A Multi-modal Multi-scale TRansformer (M2TR) is presented in Wang et al. <ref type="bibr" target="#b21">[22]</ref>, where the authors utilize a two-stream approach in which the frequency stream uses learnable frequency filters to filter out forgery features in the frequency domain and the RGB stream uses several scales to catch inconsistencies between different regions within an image.</p><p>In contrast to previous works, our multimodal approach consists of extracting and processing each video's audio and visual features using two branches. The audio branch is responsible for detecting inconsistencies in the frequency spectrum of the mel-spectrogram input image, while the video branch is responsible for detecting spatiotemporal irregularities on a frame-by-frame basis. Both branches are characterized by a CNN-based model used for feature extraction. The features from each branch are then concatenated and fed into a final shared convolutional block that simultaneously elaborates the information and performs the final multi-label classification.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Method</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>This section describes our proposed Convolutional Multimodal deepfake detection model (CMDD).</head><p>In our approach, we simultaneously consider the information related to audio and video modalities. The proposed architecture, depicted in Figure <ref type="figure" target="#fig_0">1</ref>, comprises a different stream for each modality. Each of them extracts the feature vector from the input data using the power offered by the CNNs to investigate the temporal and spatial locality characteristics. Then, the extracted vectors are concatenated, and the resulting tensor is given to another CNN block with a final fully connected (FC) layer for the classification. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Preprocessing</head><p>Due to its multimodal nature, the proposed model requires a pre-processing phase to detect and extract the necessary information in videos. One network branch is structured to deal with audio information while the other requires visual features. Therefore, the input has to be adapted before being fed into the two audiovisual blocks. Specifically for the auditory part, we extract the audio track from the input video using the FFmpeg<ref type="foot" target="#foot_0">4</ref> media converter and represent it as a waveform digital signal. This signal is converted from the time to the frequency domain using the Fast Fourier Transform (FFT), which is applied to signal segments using shifting windows. The result is a sort of heat map named spectrogram, a visual representation of how the signal's amplitude varies over time at different frequencies. The obtained spectrogram is finally converted from a logarithmic scale to a mel scale using Equation <ref type="formula" target="#formula_0">1</ref>, where m indicates the mel scale and f refers to the frequency.</p><formula xml:id="formula_0">m = 2595 * 𝑙𝑜𝑔 10 (1 + f 700 )<label>(1)</label></formula><p>Regarding the visual part, we divide the input video into frames again using the FFmpeg converter, and then all the obtained frames are stacked into a unique tensor. All mel spectrograms and frames are resized to 224x224 pixels, converted into a tensor, and finally normalized.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">Architecture</head><p>Our proposed architecture consists of the audio and the video pipeline. The former uses a C4N model consisting of a standard CNN architecture with 4 convolutional blocks. Each block comprises a 2D convolutional layer with a rectified linear unit (ReLU) activation function and a batchnorm2d normalization. No adaptive pooling layers or linear classifiers are used. The audio network takes in input tensors containing the information of each mel spectrogram given in an RGBA format. Instead the latter uses a pre-trained ResNet18 <ref type="bibr" target="#b22">[23]</ref> adapted for 3D input data to handle sequences of images. Like the audio network, it has no fully connected layers for classification; therefore the resulting output is a feature vector. The two feature vectors obtained from the audio and video pipelines are then concatenated, and the resulting tensor is finally fed into another CNN block with a 3D convolutional layer, ReLu function, a BatchNorm3D layer, and a last FC layer for the final 4-class classification: label 0 (ArVr) for videos classified with both fake audio and fake video, label 1 (ArVf ) for real audio and fake video, label 2 (AfVr) for fake audio and real video, and label 3 (AfVf ) for both real audio and real video.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Experimental settings</head><p>This section describes the dataset and implementation details, compares results with state-ofthe-art architectures, and highlights differences.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1.">Dataset</head><p>We train and evaluate our architecture using the FakeAVCeleb <ref type="bibr" target="#b23">[24]</ref> dataset. Most available datasets are not structured to deal with multimodal deepfake detection. For instance, datasets such as FaceForensics++ <ref type="bibr" target="#b24">[25]</ref>, Deep-FakeTIMIT <ref type="bibr" target="#b25">[26]</ref> or KoDF <ref type="bibr" target="#b26">[27]</ref> contain manipulated content exclusively on the visual modality. Instead, FakeAVCeleb is created specifically for multimodal audio-visual studies. It is a multimodal, age and gender-balanced dataset with YouTube videos taken from the VoxCeleb2 <ref type="bibr" target="#b27">[28]</ref> dataset by selecting videos of 500 celebrities with five racial backgrounds (Caucasian (American), Caucasian (European), African, Asian (East), and Asian (South)). All the speeches are in English, but the different ethnic backgrounds introduce diversity in phonemes and accents partially removing racial bias issues. Each video is a clean recording with only one person's frontal face without occlusion. Additionally, it covers several Deepfake generation techniques, allowing for a better generalization with various detection methods. In particular, the dataset contains 500 real videos and 19500 deepfake ones, with a ratio between fake and real videos equal to 1:39. The provided dataset is extremely unbalanced. Therefore, we remove several deepfakes videos until we reach a perfectly balanced ratio, maintaining the balance in the number of forged videos with the same manipulation technique and number of videos for each class and equality of gender, age, and ethnic backgrounds. The resulting dataset contains videos characterized by different lengths and frame rates. This difference may cause issues during training. As a result, we tested different unimodal models on both the entire video and the first second of the recording. The results were fairly similar, but using the entire video requires significantly more computational power. Thus, we take the decision to consider just the first second of the videos. Therefore, in the pre-processing phase explained in Section 3.1, we extract the first second of audio and the first 25 frames from each video. We set 25 frames because it is the dataset's most common frame rate value, and thus, it is around the number of frames in one second of video.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2.">Baselines</head><p>We develop the CMDD model using the knowledge gained from implementing DeepFakeCVT and DeepMerge baselines.</p><p>• DeepFakeCVT. The DeepFakeCVT has a similar structure to the CMDD model; the only difference is in the classification block. DeepFakeCVT uses a CCT-3D transformer instead of another convolution block to speed up the computational efficiency of the model. • DeepMerge. The DeepMerge model is instead an ensemble method that directly performs a fusion of the score of each branch of the CMDD model, where the two unimodal networks have the last FC layers for classification.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.3.">Implementation details</head><p>We use the proposed baseline architectures to find the best settings for our multimodal architecture. We train our models using AdamW optimizer as an optimization algorithm, the cross-entropy as a loss function, and a learning rate equal to 1e-5. The necessary number of training epochs without introducing overfitting is around 12. We train all models on the Nvidia 1080 Ti with 11GB of memory. Due to the low available computational power, we must set the batch size to 8, specifically, 4 samples show audio information, and the other 4 represent visual features.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.4.">Evaluation metrics</head><p>We evaluate our results based on the following metrics.</p><p>• Some metrics are then adapted to deal with more than 2 classes by introducing the concept of macro and micro metrics. Precision-Macro is computed by using the average precision for each predicted class, Recall-Macro is by using the average recall for each actual class, and Precision-Micro and Recall-Micro are by considering all the samples independently from their class. Finally, the F1-Macro score and F1-Micro score are respectively computed using the Macro and Micro metrics of Precision and Recall <ref type="bibr" target="#b28">[29]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Experimental Results</head><p>In this section, we propose an analysis of the performance of our proposal. Our approach reaches promising results compared to our baselines and the accuracy values of other state-of-the-art (SOTA) methods. Table <ref type="table" target="#tab_0">1</ref> shows the performance of the proposed CMDD model and the two provided baselines DeepFakeCVT and DeepMerge. It is evident that the CMDD model is the architecture with the best results in all the considered metrics. It achieves a 98.9% accuracy, therefore outperforming the two baselines. Figure <ref type="figure" target="#fig_2">2</ref> shows the confusion matrix related to the CMDD model. It contains just 7 misclassified samples over 668 total examples. Specifically, 3 samples are predicted as FakeVideo-FakeAudio (label 0) instead of FakeVideo-RealAudio (label 1), and the other 3 as RealVideo-FakeAudio (label 2) instead of RealVideo-RealAudio (label 3). Just one recording that belongs to the actual FakeVideo-RealAudio (label 1) class is incorrectly predicted as RealVideo-RealAudio (label 3). Instead, Figure <ref type="figure" target="#fig_4">3</ref> reports the trend of the CMDD's training loss, which rapidly and smoothly decreases till convergence without showing relevant issues. The high quality of our results is demonstrated by making comparisons with the SOTA models trained and tested using the FakeAVCeleb dataset reported in Table <ref type="table" target="#tab_1">2</ref>. Our proposed CMDD model takes third place in the SOTA leaderboard. Only DLC <ref type="bibr" target="#b3">[4]</ref> and S-Capsule Forensics <ref type="bibr" target="#b1">[2]</ref> beat our CMDD and DeepMerge models, while DeepFakeCVT is also beaten by the MIS-AVoiDD <ref type="bibr" target="#b29">[30]</ref> model. Differently from our proposed method, the authors of DLC <ref type="bibr" target="#b3">[4]</ref> apply a different input processing that consists of extracting the Short Time Fourier Transform signal (STFT) from the input audio track in videos. The STFT gives information about the frequency trend of the extracted signal over time. Instead, we deal with the same frequency information by displaying it in a clever colored image, the mel-spectrogram. Furthermore, we obtain similar results just using the first second of the audio track instead of considering the full audio track. In addition, we represent the frequency information into a single image while <ref type="bibr" target="#b3">[4]</ref>    images for each second of video, increasing the memory and GPU requirements. In their paper, the authors use a pre-training step to enhance the capabilities of their architecture, while our model is trained from scratch. We also reach comparable results using fewer training epochs, 12 instead of over 100, and batch size, 8 instead of 12. We achieve a quite similar performance despite our limited computing power, thus our model may outperform DLC <ref type="bibr" target="#b3">[4]</ref> with equal computational capacity. Instead, S-Capsule Forensics <ref type="bibr" target="#b1">[2]</ref> uses mel spectrograms as audio input, referring to the first 4 seconds of the recording instead of the first second as we do. Furthermore, a different visual feature processing is applied. They utilize all the frames of each video, while in our project we set the number of extracted frames to 25 per video. In this way, we have the same number of extracted images, and the network does not consider the length of the recordings as a relevant feature for classification. As well as in <ref type="bibr" target="#b3">[4]</ref>, we get similar results in accuracy using a lower number of training epochs and batch size. They use 50 epochs and a batch size of 10. Also in the MIS-AVoiDD <ref type="bibr" target="#b29">[30]</ref> method, researchers use another type of auditory input. Instead of using the Short Time Fourier Transform (STFT) signal or the Mel spectrogram as we do, they implement an architecture capable of handling the Mel Frequency Cepstrum Coefficient (MFCC). For the visual part, they use 300 frames per video in the training step and 180 in the testing step. Instead, we obtain higher performances by using 26 frames for each video, specifically 1 image for the audio and 25 for the visual information. Our networks are also shallower than their model, allowing us to quickly extract and use the necessary information for efficient training, without extracting too many features that may introduce some bias. Further differences in the type of input also appear in PVASS-MDD <ref type="bibr" target="#b30">[31]</ref> and in Multimodaltrace <ref type="bibr" target="#b32">[33]</ref>, where the authors utilize a spectrogram and a Short Time Fourier Transform (STFT) signal respectively. These two papers use unnecessary information in audio and visual features and apply deeper networks than ours. Nevertheless, we beat both models, and even AVFak-eNet <ref type="bibr" target="#b31">[32]</ref>, using less informative content and shallow networks with lower batch size and learning rate values, but the same optimizer and loss function.</p><p>In Table <ref type="table" target="#tab_1">2</ref>, all the reported models use the same dataset, but some differences appear in the balancing phase. Some authors correct the unbalanced characteristic of the dataset by adding videos from another small dataset, as done in Shahzad et al. <ref type="bibr" target="#b20">[21]</ref>, and by using augmentation techniques like horizontal and vertical flipping, blurring, salt and pepper noise, as done in Ilyas et al. <ref type="bibr" target="#b31">[32]</ref>. For instance, both preprocessing methods are used by the authors of Raza et al. <ref type="bibr" target="#b32">[33]</ref>. In other papers like Yu et al. <ref type="bibr" target="#b3">[4]</ref>, the authors split the dataset according to the manipulation technique used to forge videos, run the test only on each group separately, and finally make an average of the resulting evaluation metric values. In a few cases, the authors decide to reduce the imbalance of the dataset by removing the deepfakes in excess. This is the case of Shahzad et al. <ref type="bibr" target="#b20">[21]</ref> and Hashmi et al. <ref type="bibr" target="#b33">[34]</ref>. For this reason, we decided to explore this open branch by applying the same balancing technique, and the resulting ranking of state-of-the-art models is reported in Table <ref type="table" target="#tab_2">3</ref>, where our CMDD model is in the first place, with our two baselines following as the second and third models in the leaderboard. The model closest to the models we proposed in terms of accuracy is the AV-Lip-Sync introduced by Shahzad et al. <ref type="bibr" target="#b20">[21]</ref>. In their paper, the authors use a different pipeline for audio information. They use a Wav2Lip tool to generate synthetic lip sequences based on the audio track of each video. Thus, they analyze the two lip sequences, the generated and the real, and detect manipulated videos by looking at the potential mismatch between them. Also, their selected hyper-parameters are different from ours. They use Adam optimizer, a learning rate of 0.0002, and batch size of 32 instead of AdamW, 1e-5 and 8 respectively, as done in our proposed networks. Instead, Hashmi et al. <ref type="bibr" target="#b33">[34]</ref> propose an ensemble model that uses different CNN-based networks for the audio and visual feature extraction. Their choice of hyper-parameters is different because they use Adam optimizer, the learning rate of 0.001, cross-entropy loss and a batch size different for each network: 512 for the audio and 64 for the video network. Their results are extremely poor concerning the accuracy values obtained by our models.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.">Conclusions and Future Works</head><p>This paper proposes a novel multimodal deepfake detection method called CMDD. It allows for the simultaneous detection of forgeries in both auditory and visual channels using two CNN networks for feature extraction and a shared convolutional block for the final multi-class classification. We also implement two different baselines named DeepFakeCVT and DeepMerge to highlight the powerful capabilities of the CMDD model. The CMDD model outperforms both architectures using a shallower network than DeepFakeCVT, which uses a deeper Vision Transformer and a single classification block instead of two as in DeepMerge. CMDD also outperforms several state-of-the-art (SOTA) models, achieving an accuracy score of 98.9%, which places it first in the SOTA ranking when considering methods trained and tested on FakeAVCeleb using our same balancing technique and third when considering all possible versions of the dataset.</p><p>In the future, we can enhance our architecture by using more powerful model training and testing tools. For example, increasing batch size, learning rate, or epochs can help us evaluate if our proposed model outperforms the DLC <ref type="bibr" target="#b3">[4]</ref> network. Furthermore, the proposed architecture showed a rapid tendency to overfit due to the high number of layers and the dataset type. We plan to expand this study to larger datasets for a more robust evaluation. It may also be interesting to better explore the potential offered by our DeepFakeCVT model by removing the two initial CNNs, and thus reducing the depth of the network by several convolutional steps, but also to test other concatenation and fusion techniques. Future work will, therefore, be oriented towards studying different fusion techniques between the two modalities.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: Our proposed Convolutional Multimodal deepfake detection (CMDD) architecture. Label legend: ArVr means real audio real video, ArVf real audio fake video, AfVr fake audio real video, and AfVf fake audio and video.</figDesc><graphic coords="6,155.91,84.19,283.46,127.58" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head></head><label></label><figDesc>Accuracy. It represents the ratio of the correct predictions over the whole predicted sample. Calling 𝑇 𝑃, 𝑇 𝑁 , 𝐹 𝑃, and 𝐹 𝑁 the true positive, true negative, false positive, and false negative examples respectively, we can calculate the accuracy as 𝑇 𝑃+𝑇 𝑁 𝑇 𝑃+𝑇 𝑁 +𝐹 𝑃+𝐹 𝑁 . • Precision. It represents the ratio of the correct predictions over the whole correct samples and can be calculated as 𝑇 𝑃 𝑇 𝑃+𝐹 𝑃 . • Recall. It is the ratio of correct predictions for a class to the total number of cases in which it occurs, and is computed as 𝑇 𝑃 𝑇 𝑃+𝐹 𝑁 . • F1-score. It is the Harmonic mean between Precision and Recall and is obtained as 2 * 𝑃𝑟𝑒𝑐𝑖𝑠𝑖𝑜𝑛 * 𝑅𝑒𝑐𝑎𝑙𝑙 𝑃𝑟𝑒𝑐𝑖𝑠𝑖𝑜𝑛+𝑅𝑒𝑐𝑎𝑙𝑙 . • Confusion matrix. It is a matrix that visually represents the distribution of predictions among the classes.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Confusion matrix related to the CMDD model.</figDesc><graphic coords="9,212.60,351.92,170.08,135.61" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head></head><label></label><figDesc>considers 4 concatenated    </figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Figure 3 :</head><label>3</label><figDesc>Figure 3: Training loss related to the CMDD model.</figDesc><graphic coords="10,198.43,84.19,198.42,126.37" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1</head><label>1</label><figDesc>Results of the developed multimodal deepfake detection networks. Label legend: M stands for Macro while m for micro.</figDesc><table><row><cell>Model</cell><cell cols="5">Accuracy Precision-M Precision-m Recall-M Recall-m</cell><cell>F1-M</cell><cell>F1-m</cell></row><row><cell>DeepFakeCVT</cell><cell>0.9608</cell><cell>0.9611</cell><cell>0.9608</cell><cell>0.9607</cell><cell>0.9607</cell><cell>0.9606</cell><cell>0.9606</cell></row><row><cell>DeepMerge</cell><cell>0.9731</cell><cell>0.9732</cell><cell>0.9731</cell><cell>0.9731</cell><cell>0.9731</cell><cell>0.9730</cell><cell>0.9730</cell></row><row><cell>CMDD (proposed)</cell><cell>0.9895</cell><cell>0.9897</cell><cell>0.9895</cell><cell>0.9895</cell><cell>0.9895</cell><cell cols="2">0.9895 0.9895</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 2</head><label>2</label><figDesc>Comparisons with state-of-the-art models on FakeAVCeleb dataset</figDesc><table><row><cell>Position</cell><cell>Model</cell><cell cols="2">Year Accuracy</cell></row><row><cell>1</cell><cell>DLC [4]</cell><cell>2023</cell><cell>0.997</cell></row><row><cell>2</cell><cell cols="2">S-Capsule Forensics [2] 2023</cell><cell>0.992</cell></row><row><cell>3</cell><cell>CMDD</cell><cell>2023</cell><cell>0.989</cell></row><row><cell>4</cell><cell>DeepMerge</cell><cell>2023</cell><cell>0.973</cell></row><row><cell>5</cell><cell>MIS-AVoiDD [30]</cell><cell>2021</cell><cell>0.962</cell></row><row><cell>6</cell><cell>DeepFakeCVT</cell><cell>2023</cell><cell>0.960</cell></row><row><cell>7</cell><cell>PVASS-MDD [31]</cell><cell>2023</cell><cell>0.957</cell></row><row><cell>8</cell><cell>AVAD [31]</cell><cell>2023</cell><cell>0.942</cell></row><row><cell>9</cell><cell>AV-Lip-Sync [21]</cell><cell>2022</cell><cell>0.940</cell></row><row><cell>10</cell><cell>AVFakeNet [32]</cell><cell>2023</cell><cell>0.934</cell></row><row><cell>11</cell><cell>Multimodaltrace [33]</cell><cell>2023</cell><cell>0.929</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 3</head><label>3</label><figDesc>Comparisons with state-of-the-art models on the balanced FakeAVCeleb dataset</figDesc><table><row><cell>Position</cell><cell>Model</cell><cell cols="2">Year Accuracy</cell></row><row><cell>1</cell><cell>CMDD</cell><cell>2023</cell><cell>0.989</cell></row><row><cell>2</cell><cell>DeepMerge</cell><cell>2023</cell><cell>0.973</cell></row><row><cell>3</cell><cell>DeepFakeCVT</cell><cell>2023</cell><cell>0.960</cell></row><row><cell>4</cell><cell>AV-Lip-Sync [21]</cell><cell>2022</cell><cell>0.940</cell></row><row><cell>5</cell><cell cols="2">MFD-Ensemble [34] 2022</cell><cell>0.790</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_0">https://ffmpeg.org/</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgments</head><p>This study has been supported by SERICS (PE00000014) under the MUR National Recovery and Resilience Plan funded by the European Union -NextGenerationEU.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Analysis survey on deepfake detection and recognition with convolutional neural networks</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">R</forename><surname>Ahmed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Sonuç</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">R</forename><surname>Ahmed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">D</forename><surname>Duru</surname></persName>
		</author>
		<idno type="DOI">10.1109/HORA55278.2022.9799858</idno>
	</analytic>
	<monogr>
		<title level="m">International Congress on Human-Computer Interaction, Optimization and Robotic Applications (HORA)</title>
				<imprint>
			<date type="published" when="2022">2022. 2022</date>
			<biblScope unit="page" from="1" to="7" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">Integrating audio-visual features for multimodal deepfake detection</title>
		<author>
			<persName><forename type="first">S</forename><surname>Muppalla</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Jia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Lyu</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2310.03827</idno>
		<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<author>
			<persName><forename type="first">A</forename><surname>Hashmi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">A</forename><surname>Shahzad</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C.-W</forename><surname>Lin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Tsao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H.-M</forename><surname>Wang</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2310.13103</idno>
		<title level="m">Avtenet: Audio-visual transformer-based ensemble network exploiting multiple experts for video deepfake detection</title>
				<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<title level="m" type="main">A unified framework for modality-agnostic deepfakes detection</title>
		<author>
			<persName><forename type="first">C</forename><surname>Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Tian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Dai</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Chai</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Jia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Lyu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Han</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2307.14491</idno>
		<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">K</forename><surname>Singh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Singh</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2009.01934</idno>
		<title level="m">Detection of ai-synthesized speech using cepstral and bispectral statistics</title>
				<imprint>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Identification of fake stereo audio using svm and cnn</title>
		<author>
			<persName><forename type="first">T</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Yan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Yan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Chen</surname></persName>
		</author>
		<idno type="DOI">10.3390/info12070263</idno>
	</analytic>
	<monogr>
		<title level="j">Information</title>
		<imprint>
			<biblScope unit="volume">12</biblScope>
			<biblScope unit="page">263</biblScope>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Deepfakes audio detection leveraging audio spectrogram and convolutional neural networks</title>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">M</forename><surname>Wani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Amerini</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Image Analysis and Processing -ICIAP 2023</title>
				<editor>
			<persName><forename type="first">G</forename><forename type="middle">L</forename><surname>Foresti</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Fusiello</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">E</forename><surname>Hancock</surname></persName>
		</editor>
		<meeting><address><addrLine>Nature Switzerland, Cham</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2023">2023</date>
			<biblScope unit="page" from="156" to="167" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Deepfake audio detection: A deep learning based solution for group conversations</title>
		<author>
			<persName><forename type="first">R</forename><surname>Wijethunga</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Matheesha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">A</forename><surname>Noman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">D</forename><surname>Silva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Tissera</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Rupasinghe</surname></persName>
		</author>
		<ptr target="https://api.semanticscholar.org/CorpusID:232071547" />
	</analytic>
	<monogr>
		<title level="m">2nd International Conference on Advancements in Computing (ICAC)</title>
				<imprint>
			<date type="published" when="2020">2020. 2020</date>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="192" to="197" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Voice spoofing countermeasure for logical access attacks detection</title>
		<author>
			<persName><forename type="first">T</forename><surname>Arif</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Javed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Alhameed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Jeribi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Tahir</surname></persName>
		</author>
		<idno type="DOI">10.1109/ACCESS.2021.3133134</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Access PP</title>
		<imprint>
			<biblScope unit="page" from="1" to="1" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Finfer: Frame inference-based deepfake detection for high-visual-quality videos</title>
		<author>
			<persName><forename type="first">J</forename><surname>Hu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Liao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Liang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Zhou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Qin</surname></persName>
		</author>
		<idno type="DOI">10.1609/aaai.v36i1.19978</idno>
		<ptr target="https://ojs.aaai.org/index.php/AAAI/article/view/19978.doi:10.1609/aaai.v36i1.19978" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the AAAI Conference on Artificial Intelligence</title>
				<meeting>the AAAI Conference on Artificial Intelligence</meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
			<biblScope unit="volume">36</biblScope>
			<biblScope unit="page" from="951" to="959" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<monogr>
		<author>
			<persName><forename type="first">Y</forename><surname>Nirkin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Wolf</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Keller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Hassner</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2008.12262</idno>
		<title level="m">Deepfake detection based on the discrepancy between the face and its context</title>
				<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<title level="m" type="main">Depthfake: a depth-based strategy for detecting deepfake videos</title>
		<author>
			<persName><forename type="first">L</forename><surname>Maiano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Papa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Vocaj</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Amerini</surname></persName>
		</author>
		<idno>ArXiv abs/2208.11074</idno>
		<ptr target="https://api.semanticscholar.org/CorpusID:251741027" />
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<author>
			<persName><forename type="first">D</forename><surname>Cozzolino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rössler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Thies</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Nießner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Verdoliva</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2012.02512</idno>
		<title level="m">Id-reveal: Identity-aware deepfake video detection</title>
				<imprint>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<monogr>
		<title level="m" type="main">Video transformer for deepfake detection with incremental learning</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">A</forename><surname>Khan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Dai</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2108.05307</idno>
		<imprint>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<monogr>
		<title level="m" type="main">Emotions don&apos;t lie: An audio-visual deepfake detection method using affective cues</title>
		<author>
			<persName><forename type="first">T</forename><surname>Mittal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Bhattacharya</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Chandra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Bera</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Manocha</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2003.06711</idno>
		<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<monogr>
		<title level="m" type="main">A novel deepfake detection framework using audiovideo-textual features</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">S</forename></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Vinod</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Amerini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Menon</surname></persName>
		</author>
		<idno type="DOI">10.21203/rs.3.rs-2390408/v1</idno>
		<ptr target="https://doi.org/10.21203/rs.3.rs-2390408/v1.doi:10.21203/rs.3.rs-2390408/v1" />
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">A deepfake video detection method based on multi-modal deep learning method</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Yuan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Gao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Li</surname></persName>
		</author>
		<idno type="DOI">10.1109/CECIT53797.2021.00014</idno>
	</analytic>
	<monogr>
		<title level="m">2021 2nd International Conference on Electronics, Communications and Information Technology (CECIT)</title>
				<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="28" to="33" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<monogr>
		<author>
			<persName><forename type="first">K</forename><surname>Hara</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Kataoka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Satoh</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1711.09577</idno>
		<title level="m">Can spatiotemporal 3d cnns retrace the history of 2d cnns and imagenet?</title>
				<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<monogr>
		<title level="m" type="main">Not made for each other-audio-visual dissonance-based deepfake detection and localization</title>
		<author>
			<persName><forename type="first">K</forename><surname>Chugh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Gupta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Dhall</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Subramanian</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2005.14405</idno>
		<imprint>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<monogr>
		<author>
			<persName><forename type="first">D</forename><surname>Cozzolino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Pianese</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Nießner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Verdoliva</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2204.03083</idno>
		<title level="m">Audio-visual person-of-interest deepfake detection</title>
				<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Lip sync matters: A novel multimodal forgery detector</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">A</forename><surname>Shahzad</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Hashmi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Khan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y.-T</forename><surname>Peng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Tsao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H.-M</forename><surname>Wang</surname></persName>
		</author>
		<idno type="DOI">10.23919/APSIPAASC55919.2022.9980296</idno>
	</analytic>
	<monogr>
		<title level="m">Asia-Pacific Signal and Information Processing Association Annual Summit and Conference (APSIPA ASC)</title>
				<imprint>
			<date type="published" when="2022">2022. 2022</date>
			<biblScope unit="page" from="1885" to="1892" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<monogr>
		<author>
			<persName><forename type="first">J</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Ouyang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Han</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S.-N</forename><surname>Lim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y.-G</forename><surname>Jiang</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2104.09770</idno>
		<title level="m">M2tr: Multi-modal multi-scale transformers for deepfake detection</title>
				<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<monogr>
		<title level="m" type="main">A closer look at spatiotemporal convolutions for action recognition</title>
		<author>
			<persName><forename type="first">D</forename><surname>Tran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Torresani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Ray</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Lecun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Paluri</surname></persName>
		</author>
		<idno>CoRR abs/1711.11248</idno>
		<ptr target="http://arxiv.org/abs/1711.11248.arXiv:1711.11248" />
		<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<monogr>
		<title level="m" type="main">Fakeavceleb: A novel audio-video multimodal deepfake dataset</title>
		<author>
			<persName><forename type="first">H</forename><surname>Khalid</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Tariq</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">S</forename><surname>Woo</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2108.05080</idno>
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<monogr>
		<author>
			<persName><forename type="first">A</forename><surname>Rössler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Cozzolino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Verdoliva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Riess</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Thies</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Nießner</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1901.08971</idno>
		<title level="m">Faceforensics++: Learning to detect manipulated facial images</title>
				<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">Vulnerability assessment and detection of deepfake videos</title>
		<author>
			<persName><forename type="first">P</forename><surname>Korshunov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Marcel</surname></persName>
		</author>
		<idno type="DOI">10.1109/ICB45273.2019.8987375</idno>
	</analytic>
	<monogr>
		<title level="m">2019 International Conference on Biometrics (ICB)</title>
				<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="1" to="6" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<monogr>
		<author>
			<persName><forename type="first">P</forename><surname>Kwon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>You</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Nam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Park</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Chae</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2103.10094</idno>
		<title level="m">Kodf: A large-scale korean deepfake detection dataset</title>
				<imprint>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">Voxceleb2: Deep speaker recognition</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">S</forename><surname>Chung</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Nagrani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Zisserman</surname></persName>
		</author>
		<idno type="DOI">10.21437/interspeech.2018-1929</idno>
		<ptr target="http://dx.doi.org/10.21437/Interspeech.2018-1929.doi:10.21437/interspeech.2018-1929" />
	</analytic>
	<monogr>
		<title level="m">Interspeech 2018, interspeech 2018</title>
				<imprint>
			<publisher>ISCA</publisher>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="1086" to="1090" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<monogr>
		<author>
			<persName><forename type="first">M</forename><surname>Grandini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Bagli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Visani</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2008.05756</idno>
		<title level="m">Metrics for multi-class classification: an overview</title>
				<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<monogr>
		<title level="m" type="main">Mis-avoidd: Modality invariant and specific representation for audio-visual deepfake detection</title>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">S</forename><surname>Katamneni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rattani</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2310.02234</idno>
		<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">Pvass-mdd: Predictive visual-audio alignment self-supervision for multimodal deepfake detection</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Ni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Zhao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">C</forename><surname>Kot</surname></persName>
		</author>
		<idno type="DOI">10.1109/TCSVT.2023.3309899</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Circuits and Systems for Video Technology</title>
		<imprint>
			<biblScope unit="page" from="1" to="1" />
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b31">
	<analytic>
		<title level="a" type="main">Avfakenet: A unified end-to-end dense swin transformer deep learning model for audio-visual deepfakes detection</title>
		<author>
			<persName><forename type="first">H</forename><surname>Ilyas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Javed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">M</forename><surname>Malik</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.asoc.2023.110124</idno>
		<ptr target="https://doi.org/10.1016/j.asoc.2023.110124" />
	</analytic>
	<monogr>
		<title level="j">Applied Soft Computing</title>
		<imprint>
			<biblScope unit="volume">136</biblScope>
			<biblScope unit="page">110124</biblScope>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b32">
	<analytic>
		<title level="a" type="main">Multimodaltrace: Deepfake detection using audiovisual representation learning</title>
		<author>
			<persName><forename type="first">M</forename><surname>Raza</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">Mahmood</forename><surname>Malik</surname></persName>
		</author>
		<idno type="DOI">10.1109/CVPRW59228.2023.00106</idno>
	</analytic>
	<monogr>
		<title level="m">IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW)</title>
				<imprint>
			<date type="published" when="2023">2023. 2023</date>
			<biblScope unit="page" from="993" to="1000" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b33">
	<analytic>
		<title level="a" type="main">Multimodal forgery detection using ensemble learning</title>
		<author>
			<persName><forename type="first">A</forename><surname>Hashmi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">A</forename><surname>Shahzad</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Ahmad</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">W</forename><surname>Lin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Tsao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H.-M</forename><surname>Wang</surname></persName>
		</author>
		<idno type="DOI">10.23919/APSIPAASC55919.2022.9980255</idno>
	</analytic>
	<monogr>
		<title level="m">Asia-Pacific Signal and Information Processing Association Annual Summit and Conference (APSIPA ASC)</title>
				<imprint>
			<date type="published" when="2022">2022. 2022</date>
			<biblScope unit="page" from="1524" to="1532" />
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
