PKU-PosterLayout is a content-aware visual-textual poster layout benchmark released with PosterLayout: A New Benchmark and Approach for Content-aware Visual-Textual Presentation Layout. The paper defines the task as arranging predefined text, logo, and underlay elements on a non-empty poster canvas while considering both inter-element and inter-layer relationships. The original benchmark contains 9,974 poster-layout pairs and 905 non-empty canvas images.
This Hugging Face release exposes the repository loader output as parquet files. It includes the original loader-style default config and a ralf-style config for downstream layout-generation workflows.
The dataset supports poster layout generation and layout-conditioned image editing. No public leaderboard is bundled with this Hugging Face packaging.
Poster text is primarily Chinese (zh).
The default config contains original_poster, inpainted_poster, basnet_saliency_map, pfpn_saliency_map, canvas, and annotations.
The ralf-style config contains image_id, original_poster, inpainted_poster, canvas, saliency_map, saliency_map_sub, and annotations.
| Config | Split | Rows |
|---|---|---|
| default | train | 9,974 |
| default | test | 905 |
| ralf-style | train | 7,972 |
| ralf-style | validation | 996 |
| ralf-style | test | 997 |
| ralf-style | no_annotation | 905 |
The original dataset extends PosterErase with layout annotations for content-aware poster layout generation. The annotations describe visual-textual elements and their positions on poster canvases.
The dataset is focused on Chinese poster layouts and may not represent other languages, writing systems, or design cultures. Images and poster text remain subject to the original dataset terms.
Images in PKU-PosterLayout are distributed under the CC BY-SA 4.0 license according to the local loader metadata.
@inproceedings{hsu2023posterlayout,
title={PosterLayout: A New Benchmark and Approach for Content-aware Visual-Textual Presentation Layout},
author={Hsu, Hsiao Yuan and He, Xiangteng and Peng, Yuxin and Kong, Hao and Zhang, Qing},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
pages={6018--6026},
year={2023}
}
Thanks to PKU-ICST-MIPL for creating the original dataset.
297 commits
PKU-PosterLayout is a content-aware visual-textual poster layout benchmark released with PosterLayout: A New Benchmark and Approach for Content-aware Visual-Textual Presentation Layout. The paper defines the task as arranging predefined text, logo, and underlay elements on a non-empty poster canvas while considering both inter-element and inter-layer relationships. The original benchmark contains 9,974 poster-layout pairs and 905 non-empty canvas images.
This Hugging Face release exposes the repository loader output as parquet files. It includes the original loader-style default config and a ralf-style config for downstream layout-generation workflows.
The dataset supports poster layout generation and layout-conditioned image editing. No public leaderboard is bundled with this Hugging Face packaging.
Poster text is primarily Chinese (zh).
The default config contains original_poster, inpainted_poster, basnet_saliency_map, pfpn_saliency_map, canvas, and annotations.
The ralf-style config contains image_id, original_poster, inpainted_poster, canvas, saliency_map, saliency_map_sub, and annotations.
| Config | Split | Rows |
|---|---|---|
| default | train | 9,974 |
| default | test | 905 |
| ralf-style | train | 7,972 |
| ralf-style | validation | 996 |
| ralf-style | test | 997 |
| ralf-style | no_annotation | 905 |
The original dataset extends PosterErase with layout annotations for content-aware poster layout generation. The annotations describe visual-textual elements and their positions on poster canvases.
The dataset is focused on Chinese poster layouts and may not represent other languages, writing systems, or design cultures. Images and poster text remain subject to the original dataset terms.
Images in PKU-PosterLayout are distributed under the CC BY-SA 4.0 license according to the local loader metadata.
@inproceedings{hsu2023posterlayout,
title={PosterLayout: A New Benchmark and Approach for Content-aware Visual-Textual Presentation Layout},
author={Hsu, Hsiao Yuan and He, Xiangteng and Peng, Yuxin and Kong, Hao and Zhang, Qing},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
pages={6018--6026},
year={2023}
}
Thanks to PKU-ICST-MIPL for creating the original dataset.
297 commits