Synthetic Object Compositions for Det / Seg / Grounding
Collection
Dataset Collections for paper: https://github.com/weikaih04/Synthetic-Detection-Segmentation-Grounding-Data • 10 items • Updated
• 2
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
These are the dataset splits for the paper SOS: Synthetic Object Segments Improve Detection, Segmentation, and Grounding. The SOS-GC-1M collection contains one million samples, each with:
All annotations are provided in COCO format.
from huggingface_hub import snapshot_download
snapshot_download(
repo_id="weikaih/SOS-GC-1M",
repo_type="dataset",
local_dir="SOS-GC-1M",
)
7z x xxxx.7z.000
SOS: Synthetic Object Segments Improve Detection, Segmentation, and Grounding
@misc{huang2025sossyntheticobjectsegments,
title={SOS: Synthetic Object Segments Improve Detection, Segmentation, and Grounding},
author={Weikai Huang and Jieyu Zhang and Taoyang Jia and Chenhao Zheng and Ziqi Gao and Jae Sung Park and Ranjay Krishna},
year={2025},
eprint={2510.09110},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2510.09110}
}