Open Prizes
Vesuvius Challenge is ongoing and YOU can win the below prizes and help us make history!
Open prize pool$2,140,000Grand Prize deadline June 25th, 2027Β β2027 Grand Prizeβ
$800,000 to the first team or individual to fully unroll and make readable a scroll from the set below. We also have prizes for second place ($100,000), third place ($50,000), and fourth place ($50,000) β $1,000,000 in total. Prizes are awarded according to the rules listed below.
Prizes will be awarded to any team or individual that fully digitally unrolls and makes readable (according to the conditions and requirements specified below) one of the eligible CT scans of carbonized scrolls from Herculaneum:
Eligible scroll volumes (13)
- PHerc. 125 β 20250720091415-9.362um-1.2m-113keV
- PHerc. 191 β 20250720024445-9.362um-1.2m-113keV
- PHerc. 211 β 20250720140115-9.362um-1.2m-113keV
- PHerc. 257 β 20250720113058-9.362um-1.2m-113keV
- PHerc. 268 β 20250511054932-8.640um-1.2m-116keV
- PHerc. 358 β 20250719150703-9.362um-1.2m-113keV
- PHerc. 800 β 20250510225703-8.640um-1.2m-116keV
- PHerc. 813 β 20250720160015-9.362um-1.2m-113keV
- PHerc. 826 β 20250720174915-9.362um-1.2m-113keV
- PHerc. 1203 β 20250720004030-9.362um-1.2m-113keV
- PHerc. 1218 β 20250510170249-8.640um-1.2m-116keV
- PHerc. 1447 β 20250509011039-8.640um-1.2m-116keV
- PHerc. 1545 β 20250720045926-9.362um-1.2m-113keV
Deadline: June 25th, 2027 (11:59pm Pacific)
Submission criteria and requirements
General conditions
- Pipeline fully reproducible and code shared under an open source license (e.g. MIT), published publicly on GitHub. It does not have to be open source at the time of submission, but you have to make it open source under a permissive license, publicly on GitHub, to accept the prize.
- Pipeline should be seamlessly integrated in the VC3D software.
- 100% of the papyrus recto surface unrolled. If the scroll possesses flakes or detached patches, they should also be segmented and unrolled either in a single or in a sequence of separate tifxyz meshes. It is permissible to skip disconnected outer patches if they constitute less than 10% of the total scroll surface.
- Ink detection or renders with ink should be produced from or on top of the flattened images. Columns of text should be visible everywhere. Verify that at least 70% of each counted column's preserved characters are legible. Legible characters only count as legible when identified on a letter-by-letter basis without papyrological interpolation. If text is not displayed, that area will be counted as "non legible" unless an explanation for the lack of ink is provided β an explanation is valid only if the Vesuvius Challenge Team acknowledges it as valid.
- No overlap between training and prediction regions. Overlap leads to the memorization of annotated labels β ink model outputs should not overlap with any training data used.
- In case multiple eligible submissions are concurrently evaluated, a ranking will be determined counting the number of legible lines in the submitted images, abiding by the legibility criteria defined before.
- You may use any information or resource that is publicly available (published scholarship, other scrolls' data, segments, or models, third-party pretrained models, etc.), provided that use is permitted by that resource's own license or terms. Data derived from higher resolution scans of the submitted scroll volume cannot be used.
Compute and data conditions
- Unlimited time, compute, and manual effort may be spent creating generic ML datasets to train ML models.
- Any dataset created or used to train ML models must be published publicly, under a CC-BY-NC 4.0 license.
- If pseudo-labeling (or iterative labeling) is used to improve and train ink detection models, the datasets and checkpoints at every stage must be released under a CC-BY-NC 4.0 license.
- If any part of training or inference is stochastic, random seeds must be fixed and reported, for both training and inference.
- For any trained model, the full experiment-tracking run (e.g. Weights & Biases) must be shared publicly, for both training and inference.
- The unrolling pipeline should be fully automated; up to 8 documented hours of human annotation / input are tolerated.
Submitting your result
If you have a qualifying result, submit it for consideration by sending an email to grandprize@scrollprize.org and provide the following:
- Meshes. The submission must contain a set of meshes in tifxyz format whose union corresponds to the totality of the scroll surface to be virtually unwrapped. Each tifxyz must already include a low-distortion isometric 2D parametrization (flattening). At most one mesh per full column of text (plus its margins) will be accepted; smaller meshes are not considered valid unless they localize regions where the papyrus is broken, or detached patches. Name each mesh with a sequential column number (e.g.
column_01.tifxyz,column_02.tifxyz, ...) following the order of the windings, so every mesh is identifiable by its column. - Images. Submissions must include images of the virtually unwrapped papyrus, showing visible and legible text.
- Submit a single static image for each column or sequence of consecutive wraps. Images must be generated programmatically from the reconstructed CT scan volume and the corresponding mesh submitted in the same package, and should not contain manual annotations of characters or text.
- Specify which scroll each image came from.
- Name each image after the tifxyz mesh (from the same package) used to generate it β carrying the same sequential column number β so every image is traceable to the exact surface it was rendered from.
- Include scale bars showing the size of 1cm on each submission image.
- Also include a single banner image spanning the full unrolled scroll, showing ink detection results across all columns, with each column's number overlaid on it β so the whole submission can be checked against the numbered meshes and images at a glance.
- Methodology. A detailed technical description of how your solution works. We need to be able to reproduce your work, so please make this as easy as possible:
- Please create a Docker image that we can easily run to reproduce your work, and please include system requirements.
- Attach your code/video directly to the email, or include an easily accessible link from which we can download it.
- False-positive mitigation. If there is any risk of your model producing spurious patterns β apparent letterforms that are not actually supported by the data β please let us know how you mitigated that risk. Tell us why you are confident that the results you are getting are real.
- We strongly discourage submissions that use window sizes larger than 0.5x0.5 mm to generate images from machine learning models. If your submission uses larger window sizes, we may reject it and ask you to modify and resubmit.
- Held-out validation. Run your method on the public input renders/volumes with known ground truth (using k-fold validation if you trained on them) and include the results. We may also run your method, following your instructions, on held-out data with known ground truth.
- Other information. Feel free to include any other things we should know.
If you're competing as a team, please have your team leader submit your results. We will communicate with the team leader exclusively, and any prize money will be distributed according to the instructions of the team leader. You'd have to sort out within your team how to split any prizes.
Review process
All submissions will be assessed by the Review Team, which consists of a Technical Team to review your methodology, and an independent Papyrology Team to review your results.
1. Technical assessment. The Technical Team will look at your method, and try to reproduce your results independently. We may also try to apply your techniques to other scrolls to see if they are able to generate new results there.
- We will work with you on reproducing your solution. We might have questions, such as how your code works, how to use your manual tools (if applicable), and so on. Please make it as easy for us to run your code as reasonably possible, but also don't wait until your solution is perfect. If you have any questions, or if you're wondering if you're ready to submit, just reach out!
- We will acknowledge having received your submission within a week. Depending on the difficulty of verifying your methodology, it might take longer until we are able to make our final assessment.
- In case there are multiple teams that submit qualifying results, the team that submitted first will win (independent of how long our assessment takes).
2. Papyrological assessment. Once we are reasonably confident that your solution is technically valid and appears to meet the qualifications, we will share your results with the Papyrology Team, who will judge if the text is legitimate and meets the required legibility standards. Each submitted column is distributed to one or more papyrologists, who independently attribute a legibility score to it; a column counts toward the legibility thresholds above only once it is scored as legible.
Additional terms
- To qualify, you must have registered on the Vesuvius Challenge Discord at the time of the submission.
- Do not make your discovery public until winning the prize is officially announced. We will work with you to announce your findings.
- If no team meets the criteria by the deadline, we reserve the right to award the prizes to the teams that came closest. This is not a guarantee β we will only award prizes if we believe the spirit of the prize has substantially been met and if a submission comes very close to the objective threshold. This is entirely at our discretion.
- We will work with the winners to verify their results, put them in a historical context, and co-publish them in academic venues where applicable.
- The general Terms and Conditions at the bottom of this page also apply.
How to get started
This is a big prize, and it breaks into two stages: first segmentation (unrolling the whole scroll into a flat surface), then ink detection on that surface. The two stages need quite different skills, so this is a great prize to tackle as a team β one person who enjoys unwrapping, one who enjoys ink detection.
Stage 1 β segment the whole scroll. We'd tackle large-scale whole-scroll segmentation first. Our current state of the art for this is the spiral fitter, but you don't have to use it β we'd love for someone to build something better.
- If you do use the spiral fitter, follow the spiral fitting tutorial to get started.
- The spiral needs evidence and constraints to fit to: annotations of points that lie on the same winding versus different windings, fibers, the umbilicus, and so on. See winding constraints for how these annotations work and how to create them.
- Run the fit, then inspect the result in VC3D (VC3D tutorial) to see how good the unrolling is, and iterate on the constraints. In particular, check if you can visually follow horizontal papyrus fibers across the page -- this is an indication the segmentation is good (and not jumping between sheets).
Stage 2 β detect ink. Once you can unroll large areas, render them and try detecting ink on them. This is the same problem as the First Letters prize below β start there β except now you need it to work well across most of the scroll rather than a single 4 cmΒ² patch.
First Letters Prizesβ
One of the frontiers of Vesuvius Challenge is finding techniques that work across multiple scrolls. While weβve discovered text in some of our scrolls, others have not yet produced legible findings. These prizes bridge ink detection on fragments to the much harder problem of reading intact scrolls: we want to prove that ink detection works on scrolls where nothing has been read yet. The review bar is deliberately high β weβd rather be slow than wrong.
First Letters: $50,000 per scroll, for any of the scroll volumes eligible for the 2027 Grand Prize. $50,000 to the first team that uncovers 10 letters within a single 4 cmΒ² area of that scroll β and open sources their methods and results (after winning the prize). First Letters prizes will be awarded for a maximum of 10 scrolls β up to $500,000 in total.
Deadline: June 25th, 2027 (11:59pm Pacific)
Submission criteria and requirements
-
Meshes. The submission must contain the mesh(es), in tifxyz format, of the surface region containing the letters, already including a low-distortion isometric 2D parametrization (flattening).
-
Image. Submissions must be an image of the virtually unwrapped segment, showing at least 10 visible and legible letters within a single 4 cmΒ² area.
- Submit a single static image showing the text region. Images must be generated programmatically from the reconstructed CT scan volume and the mesh(es) submitted in the same package, and should not contain manual annotations of characters or text. This includes annotations that were then used as training data and memorized by a machine learning ink model. Ink model outputs of this region should not overlap with any training data used.
- Specify which scroll the image comes from. For multiple scrolls, please make multiple submissions.
- Include a scale bar showing the size of 1 cm on the submission image, and the pixel and millimeter dimensions of a few representative letters.
- Name each image after the tifxyz mesh (from the same package) used to generate it, so it is traceable to the exact surface it was rendered from.
- Annotate the rows of text. Usually, letters in read samples run overwhelmingly parallel to the horizontal papyrus fibers β where possible, overlay your ink predictions on a fiber-visible rendering. Annotate rows without obscuring the visible text β e.g. by drawing a horizontal baseline through each row or a rectangle around it, rather than overwriting the letters themselves. Misaligned text or text without clear rows does not immediately disqualify a submission, but it does make it less likely that you found valid text.
-
Methodology. A detailed technical description of how your solution works. We need to be able to reproduce your work, so please make this as easy as possible:
- For fully automated software, consider a Docker image that we can easily run to reproduce your work, and please include system requirements.
- For software with a human in the loop, please provide written instructions and a video explaining how to use your tool. Weβll work with you to learn how to use it, but weβd like to have a strong starting point.
- Please include an easily accessible link from which we can download it.
-
False-positive mitigation. If there is any risk of your model producing spurious patterns β apparent letterforms that are not actually supported by the data β please let us know how you mitigated that risk. Tell us why you are confident that the results you are getting are real.
- We strongly discourage submissions that use window sizes larger than 0.5x0.5 mm to generate images from machine learning models. If your submission uses larger window sizes, we may reject it and ask you to modify and resubmit.
- Do not include overlap between training and prediction regions β this leads to the memorization of annotated labels.
-
Held-out validation. Run your method on the public input renders/volumes with known ground truth (using k-fold validation if you trained on them) and include the results. We may also run your method, following your instructions, on held-out data with known ground truth.
-
Other information. Feel free to include any other things we should know.
-
Your submission will be reviewed by the review teams to verify technical validity and papyrological plausibility and legibility.
-
As with the Grand Prize, you must not make your discovery public until the prize is officially announced. We will work with you to announce your findings.
How to get started
Here's one way in. This is a suggested path, not a requirement β anything that produces a qualifying image counts.
- Pick a scroll from the eligible list.
- Open it in VC3D from the built-in open data catalog, and grow a segment on the scroll's recto surface prediction with
Create Segment (GrowPatch), refining it by hand where the automatic growth goes wrong. See the VC3D unwrapping tutorial for opening the catalog and growing patches, and the segmentation tutorial for more on growing and manually refining meshes. - Render the flattened segment and run ink detection on it, following the ink detection tutorial.
- Repeat on other regions (and other scrolls) until you find 10 legible letters within a single 4 cmΒ² area.
A few things worth knowing:
- We don't yet know whether our existing ink models will work on these scrolls. They might, or they might not β it may be necessary to train a scroll-specific model.
- Sometimes ink is visible directly in the flattened render, with no model at all (usually it shows up as bright areas). If that's already enough legible letters, that by itself qualifies for the prize.
- If you can see a little ink but not enough, that's a foothold: train a model on it β or fine-tune one of our latest ink detection models β and then use iterative labeling to grow from a few visible strokes to complete words.
PHerc. Paris 4βs Title Prizeβ
Discovering a scrollβs title tells scholars what β and whom β they have been reading, and helps contextualize the entire work. We have already recovered the titles of PHerc. 172 and PHerc. 139 β but the title of Scroll 1, the scroll where the first passages were read, is still missing.
PHerc. Paris 4βs Title: $50,000 to the first team to discover the title of PHerc. Paris 4 (Scroll 1), using any of its scans β including the 2.4 Β΅m volumes. Scroll 1 is one of our most-read scrolls: substantial continuous Greek text of an Epicurean prose work has been recovered, yet its author and title remain unknown. The expected title region has shown no detectable ink so far β possibly a different ink, and the top rows are physically missing β so finding it may take better methods, higher resolution, or looking somewhere new.
Deadline: June 25th, 2027 (11:59pm Pacific)

Submission criteria and requirements
-
Mesh. The submission must contain the mesh, in tifxyz format, of the surface region containing the title, already including a low-distortion isometric 2D parametrization (flattening).
-
Image. Submissions must be an image of the virtually unwrapped region, showing the title visibly and legibly.
- Illustrate the ink predictions in the spatial context of the title search, similar to what is shown here. You do not have to read the title yourself β you have to produce an image of it that our team of papyrologists is able to read.
- Images must be generated programmatically from the reconstructed CT scan volume and the mesh submitted in the same package, and should not contain manual annotations of characters or text. Ink model outputs of this region should not overlap with any training data used.
- Specify which scan the image comes from β any of Scroll 1βs published volumes qualifies, including the 2.4 Β΅m ones.
- Include a scale bar showing the size of 1 cm on the submission image, and the pixel and millimeter dimensions of a few representative letters.
- Name the image after the tifxyz mesh (from the same package) used to generate it, so it is traceable to the exact surface it was rendered from.
-
Methodology. A detailed technical description of how your solution works. We need to be able to reproduce your work, so please make this as easy as possible:
- For fully automated software, consider a Docker image that we can easily run to reproduce your work, and please include system requirements.
- For software with a human in the loop, please provide written instructions and a video explaining how to use your tool. Weβll work with you to learn how to use it, but weβd like to have a strong starting point.
- Please include an easily accessible link from which we can download it.
-
False-positive mitigation. If there is any risk of your model producing spurious patterns β apparent letterforms that are not actually supported by the data β please let us know how you mitigated that risk. Tell us why you are confident that the results you are getting are real.
- We strongly discourage submissions that use window sizes larger than 0.5x0.5 mm to generate images from machine learning models. If your submission uses larger window sizes, we may reject it and ask you to modify and resubmit.
- Do not include overlap between training and prediction regions β this leads to the memorization of annotated labels.
-
Held-out validation. Run your method on the public input renders/volumes with known ground truth (using k-fold validation if you trained on them) and include the results. We may also run your method, following your instructions, on held-out data with known ground truth.
-
Other information. Feel free to include any other things we should know.
-
Your submission will be reviewed by the review teams to verify technical validity and papyrological plausibility and legibility.
-
Submissions remain open until the prize is won: if we discover months from now that your method was right all along, you will then win.
-
As with the Grand Prize, you must not make your discovery public until the prize is officially announced. We will work with you to announce your findings.
The prizes above feel too ambitious? There are plenty of other ways to contribute!
Progress Prizesβ
In addition to milestone-based prizes, we offer monthly prizes for open source contributions that help read the scrolls. These prizes are more open-ended, and we have a wishlist to provide some ideas. If you are new to the project, this is a great place to start.
Best Submission of the Month: $20,000, guaranteed every month, to the single best submission β selected by the Vesuvius Challenge team.
Beyond that, progress prizes will be awarded at a range of levels based on the contribution:
- Gold Aureus: $20,000 (estimated 4-8 per year) β for major contributions
- Denarius: $10,000 (estimated 10-15 per year)
- Sestertius: $2,500 (estimated 25 per year)
- Papyrus: $1,000 (estimated 50 per year)
We favor submissions that:
- Are released or open-sourced early. Tools released earlier have a higher chance of being used for reading the scrolls than those released the last day of the month.
- Actually get used. Weβll look for signals from the community: questions, comments, bug reports, feature requests. Our Annotation Team will publicly provide comments on tools they use.
- Solve a real problem. For example, they improve metrics on real data (e.g. our ink detection or surface prediction datasets), or resolve a genuine outstanding bug in tools that people are using.
- Are well documented. It helps a lot if relevant documentation, walkthroughs, images, tutorials or similar are included with the work so that others can use it!
Any contribution that makes any of the Open Problems easier to address will be eligible for a Progress Prize. We maintain a public wishlist of ideas that would make excellent progress prize submissions. Improvements to VC3D can be also considered for progress prizes! Some are additionally labeled as good first issues for newcomers!
Submissions are evaluated monthly, and multiple submissions/awards per month are permitted. The next deadline is 11:59pm Pacific, July 31st, 2026!
Submission criteria and requirements
Core Requirements:
- Problem Identification and Solution
- Address a specific challenge using Vesuvius Challenge scroll data
- Provide clear implementation path and a demonstration of its use
- Demonstrate significant advantages over existing solutions
- Documentation
- Include comprehensive documentation
- Provide usage examples
- Technical Integration
- Accept standard community formats (e.g. OME-Zarr or Zarr arrays, quadmeshes, triangular meshes)
- Maintain consistent output formats
- Designed for modular integration
Terms and Conditionsβ
Prizes are awarded at the sole discretion of Scroll Prize, Inc. and are subject to review by our Technical Team, Annotation Team, and Papyrological Team. We may issue more or fewer awards based on the spirit of the prize and the received submissions. You agree to make your method open source if you win a prize. It does not have to be open source at the time of submission, but you have to make it open source under a permissive license to accept the prize. Submissions for milestone prizes will close once the winner is announced and their methods are open sourced. Scroll Prize, Inc. reserves the right to modify prize terms at any time in order to more accurately reflect the spirit of the prize as designed. Prize winner must provide payment information to Scroll Prize, Inc. within 30 days of prize announcement to receive prize.