Saransh-cpp commited on
Commit
7956ebc
·
verified ·
1 Parent(s): 96e7539

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +138 -0
  2. images/high_airport_atl.png +3 -0
  3. images/high_airport_cdg.png +3 -0
  4. images/high_airport_daxing.png +3 -0
  5. images/high_airport_den.png +3 -0
  6. images/high_airport_dfw.png +3 -0
  7. images/high_airport_dmm.png +3 -0
  8. images/high_airport_dxb.png +3 -0
  9. images/high_airport_fra.png +3 -0
  10. images/high_airport_hkg.png +3 -0
  11. images/high_airport_hnd.png +3 -0
  12. images/high_airport_icn.png +3 -0
  13. images/high_airport_ist.png +3 -0
  14. images/high_airport_jfk.png +3 -0
  15. images/high_airport_kix.png +3 -0
  16. images/high_airport_lax.png +3 -0
  17. images/high_airport_lhr.png +3 -0
  18. images/high_airport_mad.png +3 -0
  19. images/high_airport_ord.png +3 -0
  20. images/high_airport_pek.png +3 -0
  21. images/high_airport_schiphol.png +3 -0
  22. images/high_boneyard_amarg.png +3 -0
  23. images/high_border_panmunjom.png +3 -0
  24. images/high_border_us_mx_tijuana.png +3 -0
  25. images/high_border_wagah.png +3 -0
  26. images/high_camp_cox_bazar.png +3 -0
  27. images/high_camp_dadaab.png +3 -0
  28. images/high_camp_zaatari.png +3 -0
  29. images/high_choke_bosphorus.png +3 -0
  30. images/high_choke_corinth.png +3 -0
  31. images/high_choke_kiel.png +3 -0
  32. images/high_choke_panama_gatun.png +3 -0
  33. images/high_choke_suez.png +3 -0
  34. images/high_energy_belchatow.png +3 -0
  35. images/high_energy_benban.png +3 -0
  36. images/high_energy_bhadla_solar.png +3 -0
  37. images/high_energy_bruce.png +3 -0
  38. images/high_energy_cattenom.png +3 -0
  39. images/high_energy_grand_coulee.png +3 -0
  40. images/high_energy_gravelines.png +3 -0
  41. images/high_energy_hoover.png +3 -0
  42. images/high_energy_itaipu.png +3 -0
  43. images/high_energy_jamnagar.png +3 -0
  44. images/high_energy_jubail.png +3 -0
  45. images/high_energy_kashiwazaki.png +3 -0
  46. images/high_energy_ouarzazate.png +3 -0
  47. images/high_energy_palo_verde.png +3 -0
  48. images/high_energy_pavagada.png +3 -0
  49. images/high_energy_ras_tanura.png +3 -0
  50. images/high_energy_tarfaya_wind.png +3 -0
README.md ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - image-classification
5
+ - visual-question-answering
6
+ language:
7
+ - en
8
+ size_categories:
9
+ - n<1K
10
+ tags:
11
+ - satellite-imagery
12
+ - earth-observation
13
+ - orbital-triage
14
+ - vlm
15
+ - lfm2
16
+ - liquid-ai
17
+ pretty_name: ORION Satellite Triage Dataset
18
+ ---
19
+
20
+ # Dataset
21
+
22
+ The ORION dataset is a curated collection of satellite imagery and triage labels used to fine-tune the VLM for orbital image classification. Images are fetched from SimSat's Mapbox API and paired with classification prompts and ground-truth labels.
23
+
24
+ ## Dataset Structure
25
+
26
+ ```
27
+ images/
28
+ low_ocean_pacific_nemo.png
29
+ med_city_chicago.png
30
+ high_port_rotterdam.png
31
+ ...
32
+ train_dataset.jsonl
33
+ val_dataset.jsonl
34
+ test_dataset.jsonl
35
+ ```
36
+
37
+ - **images/**: 512x512 RGB satellite images fetched from SimSat
38
+ - **train_dataset.jsonl**: Training samples (240 targets x 2 coordinate dropout = 480 records)
39
+ - **val_dataset.jsonl**: Validation samples (60 targets, always with coordinates; used for eval_loss + best checkpoint selection)
40
+ - **test_dataset.jsonl**: Test samples (60 targets, always with coordinates; held out for ablation and evaluation)
41
+
42
+ ## Target Definitions
43
+
44
+ 360 target locations organized by triage priority and visual morphology:
45
+
46
+ | Class | Count | Visual Morphology |
47
+ | ------ | ----- | -------------------------------------------------------------------------------------------------- |
48
+ | LOW | 120 | Featureless natural terrain: oceans, deserts, ice sheets, dense canopy, geological formations |
49
+ | MEDIUM | 120 | Standard human civilization: urban grids, suburban sprawl, agriculture, towns, infrastructure |
50
+ | HIGH | 120 | Strategic anomalies: mega-ports, mega-airports, energy/dams, mega-mines, military/space facilities |
51
+
52
+ ### LOW Morphologies
53
+
54
+ 1. Standard voids: oceans and water bodies
55
+ 2. Standard voids: deserts, ice sheets, dense canopy
56
+ 3. Hard LOW: coastlines and boundaries that resemble artificial structures
57
+ 4. Hard LOW: geological anomalies (craters, calderas) that mimic mines
58
+ 5. Hard LOW: fractals and textures (deltas, salt flats, reefs) that mimic city streets
59
+
60
+ ### MEDIUM Morphologies
61
+
62
+ 1. Urban grids: dense city centers worldwide
63
+ 2. Suburban sprawl: low-density residential areas
64
+ 3. Agriculture: crop fields, pivot irrigation, terracing
65
+ 4. Standard infrastructure: regional airports, rail yards, commercial zones
66
+ 5. Towns and settlements: isolated clusters in varied terrain
67
+
68
+ ### HIGH Morphologies
69
+
70
+ 1. Mega-ports: Rotterdam, Singapore, LA, etc.
71
+ 2. Mega-airports: Atlanta, Denver, Dubai, Daxing, etc.
72
+ 3. Energy and dams: nuclear plants, solar farms, hydroelectric dams
73
+ 4. Mega-mines and extreme industrial: open-pit mines, refineries
74
+ 5. Space, military, and chokepoints: launch pads, naval bases, canals
75
+
76
+ ## Generation Process
77
+
78
+ [`data_gen.py`](https://Saransh-cpp.github.io/ORION/guides/data-gen/) generates the dataset by:
79
+
80
+ 1. **Proximity filter**: removes targets closer than 2 km to each other (Haversine distance) to avoid duplicate imagery
81
+ 2. **Shuffle and split**: deterministic 3-way IID split (`random.seed(42)`): 240 train / 60 val / 60 test
82
+ 3. **Image fetch**: for each target, fetches a 512x512 satellite image from SimSat's Mapbox static image API at `GET http://localhost:9005/data/image/mapbox`
83
+ 4. **JSONL generation**: creates conversation-format records for fine-tuning
84
+
85
+ ### JSONL Record Format
86
+
87
+ Each line in the JSONL files is a JSON object:
88
+
89
+ ```json
90
+ {
91
+ "image": "orion_dataset/images/high_port_rotterdam.png",
92
+ "conversations": [
93
+ {
94
+ "role": "user",
95
+ "content": "<image>\nYou are an autonomous orbital triage assistant..."
96
+ },
97
+ {
98
+ "role": "assistant",
99
+ "content": "{\"reason\": \"Extreme-density geometric cargo terminals...\", \"category\": \"HIGH\"}"
100
+ }
101
+ ]
102
+ }
103
+ ```
104
+
105
+ ## Coordinate Dropout Augmentation
106
+
107
+ For training samples, each target produces two JSONL records: one with GPS coordinates in the prompt and one without. This 50% coordinate dropout teaches the model to classify based on visual features alone, making it robust when GPS data is noisy or unavailable.
108
+
109
+ ## Prompt Template
110
+
111
+ The prompt matches the ChatML format used by the fine-tuned model and the on-board VlmInferenceEngine:
112
+
113
+ ```
114
+ You are an autonomous orbital triage assistant. Analyze this high-resolution RGB
115
+ satellite image captured at Longitude: X, Latitude: Y.
116
+ Strictly use one of these categories based on visual morphology:
117
+ - HIGH: ...
118
+ - MEDIUM: ...
119
+ - LOW: ...
120
+ You MUST output your response as a valid JSON object. To ensure accurate visual
121
+ reasoning, you must output the "reason" key FIRST, followed by the "category" key.
122
+ ```
123
+
124
+ ## Expected Model Output
125
+
126
+ ```json
127
+ {
128
+ "reason": "Extreme-density geometric cargo terminals and massive vessel berthing.",
129
+ "category": "HIGH"
130
+ }
131
+ ```
132
+
133
+ ## Related
134
+
135
+ - [Fine-tuned model](https://huggingface.co/Saransh-cpp/orion-qlora-lfm2.5-vl-1.6b)
136
+ - [Training guide](https://Saransh-cpp.github.io/ORION/guides/training/)
137
+ - [Training pipeline](https://Saransh-cpp.github.io/ORION/ground-segment/training/)
138
+ - [Data flow architecture](https://Saransh-cpp.github.io/ORION/architecture/data-flow/)
images/high_airport_atl.png ADDED

Git LFS Details

  • SHA256: b826fd00d8be91b6f3397d0e103ca48f2d19cc01996900180adb1ba2637549b7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/high_airport_cdg.png ADDED

Git LFS Details

  • SHA256: 4a9224a4ee9625ff22132570f57019df4f387066d4cae928ad8ccb5ba576c882
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/high_airport_daxing.png ADDED

Git LFS Details

  • SHA256: ab94d3c82d03294510d0aae4232d21641e697d9ae9cd04d891cc5591deda84d5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/high_airport_den.png ADDED

Git LFS Details

  • SHA256: 66451ccaddb2c7626fa28e8f5012bb5cb24ad989dd341d8009f3463851c856c7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/high_airport_dfw.png ADDED

Git LFS Details

  • SHA256: 736f852ec771a44dd30a64382a873af00721ebdae3f59b7f541eb3ddac2a3de2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/high_airport_dmm.png ADDED

Git LFS Details

  • SHA256: aa901d4219232df6714f6e32577f3c1d9d5c4c31af24bbc804ff37fe92f0774e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/high_airport_dxb.png ADDED

Git LFS Details

  • SHA256: a260a381c3c3528cf623fc0a010b7ea895b90153f334d751e863aceb685dee3d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.89 MB
images/high_airport_fra.png ADDED

Git LFS Details

  • SHA256: cd874804e3b536b1586b45fad97660bf2231991f3551d745e05e13dba06df40a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/high_airport_hkg.png ADDED

Git LFS Details

  • SHA256: f5e68d2c2175618eda949c69c37fd9bcbef01def65adf85858cb4adb2cf16150
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB
images/high_airport_hnd.png ADDED

Git LFS Details

  • SHA256: dcf2d4e144f44b196f8dadf49bb711b6d0de5d7a0bbde0bdc9e34a88a8b2865e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.07 MB
images/high_airport_icn.png ADDED

Git LFS Details

  • SHA256: fe327b39700d6a344c5496b457a3047d7ccc18d7b132b60a24583af9467f2100
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/high_airport_ist.png ADDED

Git LFS Details

  • SHA256: d3d9be01b49222e4fe59dd85f61daf243a42b42d623336c51a10140670b89cac
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/high_airport_jfk.png ADDED

Git LFS Details

  • SHA256: 1533ff36dde26cf4aa569a15d9ada0fc0e88a6b558510e83e46fa0e484fe2b84
  • Pointer size: 132 Bytes
  • Size of remote file: 1.23 MB
images/high_airport_kix.png ADDED

Git LFS Details

  • SHA256: 0f8b40a3e4c61bcf46358046b1bcffff82876152feebe8ff4677610b5d7be474
  • Pointer size: 131 Bytes
  • Size of remote file: 704 kB
images/high_airport_lax.png ADDED

Git LFS Details

  • SHA256: cc068bc9995d626a3f0999295061bfe7ab906395ccb473de89df604ab0f8971f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.87 MB
images/high_airport_lhr.png ADDED

Git LFS Details

  • SHA256: 7a06aadf1f39bb085043cda9c9cdafb44e85d0d094098a3b66bc14a38534541c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/high_airport_mad.png ADDED

Git LFS Details

  • SHA256: b6f166a01370781358c56cda272ebf1b5e7dedbf7df90081bbd46973e47c2603
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/high_airport_ord.png ADDED

Git LFS Details

  • SHA256: 6474bbad3511512a546afa8dff1851c586a869c0aabc373812423cac21425d7e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/high_airport_pek.png ADDED

Git LFS Details

  • SHA256: 53aa68514e12079575fcc8f59e62fb2dbb72b68fc96838f608e019fad3dd74ec
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/high_airport_schiphol.png ADDED

Git LFS Details

  • SHA256: 6d665cff094792be9878a66cf237520b422c74c5f13c1247011938de5ebd7cec
  • Pointer size: 132 Bytes
  • Size of remote file: 1.2 MB
images/high_boneyard_amarg.png ADDED

Git LFS Details

  • SHA256: b283d260297a410696d10c4c6360f1f41d243a5111a1648fc3e691e4c15af1e6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/high_border_panmunjom.png ADDED

Git LFS Details

  • SHA256: 0205b15f0aaf98647263b8ed010965ef4b6ad415893834581b740b58c273bf31
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/high_border_us_mx_tijuana.png ADDED

Git LFS Details

  • SHA256: ae0645208c22e91be28dff968224ec2912f64521eabeecd93ec3861e17ecd627
  • Pointer size: 132 Bytes
  • Size of remote file: 2.12 MB
images/high_border_wagah.png ADDED

Git LFS Details

  • SHA256: 2064a8d3e55c3ff20c2b7aa36df43fb369eb2d377e99aa19fa5acf35676799a6
  • Pointer size: 131 Bytes
  • Size of remote file: 950 kB
images/high_camp_cox_bazar.png ADDED

Git LFS Details

  • SHA256: 9075085a10c5319ec493005cf7ea83aea1cd64ab52e4c85aa604f72b31bc76a2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/high_camp_dadaab.png ADDED

Git LFS Details

  • SHA256: de164bc32ab51f2230078fe0791cfdbdcd90279d2344831130f4fb121b01417a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/high_camp_zaatari.png ADDED

Git LFS Details

  • SHA256: 38b7f9fbfd92c5dccedfe9e2e47c7e4a9cff0070bbb1af12d9ed5ae03455102f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/high_choke_bosphorus.png ADDED

Git LFS Details

  • SHA256: 52a4f76302e4c677a66c14955bbbeb0ddeddc5dad6ddea57d7ac21cf192f2737
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/high_choke_corinth.png ADDED

Git LFS Details

  • SHA256: b496001b175a8a8fa992bf9a6f09a035f17bb44280362db02aa91d5ba11b8a52
  • Pointer size: 132 Bytes
  • Size of remote file: 1.87 MB
images/high_choke_kiel.png ADDED

Git LFS Details

  • SHA256: 378e22484a351e50a30e616d547ebf487067cef7a31ee57f28797cca5d553dff
  • Pointer size: 131 Bytes
  • Size of remote file: 833 kB
images/high_choke_panama_gatun.png ADDED

Git LFS Details

  • SHA256: fe280d6b8d8d3e34a2cd0bd072a38e135ec84c3acb69bdd182346284f28bc794
  • Pointer size: 132 Bytes
  • Size of remote file: 1.11 MB
images/high_choke_suez.png ADDED

Git LFS Details

  • SHA256: db287ef1cbe2ff4a88ae6aab3263f2e72a31de741c33f9584a3975d4d5d312b6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/high_energy_belchatow.png ADDED

Git LFS Details

  • SHA256: 12cb8780219e2631fb2cd4396ee1b8bc305e75ea6e479a76c60dd0f45380b8bc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/high_energy_benban.png ADDED

Git LFS Details

  • SHA256: 5a6cc263df95bbc85a33d9d0dd5ce2776ba0745474f73bfb46dda5e5097de14b
  • Pointer size: 131 Bytes
  • Size of remote file: 765 kB
images/high_energy_bhadla_solar.png ADDED

Git LFS Details

  • SHA256: aa7533fb60666ceea3af101e494aa440ae1a3c3252ac75256a8bc8c18ee0ced5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/high_energy_bruce.png ADDED

Git LFS Details

  • SHA256: 2bf37c0e7e54088f13c589c42a78d62cfd0f8bcd5cdf67cbd3f458497be186f4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/high_energy_cattenom.png ADDED

Git LFS Details

  • SHA256: 2e3cda7aa727b37107772e6cb09197b9c707d57bb307b73fc0b83d899f28dee8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.1 MB
images/high_energy_grand_coulee.png ADDED

Git LFS Details

  • SHA256: bfea22014a409b6b82a94d7e91f2d8c53ea23739cb7ad520584f5fa76a933a79
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/high_energy_gravelines.png ADDED

Git LFS Details

  • SHA256: 5e1c65edb1cc9e708e6273266208a11f3c375923392483d01d09c301b94b0bcd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/high_energy_hoover.png ADDED

Git LFS Details

  • SHA256: 0618c518425c9168fdb93bfff78cc6444078db154577e9e8b34d2d9d972efb49
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/high_energy_itaipu.png ADDED

Git LFS Details

  • SHA256: b370132921a31f06e0ee8812063c2c83807346ba4fa8952e6cb269510cf41c42
  • Pointer size: 131 Bytes
  • Size of remote file: 565 kB
images/high_energy_jamnagar.png ADDED

Git LFS Details

  • SHA256: 4d6a3bb86a1e25ef9c0e8e059ca319e963cc6b0fdcbc15f6867045de64da20f2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/high_energy_jubail.png ADDED

Git LFS Details

  • SHA256: 1501345b11064e070b6ca38345bd62504995ac05f5d9151baca23b280429ff44
  • Pointer size: 132 Bytes
  • Size of remote file: 2.01 MB
images/high_energy_kashiwazaki.png ADDED

Git LFS Details

  • SHA256: e536a3726758bd63ed7a346f39b62e259a964dab53dccfd9803ae6a4de9dc730
  • Pointer size: 132 Bytes
  • Size of remote file: 1.13 MB
images/high_energy_ouarzazate.png ADDED

Git LFS Details

  • SHA256: b13eb4ea2b04eb5dda3ca59ceb5a9e3604224c4dbad851bc25238e025314c36f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.16 MB
images/high_energy_palo_verde.png ADDED

Git LFS Details

  • SHA256: 12f84336addcb1d6696a45f3a51200f4060bf1701a839ea75c9fb58662157838
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/high_energy_pavagada.png ADDED

Git LFS Details

  • SHA256: 1b0d8e92ff8b5c82762605fbe02cd9d006edb8e7563ce232d34ebe7fdc58f7f7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.77 MB
images/high_energy_ras_tanura.png ADDED

Git LFS Details

  • SHA256: 764145e829a3e552faa12eba7848cb517db629f9b64e0c4bc05c3cf4e5622410
  • Pointer size: 131 Bytes
  • Size of remote file: 392 kB
images/high_energy_tarfaya_wind.png ADDED

Git LFS Details

  • SHA256: e7e6b1cd6e3674f11351296e5713e19094aa65ca6c081907b5f271f9d6ed81e6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB