MarkMatch: Same-Hand Stuffing Detection
Fei Zhao, Runlin Zhang, Chengcui Zhang, Nitesh Saxena

TL;DR
MarkMatch is a novel retrieval system that uses contrastive learning to accurately detect if two paper ballot marks are from the same hand, outperforming previous methods and aiding election audits.
Contribution
It introduces a contrastive learning approach with dense batch similarity and dual loss for handwriting comparison, enhancing accuracy and generalization over prior binary classification methods.
Findings
Achieves an F1 score of 0.943, surpassing previous state-of-the-art.
Utilizes Segment Anything Model for flexible mark extraction.
Provides a practical tool for election auditors to investigate ballots.
Abstract
We present MarkMatch, a retrieval system for detecting whether two paper ballot marks were filled by the same hand. Unlike the previous SOTA method BubbleSig, which used binary classification on isolated mark pairs, MarkMatch ranks stylistic similarity between a query mark and a mark in the database using contrastive learning. Our model is trained with a dense batch similarity matrix and a dual loss objective. Each sample is contrasted against many negatives within each batch, enabling the model to learn subtle handwriting difference and improve generalization under handwriting variation and visual noise, while diagonal supervision reinforces high confidence on true matches. The model achieves an F1 score of 0.943, surpassing BubbleSig's best performance. MarkMatch also integrates Segment Anything Model for flexible mark extraction via box- or point-based prompts. The system offers…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHandwritten Text Recognition Techniques · Digital Media Forensic Detection · Advanced Text Analysis Techniques
