Pith. sign in

REVIEW 4 major objections 4 minor 1 cited by

ProtoSnap: Prototype Alignment for Cuneiform Signs

T0 review · 4 major / 4 minor · reviewed 2026-08-09 · deepseek-v4-flash

Pith's one-line read ProtoSnap claims that an unsupervised alignment of skeleton templates to photographed cuneiform signs recovers stroke-level structure, and that skeleton-conditioned synthetic data from these alignments boosts rare-sign recognition.

desk verdict The alignment task is new and well-executed; the rare-sign OCR claim needs a controlled comparison before it can be believed. read the letter →

arxiv 2502.00129 v1 pith:2JBIOHDY submitted 2025-01-31 cs.CV cs.LG

classification cs.CVcs.LG
keywords cuneiformsignrecognitionunsupervisedalignmentskeletontemplatediffusionfeaturesbest-buddycorrespondencessyntheticdatagenerationControlNetpaleography
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper tries to establish that the internal stroke structure of photographed cuneiform signs can be recovered without any labelled real-sign supervision, by snapping a skeleton-based font prototype onto the photograph. The method builds a four-dimensional similarity volume from deep diffusion features of a generative model fine-tuned on cuneiform scans, extracts mutually nearest matching regions (best buddies) for a global affine fit, and then refines each stroke's position with a per-stroke projective transform. The paper also claims that images generated from these alignments, through a ControlNet conditioned on the resulting skeletons, improve cuneiform sign recognition beyond text-conditioned generation and prior baselines, especially for rare signs. To measure the alignment claim, the authors introduce an expert-annotated benchmark of 272 photographed signs across 25 sign types. If the claims hold, Assyriologists gain an automated stroke-level alignment and hand-copy aid, and OCR systems gain a way to synthesize structurally correct training data for rare variants.

What carries the argument

The central object is the 4D similarity volume $S$, whose entries are cosine similarities between DIFT feature vectors at every pair of regions in the prototype font image and the target photograph. DIFT (diffusion features) are intermediate activations of the denoising U-Net of a Stable Diffusion model fine-tuned on cuneiform scans, denoted SD-, and the volume is the single shared representation that drives both alignment stages. Best-buddy pairs, defined as mutual nearest neighbors in $S$, are fitted with RANSAC to obtain a global affine transform $G$; a per-stroke projective transform $P^{(i)}$ applied on top of $G$ is then optimized by gradient descent using featural similarity from $S$, a saliency map also derived from $S$, and a regularizer that limits deviation from identity and keeps keypoints in the image. The prototype skeleton, a graph of four-keypoint wedges (three head corners and a tail), is the structural prior that the optimization snaps onto the photograph.

What would settle it

A controlled test would render a set of cuneiform-like signs from a known skeleton, apply realistic clay texture, illumination, and damage, then run ProtoSnap and measure keypoint F1 at a fixed threshold against the known ground truth; if the method does not beat the DIFT+RANSAC baseline at the 20-pixel threshold on that controlled set, the central alignment claim is contradicted. For the OCR claim, one can compare rare-sign accuracy after augmenting with images generated from randomly perturbed skeletons versus from ProtoSnap-aligned skeletons while keeping the number of synthetic samples identical; similar accuracy would show the alignment stage, not the skeleton conditioning, is doing the work.

Watch

Extended reading notes

Core claim

ProtoSnap's central claim is that a 4D similarity volume $S$ of pairwise cosine similarities between diffusion-feature vectors of a clean prototype font image and a photographed cuneiform sign contains enough information to align a skeleton to the target. Best-buddy pairs (mutual nearest neighbors in $S$) are used with RANSAC to fit a global affine transform, and a local refinement stage optimizes per-stroke projective transforms $P^{(i)}G$ under a loss combining featural similarity read from $S$, a saliency map derived from $S$, and an $L^1$ plus out-of-bounds regularizer. On the annotated benchmark the full pipeline reaches 27.14% F1 at a 20-pixel keypoint threshold, ahead of SIFT, DINOv2, and DIFT baselines, and the refinement stage contributes a clear gain over global alignment alone. For OCR, augmenting the CSDD training set with ControlNet-generated images conditioned on ProtoSnap skeletons raises overall accuracy to 64.14% and rare-sign balanced accuracy to 39.98%, exceeding augmentation with unconditional diffusion-generated images. The paper's conclusion is that this unsupervised prototype alignment is both a paleographic analysis tool and a route to structurally diverse synthetic data.

Load-bearing premise

Everything depends on the 4D similarity volume computed from diffusion features of a cuneiform-fine-tuned generative model giving trustworthy semantic correspondences between clean font prototypes and noisy, textured, often damaged photographs, and the paper further assumes a structurally matching prototype exists because its test set excludes non-matching variants.

Editorial extensions

If this is right

  • If the alignment claim holds on uncurated tablets, stroke-level annotations and hand-copy-style overlays can be produced automatically from photographs, reducing manual paleographic work.
  • Skeleton-conditioned synthetic data can populate rare sign classes with structurally correct examples, the regime where text-conditioned generation demonstrably fails.
  • The expert-annotated benchmark gives future structure-recovery methods a fixed keypoint-threshold target, making the alignment claim quantitatively comparable.
  • Because the ControlNet generator accepts any input skeleton, synthetic training sets can include sign variants that are absent or underrepresented in real data.
  • The method's dependence on a matching prototype means its practical reach is tied to the coverage of existing cuneiform font inventories.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Not claimed in the paper: the similarity-volume-plus-best-buddies recipe may transfer to other scripts with wedge- or stroke-like primitives, such as oracle bone inscriptions, since the method's core does not use cuneiform-specific geometry.
  • Not claimed in the paper: the survey result that Assyriologists prefer aligned overlays suggests a testable extension measuring whether ProtoSnap overlays speed up expert transcription or reduce inter-annotator disagreement, not just preference.
  • Not claimed in the paper: because the OCR gain is concentrated on rare signs, an active data-generation loop that requests ProtoSnap alignments for the rarest sign types first could yield further gains; the paper does not test such a curriculum.
  • Not claimed in the paper: adding a confidence score or variant-detection step, which the paper lists as future work, would remove the requirement of knowing in advance that a structurally matching prototype exists.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 4 minor

Summary. The paper introduces ProtoSnap, an unsupervised pipeline that aligns a skeletonized font prototype of a cuneiform sign to a photographed sign. It computes a 4D similarity volume from DIFT features of a cuneiform-fine-tuned Stable Diffusion model, extracts best-buddy correspondences to fit a global affine transformation with RANSAC, and then refines per-stroke projective transformations by optimizing a weighted loss combining feature similarity, saliency, and regularization. The method is evaluated on a newly collected expert-annotated benchmark of 272 sign images from 25 sign types, against SIFT, DINOv2, and DIFT baselines. In a downstream OCR experiment, the authors use ProtoSnap alignments to train a ControlNet model (CN-) and generate synthetic training images that, when added to CSDD, improve classification accuracy and balanced accuracy over the CSDD baseline and over synthetic data from the text-conditioned fine-tuned diffusion model (SD-), especially on rare signs.

Significance. The main contributions are a new task formulation for stroke-level cuneiform alignment, a benchmark with expert annotations, and a demonstration that structure-conditioned synthetic data can help cuneiform OCR. The release of code, data, and trained models is a strong asset, and the alignment comparisons in Table 1 include reasonable generic baselines. If the claimed OCR gains are robust, the work would be practically useful for Assyriology and for low-resource script recognition. The central alignment idea is well-specified and does not appear circular: the benchmark is anchored to external expert annotations, and the test sign types were not seen during SD- fine-tuning. However, the downstream claim needs a cleaner controlled comparison before it can be accepted, and the alignment benchmark's curation limits the strength of the 'wide variety' claim.

major comments (4)
  1. [Section 5.2 / Table 2 / Appendix A.7] The comparison between +CN- and +SD- is not controlled. The two conditions differ in the base generative model's prompt (CN- uses a generic 'cuneiform single ancient icon' prompt, while SD- uses per-sign codes), in the number of sign types covered (124 vs. 180), and in the amount of training data for the synthetic generator. Since no multiple seeds or error bars are reported, the rare-sign balanced-accuracy improvement from 31.13% to 39.98% cannot be attributed to ProtoSnap's aligned structures rather than to the general effect of skeleton-conditioned generation, to the base-model change, or to different sign coverage. A canonical-skeleton control (e.g., a ControlNet trained on untransformed or randomly transformed prototypes, with identical sign coverage, prompt, and training data) and repeated runs are needed to support the abstract's claim of 'significantly boosting' rare signs.
  2. [Section 5.1 / Appendix A.5] The alignment test set is curated by excluding images that are poor quality or that show sign variants differing from the prototype, and Section 5.3 admits that the method fails under extreme deformation, variant mismatch, and low image quality. This means the F1 numbers in Table 1 are optimistic relative to a deployment setting on uncurated scans. The authors should report the proportion of excluded images, or provide performance on a random subset of the eBL test split that does not require a matching prototype, and quantify failure rates on the excluded cases. Per-sign results in Table 4 already show a wide spread (F1@20 from 12.50% for IGI to 39.45% for ZE2), which makes this concern concrete.
  3. [Section 4.3 / Table 5] The ablation appears to contradict the design rationale for Lsim. Removing Lsim improves F1 at all reported thresholds (from 27.14% to 27.37% at F1@20, 42.09% to 42.61% at F1@30, and 52.43% to 53.19% at F1@40), while the text states that the removal 'slightly improves metrics' but is a 'qualitative trade-off' with no quantifying evidence. Since feature similarity is one of the two core objectives of the local refinement stage, this discrepancy needs to be resolved with a quantitative analysis (e.g., a perceptual/qualitative scoring protocol or a finer breakdown) rather than an unexplained trade-off.
  4. [General experimental reporting / Tables 1-5] Tables 1, 2, 3, and 5 report single-run numbers. The pipeline is stochastic in several places: DIFT features are averaged over random noises, RANSAC is randomized, and local refinement samples skeleton points randomly. Without error bars or at least multiple seeds, the reader cannot assess whether the reported margins over baselines (e.g., 27.14% vs. 21.31% in Table 1) are stable. This is especially important for Table 2, where the OCR result is the headline downstream claim.
minor comments (4)
  1. [Notation throughout] The symbols 'SD-' and 'CN-' are used without a gloss; please define them at first use (e.g., 'fine-tuned Stable Diffusion' and 'ControlNet fine-tuned with ProtoSnap alignments') and avoid notation that reads like a minus sign.
  2. [Appendix A.7] The sentence 'we have generated 50 samples per each sign in the test set (180 signs in total)' is ambiguous: it is unclear which test set is meant and whether the generated data include sign types that appear in the OCR test set. Please clarify to rule out any accidental leakage of test-set information into training.
  3. [Appendix C / Section 5.1] Please clarify the annotation protocol for the ground-truth test set: Section C.1 describes MTurk for font annotations, but the GT alignments on real signs in Section 5.1 are said to be by expert archaeologists; no inter-annotator agreement is reported. A brief description and agreement measure would strengthen the benchmark.
  4. [Typos and figure formatting] There are several typos ('experienced assyriologists', 'asked experiences assyriologists') and placeholder-like strings in figure captions (e.g., 'xPrototype', 'xxxInput'). Please proofread and clean the final version.

Circularity Check

0 steps flagged · score 0.0 of 10

No circular derivation: ProtoSnap's alignment and OCR claims rest on external expert keypoint annotations and real CSDD test data, not on the method's own fitted inputs.

full rationale

ProtoSnap's derivation chain is self-contained and externally anchored. The alignment output is obtained by optimizing prototype-target DIFT feature similarity and a saliency map derived from the same similarity volume, plus regularization; none of these objectives are defined in terms of the expert keypoint annotations used for evaluation. The 272-image alignment test set covers 25 sign types explicitly not seen during SD- fine-tuning, so the reported F1 scores measure generalization rather than reconstruction of training data. The OCR experiment trains ControlNet (CN-) on ProtoSnap alignments from eBL images, but the downstream classifier is evaluated on real CSDD photographs with labels from Dencker et al.; the synthetic images are new samples, not the test images, so the reported accuracy gain is not a fitted quantity renamed as a prediction. The comparison between +SD- and +CN- may have confounds (different base-model prompts, different numbers of generated sign types, and no reported error bars), but those are experimental-control concerns, not circularity. The only overlapping-author citations (Hamplová et al. 2024 in related work; Cobanoglu et al. 2024 as the eBL data source) are background or data attribution and do not carry the paper's central claims. No equation or loss in the paper is defined in terms of the benchmark target, and no result is imported from a same-author uniqueness theorem. Therefore no circular step is present.

Assumptions & free parameters 5 free parameters · 5 assumptions · 0 invented entities

The method introduces no new physical entities or exotic constructs; its burden is carried by a set of domain assumptions about cuneiform stroke structure, prototype fidelity, DIFT feature reliability, and deformation modeling, plus several hand-set hyperparameters. The four-keypoint skeleton is adopted from prior literature, not invented here.

free parameters (5)
  • Loss weights for local refinement = lambda_sim=1.0, lambda_sal=3e-4, lambda_reg=1e-4
    Manually-set weights balancing feature similarity, saliency, and regularization in the loss of Section 4.3 and Appendix A.4; they affect how strongly strokes are pulled toward salient regions.
  • DIFT noise timestep = t=261
    Diffusion timestep selected for computing DIFT features in Appendix A.2; different timesteps could change correspondence quality and therefore alignment results.
  • RANSAC hyperparameters = 2000 iterations, 8 repeats, 50 px inlier threshold, 5 correspondences per fit
    Robust fitting settings in Appendix A.3 chosen by hand; the multi-run spread prior also adds a hand-designed selection criterion.
  • Local refinement optimization schedule = lr=0.01, 100 iterations
    Gradient-descent schedule for per-stroke projective parameters in Appendix A.4; chosen manually and not justified by a principled criterion.
  • Softmax temperature for similarity and saliency sampling = temperature=100
    Fixed temperature used in differentiable softmax over similarity slices in Appendix A.4; impacts gradient sharpness and final alignment.
assumptions (5)
  • domain assumption Every cuneiform stroke can be represented by four keypoints, three corners of the triangular head plus one tail point, and signs can be treated as graphs of such strokes.
    Section 3 adopts the four-keypoint scheme from Bogacz and Mara (2022); the skeleton alignment and benchmark annotation protocol depend entirely on this encoding.
  • domain assumption For each target sign, a prototype font image with a matching structural variant is available, and deviations are modest enough to be captured by affine plus per-stroke projective transforms.
    The method input is a prototype with canonical skeleton (Section 4); Section 5.1 excludes target images that differ structurally from the prototype, and Section 5.3 admits failure on structurally different variants.
  • domain assumption Intermediate activations of the fine-tuned Stable Diffusion model provide reliable local similarity between font prototypes and photographed cuneiform signs after fine-tuning on cuneiform scans.
    Section 4.1 builds the 4D similarity volume from DIFT features of SD-; if these features are not semantically aligned across the font/photo domain gap, global and local matching fail.
  • domain assumption Stroke-specific deviations from the global alignment can be modeled by independent projective transformations initialized at identity.
    Section 4.3 defines per-stroke matrices P(i) and optimizes them; this restricts the deformation space and may not handle extreme distortions, as acknowledged in Section 5.3.
  • domain assumption Synthetic images generated by ControlNet conditioned on ProtoSnap skeletons are distributionally close enough to real CSDD scans to improve classifier training.
    This underpins the OCR claim in Section 5.2 and Appendix A.7; if the generated images are not realistic enough, the reported accuracy gains would not transfer to real scans.

how reviews work

0 comments
Cite this review

Pith. "Pith review of ProtoSnap: Prototype Alignment for Cuneiform Signs." pith.science (2026). https://pith.science/paper/2JBIOHDY

@misc{pith2026250200129,
  author       = {Pith},
  title        = {Pith review of: ProtoSnap: Prototype Alignment for Cuneiform Signs},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/2JBIOHDY}},
  note         = {Machine review of arXiv:2502.00129}
}
read the original abstract

The cuneiform writing system served as the medium for transmitting knowledge in the ancient Near East for a period of over three thousand years. Cuneiform signs have a complex internal structure which is the subject of expert paleographic analysis, as variations in sign shapes bear witness to historical developments and transmission of writing and culture over time. However, prior automated techniques mostly treat sign types as categorical and do not explicitly model their highly varied internal configurations. In this work, we present an unsupervised approach for recovering the fine-grained internal configuration of cuneiform signs by leveraging powerful generative models and the appearance and structure of prototype font images as priors. Our approach, ProtoSnap, enforces structural consistency on matches found with deep image features to estimate the diverse configurations of cuneiform characters, snapping a skeleton-based template to photographed cuneiform signs. We provide a new benchmark of expert annotations and evaluate our method on this task. Our evaluation shows that our approach succeeds in aligning prototype skeletons to a wide variety of cuneiform signs. Moreover, we show that conditioning on structures produced by our method allows for generating synthetic data with correct structural configurations, significantly boosting the performance of cuneiform sign recognition beyond existing techniques, in particular over rare signs. Our code, data, and trained models are available at the project page: https://tau-vailab.github.io/ProtoSnap/

Figures

Figures reproduced from arXiv: 2502.00129 by the authors.

Figure 1
Figure 1. ProtoSnap applied to a full tablet by cropping each sign using existing bounding boxes (such as those depicted in unique colors), and matching prototypes of the signs (illustrated in the center). Our technique “snaps” the skeletons of the prototypes to the target images depicting real cuneiform signs. These aligned results can be used to produce an automatic digital hand copy (right). We also show that our approach … view at source ↗
Figure 2
Figure 2. Method Overview. Given a prototype image with annotated skeleton and a target image of a real cuneiform sign, ProtoSnap first extracts best-buddy correspondences from deep diffusion features (extracted with our fine-tuned SD- model), globally aligning the target image to the skeleton of the prototype. Our method then “snaps” the individual strokes into place with a local refinement stage by optimizing a per-stroke t… view at source ↗
Figure 3
Figure 3. DIFT-Based Best-Buddies Correspondences. Noised images are passed through our fine-tuned denoising diffusion model SD- to extract deep Diffusion Features (DIFT), used to calculate the 4D similarity volume S. For each region (i, j) in the target image, we examine the 2D slice S[i, j, ·, ·], and determine the indices (k, ℓ) which maximize its value. Symmetrically, for each region (k, ℓ) in the prototype we find the co… view at source ↗
Figures from the paper (8 more)
Figure 4
Figure 4. Figure 4: Local Refinement via Skeleton-Based Optimization. To adjust the positioning of indi￾vidual strokes in a sign, our global alignment is followed by a local refinement stage which learns transformations for each stroke. The loss function encourages positioning on salient …
Figure 5
Figure 5. Figure 5: Qualitative alignment results, aligning the prototypes (first row) to target cuneiform images (second row). We demonstrate the results after performing global alignment (third row), and the final result after local refinement (fourth row). As illustrated above, the glo…
Figure 6
Figure 6. Figure 6: We demonstrate the benefit of producing structurally-controlled synthetic data (denoted [PITH_FULL_IMAGE:figures/full_fig_p010_6.png]
Figure 7
Figure 7. Figure 7: Limitations of our method, illustrating examples with significant deformations from the prototype skeleton (left) and structurally different sign variants (middle) and corrupt sign image (right). We visualize correctly-aligned strokes in green, and misaligned strokes i…
Figure 8
Figure 8. Figure 8: Examples for data generated using our fine-tuned ControlNet model CN- [PITH_FULL_IMAGE:figures/full_fig_p016_8.png]
Figure 9
Figure 9. Figure 9: Examples of ProtoSnap applied on photographed cuneiform signs of varying structure, illumination conditions and degrees of intactness. xxxxInput xxxxxGT xxxxxDIFT xPoseAnything xxxxxOurs [PITH_FULL_IMAGE:figures/full_fig_p017_9.png]
Figure 10
Figure 10. Figure 10: Results of ProtoSnap on our manually annotated test set, with DIFT and PoseAnything (Hirschorn and Avidan, 2023) shown for comparison. We can see that our method produces align￾ments which are much closer to expert annotations and is generally less sensitive to outlie…
Figure 11
Figure 11. Figure 11: ProtoSnap applied on images from a different dataset and language (Hittite), showing that the method is robust and generalizable to various usages of cuneiform writing system. The 3 images on the left show signs from types (names) unseen in the training data, further …

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Signs of the Past, Patterns of the Present: On the Automatic Classification of Old Babylonian Cuneiform Signs

    cs.LG 2025-07 conditional novelty 6.0 of 10

    A ResNet50 classifier reaches 87.1% top-1 accuracy on Old Babylonian cuneiform signs, with lighting visualization and training-set diversity as the main drivers of performance.

Reference graph

Works this paper leans on

22 extracted references · 19 canonical work pages · cited by 1 Pith paper

  1. [4]

    Obc306: A large- scale oracle bone character recognition dataset

    Shuangping Huang, Haobin Wang, Yongge Liu, Xiaosong Shi, and Lianwen Jin. Obc306: A large- scale oracle bone character recognition dataset. In 2019 International Conference on Document Analysis and Recognition (ICDAR), pages 681–688. IEEE,

  2. [7]

    Robust template matching via hierarchical convolutional features from a shape biased cnn

    Bo Gao and Michael W Spratling. Robust template matching via hierarchical convolutional features from a shape biased cnn. In The International Conference on Image, Vision and Intelligent Systems (ICIVIS 2021), pages 333–344. Springer,

  3. [8]

    The dataset represents the Akkadian and Sumerian languages used at those eras

    The full dataset comprises around 40% from the Neo-Babylonian period (1000–600 BC), around 20% from the Neo-Assyrian (1000-609 BCE), and less than 10% from the following periods: Ur III (2100–2002 BCE), Old Babylonian (2002-1595 BCE), Old Assyrian (1950–1850 BCE), Middle Babylonian (1500–1000 BCE), Late Babylonian (600 BC–100 AD), Persian (539-331 BCE), H...

  4. [9]

    Vehicle pose estimation via regression of semantic points of interest

    Javier García López, Antonio Agudo, and Francesc Moreno-Noguer. Vehicle pose estimation via regression of semantic points of interest. In 2019 11th International Symposium on Image and Signal Processing and Analysis (ISPA), pages 209–214. IEEE,

  5. [10]

    Pose for everything: Towards category-agnostic pose estimation

    12 Published as a conference paper at ICLR 2025 Lumin Xu, Sheng Jin, Wang Zeng, Wentao Liu, Chen Qian, Wanli Ouyang, Ping Luo, and Xiao- gang Wang. Pose for everything: Towards category-agnostic pose estimation. In European conference on computer vision, pages 398–416. Springer,

  6. [11]

    Pose anything: A graph-based approach for category-agnostic pose estimation

    Or Hirschorn and Shai Avidan. Pose anything: A graph-based approach for category-agnostic pose estimation. arXiv preprint arXiv:2311.17891,

  7. [13]

    URL https://doi.org/10.1515/itit-2024-0028

    doi: doi:10.1515/itit-2024-0028. URL https://doi.org/10.1515/itit-2024-0028. David G Lowe. Object recognition from local scale-invariant features. In Proceedings of the seventh IEEE international conference on computer vision, volume 2, pages 1150–1157. Ieee,

  8. [16]

    cuneiform single ancient icon

    doi: 10.1109/ICFHR2020.2020.00019. APPENDIX A E XPERIMENTAL DETAILS Below we provide additional experimental details. Our code is also provided (zipped in the supple- mentary material). For all experiments described below, a single A5000 GPU was used. Running the method on a single image takes about 1 minute. A.1 I MAGE AND FONT INFORMATION For all of our...

Show all 22 references
  1. [20]

    Those results show that our method is robust and can be generalizable to other usages of the cuneiform writing system

    , which contains signs from the Hittite language, as opposed to the Akkadian and Sumerian from which the training and test set are composed. Those results show that our method is robust and can be generalizable to other usages of the cuneiform writing system. 16 Published as a...

  2. [21]

    We can see that our method produces align- ments which are much closer to expert annotations and is generally less sensitive to outliers

    shown for comparison. We can see that our method produces align- ments which are much closer to expert annotations and is generally less sensitive to outliers. 17 Published as a conference paper at ICLR 2025 xxPrototype xxxxInput xxProtoSnap Figure 11: ProtoSnap applied on ima...

  3. [22]

    cuneiform

    16.18% 16.10% 16.14% 34.32% 33.27% 33.79% DIFT + RANSAC 13.15% 13.11% 13.13% 30.43% 29.88% 30.15% Ours (w/o refinement) 21.38% 21.23% 21.31% 50.55% 49.73% 50.13% Ours (full) 27.17% 27.10% 27.14% 52.76% 52.10% 52.43% Table 3: Precision and recall metrics for the alignment evalu...

  4. [100]

    A.5 D ATASET DETAILS Both the training and the test datasets are taken from the eBL classification dataset Cobanoglu et al

    To perform optimization, we apply gradient descent for 100 iterations with learning rate 0.01 and Adam optimizer, updating the the parameters of the local transformations of all strokes. A.5 D ATASET DETAILS Both the training and the test datasets are taken from the eBL classi...

  5. [1920]

    At each iteration, 5 corre- spondences are used to fit a least-squares affine transformation, with a distance threshold of 50 pixels used to identify outliers

    A.3 G LOBAL ALIGNMENT DETAILS To fit our global alignment, we apply RANSAC with 2000 iterations. At each iteration, 5 corre- spondences are used to fit a least-squares affine transformation, with a distance threshold of 50 pixels used to identify outliers. The transformation w...

  6. [1999]

    Dinov2: Learning robust visual features without supervision,

    13 Published as a conference paper at ICLR 2025 Maxime Oquab, Timothée Darcet, Théo Moutakanni, Huy V o, Marc Szafraniec, Vasil Khalidov, Pierre Fernandez, Daniel Haziza, Francisco Massa, Alaaeldin El-Nouby, Mahmoud Assran, Nicolas Ballas, Wojciech Galuba, Russell Howes, Po-Ya...

  7. [2011]

    URL https://doi.org/10.1093/oxfordhb/9780199557301.001.0001

    doi: 10.1093/oxfordhb/9780199557301.001.0001. URL https://doi.org/10.1093/oxfordhb/9780199557301.001.0001. Michael P. Streck, editor. Sprachen des Alten Orients. wbg Academic, Darmstadt, 4., überarbeitete und aktualisierte auflage edition,

  8. [2016]

    Fink, and Gerfrid G.W

    Eugen Rusakov, Turna Somel, Gernot A. Fink, and Gerfrid G.W. Müller. Towards query-by- expression retrieval of cuneiform signs. In 2020 17th International Conference on Frontiers in Handwriting Recognition (ICFHR), pages 43–48,

  9. [2018]

    Recurrent temporal revision graph networks

    11 Published as a conference paper at ICLR 2025 Yizhou Chen, Anxiang Zeng, Qingtao Yu, Kerui Zhang, Cao Yuanpeng, Kangle Wu, Guangda Huzhang, Han Yu, and Zhiming Zhou. Recurrent temporal revision graph networks. Advances in Neural Information Processing Systems, 36,

  10. [2019]

    Decipherment of historical manuscript images

    Xusen Yin, Nada Aldarrab, Beáta Megyesi, and Kevin Knight. Decipherment of historical manuscript images. In 2019 International Conference on Document Analysis and Recognition (ICDAR), pages 78–85. IEEE,

  11. [2020]

    Cnn based cuneiform sign detection learned from annotated 3d renderings and mapped photographs with illumination augmentation

    Ernst Stötzner, Timo Homburg, and Hubert Mara. Cnn based cuneiform sign detection learned from annotated 3d renderings and mapped photographs with illumination augmentation. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 1680–1688, 2023a. Tal...

  12. [2022]

    Carfusion: Combining point tracking and part detection for dynamic 3d reconstruction of vehicles

    N Dinesh Reddy, Minh V o, and Srinivasa G Narasimhan. Carfusion: Combining point tracking and part detection for dynamic 3d reconstruction of vehicles. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 1906–1915,

  13. [2023]

    Ocr-free transcript alignment

    Tal Hassner, Lior Wolf, and Nachum Dershowitz. Ocr-free transcript alignment. In 2013 12th International Conference on Document Analysis and Recognition, pages 1310–1314. IEEE, 2013b. Tal Hassner, Lior Wolf, Nachum Dershowitz, Gil Sadeh, and Daniel Stökl Ben-Ezra. Dense cor- r...

  14. [2024]

    Automating transliteration of cuneiform from parallel lines with sparse data

    Bartosz Bogacz, Maximilian Klingmann, and Hubert Mara. Automating transliteration of cuneiform from parallel lines with sparse data. In 2017 14th IAPR International Conference on Document Analysis and Recognition (ICDAR), volume 1, pages 615–620. IEEE,

Pith tools

Reviewed August 9, 2026 · model on record in the stance chip above.