<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>From Speaker Verification to Deepfake Algorithm Recognition: Our Learned Lessons from ADD2023 Track3</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Xiaoyi Qin</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Xingming Wang</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Yanli Chen</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Qinglin Meng</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ming Li</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Data Science Research Center, Duke Kunshan University</institution>
          ,
          <addr-line>Kunshan</addr-line>
          ,
          <country country="CN">China</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>MaShang Consumer Finance Co.Ltd</institution>
          ,
          <addr-line>Chongqing</addr-line>
          ,
          <country country="CN">China</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2023</year>
      </pub-date>
      <fpage>107</fpage>
      <lpage>112</lpage>
      <abstract>
        <p>This paper presents our learned lessons from the ADD2023 track3, Deepfake Algorithm Recognition (AR). In recent years, speech synthesis has made remarkable progress, where it has become increasingly dificult for human listeners to diferentiate between synthesized speech and genuine human speech. Previous research has demonstrated that improving the recognition of deepfake algorithms can significantly enhance spoofing detection. Therefore, the primary focus of this paper is to investigate deepfake algorithm recognition, with experiments conducted based on the ADD2023 challenge. Inspired by speaker verification, we approach deepfake algorithm recognition as an open-set task. We propose a center-based similarity maximum method for determining the category of deepfake algorithms. Finally, by combining the scores from multiple models at the score level, we achieve an impressive F1 score of 0.8312 on the evaluation set.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Deepfake algorithm recognition</kwd>
        <kwd>Speaker verification</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        algorithm that a fake utterance is generated from. The
evaluation set consists of both known and unknown
deepText-to-speech (TTS) and voice conversion (VC) systems fake algorithms, making the task an open-set recognition
have made significant progress in recent years, thanks problem. To address this challenge, we propose a
centerto the progress made in deep learning techniques and based maximum similarity evaluation method inspired by
the availability of large-scale corpora [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. These advance- speaker verification. In our approach, we adopt an 1D and
ments have enabled the generation of audio that is almost 2D convolution-based backbone to extract highly
discrimvirtually indistinguishable from human speech, posing inative embedding. And then, each test embedding is
comserious threats to human users and Automatic Speaker Ver- puted the similarity with each known class centroid
emification (ASV) systems in terms of potential attacks and se- bedding. Finally, by fusing scores from multiple models at
curity vulnerabilities. To protect the integrity of ASV sys- the score level, we achieve an impressive F1 score of 0.8312.
tems, audio anti-spoofing countermeasure (CM) systems
are commonly employed to detect spoofing audios [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>
        In recent years, significant eforts have been devoted 2. Related Work
to the audio anti-spoofing task, with notable challenges
such as ASVSpoof [
        <xref ref-type="bibr" rid="ref3 ref4">3, 4</xref>
        ] gaining prominence. However, 2.1. Anti-spoofing
most of these endeavors have primarily focused on binary
classification tasks, distinguishing between bona fide Synthesized audio spoofing is generally considered a
logiand spoof audios, while neglecting the recognition of cal access (LA) attack [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. In recent years, mainstream CM
deepfake algorithms. Recognizing deepfake algorithms systems for synthetic speech detection usually comprise
presents a more challenging multi-classification problem, two modules: feature extraction and binary classification.
with the presence of unseen categories, compared to fake The feature extraction module extracts applicable features
audio detection. suitable for synthetic speech detection tasks. The
classi
      </p>
      <p>
        In this paper, we evaluate the performance of deep- ifer module determines whether the test audio is bonafide
fake algorithm recognition, focusing on the ADD2023 or spoofed based on the extracted features. Therefore, the
track3 [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], which aims to recognize the specific deepfake performance of the classification module heavily relies on
feature extractors that can provide highly discriminative
features. Features based on audio self-supervised learning
IJCAI 2023 Workshop on Deepfake Audio Detection and Analysis (DADA models have been shown to be efective [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. On the other
*20C2o3r)r,eAsupgounsdti1n9g, a2u02th3,oMr. acao, S.A.R hand, various models and network architectures have
† These authors contributed equally. been used for back-end classifiers, some of them takes
$ xiaoyi.qin@dukekunshan.edu.cn (X. Qin); frequency acoustic features as input, including ResNet
xingming.wang@dukekunshan.edu.cn (X. Wang); [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], SE-Net [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], LCNN [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], etc., while some take original
yanli.chen@msxf.com (Y. Chen); qinglin.meng@msxf.com waveform as input, such as RawNet2 [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], AASIST
(Q. Meng); ming.li369@duke.edu (M. Li) [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], etc. Additionally, there are also some angle-based
© 2023 Copyright for this paper by its authors. Use permitted under Creative Commons License loss functions used for audio anti-spoofing, such as
CPWrEooUrckReshdoinpgs IhStpN:/c1e6u1r3-w-0s.o7r3g ACttEribUutRion W4.0oInrtekrnsahtioonpal (PCCroBYc4e.0e).dings (CEUR-WS.org)
      </p>
      <sec id="sec-1-1">
        <title>AM-softmax [13] and Arcface [14], which are designed</title>
        <p>
          to increase the inter-class distance while reducing the
intra-class distance. The OC-softmax is also adopted
to customizes metric parameters for the diferent class
distributions of bonafide and spoof audios [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ].
        </p>
        <p>
          The second Audio Deepfake Detection challenge (ADD
2023)[
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] first sets up a track for deepfake algorithm
recognition. Prior to that, only few researches focused on this
task. M. Muller et al. presents several methods for creating
attacker signatures using low-level acoustic descriptors
and machine-learning embeddings for attacker attribution
[
          <xref ref-type="bibr" rid="ref16">16</xref>
          ]. Zhu et al. uses separate module classifying attributes
for the spoofing attack, which can also be helpful for
binary spoof detection [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ]. Li et al. used a multi-task
learning approach to algorithm recognition as an auxiliary task
for binary classification, which is proved efective [18].
        </p>
        <sec id="sec-1-1-1">
          <title>2.2. Speaker verification</title>
          <p>Automatic Speaker Verification (ASV) is a voice identity
technology that determines whether two speech segments
belong to the same person. To evaluate the performance
of an ASV system, a trial list is provided, where each trial
consists of an enrollment segment and a test segment. In
the deep learning stage, we usually extract the speaker
embedding, a fixed -dimensional vector, from
variablelength waveform. Then, we calculate the similarity
between the enrollment embedding and the test
embedding, which represents the probability that they belong to
the same person. ASV is an open-set task, meaning that all
test speakers are unseen during the training stage. On the
other hand, deepfake algorithm recognition is a semi-open
task, where both seen and unseen classes exist during the
evaluation stage.In this case, we can adopt the method of
speaker verification for deepfake algorithm recognition.</p>
          <p>In this paper, we regard the deepfake algorithms
recognition as a speaker verification task. Accordingly,
we propose a center-based maximum similarity method
to determine the category of test audio.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>3. Center-based</title>
    </sec>
    <sec id="sec-3">
      <title>Maximum Similarity Method</title>
      <sec id="sec-3-1">
        <title>The pipeline of our proposed method is illustrated in</title>
        <p>Figure 1. We employ a supervised learning approach
to train a closed-set classification model on the training
dataset. Subsequently, we feed all variable-length audio
samples from the training set into the encoder of trained
model, obtaining fixed-length -dimensional embeddings
z ∈ R. These embeddings correspond to the final linear
outputs before the classifier. The classifier output can
be seen as the result of inner product between the test
embedding and the linear weight w ∈ R, where w can
be consider the centroid . When z and w are normalized,
the classifier output is the cosine similarity between z and
w. However, the training process is not always stable,
which may make center shifting. To overcome this, we
calculate the average embedding for each class, obtaining
stable intra-class centroids:
c =</p>
        <p>1 ∑︁</p>
        <p>z,
=0
where c represents the embedding centroid of class ,
and z, corresponds to the embedding of the -th sample
from class . Next, we evaluate the test embedding z
by scoring it against all intra-class centroids. The scores
are denoted as  ∈  and  ∈ {0,1,2,3,4,5,6}.</p>
        <p>
          = cos(z,c) (2)
where cos(·) indicates the cosine similarity between
test embedding and various intra-class centroids. During
the training process, we employ a loss function with
angular margin, specifically ArcFace [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ], to optimize
the embeddings. ArcFace not only incorporates cosine
similarity during optimization, but also increases the
inter-class margin while reducing intra-class variance.
        </p>
        <p>Finally, if any score  surpasses the predefined
centroid threshold, the test audio is assigned to the
class with the highest score. Conversely, if all scores 
fall below the threshold, the test audio is considered as
belonging to an unknown class 7.</p>
        <p>{︃argmax∈ (),</p>
        <p>max() &gt; 0.75,
7, max() ≤ 0.75.</p>
        <p>The value 0.75 is a hyperparameter that has been
obtained through tuning on the development set.
(1)
(3)</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Implement Details</title>
      <sec id="sec-4-1">
        <title>4.1. Network</title>
        <sec id="sec-4-1-1">
          <title>In our deepfake algorithm recognition system, we employ</title>
          <p>a two-stage training approach: pre-training and large
margin fine-tuning (LMFT). During the first stage, we set
the scalar and margin of the angle softmax to 32 and 0.2,
respectively. In the LMFT stage, we increase the margin to
0.4. To capture the distinctive features of deepfake audio,
we leverage various network architectures. Below are the features from the input audio. These features are then
specific details of each network utilized in our system: fed into the ECAPA-TDNN model for further processing
ResNet34SimAM-ASP: We adopt the ResNet34SimAM- and embedding extraction. The resulting embedding has
ASP [19] as our baseline system. This network utilizes a dimension of 256.
the residual modules of ResNet and is equipped with the
SimAM (Simple attention module). We use a thin ResNet 4.2. Data processing and augmentation
structure with a backbone width of {32, 64, 128, 256}
to prevent overfitting on small-scale training data. The For our input features, we adopt the log Mel-filterbank,
output feature maps are then processed using attentive log-spectrum, and waveform. The log Mel-filterbank
statistics pooling (ASP) [20]. The output embedding has energies have a dimension of 80, and the log-spectrum
a dimension of 256. has a dimension of 257. The frame length is set to 25ms,
ResNet34-GSP: ResNet34-GSP is based on the standard and the hop size is set to 10ms.</p>
          <p>ResNet backbone, which is a well-known framework To diversify the training samples, we apply on-the-fly
for 2D Convolutional Neural Networks (2D-CNNs) in data augmentation techniques [26]. We employ two types
image recognition tasks. We use the same backbone of augmentation methods: 1) Adding noise: We use the
width as ResNet34SimAM-ASP. The encoding layer of MUSAN dataset [27], specifically the non-speech parts, to
ResNet34-GSP is based on global statistic pooling (GSP), add noise to the audio samples during training; 2) Adding
and the embedding has a dimension of 256. convolutional reverberation: We utilize the RIR Noise
ResNet34SE-ASP: ResNet34SE-ASP is similar to datasets [28] to simulate convolutional reverberation
ResNet34SimAM-ASP in terms of architecture but efects and apply them to the training data.
replaces the SimAM attention module with a
squeezeand-excitation (SE) module. The SE module aggregates 4.3. Dataset analysis
global channel information as attention weights for all
feature maps. The embedding dimension is also 256. 4.3.1. Statistic Analysis
ECAPATDNN-ASP: ECAPA-TDNN [21] is a 1D-CNN
model that has achieved great success in speaker
verification. The SE-Res2Block is used to capture speaker features,
and Multi-layer Feature Aggregation (MFA) is employed
to process concatenated information before feeding it to
the ASP. The resulting embedding has a dimension of 256.</p>
          <p>
            LCNN: LCNN is a network commonly used for audio
anti-spoofing, particularly in the ASVSpoof 2021
challenge [
            <xref ref-type="bibr" rid="ref4">4</xref>
            ]. The Max-Feature-Map (MFM) operation, based
on the Max-Out activation function, is a key component
in LCNN. The Bi-LSTM layer is used for pooling to
aggregate utterance-level embeddings in LCNN. The
resulting embedding has a dimension of 256.
          </p>
          <p>
            AASIST-SAP: AASIST [
            <xref ref-type="bibr" rid="ref12">12</xref>
            ] is a waveform-level
deepfake detection model. It includes a RawNet2-based [
            <xref ref-type="bibr" rid="ref11">11</xref>
            ]
encoder and an attention network-based graph module.
          </p>
          <p>
            AASIST operates on raw waveforms to extract meaningful
high-dimensional spectro-temporal feature maps. It then
extracts graph nodes from the feature maps in both the
temporal and frequency domains [
            <xref ref-type="bibr" rid="ref12">12</xref>
            ]. The final
embedding is obtained by concatenating the mean and maximum
values of various nodes. AASIST-SAP is an improved
architecture where the max pooling layer of the encoded
feature maps is replaced by a 2D self-attentive pooling (SAP)
[22]. The resulting embedding has a dimension of 256.
wav2vec-ECAPA and wavlm-ECAPA: We adopt the Figure 2: Distribution of audio durations in the train,
develWav2vec 2.0 [23] and WavLM [24] models for front-end opment and evaluation set. The evaluation set is focusing on
acoustic feature extraction in our system, respectively. saound.io samples that are 20 seconds or less for ease of
compariBoth models are large-scale self-supervised learning (SSL)
pre-trained models widely used in the speech field. The
efectiveness of Wav2vec in extracting acoustic features
has been demonstrated in anti-spoofing scenarios [ 25].
          </p>
          <p>By utilizing Wav2vec 2.0 and WavLM, we extract acoustic</p>
        </sec>
        <sec id="sec-4-1-2">
          <title>The experiments are performed on the ADD2023 Track3 dataset. We start by performing a statistical analysis of the train set and development set. The train set consists of 22,400 audio samples, while the development set contains</title>
        </sec>
        <sec id="sec-4-1-3">
          <title>8,400 samples. The average duration of the audio samples</title>
          <p>in the train set is 6.58 seconds, and in the development set,
it is 6.84 seconds. Therefore, we randomly divide the
samples into 6-second segments during training to ensure
consistency in the input size. The duration distribution of the
training and development sets can be observed in Figure 2.</p>
          <p>Additionally, we observe that while the sampling
rate of the training set is uniformly set to 16kHz, the
development set contains audio samples with both 24kHz
and 16kHz sampling rates. The sample rate of the 3rd and
4th classes in the development set is 24kHz. Some audio
samples in the development set were originally at an 8kHz
sampling rate but were upsampled to 16kHz. We notice
that these upsampled samples may lack high-frequency
information. To maintain consistency, we downsample
or upsample all audio samples to a 16kHz sampling rate
during training and testing.</p>
          <p>However, the evaluation set exhibits some statistical
diferences compared to the training set. The evaluation
set includes audio samples with sampling rates of 16kHz,
24kHz, and 44.1kHz. On the other hand, the duration
distribution of the evaluation set can be seen in Figure
2. Although there are certain statistical inferences
present in the evaluation set, we choose not to exploit
these statistical inference in decision to ensure the
generalizability of our method.
4.3.2. Visualization Analysis
In order to assess the similarity between the training
and test data distributions, we utilized a trained
embedding extractor to extract embeddings from the train,
development, and evaluation sets. Subsequently, we
employed a Gaussian Mixture Model (GMM) with 512
components to perform one-class modeling on the train
set. By calculating the log-likelihood for all embeddings
on the one-class GMM, we obtained score distributions
of three sets as shown in Figure 3.</p>
          <p>Upon analyzing the results, we observe that the score
distributions of the evaluation set and development set
are relatively similar. However, there is a significant
disparity between the score distribution of the evaluation
set and the training sets. This observation highlights the
considerable challenge presented by the evaluation set
in terms of testing the generalization performance of our
proposed method.</p>
          <p>In addition, we also present the t-SNE visualization of
the training set and the evaluation set in Figure 4. The
embeddings t-SNE used are extracted by
ResNet34SimAMASP model. The label of evaluation set is marked by
center-based maximum similarity method. We have
observed that, except for the samples at the margins, most of
the known classes can be recognized efectively. However,
the unknown class does not exhibit a clear intra-class
center and is not easily detected. Therefore, we speculate that
the unknown class may not consist of a single category
but rather a collection of multiple unknown classes.
(a) t-SNE of embeddings in the (b) t-SNE of embeddings in the
training set evaluation set</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Results</title>
      <p>Table 1 presents the final performance of various systems
using center-based maximum similarity method. Firstly,
by comparing diferent models with the addition of the
development set (e.g., ID 1&amp;2, ID 4&amp;5, and ID 8&amp;9), no
clear improvement or decrease in performance was
observed. This could potentially be attributed to the
limited amount of data, which makes the models prone
to overfitting and results in unstable performance. Based
on the score distribution depicted in Figure 3, the score
trends of evaluation set and development set are similar.</p>
      <p>Therefore, in order to select the best model of each system,
many models are not trained using the development set.</p>
      <p>Secondly, we analyze the impact of acoustic features
on the recognition performance. Since diferent models
exhibited similar performance trends with diferent
features, the focus is mainly on comparing model ID 4 and
model ID 6 in terms of diferent features. It was found that
the spectrum feature tended to overfit on the development
set, indicating that the performance on the development
set alone might not fully reflect the generalization
performance of the models. In addition, performance of
the SSL-based models are also not satisfactorily.</p>
      <p>Considering the utilization of the center-based max- set. Finally, by model fusion under the score level, we
imum similarity method, the inter-class similarity matrix achieved the 0.8312 F1-score in the evaluation set of
is computed for diferent models, as shown in Figure 5. ADD2023 Track3.</p>
      <p>By combining Table 1 and Figure 5, it is observed that
better results are achieved when the inter-class similarity
distances are larger. Therefore, the best single model of 7. Acknowledgments
each system is selected by considering both the inter-class
similarity matrix and the results on the development set. This research is funded in part by the National Natural</p>
      <p>Model fusion is performed at the score level to achieve Science Foundation of China (62171207) and MaShang
complementary performance between models. Several Consumer Finance Co.Ltd. Many thanks for the
compuoptimal models with diferent modeling approaches are tational resource provided by the Advanced Computing
selected. Finally, an F1 score of 0.8312 is achieved on the East China Sub-Center.
evaluation set.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusion</title>
      <sec id="sec-6-1">
        <title>In this paper, we regard the deepfake algorithm recogni</title>
        <p>tion as speaker verification and propose the center-based
maximum similarity method to determine the test audio
category. We select the best single model according to the
intra-class similarity matrix and result of development</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>X.</given-names>
            <surname>Tan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Qin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Soong</surname>
          </string-name>
          , T.-Y. Liu,
          <article-title>A survey on neural speech synthesis</article-title>
          ,
          <source>arXiv preprint arXiv:2106.15561</source>
          (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Evans</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Kinnunen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Yamagishi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Alegre</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <article-title>Spoofing and countermeasures for speaker verification: A survey, speech communication 66 Detecting voice spoofing</article-title>
          ,
          <source>in: Proc. APSIPA ASC</source>
          , (
          <year>2015</year>
          )
          <fpage>130</fpage>
          -
          <lpage>153</lpage>
          .
          <year>2022</year>
          , pp.
          <fpage>216</fpage>
          -
          <lpage>220</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>X.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Yamagishi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Todisco</surname>
          </string-name>
          , H. Delgado, [18]
          <string-name>
            <given-names>R.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Hong</surname>
          </string-name>
          ,
          <string-name>
            <surname>Anti-Spoofing</surname>
            <given-names>A</given-names>
          </string-name>
          .
          <string-name>
            <surname>Nautsch</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Evans</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Sahidullah</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Vestman</surname>
          </string-name>
          ,
          <article-title>Speaker Verification System with Multi-Feature T</article-title>
          . Kinnunen,
          <string-name>
            <given-names>K. A.</given-names>
            <surname>Lee</surname>
          </string-name>
          , et al.,
          <year>Asvspoof 2019</year>
          :
          <article-title>Integration and Multi-Task Learning, in: Proc. A large-scale public database of synthesized</article-title>
          , Interspeech,
          <year>2019</year>
          , pp.
          <fpage>1048</fpage>
          -
          <lpage>1052</lpage>
          . converted and replayed speech, Computer Speech [19]
          <string-name>
            <given-names>X.</given-names>
            <surname>Qin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Weng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Su</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <source>Simple attention &amp; Language</source>
          <volume>64</volume>
          (
          <year>2020</year>
          )
          <article-title>101114. module based speaker verification with iterative</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>J.</given-names>
            <surname>Yamagishi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Todisco</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>Sahidullah, noisy label detection</article-title>
          ,
          <source>in: Proc. ICASSP</source>
          ,
          <year>2022</year>
          , pp.
          <source>J</source>
          .
          <string-name>
            <surname>Patino</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Nautsch</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>K. A.</given-names>
          </string-name>
          <string-name>
            <surname>Lee</surname>
          </string-name>
          , T. Kinnunen,
          <volume>6722</volume>
          -
          <fpage>6726</fpage>
          . N.
          <string-name>
            <surname>Evans</surname>
            , H. Delgado,
            <given-names>ASVspoof</given-names>
          </string-name>
          <year>2021</year>
          : accelerating [20]
          <string-name>
            <given-names>K.</given-names>
            <surname>Okabe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Koshinaka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Shinoda</surname>
          </string-name>
          ,
          <article-title>Attentive progress in spoofed and deepfake speech detection, Statistics Pooling for Deep Speaker Embedding</article-title>
          ,
          <source>in: Proc. ASVspoof2021 workshop</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>47</fpage>
          -
          <lpage>54</lpage>
          .
          <source>Proc. Interspeech</source>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>J.</given-names>
            <surname>Yi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Tao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Fu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Yan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Wang</surname>
          </string-name>
          , C. Y. [21]
          <string-name>
            <given-names>D.</given-names>
            <surname>Desplanques</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Thienpondt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Demuynck</surname>
          </string-name>
          , Zhang,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Ren</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <surname>ECAPA-TDNN: Emphasized Channel Attention</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Gu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          <string-name>
            <surname>Wen</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Liang</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          <string-name>
            <surname>Lian</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Li</surname>
          </string-name>
          ,
          <year>Add 2023</year>
          :
          <article-title>Propagation and Aggregation in TDNN Based the second audio deepfake detection challenge, Speaker Verification</article-title>
          ,
          <source>in: Proc. Interspeech</source>
          ,
          <year>2020</year>
          , accepted by IJCAI 2023 Workshop on Deepfake pp.
          <fpage>3830</fpage>
          -
          <lpage>3834</lpage>
          .
          <article-title>Audio Detection and Analysis (DADA</article-title>
          <year>2023</year>
          )
          <article-title>(</article-title>
          <year>2023</year>
          ). [22]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Ko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Snyder</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Mak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Povey</surname>
          </string-name>
          , Self-
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Kinnunen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Evans</surname>
          </string-name>
          , J. Yamagishi,
          <article-title>attentive speaker embeddings for text-independent M. Sizov</article-title>
          ,
          <year>Asvspoof 2015</year>
          :
          <article-title>the first automatic speaker verification</article-title>
          .,
          <source>in: Proc. Interspeech</source>
          , volume speaker
          <source>verification spoofing and countermeasures</source>
          <year>2018</year>
          ,
          <year>2018</year>
          , pp.
          <fpage>3573</fpage>
          -
          <lpage>3577</lpage>
          . challenge,
          <source>in: Proc. Interspeech</source>
          ,
          <year>2015</year>
          . [23]
          <string-name>
            <given-names>A.</given-names>
            <surname>Baevski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mohamed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Auli</surname>
          </string-name>
          , wav2vec
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>H.</given-names>
            <surname>Tak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Todisco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Wang</surname>
          </string-name>
          , J. weon Jung,
          <source>J. Yam- 2</source>
          .
          <article-title>0: A framework for self-supervised learning of agishi, N. Evans, Automatic Speaker Verification speech representations</article-title>
          ,
          <source>Advances in neural inforSpoofing and Deepfake Detection Using Wav2vec mation processing systems</source>
          <volume>33</volume>
          (
          <year>2020</year>
          )
          <fpage>12449</fpage>
          -
          <lpage>12460</lpage>
          . 2.0 and
          <string-name>
            <given-names>Data</given-names>
            <surname>Augmentation</surname>
          </string-name>
          ,
          <source>in: Proc. Odyssey</source>
          ,
          <year>2022</year>
          , [24]
          <string-name>
            <given-names>S.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Chen</surname>
          </string-name>
          , pp.
          <fpage>112</fpage>
          -
          <lpage>119</lpage>
          . doi:
          <volume>10</volume>
          .21437/Odyssey.2022-
          <fpage>16</fpage>
          . J.
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Kanda</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Yoshioka</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          <string-name>
            <surname>Xiao</surname>
          </string-name>
          , J. Wu,
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>K.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , S. Ren,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <surname>Deep Residual L. Zhou</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Ren</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Qian</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Qian</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Zeng</surname>
          </string-name>
          ,
          <article-title>Learning for Image Recognition</article-title>
          ,
          <source>in: Proc. CVPR</source>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Wei</surname>
          </string-name>
          , Wavlm: Large-scale self-supervised
          <year>2016</year>
          , pp.
          <fpage>770</fpage>
          -
          <lpage>778</lpage>
          .
          <article-title>pre-training for full stack speech processing (</article-title>
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>J.</given-names>
            <surname>Hu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Shen</surname>
          </string-name>
          , G. Sun,
          <string-name>
            <surname>Squeeze-</surname>
          </string-name>
          and-Excitation arXiv:
          <volume>2110</volume>
          .13900. Networks,
          <source>in: Proc. CVPR</source>
          ,
          <year>2018</year>
          . [25]
          <string-name>
            <given-names>H.</given-names>
            <surname>Tak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Todisco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Wang</surname>
          </string-name>
          , J.-w. Jung, J. Yamagishi,
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>X.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Tan</surname>
          </string-name>
          ,
          <article-title>A light cnn for N. Evans, Automatic speaker verification spoofing deep face representation with noisy labels, IEEE and deepfake detection using wav2vec 2.0 and data Transactions on Information Forensics and Security augmentation</article-title>
          ,
          <source>arXiv preprint arXiv:2202.12233</source>
          <volume>13</volume>
          (
          <year>2018</year>
          )
          <fpage>2884</fpage>
          -
          <lpage>2896</lpage>
          . (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>H.</given-names>
            <surname>Tak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Patino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Todisco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Nautsch</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Evans</surname>
          </string-name>
          , [26]
          <string-name>
            <given-names>W.</given-names>
            <surname>Cai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <article-title>On-the-Fly Data A. Larcher, End-to-end anti-spoofing with rawnet2, Loader and Utterance-Level Aggregation for in: Porc</article-title>
          . ICASSP,
          <year>2021</year>
          , pp.
          <fpage>6369</fpage>
          -
          <lpage>6373</lpage>
          .
          <article-title>Speaker and Language Recognition</article-title>
          , IEEE/ACM
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>J</surname>
            .-w. Jung,
            <given-names>H.</given-names>
            -S. Heo, H.
          </string-name>
          <string-name>
            <surname>Tak</surname>
            , H.-j. Shim,
            <given-names>J. S.</given-names>
          </string-name>
          <string-name>
            <surname>Chung</surname>
          </string-name>
          , Transactions on Audio, Speech, and
          <string-name>
            <surname>Language B.-J. Lee</surname>
            ,
            <given-names>H.-J.</given-names>
          </string-name>
          <string-name>
            <surname>Yu</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Evans</surname>
            ,
            <given-names>AASIST</given-names>
          </string-name>
          : Audio Processing (
          <year>2020</year>
          )
          <fpage>1038</fpage>
          -
          <lpage>1051</lpage>
          .
          <article-title>anti-spoofing using integrated spectro-temporal [</article-title>
          27]
          <string-name>
            <given-names>D.</given-names>
            <surname>Snyder</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Povey</surname>
          </string-name>
          ,
          <article-title>MUSAN: A Music, graph attention networks</article-title>
          ,
          <source>in: Proc. ICASSP</source>
          ,
          <year>2022</year>
          . Speech, and Noise Corpus, arXiv:
          <fpage>1510</fpage>
          .08484 (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>F.</given-names>
            <surname>Wang</surname>
          </string-name>
          , J. Cheng, W. Liu, H. Liu, Additive margin [28]
          <string-name>
            <given-names>T.</given-names>
            <surname>Ko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Peddinti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Povey</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Seltzer</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.</surname>
          </string-name>
          <article-title>Khudanpur, softmax for face verification</article-title>
          ,
          <source>IEEE Signal Processing A study on data augmentation of reverberant speech Letters</source>
          <volume>25</volume>
          (
          <year>2018</year>
          )
          <fpage>926</fpage>
          -
          <lpage>930</lpage>
          .
          <article-title>for robust speech recognition</article-title>
          ,
          <source>in: Proc. ICASSP</source>
          ,
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>J.</given-names>
            <surname>Deng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Guo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Xue</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Zafeiriou</surname>
          </string-name>
          , Arcface: Ad- 2017, pp.
          <fpage>5220</fpage>
          -
          <lpage>5224</lpage>
          .
          <article-title>ditive angular margin loss for deep face recognition</article-title>
          ,
          <source>in: Proc. CVPR</source>
          ,
          <year>2019</year>
          , pp.
          <fpage>4690</fpage>
          -
          <lpage>4699</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Jiang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Duan</surname>
          </string-name>
          ,
          <article-title>One-class learning towards synthetic voice spoofing detection</article-title>
          ,
          <source>IEEE Signal Processing Letters</source>
          <volume>28</volume>
          (
          <year>2021</year>
          )
          <fpage>937</fpage>
          -
          <lpage>941</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>N.</given-names>
            <surname>Müller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Diekmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Williams</surname>
          </string-name>
          , Attacker Attribution of Audio Deepfakes,
          <source>in: Proc. Interspeech</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>2788</fpage>
          -
          <lpage>2792</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>T.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Qin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Li</surname>
          </string-name>
          , Source tracing:
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>