Search papers, labs, and topics across Lattice.
This study tackles the challenge of learning robust representations of ancient Greek letterforms across centuries by introducing three datasets specifically designed for diachronic representation learning. The authors propose a novel similarity-weighted supervised contrastive loss and a lacuna-driven augmentation scheme to enhance model performance despite the challenges of symbolic variation and limited data. Their approach, applied to both a lightweight CNN and a pretrained ResNet, results in superior recognition performance and more coherent embeddings compared to traditional methods, facilitating the clustering and visualization of stylistic evolution in ancient Greek handwriting.
Robust representations of ancient Greek letterforms reveal intricate stylistic evolutions and inter-letter relationships that traditional methods fail to capture.
Learning representations that remain robust across centuries of variation in handwriting is a key challenge in diachronic representation learning. Taking one of the longest continuously used writing systems, ancient Greek, as a case study, we introduce three datasets for diachronic representation learning: Hell-Char, a curated training set spanning the 3rd-1st centuries BCE, and two evaluation sets, PaLit-Char (2nd-5th c. CE) and Med-Char (9th-14th c. CE). To address the challenges of symbolic variation, scarce data, and systematic degradation, we propose: a similarity-weighted supervised contrastive loss that biases embeddings using dynamically estimated inter-class similarities, and a lacuna-driven augmentation scheme that simulates realistic manuscript corruptions. Trained with these strategies, both a lightweight CNN and a pretrained ResNet achieve strong recognition performance and produce embeddings that more coherently separate character classes than PCA or generic pretrained models. These embeddings enable clustering, identification of stylistic subgroups, and construction of prototype images that visualize diachronic evolution and transitional letterforms. Our results demonstrate that respecting intrinsic inter-letter relationships and augmenting with domain-informed corruptions yield robust, interpretable representations, offering a transferable paradigm for representation learning under scarce, temporally evolving, and noisy conditions. Code and data available at: https://github.com/ipavlopoulos/diachronic-greek-letterforms.