<!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>Computational Humanities Research Conference, November</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Towards Multimodal Computational Humanities. Using CLIP to Analyze Late-Nineteenth Century Magic Lantern Slides</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Thomas Smits</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mike Kestemont</string-name>
        </contrib>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <volume>1</volume>
      <fpage>7</fpage>
      <lpage>19</lpage>
      <abstract>
        <p>The introduction of the CLIP model signaled a breakthrough in multimodal deep learning. This paper examines whether CLIP can be fruitfully applied to a (binary) classification task in the Humanities. We focus on a historical collection of late-nineteenth century magic lantern slides from the Lucerna database. Based on the available metadata, we evaluate CLIP's performance on classifying slide images into 'exterior' and 'interior' categories. We compare the performance of several textual prompts for CLIP to two conventional mono-modal models (textual and visual) which we train and evaluate on the same stratified set of 5,244 magic lantern slides and their captions. We find that the textual and multimodal models achieve a respectable performance (∼0.80 accuracy) but are still outperformed by a vision model that was fine-tuned to the task ( ∼0.89). We flag three methodological issues that might arise from the application of CLIP in the (computational) humanities. First, the lack of (need for) labelled data makes it hard to inspect and/or interpret the performance of the model. Second, CLIP's zero-shot capability only allows for classification tasks to be simulated, which makes it doubtful if standard metrics can be used to compare its performance to text and/or image models. Third, the lack of efective prompt engineering techniques makes the performance of CLIP (highly) unstable.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;CLIP</kwd>
        <kwd>classification</kwd>
        <kwd>prompt engineering</kwd>
        <kwd>multimodality</kwd>
        <kwd>visual culture</kwd>
        <kwd>magic latern slides</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Following the development of deep learning models that are trained on expressions of a single
sensory modality, mostly hearing (text) and seeing (images), researchers have recently focused
on multimodal applications: models that process and relate information from multiple
modalities [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. While there are many diferent multimodal configurations, Baltrušaitis et al. (2019)
note that text to image description (and, conversely, image to text), where the model is trained
on image and text combinations, has emerged as the primary task of the subfield [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>
        In January 2021, the introduction of the CLIP (Contrastive Language-Image Pre-training)
signaled a breakthrough in the field of multimodal machine learning [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. Trained on dataset
of 400M image/text pairs collected from the internet, CLIP, given an image, must predict
which out of a set of 32,768 randomly sampled text snippets it was paired with in the dataset.
Radford et al. (2021) suggest that CLIP approaches this task by identifying visual concepts
in the images and associating them with textual descriptions [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. As a result, the model can
be applied to a wide variety of broad zero-shot ‘text to image’ and ‘image to text’ tasks.
      </p>
      <p>
        While computer vision models have frequently been reported to outperform humans, they
are optimized for performance on the specific task and data of the benchmark. As a result,
their performance cannot be compared to the highly-contextual vision of humans [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. Radford
et al. (2021) report that CLIP matches the performance of computer vision models on thirty
existing computer vision benchmarks, such as ImageNet, without being trained on the data of
these benchmarks. CLIP thus shows a high performance ‘in the wild’ on tasks and datasets
for which it was not optimized via training [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
      </p>
      <p>
        Building on recent discussions about the ’visual digital turn’ [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], audio-visual Digital
Humanities [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] and the connection between multimodality theory and digital humanities research
[
        <xref ref-type="bibr" rid="ref14 ref18 ref5 ref6">5, 6, 14, 18</xref>
        ], this paper examines the application of a multimodal model to a (binary)
classification task in the humanities. We focus on a historical collection of 40K magic lantern
slides from the late-nineteenth century. The set includes digital reproductions of the slides
(as a flat image), the title/captions (text), as well as meta-data (year of publication, mode
of production). Recently recognized as being a highly multimodal medial form [
        <xref ref-type="bibr" rid="ref16 ref19 ref7 ref8">8, 16, 19, 7</xref>
        ],
this collection of lantern slides provides an opportunity to evaluate the possible benefits of
multimodal models for the (computational) humanities.
      </p>
      <p>
        Based on the available metadata for the slides, we evaluate CLIP’s performance on
recognizing images of exterior/interior scenes. Seemingly purely visual in nature, multimodality theory
would argue that text, such as captions, play a crucial role in producing these categories [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
We compare the performance of CLIP to mono-modal text and image models, which we train
and evaluate on a stratified set of 5,244 labelled magic lantern slides (and their captions) of
exterior and interior locations. While the image model achieves the highest accuracy (∼0.898),
we find that the best performing textual prompt for CLIP (interior/exterior) is competitive
with the textual models (∼0.807 CLIP/∼0.806 BERT).
      </p>
      <p>
        We flag three methodological issues that might arise from a possible widespread application
of CLIP in the (computational) humanities. First, the lack of (need for) labelled data makes it
hard to inspect and/or interpret the performance of the model. Second, even if labelled data is
available, CLIP’s zero-shot capability only allows for classification tasks to be simulated. As a
result, it is doubtful whether accuracy and other standard metrics can be used to meaningfully
compare CLIP to text and/or image models. Finally, the lack of methods to find the right, let
alone the optimal, textual prompt(s) makes the performance of CLIP (highly) unstable. As
a result, ‘prompt engineering’ [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] should be a major concern for future research that applies
CLIP in the (computational) humanities.
      </p>
      <p>This paper is part of the larger History of Implicit Bias project at the University of Antwerp,
which applies machine learning to identify patterns of (implicit) bias in several nineteenth
century digital collections. Multimodal machine learning could provide a breakthrough for
this kind of research, which seeks to analyze large-scale and complex patterns of meaning in
(historical) data. Models like CLIP could not only ofer researchers the opportunity to study
categories, such as ’the family,’ that are highly multimodal in nature, but also, in conjunction
with mono-modal techniques, fleece out the distribution of diferent modalities in
meaningmaking. This exploratory paper tests the robustness of CLIP to provide a sound basis for such
research in the future.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Material and methods</title>
      <p>
        The study of the magic lantern has been stimulated by the increasing digital accessibility of
lantern slides. The Lucerna Magic Lantern Web Resource was the first digital repository of
digitized lantern slides. At the time of writing, it contained 42,019 digital slides, up from 38,000
in 2019, most of them uploaded and annotated by Lucerna’s founder Richard Crangle [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. We
collected the digitized slides, their captions and several other metadata fields. The resulting
dataset contains the URL, filename, title, year of publication, format, people connected to the
slide, type of image, dimensions, materials, production process, person shown, image content
tags, image location and collection for 42,019 slides (Dataset to be released with camera-ready
paper).
      </p>
      <p>To compare the performance of CLIP to mono-modal models on the exterior/interior
classification task we used the ‘type of image’ field to produce a stratified .60/.20/.20 train, validation
and test set of exterior and interior images with captions. As Table 1 shows, Lucerna’s slides
were manually labelled for several types describing the physical setting captured on the slide.
We combined the types ‘photograph of exterior location’ and ‘photograph of life models in
exterior location’ to collect slides showing exterior locations (Fig. 1) and the ‘photograph of
interior location’ and ‘photograph of life models in interior location’ types to collect slides of
interior locations (Fig. 2). Initially, we also included the ‘photograph of life models in studio
set’ in the collection of interior slides. However, as Fig. 3 and Fig. 4 show, this category often
contains fictional ‘outdoor’ scenes 1 This demonstrates that seemingly binary categories, such
as outdoor/indoor, often prove to be far-less rigid in actual practice. To enable comparison
to a purely textual model, we only included slides with captions, discarding those without
captions or with frequently recurring or generic ones, such as ‘Intro(duction)’ or ‘Title’. To
create a balanced set, we included all the remaining slides of the interior category (2,622) and
an equally-sized random sample of slides from the exterior category (5,244 total).</p>
      <p>We compared the zero-shot performance of CLIP for several (apparently) binary prompts
(Table 2) to a visual and a textual model (Table 3). The main advance of CLIP is that it
does not need labeled training data to achieve competitive performance on a wide variety of
classification tasks. However, this zero-shot capability results in the fact that we can only
simulate a classification task. First, textual prompts have to be picked that are (apparent)
mutually exclusive terms, phrases, or sentences. However, this does not exclude the possibility
that both prompts are (un)likely textual descriptions of the same image. In contrast to models
that are trained for a binary classification task, we do not ask CLIP a single question (Is this
A or B?) but rather normalize the answers to two questions (Is this A?/Is this B?). Following
earlier work, to calculate the accuracy of CLIP on a classification task, we use the softmax
function to normalize the output of the model for the two prompts into a single probability
distribution. While most deep learning models use softmax to normalize the output into a
probability score, we ague that its application is conceptually diferent in the case of CLIP.</p>
      <p>
        To compare CLIP’s zero-shot capabilities to mono-modal models we used relatively
simple transfer learning methods. For the vision model, we applied the fast.ai framework to
train a ResNet 18, a relatively simple convolutional neural network, pretrained on the
ImageNet dataset. Instead of manually selecting hyperparameters, for example by determining
the learning rate, we resorted to fast.ai’s default finetune method and its default parameters
(for four epochs). For the text-only model, we first used a run-of-the-mill text classification
approach [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], implemented in the established scikit-learn framework [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. We represented the
documents in train and test under a bag-of-words model. All features were normalized via the
standard TF-IDF procedure (fitted on the training data only) to boost the weight of
documentspecific features. We report results for a word unigram model and a character trigram model.
We applied a single-layer, linear classifier that is optimized via gradient descent to minimize
a log loss objective. We have not optimized the hyperparameter settings and resort to default
settings with an unpruned vocabulary (4,290 word unigrams; 6,358 character trigrams). The
captions are primarily in English, but there some rare instances of other Western European
languages (Dutch or German) which were not explicitly removed to increase the realism of the
task.
      </p>
      <p>1Copyright of Figures 1-4. Reproduced by permission via Lucerna Magic Lantern Web Resource. Figure 1:
Private collection. Digital image © 2016 Anke Napp. Figure 2: The Hive. Digital image © 2018 Worcestershire
County Council. Figure 3: Philip and Rosemary Banham Collection. Digital image © 2016 Philip and Rosemary
Banham. Figure 4: Private collection. Digital image © 2006 Ludwig Vogl-Bienek.</p>
      <p>We supplemented this, potentially naive, classifier with a generic, pretrained BERT for
sequence classification. We started from the uncased, multilingual model from the Transformers
library, which we finetuned as a binary exterior/interior classifier on the training set (we
monitored on the development set via early stopping) and evaluated on the test set. The
motivation for this was twofold. First, because we could bootstrap from a pretrained model, we
expected the model to be able to model more subtle semantic aspects of the textual descriptions
that aren’t obvious from the lexical surface level (e.g. synonyms). Second, we started from the
multilingual model that is available for this architecture: because our data is not exclusively
monolingual, which could have given the BERT classifier a modest edge. A drawback of this
neural approach is that model criticism through feature inspection is less straightforward.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Results</title>
      <p>accuracy on exterior accuracy on interior accuracy on all</p>
      <p>
        Starting with the performance of CLIP,
Table 2 shows that diferent prompts lead to
diferent accuracy scores. From ∼0.96 for
‘indoors’ in the ‘outdoors/indoors’ prompt, to
worse then guessing: ∼0.49 for ‘outdoor’ in
the ‘outdoor/indoor’ prompt. Similar to the
‘prompt engineering’ discussions surrounding
GPT-3 [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], Radford et al. (2021) note that
determining the right prompt(s) can
significantly improve the performance of CLIP [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
      </p>
      <p>The diference in accuracy between ‘outdoor’
and ‘outdoors’ (Table 2) is a good example
of this.</p>
      <p>
        In relation to prompt engineering, Radford
et al. (2021) note that images are rarely
paired with a single word [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. As a result,
they suggest that prompts that include
contextual information achieve higher accuracy
on several benchmarks. For example, ‘a
photograph of a German Sheppard, a type of dog’
performs better then ‘German Sheppard’. For
our classification task, which seeks to
distinguish between two high-level visual
concepts, which are themselves already
contextual, it is unclear what kind of information
could improve the prompts. For example,
the diference in performance between ‘exte- Figure 5: Top-scoring 15 weights for either class
rior/interior’ and ‘A photograph of an exte- (ex/in) from the linear model for the
rior/interior location’ is limited (Table 2). token unigrams.
      </p>
      <p>
        The limited increase in accuracy of adding
‘a photograph of’ to the prompts might be partly a result of the ‘temporal bias’ [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] of CLIP.
The model was trained on 400M combinations of high-definition photographs and texts
extracted from the internet. Although all the slides in our set are photographs, they look very
diferent then the present-day images made by high-definition camera’s. The fact that a large
number of them are colored in (Fig. 1) might be the most striking visual diference. CLIP
might not recognize (all) of our images as photographs, making it less beneficial to add this
information to the prompts.
      </p>
      <p>Looking at Table 2 we hypothesized that combining high performing words or snippets from
diferent prompts might lead to better results. However, this is not the the case. While
‘exterior’ achieves high accuracy in the ‘exterior/interior’ prompt, its performance drops when
combined with ‘indoors,’ which achieved high accuracy in the ‘outdoors/indoors’ combination
and experiences an even more dramatic drop in accuracy when combined with ‘exterior’ (Table
2). This process can be explained by the fact that we normalize the output of the model for
two prompts into a single probability distribution.</p>
      <p>Regarding the textual models, a number of observations can be made. First, they score on
par with the multimodal model, which is striking because the latter was trained nor finetuned
on this specific dataset and task. Second, the visual model outperforms the textual models,
suggesting that the textual modality is less relevant for this classification task. Interestingly,
the word unigram model outperforms that based on character trigrams: this is an atypical
result for a common text classification task and suggest that most of the useful cues in the title
data is actually realised at the simple lexical level of atomic tokens. The visualization (Fig. 5)
of the word unigram model’s highest weights for either class supports this hypothesis. Apart
from the telltale feature ‘interior’, the indoor vocabulary is dominated by lexis related to the
interior of church buildings (‘misericord’, ‘nave’, ‘choir’, etc.) – Exeter cathedral, in particular,
might be over-represented in the data. The outdoor vocabulary, on the other hand, clearly
points to more panoramic, landscape-related or aquatic (e.g. ‘bridge’, ‘lake’, ‘canal’, ‘harbour’)
features or urban scenery (e.g. ‘street’, ‘town’, ‘gate’). The fixed expression ‘view from’ is also
recognized by the model as a powerful lexical predictor of the exterior category. The fact
that clear lexical clues are doing all the hard discriminatory work is also the suggested by the
unimpressive performance of BERT: given its pretrained nature, in spite of the limited size of
the training data set, we expected BERT to be able to harness at least some its pre-existing
linguistic knowledge, but that hardly seems to be the case. Concerning prompt engineering,
we hypothesized that highest weights for the two classes might result in relevant prompts for
CLIP. However, as Table 2 shows, the combination street/interior does not lead to particularly
good results.</p>
      <p>Next to looking at the accuracy metric, we can use the top errors of CLIP and the visual
model to compare them (Fig 6a). Clearly, the models have difficulties with diferent kinds of
slides. The errors of the vision model seem the result from a lack of sky. The top error of
CLIP is a result of mislabeling. While its caption (’in a Javanese home’) suggest the interior
category, the image shows a family outside their house. CLIP wrongly attributed the other
images to the exterior category, while they show details inside Exeter cathedral.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Discussion</title>
      <p>
        Multimodal models hold the promise to lead to a ‘practical revolution’ in computational
humanities research [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. Instead of spending time (and money) on labelling datasets and training
and fitting models, the zero-shot capabilities of CLIP could leave researchers free to apply
deep learning techniques to more and diferent kinds of research questions and focus on the
interpretation of results rather then the methods themselves. However, while CLIP has shown
to be competitive on a large number of benchmarks, this paper demonstrates that this is not
necessarily a given for all classification tasks. Relatively simple and easy to apply mono-modal
models might significantly outperform CLIP for specific tasks. The fact that any textual
prompt will yield a result, when not properly thresholded, might lead humanities scholars to
expect too much. Future research should develop standardized practices to asses if results
obtained with CLIP are reliable and meaningful. The fact that classification tasks can only
be tackled indirectly, as we show in this exploratory paper, could pose a significant hurdle
for future work. Traditional metrics, such as accuracy, might not be suitable to compare the
performance of CLIP to other models. In line with this, the performance and reliability of
CLIP could be significantly improved by better and more stable prompt engineering.
      </p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgments</title>
      <p>We would like to thank Ruben Ros for his help with the data collection and Melvin Wevers
for helping setting up CLIP.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>T.</given-names>
            <surname>Arnold</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Scagliola</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Tilton</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J. V.</given-names>
            <surname>Gorp</surname>
          </string-name>
          . “Introduction:
          <article-title>Special Issue on AudioVisual Data in DH”</article-title>
          .
          <source>In: Digital Humanities Quarterly 015.1</source>
          (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>T.</given-names>
            <surname>Baltrušaitis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Ahuja</surname>
          </string-name>
          , and
          <string-name>
            <surname>L.-P. Morency. “</surname>
          </string-name>
          <article-title>Multimodal Machine Learning: A Survey and Taxonomy”</article-title>
          .
          <source>In: IEEE Transactions on Pattern Analysis and Machine Intelligence</source>
          <volume>41</volume>
          .2 (
          <issue>2019</issue>
          ), pp.
          <fpage>423</fpage>
          -
          <lpage>443</lpage>
          . doi:
          <volume>10</volume>
          .1109/tpami.
          <year>2018</year>
          .
          <volume>2798607</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>J. A.</given-names>
            <surname>Bateman</surname>
          </string-name>
          .
          <article-title>Text and Image: A Critical Introduction to the Visual/Verbal Divide</article-title>
          . London; New York: Routledge,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>T. B. Brown</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Mann</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Ryder</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Subbiah</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Kaplan</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Dhariwal</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Neelakantan</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Shyam</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>Sastry</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Askell</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Agarwal</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Herbert-Voss</surname>
            , G. Krueger,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Henighan</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Child</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Ramesh</surname>
            ,
            <given-names>D. M.</given-names>
          </string-name>
          <string-name>
            <surname>Ziegler</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Winter</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Hesse</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Chen</surname>
            , E. Sigler,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Litwin</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Gray</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Chess</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Clark</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Berner</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>McCandlish</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Radford</surname>
            ,
            <given-names>I. Sutskever</given-names>
          </string-name>
          , and
          <string-name>
            <given-names>D.</given-names>
            <surname>Amodei</surname>
          </string-name>
          . “
          <article-title>Language Models Are Few-Shot Learners”</article-title>
          . In: arXiv:
          <year>2005</year>
          .14165 [cs] (
          <year>2020</year>
          ). arXiv:
          <year>2005</year>
          .14165 [cs].
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>T.</given-names>
            <surname>Hiippala</surname>
          </string-name>
          . “
          <article-title>Distant Viewing and Multimodality Theory: Prospects and Challenges”</article-title>
          . In: Multimodality &amp;
          <string-name>
            <surname>Society</surname>
          </string-name>
          (
          <year>2021</year>
          ), p.
          <fpage>26349795211007094</fpage>
          . doi:
          <volume>10</volume>
          .1177/26349795211007094.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>T.</given-names>
            <surname>Hiippala</surname>
          </string-name>
          and
          <string-name>
            <given-names>J. A.</given-names>
            <surname>Bateman</surname>
          </string-name>
          . “
          <article-title>Semiotically-Grounded Distant Viewing of Diagrams: Insights from Two Multimodal Corpora”</article-title>
          . In: arXiv:
          <fpage>2103</fpage>
          .04692 [cs] (
          <year>2021</year>
          ). arXiv:
          <volume>2103</volume>
          . 04692 [cs].
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>J.</given-names>
            <surname>Kember</surname>
          </string-name>
          . “
          <article-title>The Magic Lantern: Open Medium”</article-title>
          .
          <source>In: Early Popular Visual Culture 17.1</source>
          (
          <issue>2019</issue>
          ), pp.
          <fpage>1</fpage>
          -
          <lpage>8</lpage>
          . doi:
          <volume>10</volume>
          .1080/17460654.
          <year>2019</year>
          .
          <volume>1640605</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>F.</given-names>
            <surname>Kessler</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Lenk</surname>
          </string-name>
          . “Projecting Faith:
          <article-title>French and Belgian Catholics and the Magic Lantern Before the First World War”</article-title>
          .
          <source>In: Material Religion 16.1</source>
          (
          <issue>2020</issue>
          ), pp.
          <fpage>61</fpage>
          -
          <lpage>83</lpage>
          . doi:
          <volume>10</volume>
          .1080/17432200.
          <year>2019</year>
          .
          <volume>1696560</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>B.</given-names>
            <surname>Nicholson</surname>
          </string-name>
          . “
          <article-title>The Digital Turn”</article-title>
          .
          <source>In: Media History 19.1</source>
          (
          <issue>2013</issue>
          ), pp.
          <fpage>59</fpage>
          -
          <lpage>73</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>L.</given-names>
            <surname>Parcalabescu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Trost</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Frank</surname>
          </string-name>
          . “What Is Multimodality?” In: arXiv:
          <fpage>2103</fpage>
          .06304 [cs] (
          <year>2021</year>
          ). arXiv:
          <volume>2103</volume>
          .06304 [cs].
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>F.</given-names>
            <surname>Pedregosa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Varoquaux</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gramfort</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Michel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Thirion</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Grisel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Blondel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Prettenhofer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Weiss</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Dubourg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Vanderplas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Passos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Cournapeau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Brucher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Perrot</surname>
          </string-name>
          , and
          <string-name>
            <surname>E. Duchesnay.</surname>
          </string-name>
          “
          <article-title>Scikit-learn: Machine Learning in Python”</article-title>
          .
          <source>In: Journal of Machine Learning Research</source>
          <volume>12</volume>
          (
          <year>2011</year>
          ), pp.
          <fpage>2825</fpage>
          -
          <lpage>2830</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>A.</given-names>
            <surname>Radford</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. W.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Hallacy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ramesh</surname>
          </string-name>
          , G. Goh,
          <string-name>
            <given-names>S.</given-names>
            <surname>Agarwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Sastry</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Askell</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mishkin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Clark</surname>
          </string-name>
          , G. Krueger,
          <string-name>
            <surname>and I. Sutskever.</surname>
          </string-name>
          “
          <article-title>Learning Transferable Visual Models From Natural Language Supervision”</article-title>
          . In: arXiv:
          <fpage>2103</fpage>
          .00020 [cs] (
          <year>2021</year>
          ). arXiv:
          <volume>2103</volume>
          .00020 [cs].
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>F.</given-names>
            <surname>Sebastiani</surname>
          </string-name>
          . “
          <article-title>Machine learning in automated text categorization”</article-title>
          .
          <source>In: ACM Comput. Surv. 34.1</source>
          (
          <issue>2002</issue>
          ), pp.
          <fpage>1</fpage>
          -
          <lpage>47</lpage>
          . doi:
          <volume>10</volume>
          .1145/505282.505283. url: https://doi.org/10.1145/ 505282.505283.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>T.</given-names>
            <surname>Smits</surname>
          </string-name>
          and
          <string-name>
            <given-names>R.</given-names>
            <surname>Ros</surname>
          </string-name>
          . “
          <article-title>Quantifying Iconicity in 940K Online Circulations of 26 Iconic Photographs”</article-title>
          .
          <source>In: Proceedings of the Workshop on Computational Humanities Research (CHR</source>
          <year>2020</year>
          ). Ed. by
          <string-name>
            <given-names>F.</given-names>
            <surname>Karsdorp</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>McGillivray</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Nerghes</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Wevers</surname>
          </string-name>
          . Vol.
          <volume>2723</volume>
          . Amsterdam: Ceur-ws,
          <year>2020</year>
          , pp.
          <fpage>375</fpage>
          -
          <lpage>384</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>T.</given-names>
            <surname>Smits</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Wevers</surname>
          </string-name>
          . “
          <article-title>The Agency of Computer Vision Models as Optical Instruments.” In: Visual Communication Online First (</article-title>
          <year>2021</year>
          ). doi:
          <volume>10</volume>
          .1177/1470357221992097.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>K.</given-names>
            <surname>Vanhoutte</surname>
          </string-name>
          and
          <string-name>
            <given-names>N.</given-names>
            <surname>Wynants</surname>
          </string-name>
          . “
          <article-title>On the Passage of a Man of the Theatre through a Rather Brief Moment in Time: Henri Robin, Performing Astronomy in Nineteenth Century Paris”</article-title>
          .
          <source>In: Early Popular Visual Culture 15.2</source>
          (
          <issue>2017</issue>
          ), pp.
          <fpage>152</fpage>
          -
          <lpage>174</lpage>
          . doi:
          <volume>10</volume>
          .1080/ 17460654.
          <year>2017</year>
          .
          <volume>1318520</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>M.</given-names>
            <surname>Wevers</surname>
          </string-name>
          and
          <string-name>
            <given-names>T.</given-names>
            <surname>Smits</surname>
          </string-name>
          . “
          <article-title>The Visual Digital Turn. Using Neural Networks to Study Historical Images”</article-title>
          .
          <source>In: Digital Scholarship in the Humanities 35.1</source>
          (
          <issue>2020</issue>
          ), pp.
          <fpage>194</fpage>
          -
          <lpage>207</lpage>
          . doi:
          <volume>10</volume>
          .1093/llc/fqy085.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>M.</given-names>
            <surname>Wevers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Smits</surname>
          </string-name>
          , and
          <string-name>
            <given-names>L.</given-names>
            <surname>Impett</surname>
          </string-name>
          . “
          <article-title>Modeling the Genealogy of Imagetexts: Studying Images and Texts in Conjunction Using Computational Methods”</article-title>
          . In.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>D.</given-names>
            <surname>Yotova</surname>
          </string-name>
          . “Presenting “
          <article-title>The Other Half”: Jacob Riis's Reform Photography and Magic Lantern Spectacles as the Beginning of Documentary Film”</article-title>
          .
          <source>In: Visual Communication Quarterly 26.2</source>
          (
          <issue>2019</issue>
          ), pp.
          <fpage>91</fpage>
          -
          <lpage>105</lpage>
          . doi:
          <volume>10</volume>
          .1080/15551393.
          <year>2019</year>
          .
          <volume>1598265</volume>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>