Authors: Junfeng Cheng, Yingkai Yang and Tania Stathaki
Paper link: https://ojs.aaai.org/index.php/AAAI/article/view/32246/34401
This repository contains the code and datasets for the paper “3DPGS: 3D Probabilistic Graph Search for Archaeological Piece Grouping.” The paper introduces a new dataset called ArcPie for the archaeological 3D grouping task. In addition, it presents a new algorithm, 3DPGS, which achieves state-of-the-art performance.
conda env create -f environment.yml
conda activate 3dpgs
We have released the ArcPie dataset, and you can download it from here. Our dataset contains both training data and mesh data. The mesh data are the original fracture pieces data, which can be applied for rendering. You may also use it for other 3D computer vision or graphics tasks. In addition, we also contain the BBArtifact dataset used in our paper.
bash scripts/train.sh
bash scripts/eval.sh
We have give an example rendering script, and you can modify the arguments in the script according to your needs:
bash scripts/render.sh
- Release training code
- Release evaluation code
- Upload pretrained models
- Upload dataset
- Add rendering code
If you find this code useful for your research, please consider citing:
@inproceedings{cheng20253dpgs,
title={3DPGS: 3D Probabilistic Graph Search for Archaeological Piece Grouping},
author={Cheng, Junfeng and Yang, Yingkai and Stathaki, Tania},
booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
volume={39},
number={3},
pages={2447--2454},
year={2025}
}
This project is built upon G-FARS.
Besides, we want to express our gratitude to the following great works:

