Datasets:

Modalities:
Video
Languages:
English
ArXiv:
License:
File size: 2,001 Bytes
71278cf
 
 
 
 
 
72cae60
71278cf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
pretty_name: Finebadminton-20K
language:
- en
annotations_creators:
- expert-generated
- machine-generated
multilinguality:
- monolingual
license: apache-2.0
configs:
- config_name: annotations
  default: true
  data_files:
  - split: train
    path: "finebadminton-20K/*.json"
---

# Finebadminton-20K

Finebadminton-20K is a public subset of the FineBadminton dataset for fine-grained badminton video understanding.

This release contains:

- 70 full-match videos
- 2,066 annotated rallies
- 20,757 annotated hit instances

The released 20K subset corresponds to 20,757 of the 33,325 hit annotations available in the full FineBadminton collection.

## Dataset Structure

- `videos/`: the 70 full-length source videos included in this release.
- `finebadminton-20K/`: annotation JSON files, one file per source video.
- `benchmark_source_videos.txt`: the list of source videos from this release that were used to construct FineBadmintonBenchmark.

## Relation to FineBadmintonBenchmark

Part of the previously released FineBadmintonBenchmark was constructed from videos contained in this dataset release.

In total, 20 source videos in Finebadminton-20K were used for FineBadmintonBenchmark. The full list is provided in `benchmark_source_videos.txt`.

## Citation

```bibtex
@inproceedings{he2025finebadminton,
  title={Finebadminton: A multi-level dataset for fine-grained badminton video understanding},
  author={He, Xusheng and Liu, Wei and Ma, Shanshan and Liu, Qian and Ma, Chenghao and Wu, Jianlong},
  booktitle={Proceedings of the 33rd ACM International Conference on Multimedia},
  pages={12776--12783},
  year={2025}
}

@misc{he2025finebadminton_arxiv,
  title={Finebadminton: A multi-level dataset for fine-grained badminton video understanding},
  author={He, Xusheng and Liu, Wei and Ma, Shanshan and Liu, Qian and Ma, Chenghao and Wu, Jianlong},
  year={2025},
  eprint={2508.07554},
  archivePrefix={arXiv},
  primaryClass={cs.MM},
  url={https://arxiv.org/abs/2508.07554}
}
```