nielsr HF Staff commited on
Commit
cae25db
·
verified ·
1 Parent(s): ac6201e

Add link to paper

Browse files

This PR adds a direct link to the paper [LUTSeg: A Longitudinal Multi-Expert Dataset for Ulcer Tissue Segmentation](https://huggingface.co/papers/2608.25866) in the model card's content. The existing YAML metadata already correctly captures the dataset, license, pipeline tag, and relevant tags, so no metadata changes are needed.

Files changed (1) hide show
  1. README.md +11 -9
README.md CHANGED
@@ -1,19 +1,21 @@
1
  ---
 
 
2
  library_name: pytorch
3
- pipeline_tag: image-segmentation
4
  license: apache-2.0
5
- datasets:
6
- - ksanchez84/LUTSeg
7
  tags:
8
- - medical
9
- - semantic-segmentation
10
- - semi-supervised-learning
11
- - dinov2
12
- - medsiglip
13
  ---
14
 
15
  # TiSage Segmentation Checkpoints
16
 
 
 
17
  Trained checkpoints associated with the paper settings for **TiSage: Tissue
18
  Segmentation with Multi-Scale Semantic Guidance**, released with the code and reproducibility material at
19
  [carlosh93/TiSage](https://github.com/carlosh93/TiSage). The paper was selected
@@ -112,4 +114,4 @@ the complete attribution and scope.
112
 
113
  Please cite *LUTSeg: A Longitudinal Multi-Expert Dataset for Ulcer Tissue
114
  Segmentation*, Eleventh ISIC Skin Image Analysis Workshop @ MICCAI 2026. Final
115
- proceedings metadata will be added when the bibliographic record is public.
 
1
  ---
2
+ datasets:
3
+ - ksanchez84/LUTSeg
4
  library_name: pytorch
 
5
  license: apache-2.0
6
+ pipeline_tag: image-segmentation
 
7
  tags:
8
+ - medical
9
+ - semantic-segmentation
10
+ - semi-supervised-learning
11
+ - dinov2
12
+ - medsiglip
13
  ---
14
 
15
  # TiSage Segmentation Checkpoints
16
 
17
+ This model is associated with the paper [LUTSeg: A Longitudinal Multi-Expert Dataset for Ulcer Tissue Segmentation](https://huggingface.co/papers/2608.25866).
18
+
19
  Trained checkpoints associated with the paper settings for **TiSage: Tissue
20
  Segmentation with Multi-Scale Semantic Guidance**, released with the code and reproducibility material at
21
  [carlosh93/TiSage](https://github.com/carlosh93/TiSage). The paper was selected
 
114
 
115
  Please cite *LUTSeg: A Longitudinal Multi-Expert Dataset for Ulcer Tissue
116
  Segmentation*, Eleventh ISIC Skin Image Analysis Workshop @ MICCAI 2026. Final
117
+ proceedings metadata will be added when the bibliographic record is public.