Non-commercial research use only. The ADOPD fine-tuned checkpoint weights
in this repository are provided solely for non-commercial research.
Commercial use of these checkpoint weights is not permitted. Users must also
comply with every applicable upstream license and acceptable-use term; see
USE_RESTRICTIONS.md.
Model Overview
Model developer: Thinking with Anchors project contributors
Input: one document image and an entity-localization prompt
Output: generated box and polygon coordinate tokens
Description
LocateAnything-3B Polygon ADOPD is fine-tuned to locate visual entities in
document images and represent each prediction with a bounding box and polygon.
It uses LocateAnything's structured generation interface and supports
high-resolution document pages.
Training Data
This checkpoint is fine-tuned on the ADOPD Doc2Mask task. Public supervision is
stored in:
human_annotated_masks[].polygons
The companion exporter derives an entity box from all valid components and
emits a simplified polygon for the largest component.
Input And Output
The default prompt is:
Locate all the instances that matches the following description: entity.
The response contains normalized LocateAnything box and polygon tokens. Use the
companion parser to obtain pixel-space geometry.
prediction.json contains the raw generated response, parsed boxes, and parsed
polygons.
Inference requires a CUDA-capable NVIDIA GPU. Eagle source and its compatibility
overlay are only required for fine-tuning.
Fine-Tuning And Evaluation
Prepare ADOPD2026 with adopd-locany-prepare --task entity-polygon, then use
the training and evaluation commands in
locateanything_3b.
Limitations
The generated representation contains one simplified polygon per target and
does not preserve every disconnected mask component. Results can be sensitive
to image resolution, prompt wording, and decoding settings.
License
The ADOPD fine-tuned checkpoint weights are subject to the non-commercial,
research-only restriction above. The included NVIDIA License and the terms for
the LocateAnything base model and bundled remote-code files also apply. Use is
permitted only when all applicable terms are satisfied.
Citation
Please cite the ADOPD 2026 and ADOPD 2024 papers.
bibtex
1@misc{zhu2026thinkingwithanchors,
2 title={Thinking with Anchors: Grounded and Efficient Document Reasoning},
3 author={Sichen Zhu and Yuchen Zhu and Wenzhuo Xu and Jason Kuen and Wanrong Zhu and Jing Shi and Xuan Shen and Quanyi Wang and Yiwei Wang and Yujun Cai and Bing Shuai and Qin Zhang and Yongxin Chen and Shilong Liu and Molei Tao and Jiuxiang Gu},
4 year={2026}
5}
bibtex
1@inproceedings{gu2024adopd,
2 title={{ADOPD}: A Large-Scale Document Page Decomposition Dataset},
3 author={Jiuxiang Gu and Xiangxi Shi and Jason Kuen and Lu Qi and Ruiyi Zhang and Anqi Liu and Ani Nenkova and Tong Sun},
4 booktitle={The Twelfth International Conference on Learning Representations},
5 year={2024},
6 url={https://openreview.net/forum?id=x1ptaXpOYa}
7}