Datasets:
Modalities:
Image
Formats:
imagefolder
Size:
1K - 10K
ArXiv:
Tags:
image
calligraphy
chinese-calligraphy
historical-documents
fine-grained-recognition
cultural-heritage
License:
Add GitHub repository links
Browse files- .gitignore +2 -0
- README.md +3 -0
.gitignore
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
README_all_ch.md
|
| 2 |
README_all.md
|
| 3 |
LOCAL_MAINTENANCE.md
|
|
|
|
| 4 |
bei_sample_90.json
|
| 5 |
tie_sample_90.json
|
| 6 |
bei/
|
|
@@ -8,3 +9,4 @@ tie/
|
|
| 8 |
wild/
|
| 9 |
wild.zip
|
| 10 |
wild.zip.*
|
|
|
|
|
|
| 1 |
README_all_ch.md
|
| 2 |
README_all.md
|
| 3 |
LOCAL_MAINTENANCE.md
|
| 4 |
+
scripts/
|
| 5 |
bei_sample_90.json
|
| 6 |
tie_sample_90.json
|
| 7 |
bei/
|
|
|
|
| 9 |
wild/
|
| 10 |
wild.zip
|
| 11 |
wild.zip.*
|
| 12 |
+
logs/
|
README.md
CHANGED
|
@@ -24,6 +24,7 @@ size_categories:
|
|
| 24 |
<div align="center">
|
| 25 |
|
| 26 |
[](#)
|
|
|
|
| 27 |
[](https://huggingface.co/datasets/Tongji209/HCSU)
|
| 28 |
[](https://www.apache.org/licenses/LICENSE-2.0)
|
| 29 |
[](https://creativecommons.org/licenses/by-nc/4.0/)
|
|
@@ -36,6 +37,8 @@ size_categories:
|
|
| 36 |
|
| 37 |
> **Abstract:** Addressing the "Knowledgeable but unperceptive" dilemma where existing Large Vision-Language Models (LVLMs) possess historical knowledge but lack fine-grained calligraphy style perception, we introduce **HCSU**—the first large-scale dataset and evaluation benchmark specifically tailored for fine-grained historical calligraphy style understanding. HCSU contains 39,307 meticulously annotated high-definition Chinese character images, accompanied by expert-level hierarchical aesthetic descriptions. Through a pioneering rigorous data processing pipeline, we successfully decouple authentic ink manuscripts (**Tie**) from stone rubbings (**Bei**), thoroughly resolving the "modality aliasing" problem that has long plagued the digital cultural heritage field.
|
| 38 |
|
|
|
|
|
|
|
| 39 |
<div align="center">
|
| 40 |
<img src="./assets/head.png" alt="Figure 1: HCSU Dataset Overview and Multi-dimensional Annotation" width="80%">
|
| 41 |
<p><i>Figure 1: The panoramic data experience of HCSU. Beyond single images, we provide technical dimensions of calligraphy expression (Ink Style, Stroke Style, Structure) and expert-level descriptions of aesthetic spirit, enabling highly interpretable fine-grained visual reasoning.</i></p>
|
|
|
|
| 24 |
<div align="center">
|
| 25 |
|
| 26 |
[](#)
|
| 27 |
+
[](https://github.com/209-Tongji/HCSU)
|
| 28 |
[](https://huggingface.co/datasets/Tongji209/HCSU)
|
| 29 |
[](https://www.apache.org/licenses/LICENSE-2.0)
|
| 30 |
[](https://creativecommons.org/licenses/by-nc/4.0/)
|
|
|
|
| 37 |
|
| 38 |
> **Abstract:** Addressing the "Knowledgeable but unperceptive" dilemma where existing Large Vision-Language Models (LVLMs) possess historical knowledge but lack fine-grained calligraphy style perception, we introduce **HCSU**—the first large-scale dataset and evaluation benchmark specifically tailored for fine-grained historical calligraphy style understanding. HCSU contains 39,307 meticulously annotated high-definition Chinese character images, accompanied by expert-level hierarchical aesthetic descriptions. Through a pioneering rigorous data processing pipeline, we successfully decouple authentic ink manuscripts (**Tie**) from stone rubbings (**Bei**), thoroughly resolving the "modality aliasing" problem that has long plagued the digital cultural heritage field.
|
| 39 |
|
| 40 |
+
Code is available at: [209-Tongji/HCSU](https://github.com/209-Tongji/HCSU).
|
| 41 |
+
|
| 42 |
<div align="center">
|
| 43 |
<img src="./assets/head.png" alt="Figure 1: HCSU Dataset Overview and Multi-dimensional Annotation" width="80%">
|
| 44 |
<p><i>Figure 1: The panoramic data experience of HCSU. Beyond single images, we provide technical dimensions of calligraphy expression (Ink Style, Stroke Style, Structure) and expert-level descriptions of aesthetic spirit, enabling highly interpretable fine-grained visual reasoning.</i></p>
|