Image Segmentation
ultralytics
nielsr HF Staff commited on
Commit
a56374b
·
verified ·
1 Parent(s): 1003f8d

Add pipeline tag

Browse files

Hi! I'm Niels from the Hugging Face community team.

I've opened this PR to add the `pipeline_tag: image-segmentation` to the model metadata. This will help users discover your model when filtering for segmentation tasks on the Hugging Face Hub. I've also updated the author list and included a brief description based on your paper, [Delineate Anything Flow: Fast, Country-Level Field Boundary Detection from Any Source](https://huggingface.co/papers/2511.13417).

Feel free to merge if this looks good!

Files changed (1) hide show
  1. README.md +23 -4
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
- license: agpl-3.0
3
  library_name: ultralytics
 
 
4
  ---
5
 
6
  # Model Card for Delineate Anything: Resolution-Agnostic Field Boundary Delineation on Satellite Imagery
@@ -10,8 +11,26 @@ library_name: ultralytics
10
  <a href='https://arxiv.org/abs/2511.13417'><img src='https://img.shields.io/badge/Paper-DelAnyFlow-red'></a>
11
  <a href='https://github.com/Lavreniuk/Delineate-Anything'><img src='https://img.shields.io/badge/Code-GitHub-blue'></a>
12
 
13
- by [Mykola Lavreniuk](https://scholar.google.com/citations?hl=en&user=-oFR-RYAAAAJ), [Nataliia Kussul](https://scholar.google.com/citations?user=e3TWBuwAAAAJ&hl=en), [Andrii Shelestov](https://scholar.google.com/citations?user=tqoQKZAAAAAJ&hl=en), [Bohdan Yailymov](https://scholar.google.com/citations?user=XaN-oukAAAAJ&hl=en), [Yevhenii Salii](https://scholar.google.com/citations?user=4jgAsBIAAAAJ&hl=en), [Volodymyr Kuzin](https://www.researchgate.net/profile/Volodymyr-Kuzin), [Zoltan Szantoi](https://scholar.google.com/citations?user=P_pyhi8AAAAJ&hl=en)
 
 
 
 
 
 
14
 
15
- Trained on the 22M+ instances in the FBIS-22M dataset, **Delineate Anything** sets a new SOTA by accurately delineating individual agricultural field boundaries across diverse satellite resolutions and geographic regions.
 
16
 
17
- ![intro](figs/intro.jpg)
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
2
  library_name: ultralytics
3
+ license: agpl-3.0
4
+ pipeline_tag: image-segmentation
5
  ---
6
 
7
  # Model Card for Delineate Anything: Resolution-Agnostic Field Boundary Delineation on Satellite Imagery
 
11
  <a href='https://arxiv.org/abs/2511.13417'><img src='https://img.shields.io/badge/Paper-DelAnyFlow-red'></a>
12
  <a href='https://github.com/Lavreniuk/Delineate-Anything'><img src='https://img.shields.io/badge/Code-GitHub-blue'></a>
13
 
14
+ by [Mykola Lavreniuk](https://scholar.google.com/citations?hl=en&user=-oFR-RYAAAAJ), [Nataliia Kussul](https://scholar.google.com/citations?user=e3TWBuwAAAAJ&hl=en), [Andrii Shelestov](https://scholar.google.com/citations?user=tqoQKZAAAAAJ&hl=en), [Yevhenii Salii](https://scholar.google.com/citations?user=4jgAsBIAAAAJ&hl=en), [Volodymyr Kuzin](https://www.researchgate.net/profile/Volodymyr-Kuzin), [Sergii Skakun](https://scholar.google.com/citations?user=G9_6G6IAAAAJ&hl=en), [Zoltan Szantoi](https://scholar.google.com/citations?user=P_pyhi8AAAAJ&hl=en)
15
+
16
+ **Delineate Anything Flow (DelAnyFlow)** is a resolution-agnostic methodology for fast, country-level agricultural field boundary detection from satellite imagery. It utilizes the **DelAny** instance segmentation model, which is based on a YOLOv11 backbone and trained on the large-scale Field Boundary Instance Segmentation-22M (FBIS 22M) dataset.
17
+
18
+ DelAny delivers state-of-the-art accuracy, showing significantly higher mAP and faster inference than alternatives like SAM2. It supports national-scale applications, having been used to generate a complete field boundary layer for Ukraine (603,000 km²) in under six hours.
19
+
20
+ ![intro](figs/intro.jpg)
21
 
22
+ ## Paper
23
+ [Delineate Anything Flow: Fast, Country-Level Field Boundary Detection from Any Source](https://arxiv.org/abs/2511.13417)
24
 
25
+ ## Citation
26
+ ```bibtex
27
+ @misc{lavreniuk2025delineate,
28
+ title={Delineate Anything Flow: Fast, Country-Level Field Boundary Detection from Any Source},
29
+ author={Mykola Lavreniuk and Nataliia Kussul and Andrii Shelestov and Yevhenii Salii and Volodymyr Kuzin and Sergii Skakun and Zoltan Szantoi},
30
+ year={2025},
31
+ eprint={2511.13417},
32
+ archivePrefix={arXiv},
33
+ primaryClass={cs.CV},
34
+ url={https://arxiv.org/abs/2511.13417},
35
+ }
36
+ ```