Table of Contents
Fetching ...

Automatic Die Studies for Ancient Numismatics

Clément Cornet, Héloïse Aumaître, Romaric Besançon, Julien Olivier, Thomas Faucher, Hervé Le Borgne

TL;DR

This work tackles the automation of die studies in ancient numismatics, addressing the prohibitive manual effort required to compare large coin corpora. It introduces a fully automatic pipeline that computes robust cross-coin similarities using XFeat features filtered by MAGSAC++, then clusters coins into dies via Adaptive Graph Label Propagation with an intrinsic silhouette-based threshold. Across two Greek coin datasets, the method significantly outperforms prior CADS-based automation while maintaining practical runtimes, enabling large-scale die studies. By releasing code and models, the approach offers a reproducible, scalable tool for numismatists to derive historical insights from much larger coin collections.

Abstract

Die studies are fundamental to quantifying ancient monetary production, providing insights into the relationship between coinage, politics, and history. The process requires tedious manual work, which limits the size of the corpora that can be studied. Few works have attempted to automate this task, and none have been properly released and evaluated from a computer vision perspective. We propose a fully automatic approach that introduces several innovations compared to previous methods. We rely on fast and robust local descriptors matching that is set automatically. Second, the core of our proposal is a clustering-based approach that uses an intrinsic metric (that does not need the ground truth labels) to determine its critical hyper-parameters. We validate the approach on two corpora of Greek coins, propose an automatic implementation and evaluation of previous baselines, and show that our approach significantly outperforms them.

Automatic Die Studies for Ancient Numismatics

TL;DR

This work tackles the automation of die studies in ancient numismatics, addressing the prohibitive manual effort required to compare large coin corpora. It introduces a fully automatic pipeline that computes robust cross-coin similarities using XFeat features filtered by MAGSAC++, then clusters coins into dies via Adaptive Graph Label Propagation with an intrinsic silhouette-based threshold. Across two Greek coin datasets, the method significantly outperforms prior CADS-based automation while maintaining practical runtimes, enabling large-scale die studies. By releasing code and models, the approach offers a reproducible, scalable tool for numismatists to derive historical insights from much larger coin collections.

Abstract

Die studies are fundamental to quantifying ancient monetary production, providing insights into the relationship between coinage, politics, and history. The process requires tedious manual work, which limits the size of the corpora that can be studied. Few works have attempted to automate this task, and none have been properly released and evaluated from a computer vision perspective. We propose a fully automatic approach that introduces several innovations compared to previous methods. We rely on fast and robust local descriptors matching that is set automatically. Second, the core of our proposal is a clustering-based approach that uses an intrinsic metric (that does not need the ground truth labels) to determine its critical hyper-parameters. We validate the approach on two corpora of Greek coins, propose an automatic implementation and evaluation of previous baselines, and show that our approach significantly outperforms them.
Paper Structure (24 sections, 3 equations, 6 figures, 5 tables)

This paper contains 24 sections, 3 equations, 6 figures, 5 tables.

Figures (6)

  • Figure 1: Differences between coins from different dies, Paphos faucher2017paphos. Coins 27 (\ref{['subfig:coin-d24-a']}) and 28 (\ref{['subfig:coin-d24-b']}) were struck by the same die, while coin 95 (\ref{['subfig:coin-d52-c']}) was struck from a different one.
  • Figure 2: Overview of the method
  • Figure 3: Distribution of number of coins per die, Paphos
  • Figure 4: Quality of Die study from matches threshold on the Paphos dataset. We observe a posteriori that the Silhouette Coefficient (without ground truth) is reliable to identify a threshold which leads to good results according to several metrics (ARI, AMI and FMI reflect the quality of the partition in comparison to the ground truth).
  • Figure 5: Variations of AMI on Tanis dataset upon the hyperparameter $top_k$ from Xfeat, with and without filtering
  • ...and 1 more figures