paper-with-me

Papers

A Reproducible Workflow for Scraping, Structuring, and Segmenting Legacy Archaeological Artifact Images

2025-11-27 · Juan Palomeque-Gonzalez arxiv

This technical note presents a reproducible workflow for converting a legacy archaeological image collection into a structured and segmentation ready dataset. The case study focuses on the Lower Palaeolithic hand axe and biface collection curated by the Archaeology Data Service (ADS), a dataset that provides thousands of standardised photographs but no mechanism for bulk download or automated processing. To address this, two open source tools were developed: a web scraping script that retrieves all record pages, extracts associated metadata, and downloads the available images while respecting ADS Terms of Use and ethical scraping guidelines; and an image processing pipeline that renames files using UUIDs, generates binary masks and bounding boxes through classical computer vision, and stores all derived information in a COCO compatible Json file enriched with archaeological metadata. The original images are not redistributed, and only derived products such as masks, outlines, and annotations are shared. Together, these components provide a lightweight and reusable approach for transforming web based archaeological image collections into machine learning friendly formats, facilitating downstream analysis and contributing to more reproducible research practices in digital archaeology.

📄 PDF Abstract BibTeX arXiv:2512.11817

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Beyond BeautifulSoup: Benchmarking LLM-Powered Web Scraping for Everyday Users

2026-01-09 · Arth Bhardwaj, Nirav Diwan, Gang Wang arxiv

Web scraping has historically required technical expertise in HTML parsing, session management, and authentication circumvention, which limited large-scale data extraction to skilled developers. We argue that large langu…

BrainSurgery: Reproducible and Reliable Declarative Weight Manipulations for Model Editing and Upcycling

2026-06-08 · Gianluca Barmina, Annemette Broch Pirchert, Andrea Blasi Núñez, Lukas Galke Poech 외 arxiv

As deep learning models scale, managing, inspecting, and modifying large checkpoints has become increasingly challenging. Researchers often need to alter model weights for layer restructuring, precision casting, low-rank…

CLDFBench: Give Your Cross-Linguistic Data a Lift

2020-05-01 · LREC 2020 5 · Robert Forkel, Johann-Mattis List

While the amount of cross-linguistic data is constantly increasing, most datasets produced today and in the past cannot be considered FAIR (findable, accessible, interoperable, and reproducible). To remedy this and to in…

Accelerating Laboratory Automation Through Robot Skill Learning For Sample Scraping

2022-09-29 · Gabriella Pizzuto, Hetong Wang, Hatem Fakhruldeen, Bei Peng 외

The use of laboratory robotics for autonomous experiments offers an attractive route to alleviate scientists from tedious tasks while accelerating material discovery for topical issues such as climate change and pharmace…

Toward Self-Evolution-Ready Workflow Harnesses: A Reversible Migration Path and Convertibility Taxonomy for Expert LLM Pipelines

2026-06-15 · Yimo Lin, Zhen Zhang, Yibin Li arxiv

While expert-validated "LLM + script" workflows deliver significant value, they remain static: they encode hard-won domain knowledge yet fail to adapt execution based on feedback. Existing agent research predominantly ta…