<!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>Typographers in the Loop⋆</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Alayt Issak</string-name>
          <email>issak.a@northeastern.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sarthak Kakkar</string-name>
          <email>kakkar.sa@northeastern.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sair Goetz</string-name>
          <email>sairgoetz@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Nik Brown</string-name>
          <email>nik.brown@northeastern.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Casper Harteveld</string-name>
          <email>c.harteveld@northeastern.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Have no fear</institution>
          ,
          <addr-line>responsible designers are here!</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Northeastern University</institution>
          ,
          <addr-line>Boston, MA 02120</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2026</year>
      </pub-date>
      <abstract>
        <p>Since the advancement of handwritten text to typefaces on a computer, the human mind has evolved towards corresponding various typefaces as norms of comprehension. Current-day typefaces, much like those written by hand, exist in disparities and are governed by consensus reached among Typographers. Currently, the PANOSE system, developed in 1998, is the most widely used and accepted method for classifying typefaces based on 10 visual attributes. In this work, we employ Disentangled Beta-VAE's, in an unsupervised learning approach, to map the latent feature space with a dataset of MNIST Style Typographic Images (TMNIST-Digit) of 0-9 digits across 2990 unique font styles. We expose the learning representation across a variety of font styles to enable typographers to contemplate and identify new attributes to their classification system. We also exercise AI in such a manner to promote responsible design practices.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Typography</kwd>
        <kwd>Latent space</kwd>
        <kwd>Responsible design</kwd>
        <kwd>Computational Design</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>3
Typographer
Other creative domains</p>
    </sec>
    <sec id="sec-2">
      <title>History</title>
      <p>Typography has been evident since hieroglyphics and replicating text via moveable type has also existed
via woodblock printing during the Tang Dynasty (618–907 AD) in China (Figure 1) [2]. In the Latin
Type, typefaces emerged as calligraphy was overtaken by the incentive for mass production, and in the
history of Western printing, was inaugurated by the letterpress in 1450 [3].</p>
      <p>Yet in its ontology, Latin typefaces are mostly named after the people that devised them, such as
Garamond in France, or the movements that inspired them, such as Roman (the foreground to Times
New Roman) in Italy [4].
4</p>
      <p>Proceeding into later formalization, a serif (a projection on the stroke of a letter) was then introduced
to mitigate the confusion one might have between diferentiating nuances, such as the number ‘1’ from
the letter ‘l’, and existing mechanisms that classify typefaces into five categories present as follows —
Serif, Sans-Serif (without serif), Script, Decorative and Blackletter [5] (Figure 2).</p>
    </sec>
    <sec id="sec-3">
      <title>Typeface Gap</title>
      <p>Of importance, while engaging with the typographer in our team, we found that the exact consensus to
the patterns observed from the series of heuristics and matriculation is unknown and lacks
comprehension. This is especially important as PANOSE, the current industry standard for classifying typefaces
based on 10 attributes [6], inherits the aforementioned historical design process with downstream
discrepancies.</p>
      <p>Garnering an example on the legibility of fonts, one study found Helvetica, a sans-serif font type, to
be successful for readers with dyslexia [7], whereas another study found serifs to be quite encouraging
[8]. Elsewhere, notable typographers such as Sofie Beier have signaled that typeface legibility varies
significantly depending on the reading situation [ 9], leading the overarching nature of discovery into
question.</p>
    </sec>
    <sec id="sec-4">
      <title>Recentering the Creative Practitioner</title>
      <p>Recentering the creative practitioner into the nature of discovery, we seek to expose the typographic
latent space of an encoder to represent typeface letter forms so typographers may identify attributes
separate from those outlined by PANOSE. As such, we identify the nascent needs of typographers with
the integration of AI into their creative domain. We also present AI in such a manner to recenter the
creative practitioner in utilizing the technology, alongside Human-Centered AI initiatives [10].</p>
      <p>
        Articulating our methods, we utilize Disentangled Beta-Variational AutoEncoders ( -VAE) as our
architecture to generate typefaces across a range of learned attributes due to its robust learning of
disentangled representations [11]. For our dataset, we utilize the TMNIST-Digits dataset [12]—a custom
dataset consisting of 29,900 examples with 10 digits of MNIST-style images (
        <xref ref-type="bibr" rid="ref1 ref2 ref3 ref4 ref5 ref6 ref7 ref8">0-9</xref>
        ) for each of the 2900
font styles.
      </p>
      <p>Programming our model, we split our dataset into a 80, 10, 10 train, validation, and test split, and
train our model with the Pythae Disentangled Beta-VAE library unified by Chadebec et al. [13] for 20
epochs with a variation of hyperparameters. We utilize Adam to update our weights and employ early
stopping with a patience level of 5. Upon obtaining 16 as our optimal dimension for the latent space
(similar to MNIST), below, we visualize samples from a Gaussian Mixed Model and Standard Normal
distribution of the latent space learned by the Disentangled  -VAE. We also present a reconstruction of
a ground truth image to check our fidelity. The source code is publicly available on GitHub 1.</p>
    </sec>
    <sec id="sec-5">
      <title>VAE Latent Space</title>
      <p>Highlighted in Figures 3, 4, 5 and 6 above, the latent space exhibits varying fidelity in our model’s
ability to encode representations across the 10 digits. In Figure 3 (Gaussian), the digits 8 and 4 seem to
learn well whereas 0, 2, and 9 seem to be intertwined as per the poor reconstruction in the rightmost
column of Figure 3. They also lose encoding in the latent space of both samples across most figures.
For example, view the loss in Figures 5 and 6. Of the sampling methods, Normal Distribution also
seems to sample better than a Gaussian Mixed Method, leading it to be a likely method of invoking the
latent space. Thus, as per the deduction of letter forms extracted within these samples, we present this
analysis for typographers to investigate current heuristics, identify novel font types, and accordingly,
attribute distinctions within the latent space of fonts.</p>
    </sec>
    <sec id="sec-6">
      <title>Overall</title>
      <p>Yielded in this study, we find that mapping the “learning" that goes on in a model is a method to reverse
the current heuristics by presenting the features the model has learned. Likewise, we present this
endeavor to typographers so they may use these findings as a representation for unmasking current
1Github repo: https://github.com/Sarthak-Kakkar-03/Typographic-Latent-Space
attributes of industry-standard font classification and matching systems, and to empower their creative
practice given the burgeoning integration of AI within the creative domain.</p>
      <p>I feel so much more</p>
      <p>empowered as a
creative practitioner.
1</p>
      <p>2
You are in my workflow
now.</p>
      <p>That is responsible design!</p>
      <p>3
Can’t wait!
4</p>
    </sec>
    <sec id="sec-7">
      <title>Going Forward</title>
      <p>We seek to extend our findings toward letters (alphabets), non-Latin typefaces, and the overarching
question of typeface legibility.</p>
      <p>Acknowledgements
We thank Nimish Magre for the insightful comments, guidance, and curating the TMNIST dataset.</p>
    </sec>
    <sec id="sec-8">
      <title>Declaration on Generative AI</title>
      <p>During the preparation of this work, the author(s) used Grammarly in order to: Grammar and spelling
check. No further Generative AI was used. All images were done by hand in Apple Keynote.
[9] S. Beier, J.-B. Bernard, e. Castet, Numeral legibility and visual complexity, 2018. doi:10.21606/
drs.2018.246.
[10] B. Shneiderman, Human-Centered AI, Oxford University Press, Oxford, 2022.
[11] C. P. Burgess, I. Higgins, A. Pal, L. Matthey, N. Watters, G. Desjardins, A. Lerchner, Understanding
disentangling in -vae, 2018. URL: https://arxiv.org/abs/1804.03599.
[12] N. Magre, N. Brown, Typography-MNIST (TMNIST): an MNIST-Style Image Dataset to Categorize</p>
      <p>Glyphs and Font-Styles, 2022. URL: http://arxiv.org/abs/2202.08112, arXiv:2202.08112 [cs].
[13] C. Chadebec, L. J. Vincent, S. Allassonnière, Pythae: Unifying generative autoencoders in python –
a benchmarking use case, arXiv preprint arXiv:2206.08309 (2022). URL: https://arxiv.org/abs/2206.
08309.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A.</given-names>
            <surname>Issak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kakkar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Goetz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Brown</surname>
          </string-name>
          , C. Harteveld,
          <source>Mapping the Typographic Latent Space of Digits</source>
          ,
          <year>2023</year>
          . URL: https://openreview.net/forum?id=ufA2FuCGyz.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>A. A.</given-names>
            <surname>Museum</surname>
          </string-name>
          ,
          <source>The Invention of Woodblock Printing in the Tang</source>
          (
          <volume>618</volume>
          -
          <fpage>906</fpage>
          ) and Song (
          <volume>960</volume>
          -
          <fpage>1279</fpage>
          ) Dynasties | Education | Asian Art Museum,
          <year>2024</year>
          . URL: https://education.asianart.
          <article-title>org/resources/ the-invention-of-woodblock-printing-in-the-tang-and-song-dynasties/.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>F.</given-names>
            <surname>Forrest</surname>
          </string-name>
          ,
          <article-title>The history of typography: retracing letter forms from hieroglyphs to</article-title>
          <source>Helvetica</source>
          ,
          <year>2021</year>
          . URL: https://99designs.com/blog/design
          <article-title>-history-movements/the-history-of-typography/, section: Design history &amp; movements.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Wells</surname>
          </string-name>
          , Typography - History of typography | Britannica,
          <year>2022</year>
          . URL: https://www.britannica. com/technology/typography/History-of-typography.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>B.</given-names>
            <surname>Priya</surname>
          </string-name>
          ,
          <source>The Classification of Typeface Styles: The Definitive Guide</source>
          ,
          <year>2019</year>
          . URL: https://www. turing.com/kb/classification
          <article-title>-of-typeface-styles.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>R.</given-names>
            <surname>Stevahn</surname>
          </string-name>
          ,
          <source>PANOSE on the Web</source>
          ,
          <year>1996</year>
          . URL: https://www.w3.org/Printing/stevahn.html.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>L.</given-names>
            <surname>Rello</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Baeza-Yates</surname>
          </string-name>
          ,
          <article-title>Good fonts for dyslexia</article-title>
          ,
          <source>in: Proceedings of the 15th International ACM SIGACCESS Conference on Computers and Accessibility</source>
          ,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          , Bellevue Washington,
          <year>2013</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>8</lpage>
          . URL: https://dl.acm.org/doi/10.1145/2513383.2513447. doi:
          <volume>10</volume>
          .1145/2513383.2513447.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>R.</given-names>
            <surname>Hillier</surname>
          </string-name>
          ,
          <string-name>
            <surname>Sylexiad.</surname>
          </string-name>
          <article-title>a typeface for the adult dyslexic reader</article-title>
          ,
          <source>Journal of Writing in Creative Practice</source>
          <volume>1</volume>
          (
          <year>2008</year>
          )
          <fpage>275</fpage>
          -
          <lpage>291</lpage>
          . URL: https://intellectdiscover.com/content/journals/10.1386/jwcp.1.3.
          <issue>275</issue>
          _1. doi:https://doi.org/10.1386/jwcp.1.3.
          <issue>275</issue>
          _
          <fpage>1</fpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>