<!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>
      <journal-title-group>
        <journal-title>August</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>The Vicomtech partial deepfake detection and location system for the 2023 ADD Challenge</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Juan Manuel Martín-Doñas</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Aitor Álvarez</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Fundación Vicomtech, Basque Research and Technology Alliance (BRTA)</institution>
          ,
          <addr-line>Mikeletegi 57, 20009 Donostia - San Sebastián</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2023</year>
      </pub-date>
      <volume>19</volume>
      <issue>2023</issue>
      <fpage>0000</fpage>
      <lpage>0003</lpage>
      <abstract>
        <p>This paper describes our submitted system to the 2023 Audio Deepfake Detection Challenge Track 2. This track focuses on locating the manipulated regions in partially fake audio. Our approach integrates a pre-trained Wav2Vec2 based feature extractor and two diferent downstream models for deepfake detection and audio clustering. While the detection module is composed of a simple but eficient downstream neural classification model, the clustering-based neural network was trained to first segment the audio and then discriminate between the original regions and the manipulated segments. The final segmentation was obtained by combining the clustering process with the decision score through the application of some post-processing strategies. We evaluate our system on the test set of the challenge track, showing good performance for partially fake detection and location in challenging environments. Our novel, simple and eficient approach ranked fourth in the mentioned challenge among sixteen participants.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Partial deepfake</kwd>
        <kwd>anti-spoofing</kwd>
        <kwd>audio tampering</kwd>
        <kwd>wav2vec2</kwd>
        <kwd>deep clustering</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <sec id="sec-1-1">
        <title>The remainder of this paper is organized as follows.</title>
        <p>Section 2 briefly reviews related works for partial
deepfake detection and location. Our proposed approach is
described in Section 3, including the diferent neural
network modules and post-processing techniques. Then,
Section 4 discusses the experimental framework and
challenge results. Finally, the conclusions are summarized in
Section 5.</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>2. Related work</title>
      <p>Cosine Layer
Linear Layer
Att. Stat. Pool.</p>
      <p>FF Layers</p>
      <p>o
Adap. Layer
h,
Detection</p>
      <p>Clustering
wav2vec2
Transformer Layer L</p>
      <sec id="sec-2-1">
        <title>The increasing interest in partial deepfakes has con</title>
        <p>
          tributed to creating related databases to train and eval- Transformer Layer 1
uate countermeasure systems. This is the case of the CNN Feature Encoder
PartialSpoof [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ] or the Half-Truth databases [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ]. For the
former, the authors experimented with detection systems
that combine self-supervised feature extractors with both
utterance- and segment-level scoring [
          <xref ref-type="bibr" rid="ref10 ref12">10, 12</xref>
          ]. Several
techniques were proposed for the partial deepfake de- aFnigdulroeca1t:iOonvesryvsiteewmobfathseedproonpowsaevd2pvaerct2i.al deepfake detection
tection track of ADD 2022 challenge [
          <xref ref-type="bibr" rid="ref13 ref14 ref17 ref18">13, 14, 17, 18</xref>
          ]
considering diferent architectures and data augmentation
techniques. Although the goal was the detection of
partial fakes, the work in [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ] included a fake span discovery 3. Proposed approach
mechanism via question answering to predict the
boundaries of the fake clip, but the location performance was A diagram of our proposed system for the ADD Challenge
not evaluated. On the other hand, recent works have 2023 is shown in Figure 1. Our system is composed of a
also explored the location of fake clips or manipulated W2V2 feature extractor and the corresponding detection
audio by detecting the artifacts in the boundaries of the and clustering neural networks. A detailed explanation
inserted segment [
          <xref ref-type="bibr" rid="ref19 ref20">19, 20, 21</xref>
          ]. Thus, these works com- of each part is presented in the following subsections,
monly addressed the problem as a classification task to including the processing of the final system output.
detect the frames containing the boundaries.
        </p>
        <p>
          Our proposed approach is based on our previous sys- 3.1. Wav2Vec2 Feature Extractor
tem for partial deepfake detection presented to the 2022
ADD challenge [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ]. We further improved our method First, we extract deep features from the speech signal
usby considering a clustering-based neural network to seg- ing pre-trained self-supervised neural networks. In this
ment the original and manipulated parts of the audio. work we integrated the XLS-128 W2V2 model [24, 25],
This approach is inspired by previous works in source which includes 300M parameters and was trained with
separation [22] and speaker diarization [23], where this unlabelled speech data from 128 diferent languages. A
deep clustering technique proved to perform well. We 7-layer convolutional network encoder is first used to
proexplored the clustering approach for partial deepfake lo- cess the speech signal, extracting 1024-dimension vector
cation for two reasons. Firstly, as the manipulation can representations every 20 ms with a receptive field of 25
be done with an original clip, directly detecting spoofed ms. These features are further processed with a 24-layer
segments in the audio is not feasible. Secondly, the direct Transformer to compute contextualized representations
detection of boundaries can be challenging to address from the speech signal. The model was trained using
selfdue to the class-imbalance behavior of the problem (few supervised techniques to learn high-level representations
boundary segments in the whole audio). Our approach is of the speech data.
based on first segmenting the audio by exploiting acoustic Instead of fine-tuning the W2V2 model for each
spediferences in consecutive regions generated by diferent cific task, we considered a general pre-trained feature
speakers, genuine and fake audio segments, the back- extractor for the diferent downstream models. We
exground o boundary artifacts, among others. Then, this ploited the information from the diferent transformer
information is used along our detection-based module to layers in order to robust the speech representation for
classify the segments into original or fake clips. To the the downstream task. Thus, a trainable adaptation layer
best of our knowledge, this is the first work exploring is plugged between the W2V2 feature extractor and the
clustering-based methods for partial deepfake location. downstream model. The adaptation layer consists of a
temporal normalization layer [26] followed by a weighted
sum of the diferent layers o = ∑︀
        </p>
        <p>=0  h,, where h,
is the hidden representation for time step  and
transformer layer ,  is the number of transformer layers,
and   are trainable weights normalized to sum one. The
output representations o are then used as the input for
the specialized downstream models [27].</p>
        <sec id="sec-2-1-1">
          <title>3.2. Deepfake detection and clustering networks</title>
          <p>The objective of the task is not only to detect partially
fake audio but also to indicate the segment of the speech
that has been manipulated. Therefore, our approach is
based on combining two diferent modules which we
have named as detection and clustering networks. The
architectures of both modules are described in the
following paragraphs.</p>
          <p>
            The detection network is identical to the one used
in our previous work for the ADD2022 Challenge [
            <xref ref-type="bibr" rid="ref13">13</xref>
            ].
The network scores the audio signal, where the scoring is
related to the likeness of the audio to be genuine. The
output representations from the corresponding adaptation
layer are first processed by two feed-forward (FF) layers
with ReLU activations and dropout. A single embedding
vector from the audio is then obtained using attentive
statistical pooling followed by a linear activation layer.
Finally, the final score is obtained using a cosine layer,
which computes the cosine similarity between the
embedding and a trainable vector network. The model is
trained to give higher scores for genuine speech using a
One-class (OC) softmax loss function [28].
          </p>
          <p>
            The manipulated segment location involves a more
challenging task. In this challenge, the partial deepfake
can be created using synthetic or real audios, which
makes it dificult to use previous methods for partial
spoofing segment scoring [
            <xref ref-type="bibr" rid="ref12">12</xref>
            ]. Faced with this complex
scenario, we propose using a clustering-based approach,
where the network is trained to classify the output
representations into two diferent clusters whenever they
represent original audio, manipulated real clips, or
synthetic speech. The underlying idea is that the network
can learn to segment the audio when detecting diferent
acoustic conditions or insertion artifacts. The output
representations are fed into a recurrent bidirectional neural
network based on LSTM (BLSTM) to exploit temporal
information on the vectors fully. The output is processed
by a FF layer with sigmoid activation that outputs a
single value per time. The network is trained using binary
cross-entropy (BCE) loss. To avoid the label ambiguity
problem in the clusters assignment, we used
permutationinvariant training (PIT) [22].
          </p>
          <p>To summarize the network architecture and make its
structure easier to understand for the reader, in Table 1
we show the layers and their output dimensions for each
corresponding network module.</p>
        </sec>
        <sec id="sec-2-1-2">
          <title>3.3. Post-processing strategies</title>
          <p>
            Our proposed systems outputs an score  ∈ [
            <xref ref-type="bibr" rid="ref1">−1, 1</xref>
            ] from
the detection model and a sequence  = [1, · · · ,  ] ∈
[
            <xref ref-type="bibr" rid="ref1">0, 1</xref>
            ] from the clustering module. We analyzed the
results in the development set to design a group of
postprocessing strategies for the final clustering of the testing
audios. We first binarized the sequence  by
thresholding to segment the speech signal into two clusters, where
the threshold is set experimentally. Sequences with only
one segment (unique cluster) are classified as genuine or
fake clips using the detection score  with a pre-defined
optimum threshold. Moreover, during the PIT training,
the network seems to have learnt a discriminative
clustering between original and fake clips. We observed this on
the development set, where the clustering module tends
to assign lower values to the part of the original clip and
higher values for manipulated or fake clips. This may
be due to the artifacts in the fake clip, or the boundaries,
yielding the network to detect these structures. Then,
for the first attempt, we directly map the segments with
zero value to genuine/real audio parts, and the rest with
one value to fake parts.
          </p>
          <p>However, there were some audios for which the
clustering module tended to detect several short segments of
fake audio. We define short segments as thoses with a
duration spanning the receptive field of the W2V2 model
(i.e., one or two W2V2 feature frames). This efect was
more common in genuine clips manipulated with real
audio segments, specially in those in which the genuine
and manipulated segment belong to the same speakers.</p>
          <p>Thus, the network seems to detect the artifacts on the
boundaries in the inserted clips as fake segments. In
those cases, we hypothesized that this information could
help to discover the fake segments from a manipulated The detection and clustering modules were trained
inregion. Following this assumptions, we evaluated three dependently using the same pre-trained W2V2 model
post-processing strategies applied to the initially com- as feature extractor. The training of both models was
puted clusters: performed with the Adam optimizer. [29] with a learning
1. If two non-consecutive short segments are de- rraattee foofr3t h·e10FF−4 lawyeirtshoinutthweedigethetcdtieocnany,eatwndortkhewdasrospeotutot
tected as fake, and the rest are tagged as genuine, 0.2. The W2V2 parameters were frozen during training.
the segments in the middle of the fake segments In order to cope with limitations in GPU memory, we
are labelled as fake as well. used a mini-batch of 8 utterances and accumulated
gra2. If only a single short segment was detected as dients of eight mini-batches, yielding an efective
minifake, we considered it as a single boundary di- batch of 64 utterances. The length of the utterances was
viding two segments, where the longest one is adjusted using zero-padding during batch creation. To
labelled as genuine and the shortest as fake. validate the model and keep the best parameters, we
eval3. As an extension of the first rule, if more than 2 uated the performance on the development set after each
short segments were initially tagged as fake, the epoch and considered an early-stopping strategy. Thus,
ifrst and last segments were considered as borders we kept the model with the lowest validation loss, and the
and all the segments in the middle were labelled training stopped after 10 epochs without improvements
as fake as well, by keeping the segments outside on the development set.</p>
          <p>
            the borders as genuine. Additionally, with the aim of improving our models’
Although these strategies are mainly based on empirical robustness for challenging conditions, we also explored
analysis of development data, we expected they help to data augmentation techniques during the training phase.
improve the location accuracy of partially fake clips. We We considered the recently proposed Rawboost method
will discuss the benefits of the post-processing settings [30], which has shown outstanding performance for
deepin the following subsection. fake detection and anti-spoofing systems. Rawboost
operates directly upon raw waveform speech signals by
considering diferent distortions created on the fly for
4. Experimental results a given audio signal. In particular, we evaluated using
linear and non-linear convolutive noise as well as
impulsive signal-dependent additive noise. We chose this
method to evolve the finite impulse response (FIR) data
augmentation we analyzed for partial deepfake detection
in the ADD 2022 challenge [
            <xref ref-type="bibr" rid="ref13">13</xref>
            ], which showed
significant improvements in the tasks evaluated.
          </p>
          <p>In this section, we first describe the speech databases
used during the challenge to train and test the diferent
approaches. Then, we explain the training setup
procedure as well as the data augmentation techniques applied
to the speech data. Finally, we show and analyze the
experimental results obtained during the challenge
evaluation phase and our best approach.</p>
        </sec>
        <sec id="sec-2-1-3">
          <title>4.3. Challenge results</title>
        </sec>
        <sec id="sec-2-1-4">
          <title>4.1. ADD 2023 Track 2 database</title>
          <p>
            The ADD 2023 Track 2 database [
            <xref ref-type="bibr" rid="ref16">16</xref>
            ] comprises genuine
and partially fake Chinese speech. The partial
deepfakes can be complete fake audios generated by synthetic
or voice conversion techniques, or manipulated audios
where another real clip or synthetic segment has replaced
a part of a genuine utterance. The database includes
training, development, and evaluation sets with
approximately 53K, 18K, and 50K utterances, respectively. The
audios from the training and development partitions are
annotated, indicating whether they are genuine or partial
deepfakes, and the temporal boundaries of the original
and inserted clips.
          </p>
        </sec>
        <sec id="sec-2-1-5">
          <title>4.2. Experimental framework</title>
        </sec>
      </sec>
      <sec id="sec-2-2">
        <title>The downstream models were fine-tuned using the data from the training set in the ADD2023 Track 2 database.</title>
      </sec>
      <sec id="sec-2-3">
        <title>We evaluated our proposed approach in the test set of the ADD2023 Track2 database. The participant systems in the challenge were evaluated using a metric score defined by the organizers. This score is computed as follows,</title>
        <p>Score = 0.3 · sen + 0.7 · 1seg,
(1)
where sen is the average sentence accuracy (related to
the classification of audios as genuine or fake), and 1seg
corresponds to an average segment 1 score that
measures the ability of the model to identify manipulated
areas in speech correctly. The 1 score is obtained by
taking fake segments as positive samples and using a
frame length of 10 ms. The weighted factors were
deifned by the organizers, giving more importance to the
segmentation than the fakeness detection.</p>
        <p>Table 2 shows the results obtained for our diferent
evaluated systems in the challenge. For each method,
we provide the resulting final score, the sentence
accuracy, and the segment 1 score. In addition, we also
report the precision and recall for the fake segments. We
compared five diferent alternatives: standalone
clustering approach (Cluster), classification of single-segment
audios using the detection module with an optimized
threshold (Det.), and the combination of post-processing
stages to refine the clusters (PP). As it can be observed,
the best results were obtained when the clustering and
detection modules were combined with post-processing
strategies, especifically when applying one and multiple
fake short-segments detection (rules 2 and 3).</p>
        <p>An analysis of the results obtained gives some insights
into how the diferent steps help improve the final score.
The base system shows good sentence detection
accuracy (close to 78%), but with the lowest recall of the fake
segments, which indicates that the system does not
recover many manipulated parts. The detection threshold
optimization yields some improvements in the accuracy
and the recall at the expense of a reduction in precision.
Nevertheless, the final results show better performance
in terms of 1 score. Then, applying the post-processing
techniques on detected manipulated utterances helps to
better locate the regions with fake audio. The three
evaluated combinations show similar precision around 50%,
but the best combination of rules yields the best recall of
53% and a 1 score close to 52%. It demonstrates how
we can exploit the detected artifact regions during the
clustering step to refine the final output and better catch
insertion clips.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>5. Conclusions</title>
      <sec id="sec-3-1">
        <title>In this work, we have presented our proposed system for</title>
        <p>the 2023 ADD challenge Track 2 based on a pre-trained
wav2vec2 feature extractor and downstream neural
networks for detection and clustering of partial deepfakes.
Our approach exploits the deep features from W2V2 to
develop two modules: (1) a detection network that scores
the audio in terms of its likeness to be a partial
deepfake, and (2) a clustering-based network that segments
the audio to discriminate between original and fake clips.
This information is combined to obtain the final
segmentation, using post-processing strategies to refine the
result. Our proposed method shows competitive results
in the 2023 ADD challenge, ranking fourth in Track 2
among the participants. As future work, we will further
research the combination of both modules to improve
the accuracy in the detection of manipulated segments.
In addition, we will analyze diferent data augmentation
techniques to better adapt the system for challenging
scenarios with diferent background conditions, as well as
other self-supervised models to compute robust speech
representations.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Acknowledgments</title>
      <sec id="sec-4-1">
        <title>This work has received funding from the European Union’s Horizon Europe research and innovation programme in the context of project EITHOS, under Grant Agreement No. 101073928.</title>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>B.</given-names>
            <surname>Sisman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Yamagishi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>King</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <article-title>An overview of voice conversion and its challenges: From statistical modeling to deep learning</article-title>
          ,
          <source>IEEE/ACM Transactions on Audio, Speech, and Language Processing</source>
          <volume>29</volume>
          (
          <year>2021</year>
          )
          <fpage>132</fpage>
          -
          <lpage>157</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>T.-N.</given-names>
            <surname>Le</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. H.</given-names>
            <surname>Nguyen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Yamagishi</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Echizen</surname>
          </string-name>
          ,
          <article-title>Robust deepfake on unrestricted media: Generation and detection</article-title>
          ,
          <source>in: Frontiers in Fake Media Generation and Detection</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>81</fpage>
          -
          <lpage>107</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <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</article-title>
          ,
          <source>Speech Communication</source>
          <volume>66</volume>
          (
          <year>2015</year>
          )
          <fpage>130</fpage>
          -
          <lpage>153</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>C. B.</given-names>
            <surname>Tan</surname>
          </string-name>
          , et al.,
          <article-title>A survey on presentation attack detection for automatic speaker verification systems: State-of-the-art, taxonomy, issues and future direction</article-title>
          ,
          <source>Multimedia Tools and Applications</source>
          <volume>80</volume>
          (
          <year>2021</year>
          )
          <fpage>32725</fpage>
          -
          <lpage>32762</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>A.</given-names>
            <surname>Nautsch</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Evans</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. H.</given-names>
            <surname>Kinnunen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Vestman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Todisco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Delgado</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Sahidullah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Yamagishi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. A.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <surname>ASVspoof</surname>
          </string-name>
          <year>2019</year>
          :
          <article-title>spoofing countermeasures for the detection of synthesized, speech</article-title>
          ,
          <source>in: Proc. ICPR</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>3224</fpage>
          -
          <lpage>3230</lpage>
          .
          <article-title>converted and replayed speech</article-title>
          , IEEE Transactions [21]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Cai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <article-title>Waveform boundary detecon Biometrics, Behavior, and Identity Science 3 tion for partially spoofed audio</article-title>
          ,
          <source>in: Proc. ICASSP</source>
          , (
          <year>2021</year>
          )
          <fpage>252</fpage>
          -
          <lpage>265</lpage>
          .
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>J.</given-names>
            <surname>Yamagishi</surname>
          </string-name>
          , et al.,
          <source>ASVspoof</source>
          <year>2021</year>
          : Accelerating [22]
          <string-name>
            <given-names>M.</given-names>
            <surname>Kolbaek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.-H.</given-names>
            <surname>Tan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Jensen</surname>
          </string-name>
          ,
          <article-title>Multitalker progress in spoofed and deepfake speech detection, speech separation with utterance-level permutain</article-title>
          :
          <source>Proc. ASVspoof Workshop</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>47</fpage>
          -
          <lpage>54</lpage>
          .
          <article-title>tion invariant training of deep recurrent neural net-</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>J.</given-names>
            <surname>Yi</surname>
          </string-name>
          , et al.,
          <source>ADD</source>
          <year>2022</year>
          :
          <article-title>The first audio deep synthesis works</article-title>
          , IEEE/ACM Transactions on Audio, Speech, detection challenge,
          <source>in: Proc. ICASSP</source>
          ,
          <year>2022</year>
          , pp.
          <source>and Language Processing</source>
          <volume>25</volume>
          (
          <year>2017</year>
          )
          <fpage>1901</fpage>
          -
          <lpage>1913</lpage>
          .
          <fpage>9216</fpage>
          -
          <lpage>9220</lpage>
          . [23]
          <string-name>
            <given-names>S.</given-names>
            <surname>Horiguchi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Fujita</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Watanabe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Xue</surname>
          </string-name>
          , P. Gar-
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>L.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Cooper</surname>
          </string-name>
          , J. Yamagishi, cia, Encoder
          <article-title>-decoder based attractors for end-toJ.</article-title>
          <string-name>
            <surname>Patino</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Evans</surname>
          </string-name>
          ,
          <article-title>An initial investigation for end neural diarization, IEEE/ACM Transactions on detecting partially spoofed audio</article-title>
          ,
          <source>in: Proc. Inter- Audio, Speech, and Language Processing</source>
          <volume>30</volume>
          (
          <year>2022</year>
          ) Speech,
          <year>2021</year>
          , pp.
          <fpage>4264</fpage>
          -
          <lpage>4268</lpage>
          .
          <fpage>1493</fpage>
          -
          <lpage>1507</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>J.</given-names>
            <surname>Yi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Bai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Tao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Ma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Tian</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>
          , [24]
          <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
          <string-name>
            <given-names>R.</given-names>
            <surname>Fu</surname>
          </string-name>
          ,
          <string-name>
            <surname>Half-Truth</surname>
          </string-name>
          :
          <article-title>A partially fake audio detection 2.0: A framework for self-supervised learning of dataset</article-title>
          ,
          <source>in: Proc. InterSpeech</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>1654</fpage>
          -
          <lpage>1658</lpage>
          . speech representations,
          <source>in: Proc. NeurIPS</source>
          ,
          <year>2020</year>
          , pp.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>L.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Cooper</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Yamagishi</surname>
          </string-name>
          , Multi-
          <volume>12449</volume>
          -12460.
          <article-title>task learning in utterance-level and segmental-level [25]</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Babu</surname>
          </string-name>
          , et al.,
          <string-name>
            <surname>XLS-R</surname>
          </string-name>
          :
          <article-title>Self-supervised cross-lingual spoof detection</article-title>
          ,
          <source>in: Proc. ASVspoof Workshop</source>
          , speech representation learning at scale,
          <source>arXiv</source>
          <year>2021</year>
          , pp.
          <fpage>9</fpage>
          -
          <lpage>15</lpage>
          . preprint arXiv:
          <volume>2111</volume>
          .09296 (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>M. H.</given-names>
            <surname>Rahman</surname>
          </string-name>
          , et al.,
          <source>Detecting synthetic speech</source>
          [26]
          <string-name>
            <given-names>D.</given-names>
            <surname>Ulyanov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Vedaldi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Lempitsky</surname>
          </string-name>
          ,
          <article-title>Instance manipulation in real audio recordings</article-title>
          ,
          <source>in: Proc. normalization: The missing ingredient for fast stylIEEE WIFS</source>
          ,
          <year>2022</year>
          . ization,
          <source>arXiv preprint arXiv:1607.08022</source>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>L.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Cooper</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Evans</surname>
          </string-name>
          , J. Yamag- [27]
          <string-name>
            <given-names>L.</given-names>
            <surname>Pepino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Riera</surname>
          </string-name>
          , L. Ferrer,
          <article-title>Emotion Recognition ishi, The PartialSpoof database and countermea- from Speech Using wav2vec 2.0 Embeddings, in: sures for the detection of short fake speech seg-</article-title>
          <source>Proc. InterSpeech</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>3400</fpage>
          -
          <lpage>3404</lpage>
          .
          <article-title>ments embedded in an utterance</article-title>
          , IEEE/ACM Trans- [28]
          <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 actions on Audio, Speech, and Language Processing towards synthetic voice spoofing detection</article-title>
          ,
          <source>IEEE</source>
          <volume>31</volume>
          (
          <year>2023</year>
          )
          <fpage>813</fpage>
          -
          <lpage>825</lpage>
          .
          <source>Signal Processing Letters</source>
          <volume>28</volume>
          (
          <year>2021</year>
          )
          <fpage>937</fpage>
          -
          <lpage>941</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Martín-Doñas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Álvarez</surname>
          </string-name>
          , The Vicomtech au- [29]
          <string-name>
            <given-names>D. P.</given-names>
            <surname>Kingma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Ba</surname>
          </string-name>
          ,
          <article-title>Adam: A method for stochastic dio deepfake detection system based on Wav2Vec2 optimization</article-title>
          ,
          <source>in: Proc. ICLR</source>
          ,
          <year>2015</year>
          . for
          <article-title>the 2022 ADD Challenge</article-title>
          ,
          <source>in: Proc. ICASSP</source>
          ,
          <year>2022</year>
          , [30]
          <string-name>
            <given-names>H.</given-names>
            <surname>Tak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kamble</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>N.</given-names>
            <surname>Evans</surname>
          </string-name>
          , pp.
          <fpage>9241</fpage>
          -
          <lpage>9245</lpage>
          . Rawboost:
          <article-title>A raw data boosting and augmentation</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Lv</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Tang</surname>
          </string-name>
          , P. Hu,
          <article-title>Fake audio detection method applied to automatic speaker verification based on unsupervised pretraining models</article-title>
          ,
          <source>in: Proc. anti-spoofing, in: Proc. ICASSP</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>6382</fpage>
          -
          <lpage>ICASSP</lpage>
          ,
          <year>2022</year>
          , pp.
          <fpage>9231</fpage>
          -
          <lpage>9235</lpage>
          .
          <fpage>6386</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>H.</given-names>
            <surname>Wu</surname>
          </string-name>
          , et al.,
          <article-title>Partially fake audio detection by self-attention-based fake span discovery</article-title>
          ,
          <source>in: Proc. ICASSP</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>9236</fpage>
          -
          <lpage>9240</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>J.</given-names>
            <surname>Yi</surname>
          </string-name>
          , et al.,
          <source>ADD</source>
          <year>2023</year>
          :
          <article-title>The second audio deepfake detection challenge</article-title>
          ,
          <source>in: Proc. IJCAI Workshop on Deepfake Audio Detection and Analysis (DADA)</source>
          ,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>M.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Ahmadiadli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.-P.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <article-title>A comparative study on physical and perceptual features for deepfake audio detection</article-title>
          ,
          <source>in: Proc. DDAM workshop</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>35</fpage>
          -
          <lpage>41</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>X.</given-names>
            <surname>Liu</surname>
          </string-name>
          , et al.,
          <article-title>Deep spectro-temporal artifacts for detecting synthesized speech</article-title>
          ,
          <source>in: Proc. DDAM workshop</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>69</fpage>
          -
          <lpage>75</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Zeng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <article-title>Audio splicing localization: Can we accurately locate the splicing tampering?</article-title>
          ,
          <source>in: Proc. ISCSLP</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>120</fpage>
          -
          <lpage>124</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>B.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , T. Sim, Localizing fake segments in
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>