<!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>A Survey on Writer Identification and Recognition Methods with a Special Focus on Cultural Heritage</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Marijana Ćosović</string-name>
          <email>marijana.cosovic@etf.ues.rs.ba</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Radmila Janković Babić</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alessia Amelio</string-name>
          <email>alessia.amelio@unich.it</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Mathematical Institute of the Serbian Academy of Sciences and Arts</institution>
          ,
          <addr-line>Kneza Mihaila 36, Belgrade</addr-line>
          ,
          <country country="RS">Serbia</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of East Sarajevo, Faculty of Electrical Engineering</institution>
          ,
          <addr-line>Vuka Karadžića 30</addr-line>
          ,
          <country country="BA">Bosnia and Herzegovina</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>University “G. d'Annunzio” Chieti-Pescara, InGeo</institution>
          ,
          <addr-line>Viale Pindaro 42, Pescara</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper reviews the state-of-the-art contributions for writer identification and recognition with a special focus on applications in the domain of cultural heritage. The task of writer recognition has only recently been recognized as a problem that can be solved by the methods available in the computer vision domain. A number of researchers have explored the performance of deep learning and transfer learning techniques for writer identification in historical documents, and for this purpose various datasets have been used, including the Avila Bible dataset, Historical-WI, HisFragIR20, IAM, HWDB and others. This paper analyses relevant methods used for writer identification and recognition in historical and medieval documents. It also makes a distinction between classification based on words, patches, or whole pages. The results indicate that the current literature supports using deep learning and transfer learning methods, as they are found to achieve the highest performance.</p>
      </abstract>
      <kwd-group>
        <kwd>1 Writer Recognition</kwd>
        <kwd>Survey</kwd>
        <kwd>Image Recognition</kwd>
        <kwd>Cultural heritage</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>In recent years, we have been witnessing the development and emerging implementation of deep
learning methods for solving a variety of problems in different areas. However, one of the most
prominent uses of deep learning is in the domain of computer vision, particularly for the task of image
recognition where the aim is the distinction of people, places, objects, characters, and actions. For such
purposes, convolutional neural networks (CNNs) which represent a type of neural network that
automatically extracts features from data, have been successfully utilized.</p>
      <p>Handwritten character recognition in the domain of cultural heritage is a complex task that requires
well-suited techniques and an extensive dataset. Machine learning approaches have significantly
improved the task of recognition, but when using deep learning approaches, and especially transfer
learning, the accuracy of the developed recognition models can be greatly increased.</p>
      <p>
        A frequent problem that occurs when working with such datasets is a limited number of documents,
especially if the aim is to employ deep learning. However, this problem can be solved by using transfer
learning approaches where the models are pre-trained on much wider sets of data that usually consist
of thousands and even millions of images, and then are applied to the selected dataset. The main
challenge in historical handwritten character recognition is the large variety of handwritten styles
between the writers. This challenge is even more complex due to the intense degradation of documents,
such as the appearance of page stains, mold, and text fading, which makes them unreadable. However,
machine learning and deep learning techniques can address the degradation removal [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] and thus
provide the restoration and protection of ancient documents.
      </p>
      <p>The aim of this paper is to review relevant state-of-the-art approaches used for writer identification
and recognition, with a special focus on the domain of cultural heritage and the identification of writers
from historical documents.</p>
      <p>In the next section, state-of-the-art approaches for writer recognition will be described, with a special
focus on the domain of cultural heritage, followed by discussion and conclusion. To the best of our
knowledge, we are the first to revisit the topic of writer recognition with a focus on the cultural heritage
domain.</p>
    </sec>
    <sec id="sec-2">
      <title>2. State-of-the-art approaches for writer recognition</title>
      <p>
        In recent years, due to development of image analysis algorithms as well as superb quality of the
digital images, we are observing the growth of new applications within the domain of decision-making
systems for writer identification. There is an ongoing research attempt investigating if deep learning
approaches suffice as general methodology in designing machine learning systems considering the high
volume of data available in the mass digitization era in addition to experts’ time and cost being the most
limiting factors for classical machine learning approaches [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. At the last Document Analysis and
Recognition conference – ICDAR 2021, leading topics of accepted papers were text and symbol
recognition, handwriting recognition, and historical document analysis.
      </p>
      <p>2.1.</p>
    </sec>
    <sec id="sec-3">
      <title>Writer identification in different types of documents</title>
      <p>
        Recurrent neural networks (RNNs) have proven to be better suited for online writer identification in
a developed end-to-end model considering the time dimension of the data [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. Accordingly, authors in
[
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] present an end-to-end writer identification system based on a global context residual recurrent neural
network (GR-RNN) and show that such a system provides a better performance than the
state-of-theart based even on limited samples of handwritten data. The method is based on the extraction of
information using the global average pooling, while RNNs are used to model the relationship between
the sequence of local and fragment-based features. The evaluation of the proposed approach is
performed on IAM, CVL, Firemaker, and CERUG-EN datasets, while the best performance was
obtained on the Firemaker dataset. The authors concluded that the developed method could extract the
detailed information regarding the writing style. However, to apply it on other documents such as
historical documents, it needs additional preprocessing steps [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>
        A two-level system of ensembles called Funneling Ensemble Method for Writer Identification
(FEM-WI) was developed in [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. The proposed method consists of multiple feature dependent base
classifiers at the first level, and a meta-classifier at the second level. In addition, the authors proposed
four novel feature descriptors. The proposed method was evaluated on IAM and Firemaker datasets and
obtained an identification rate of above 90%. An ensemble deep transfer learning model for Arabic
(Indian) handwritten digit recognition was proposed in [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. However, to the very best of our knowledge,
using an ensemble of deep learning transfer models for a writer identification task has not been explored
so far.
      </p>
      <p>
        CNN AlexNet architecture with transfer deep learning from ImageNet was used in [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] for feature
extraction (Fig. 1). It was performed from the text-line images representing handwriting text in English
and Arabic languages that were altered producing eight input patches namely, original, contoured,
sharped, and sharped contours in addition to their negatives. Hence, deep features were extracted on
small image patches in size of 227x227. Prior to data-augmentation, standard preprocessing techniques
were performed, such as skew detection and correction, normalization, segmentation, and the sliding
window strategy for patches. The classification was performed using a support vector machine (SVM).
The used dataset is the QUWI dataset, which consists of 1017 writers with four digitized pages and
approximately 60 words written by each writer. The authors extracted features from several freeze
layers, in particular Conv3, Conv4, Conv5, Fc6, Fc7, and a combination of Fc6 and Fc7 of AlexNet.
The results of the experiments suggested that the highest accuracy was obtained using the freeze Conv5
layer - 92.78% for English, 92.2% for Arabic, and 88.11% for a combination of both languages [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
      <p>
        Authors in [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] proposed using multi-task learning in which word recognition methods and writer
identification methods are combined. Writer identification based on a single word image is examined.
This is achieved by viewing both implicit and explicit features together, to prevent loss of information
as well as to create a model not lacking generalization. Authors model the writer’s general writing style
from the set of single handwritten word images. The CNN used for multi-task learning in this study is
an adaptation of the AlexNet architecture with two pathways for transferring specific features from the
secondary to primary (writer identification) task in an end-to-end system for the purpose of achieving
better performance metrics for writer identification. Additionally, they evaluate three secondary tasks
important for writer identification: (i) word recognition, (ii) word-length estimation, and (iii)
characterattribute recognition, as well as their combination. The methods were evaluated on CVL and IAM
datasets. The performances of writer identification (Top1 and Top5) are presented, and the authors
concluded that adaptive learning can improve the performance of writer identification while deep
adaptive learning, by capturing complex relationships, can furthermore improve the performance of
writer identification.
      </p>
      <p>
        Authors in [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] use a deep learning approach based on multi-task learning, similar to their previous
work [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], and employ a CNN architecture with two branches: feature pyramid and fragment branches.
Feature pyramid branch is used to extract feature maps, while a fragment branch is trained for writer
identification based on fragments extracted from the word image as well as from the feature maps.
      </p>
      <p>
        In [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] the authors proposed a deep learning-based framework for offline text-independent writer
identification. The proposed method includes the ResNet architecture and a new descriptor which
analyses the handwriting thickness. The framework is evaluated on IAM, Firemaker, CVL, and
CERUG-EN datasets and obtained accuracies of 97.50%, 99.61%, 96.16% and 88.95%, respectively,
thus proving the suitability of the proposed framework for handwritten character recognition.
      </p>
      <p>
        Writer identification was performed using a CNN in [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], where the feature vector was generated
by cutting off the classification layer and using the output of the second last fully connected layer as a
feature vector. In [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], the authors proposed DeepWriter – a deep multi-stream CNN for
textindependent writer identification. The method is based on local handwritten patches which are used in
pairs as input. The training data was augmented to improve the performance of the proposed method,
and the obtained accuracies demonstrated good applicability on both Chinese and English characters.
2.2.
      </p>
    </sec>
    <sec id="sec-4">
      <title>Writer identification in historical documents</title>
      <p>
        A comprehensive experimental study comparing deep learning and classical machine learning
methods for writer identification in historical documents was performed in [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. The aim of this research
was to prove that deep learning approaches can be used as general methodology in designing
end-toend machine learning systems that could extract the information useful to identify different writers
using only images of text belonging to the ancient manuscripts. The results of the study show that deep
learning approaches in comparison to classical machine learning models provide at least comparable if
not better results.
      </p>
      <p>
        Authors in [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] employed transfer learning to perform medieval manuscript writers’ identification
using a dataset of digital images obtained from the ‘Avila Bible’. Moreover, the developed system is
considered end-to-end since it provides a writer classification (output) based on a single page image
(input). Writer recognition was performed using well known architectures including MobileNetV2,
VGG19, ResNet50, InceptionV3, InceptionResNetV2, and NAS-NetLarge, as these architectures have
reached state-of-the-art classification performances at many computer vision applications. Hence,
detecting rows of text in a manuscript page is a similar problem to detecting an object in a scene in
computer vision. Traditional machine learning models were trained on Avila Bible and Trento Bible
datasets with great performance as confirmed by the same authors in [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
      </p>
      <p>
        The sample that the authors used in [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] consisted of 749 pages written by 8 identified authors. 96
of those pages, 12 per author, were manually labeled and used to train the model. Hence, the model was
trained on 12099 rows (each row was one image). The rest of the pages were used to evaluate the
performance of the writer identification system. In particular, writer recognition was performed in three
consecutive steps: first, automatic row detection of the text line within each page; second, feature
extraction needed for a reliable row classification using neural networks, and the last step is majority
vote row-decision combiner that connects a writer to each page considered as shown in Fig. 2 [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. In
this figure, rp is the number of rows detected and classified in a page, and d and a are the output vectors
of the row classifier for each row in a page. Row detection was performed using a MobileNetV2
architecture adapted to object detection using a Single shot detector for detection-map generation. Row
classification (feature extraction plus classification) was performed using five remaining transfer
learning models. The developed end-to-end system obtained a writer identification accuracy of 96.56%.
      </p>
      <p>Authors’ contribution in [16] is twofold: creating a dataset based on manuscripts of ancient Arabic
writers and performing classification on that dataset. The dataset included 8638 images from 64
manuscripts written by 52 authors. Four deep learning transfer models were used: MobileNetV1,
DenseNet201, ResNet50, and VGG19 and the focus of the paper was on experiments with deep learning
models as well as tuning the learning of hyper-parameters aiming for the performance metrics
improvements. Authors made assumptions that deep learning transfer models with fine-tuning of
hyperparameters would have better performance metrics. In the first experiment, they established the base
level for model accuracy. Hence, they evaluated pre-trained models without fine-tuning of the
hyperparameters and, as expected, obtained not satisfactory results (partially apart from VGG19 model that
obtained a validation accuracy of 87.37% and average F-score of 83.62%). Furthermore, they performed
optimization of the hyper-parameters based on three strategies: (i) minimization of the learning rate to
improve the learning process, (ii) increasing the number of final dense layers to improve the
classification accuracy, and (iii) increasing the number of neurons in the final dense layer to improve
the learning process performance metrics.</p>
      <p>The authors found that employing the first and third strategies for classification and recognition
improves the model accuracies, as the highest accuracy was obtained using a learning rate of 1e-6, and
1024 neurons. At the same time, the second strategy was not found valuable, since increasing the
number of dense layers did not improve the performance of the models [16]. Furthermore, the results
from this part of the analysis served as an input to fine-tune the pre-trained models. The results obtained
an accuracy higher than 95%. In conclusion, DenseNet201 correctly classified 26 authors, followed by
the VGG19 (24 authors), ResNet50 (23 authors), and MobileNet (21 authors) [16]. The architecture of
the writer identification system proposed in [16] is shown in Fig. 3.</p>
      <p>In the HisFragIR20 [17] competition on image retrieval from historical handwritten fragments, most
methods use deep learning approaches for writer identification but nevertheless the evaluation results
(mean average precision) are still below 35%, therefore leaving a great margin for model improvement.
Therefore, the authors in [18] use HisFragIR20 dataset and develop the A-VLAD model with
architecture shown in Fig. 4, for identifying writers from fragments of historical documents providing
better evaluation results. In this figure, H, W and D are, respectively, height, width and feature
dimension, while the final encoded vector of A-VLAD is of size (K x D).</p>
      <p>Considering the ICDAR2017 [19], the test dataset for this competition included 3600 document
images originating from the 13th to 20th century. The organizers argued that those participants who
used transfer learning may face poor results because the deep learning network was initialized using the
weights of the pre-trained model. One method submitted to the competition and presented in [19]
included a pre-trained ResNet18, but the highest top-1 precision of 76.4% was obtained by a model that
is based on oriented Basic Image Features.</p>
      <p>By contrast, the authors in [20] used the ICDAR2017 dataset to perform, among other tasks, writer
recognition using pre-trained models, but also models from scratch. In particular, the authors used
several datasets, namely the Kuzushiji-MNIST, CLaMM (ICDAR2017 Classification of Medieval
Handwritings in Latin Scripts), DIVA-HisDB (ICDAR2017 Competition on Layout Analysis for
Challenging Medieval Manuscripts), and Historical-WI (ICDAR2017 Historical Writer Identification
dataset). It was found that pre-trained models obtain higher performances, specifically the best
performance was achieved by the DenseNet121, followed by InceptionV3, VGG19, and ResNet152
[20].</p>
      <p>Historical-WI dataset was also used to evaluate the performance of the method proposed in [21].
Here, the authors employed surrogate classes to train a deep residual network and showed that the
proposed unsupervised feature learning technique outperformed the current methods available in the
literature, especially because it does not require training labels.</p>
      <p>A deep learning-based model for automatic writer identification from historical documents was
proposed in [22]. The model uses U-Net for binarization, extracts the features using the ResNet50, and
obtains global descriptors using an optimized learnable residual encoding layer. The results showed that
fine-tuning the U-Net does not improve the performance, however a combination of binarization,
feature extraction and weighted average by means of deep generalized max pooling (DGMP)
aggregation performs the best.</p>
      <p>Authors in [23] developed a novel method for writer identification from historical handwritten
documents that is based on a single feature extraction method. In particular, the authors extracted
patches from SIFT descriptors, applied the principal component analysis (PCA) to reduce the
dimensionality of the descriptors, used mini batch K-means clustering to group the descriptors, trained
a CNN to map image patches to their labels, performed encoding using multi-VLAD and, finally,
applied exemplar SVM in order to compare the results. On the ICDAR2019 dataset, they obtained an
accuracy of 97% without any preprocessing technique.</p>
      <p>
        Finally, authors in [
        <xref ref-type="bibr" rid="ref16">24</xref>
        ] employed an ensemble of CNN models for writer identification and retrieval
from historical documents. The ensemble model was built by a combination of InceptionResNetV2
pretrained architectures. The image set was composed of 170 document images grouped in 34 classes
representing the writers, extracted from the ICDAR2019 benchmark dataset. The results proved the
efficacy of the ensemble model in overcoming single pre-trained models, with an accuracy of 96%.
      </p>
    </sec>
    <sec id="sec-5">
      <title>3. Discussion</title>
      <p>
        State-of-the-art methods aimed at writer identification include deep learning, transfer learning and
end-to-end modeling. Most papers are focused on deep learning approaches, particularly CNNs, but
many papers also employ transfer learning, as these architectures are already trained, and perform well
even on small datasets. From the selected papers, we can see that writer recognition is mostly performed
on words and whole pages, as opposed to patches which are used in only five papers. In ten out of
twenty-one papers, end-to-end modeling was performed, while deep learning methods are used in
twenty-one papers demonstrating the importance of such methods for machine vision. The use of
pretrained architectures was found in ten papers (Table 1).
[
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] Avila Bible
      </p>
      <p>Trento Bible
[16] Collected by the</p>
      <p>authors
[20] Kuzushiji-MNIST</p>
      <p>CLaMM
DIVA-HisDB</p>
      <p>Historical-WI
[21] Historical-WI
[22] Historical-WI
12
1.</p>
    </sec>
    <sec id="sec-6">
      <title>4. Conclusion</title>
      <p>This paper has provided a review of relevant state-of-the-art methods for writer recognition and
classification in the domain of cultural heritage. The current literature proposes the application of deep
learning and transfer learning methods for such a task, and the results have been promising with high
accuracy even on datasets with a high number of authors. The most frequently used datasets for writer
recognition in historical documents include the Avila Bible and Historical-WI. The performance of
writer recognition strongly depends on the applied methodology, where deep learning-based methods
proved to be the most accurate with classification accuracies between 90% and 99%. However, from
the reviewed literature, none of the methods obtained a 100% accuracy, which implies that there is still
the need for future work in this direction.</p>
    </sec>
    <sec id="sec-7">
      <title>5. Acknowledgements</title>
      <p>This work was partially supported by the Ministry of Education, Science and Technological
Development of the Republic of Serbia through the Mathematical Institute SANU.</p>
    </sec>
    <sec id="sec-8">
      <title>6. References</title>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>M. O.</given-names>
            <surname>Tamrin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>El-Amine Ech-Cherif</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Cheriet</surname>
          </string-name>
          ,
          <article-title>A two-stage unsupervised deep learning framework for degradation removal in ancient documents</article-title>
          ,
          <source>in: Proceedings of the 25th International Conference on Pattern Recognition, ICPR '20</source>
          , Springer, Cham,
          <year>2021</year>
          , pp.
          <fpage>292</fpage>
          -
          <lpage>303</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>A.</given-names>
            <surname>Rehman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Naz</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. I. Razzak</surname>
          </string-name>
          ,
          <string-name>
            <surname>Writer Identification</surname>
          </string-name>
          <article-title>Using Machine Learning Approaches: A Comprehensive Review</article-title>
          ,
          <source>Multimedia Tools and Applications</source>
          <volume>78</volume>
          (
          <issue>8</issue>
          ) (
          <year>2019</year>
          )
          <fpage>10889</fpage>
          -
          <lpage>10931</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>X. Y.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. S.</given-names>
            <surname>Xie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. L.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <surname>Y.</surname>
          </string-name>
          <article-title>Bengio: End-to-end online writer identification with recurrent neural network</article-title>
          ,
          <source>IEEE transactions on human-machine systems 47(2)</source>
          (
          <year>2016</year>
          )
          <fpage>285</fpage>
          -
          <lpage>292</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>S.</given-names>
            <surname>He</surname>
          </string-name>
          , L. Schomaker, GR-RNN:
          <article-title>Global-context residual recurrent neural networks for writer identification</article-title>
          ,
          <source>Pattern Recognition</source>
          <volume>117</volume>
          (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>E. O.</given-names>
            <surname>Omayio</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Sreedevi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Panda</surname>
          </string-name>
          ,
          <article-title>Funneling Ensemble Method for Writer Identification (Fem-</article-title>
          <string-name>
            <surname>Wi</surname>
            <given-names>)</given-names>
          </string-name>
          ,
          <year>2022</year>
          , Available at SSRN 4022914.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>R. S.</given-names>
            <surname>Alkhawaldeh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Alawida</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. F. F.</given-names>
            <surname>Alshdaifat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W. Z. A.</given-names>
            <surname>Alma</surname>
          </string-name>
          <article-title>'aitah, A. Almasri, Ensemble deep transfer learning model for Arabic (Indian) handwritten digit recognition</article-title>
          ,
          <source>Neural Computing and Applications</source>
          (
          <year>2021</year>
          )
          <fpage>1</fpage>
          -
          <lpage>15</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>A.</given-names>
            <surname>Rehman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Naz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. I.</given-names>
            <surname>Razzak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I. A.</given-names>
            <surname>Hameed</surname>
          </string-name>
          ,
          <article-title>Automatic visual features for writer identification: a deep learning approach</article-title>
          ,
          <source>IEEE access 7</source>
          (
          <year>2019</year>
          )
          <fpage>17149</fpage>
          -
          <lpage>17157</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>S.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Schomaker</surname>
          </string-name>
          ,
          <article-title>Deep adaptive learning for writer identification based on single handwritten word images</article-title>
          ,
          <source>Pattern Recognition</source>
          <volume>88</volume>
          (
          <year>2019</year>
          )
          <fpage>64</fpage>
          -
          <lpage>74</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>S.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Schomaker</surname>
          </string-name>
          , Fragnet:
          <article-title>Writer identification using deep fragment networks</article-title>
          ,
          <source>IEEE Transactions on Information Forensics and Security</source>
          <volume>15</volume>
          (
          <year>2020</year>
          )
          <fpage>3013</fpage>
          -
          <lpage>3022</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>M.</given-names>
            <surname>Javidi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Jampour</surname>
          </string-name>
          ,
          <article-title>A deep learning framework for text-independent writer identification</article-title>
          ,
          <source>Engineering Applications of Artificial Intelligence</source>
          <volume>95</volume>
          (
          <year>2020</year>
          )
          <fpage>103912</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>S.</given-names>
            <surname>Fiel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Sablatnig</surname>
          </string-name>
          ,
          <article-title>Writer identification and retrieval using a convolutional neural network</article-title>
          ,
          <source>in: Proceedings of 16th International Conference on Computer Analysis of Images and Patterns</source>
          ,
          <source>CAIP '15</source>
          , Springer, Cham,
          <year>2015</year>
          , pp.
          <fpage>26</fpage>
          -
          <lpage>37</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>L.</given-names>
            <surname>Xing</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Qiao</surname>
          </string-name>
          ,
          <article-title>Deepwriter: A multi-stream deep CNN for text-independent writer identification</article-title>
          ,
          <source>in: Proceedings of 15th International Conference on Frontiers in Handwriting Recognition, ICFHR'16</source>
          , IEEE,
          <year>2016</year>
          , pp.
          <fpage>584</fpage>
          -
          <lpage>589</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>N. D.</given-names>
            <surname>Cilia</surname>
          </string-name>
          ,
          <string-name>
            <surname>C. De Stefano</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Fontanella</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Marrocco</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Molinara</surname>
            ,
            <given-names>A. S.</given-names>
          </string-name>
          <string-name>
            <surname>Di</surname>
            <given-names>Freca</given-names>
          </string-name>
          ,
          <article-title>An Experimental Comparison between Deep Learning and Classical Machine Learning Approaches for Writer Identification in Medieval Documents</article-title>
          ,
          <source>Journal of Imaging</source>
          <volume>6</volume>
          (
          <issue>9</issue>
          ) (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>N. D.</given-names>
            <surname>Cilia</surname>
          </string-name>
          ,
          <string-name>
            <surname>C. De Stefano</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Fontanella</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Marrocco</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Molinara</surname>
            ,
            <given-names>A. S.</given-names>
          </string-name>
          <string-name>
            <surname>Di</surname>
            <given-names>Freca</given-names>
          </string-name>
          ,
          <article-title>An end-to-end deep learning system for medieval writer identification</article-title>
          ,
          <source>Pattern Recognition Letters</source>
          <volume>129</volume>
          (
          <year>2020</year>
          )
          <fpage>137</fpage>
          -
          <lpage>143</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>N. D.</given-names>
            <surname>Cilia</surname>
          </string-name>
          ,
          <string-name>
            <surname>C. De Stefano</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Fontanella</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Molinara</surname>
            ,
            <given-names>A. S.</given-names>
          </string-name>
          <string-name>
            <surname>Di</surname>
            <given-names>Freca</given-names>
          </string-name>
          ,
          <article-title>What is the minimum training data size to reliably identify writers in medieval manuscripts?</article-title>
          ,
          <source>Pattern Recognition Letters</source>
          <volume>129</volume>
          (
          <year>2020</year>
          )
          <fpage>198</fpage>
          -
          <lpage>204</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>R. Janković</given-names>
            <surname>Babić</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Amelio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I. R.</given-names>
            <surname>Draganov</surname>
          </string-name>
          ,
          <article-title>Writer Identification From Historical Documents Using Ensemble Deep Learning Transfer Models</article-title>
          ,
          <source>in: Proceedings of 21st International Symposium INFOTEH-JAHORINA, INFOTEH'22</source>
          , IEEE,
          <year>2022</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>5</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>