Add dataset card for MedVSR

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - image-to-image
4
+ tags:
5
+ - medical
6
+ - video-super-resolution
7
+ - medical-imaging
8
+ - surgical-video
9
+ ---
10
+
11
+ # MedVSR Dataset
12
+
13
+ [**Paper**](https://huggingface.co/papers/2509.21265) | [**GitHub**](https://github.com/CUHK-AIM-Group/MedVSR)
14
+
15
+ MedVSR is a framework and dataset collection tailored for medical video super-resolution (VSR). It addresses unique challenges in clinical medical videos, such as camera shake, noise, and abrupt frame transitions, which often lead to alignment errors in standard VSR models.
16
+
17
+ This repository contains preprocessed versions of the following medical datasets used in the study:
18
+ - **HyperKvasir**: Endoscopy images and videos.
19
+ - **LDPolyp**: A large-scale dataset for polyp detection and classification.
20
+ - **EndoVis18**: Data from the Endoscopic Vision Challenge.
21
+
22
+ These datasets cover various medical scenarios, including endoscopy and cataract surgeries, and are used to evaluate the MedVSR model's ability to selectively propagate consistent features and enhance tissue structures.
23
+
24
+ ## Dataset Preparation
25
+
26
+ According to the [official repository](https://github.com/CUHK-AIM-Group/MedVSR), users should download the data from this Hugging Face repository and update the paths in the configuration files (e.g., `options/medvsr_train.yml`) to point to the extracted folders.
27
+
28
+ ## Citation
29
+
30
+ If you find this dataset or the MedVSR framework useful for your research, please cite the following paper:
31
+
32
+ ```bibtex
33
+ @inproceedings{liu2025medvsr,
34
+ title = {MedVSR: Medical Video Super-Resolution with Cross State-Space Propagation},
35
+ author = {Liu, Xinyu and Sun, Guolei and Wang, Cheng and Yuan, Yixuan and Konukoglu, Ender},
36
+ booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
37
+ year = {2025}
38
+ }
39
+ ```