harpreetsahota commited on
Commit
389d11b
·
verified ·
1 Parent(s): 3441ae2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +165 -80
README.md CHANGED
@@ -11,18 +11,21 @@ tags:
11
  - fiftyone
12
  - image
13
  - image-segmentation
14
- dataset_summary: '
 
 
15
 
16
 
17
 
18
 
19
- This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 6000 samples.
 
20
 
21
 
22
  ## Installation
23
 
24
 
25
- If you haven''t already, install FiftyOne:
26
 
27
 
28
  ```bash
@@ -44,9 +47,9 @@ dataset_summary: '
44
 
45
  # Load the dataset
46
 
47
- # Note: other available arguments include ''max_samples'', etc
48
 
49
- dataset = load_from_hub("harpreetsahota/S5Mars")
50
 
51
 
52
  # Launch the App
@@ -54,16 +57,11 @@ dataset_summary: '
54
  session = fo.launch_app(dataset)
55
 
56
  ```
57
-
58
- '
59
  ---
60
 
61
- # Dataset Card for s5mars
62
-
63
- <!-- Provide a quick summary of the dataset. -->
64
-
65
-
66
 
 
67
 
68
 
69
  This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 6000 samples.
@@ -84,141 +82,228 @@ from fiftyone.utils.huggingface import load_from_hub
84
 
85
  # Load the dataset
86
  # Note: other available arguments include 'max_samples', etc
87
- dataset = load_from_hub("harpreetsahota/S5Mars")
88
 
89
  # Launch the App
90
  session = fo.launch_app(dataset)
91
  ```
92
 
93
-
94
- ## Dataset Details
95
-
96
  ### Dataset Description
97
 
98
- <!-- Provide a longer summary of what this dataset is. -->
99
 
 
100
 
 
101
 
102
- - **Curated by:** [More Information Needed]
103
- - **Funded by [optional]:** [More Information Needed]
104
- - **Shared by [optional]:** [More Information Needed]
105
- - **Language(s) (NLP):** en
106
- - **License:** [More Information Needed]
107
 
108
- ### Dataset Sources [optional]
109
 
110
- <!-- Provide the basic links for the dataset. -->
111
-
112
- - **Repository:** [More Information Needed]
113
- - **Paper [optional]:** [More Information Needed]
114
- - **Demo [optional]:** [More Information Needed]
115
 
116
  ## Uses
117
 
118
- <!-- Address questions around how the dataset is intended to be used. -->
119
-
120
  ### Direct Use
121
 
122
- <!-- This section describes suitable use cases for the dataset. -->
123
 
124
- [More Information Needed]
 
 
 
 
125
 
126
  ### Out-of-Scope Use
127
 
128
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
129
-
130
- [More Information Needed]
131
 
132
  ## Dataset Structure
133
 
134
- <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
135
 
136
- [More Information Needed]
 
 
 
 
 
 
137
 
138
- ## Dataset Creation
139
 
140
- ### Curation Rationale
 
141
 
142
- <!-- Motivation for the creation of this dataset. -->
143
 
144
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
145
 
146
- ### Source Data
147
 
148
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
 
 
 
 
149
 
150
- #### Data Collection and Processing
151
 
152
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
153
 
154
- [More Information Needed]
155
 
156
- #### Who are the source data producers?
 
 
 
 
 
 
157
 
158
- <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
159
 
160
- [More Information Needed]
161
 
162
- ### Annotations [optional]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
163
 
164
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
165
 
166
- #### Annotation process
167
 
168
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
 
169
 
170
- [More Information Needed]
 
171
 
172
- #### Who are the annotators?
 
173
 
174
- <!-- This section describes the people or systems who created the annotations. -->
 
 
175
 
176
- [More Information Needed]
 
 
177
 
178
- #### Personal and Sensitive Information
 
 
179
 
180
- <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
181
 
182
- [More Information Needed]
183
 
184
- ## Bias, Risks, and Limitations
185
 
186
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
 
 
 
187
 
188
- [More Information Needed]
189
 
190
- ### Recommendations
191
 
192
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
193
 
194
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
195
 
196
- ## Citation [optional]
 
197
 
198
- <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
199
 
200
- **BibTeX:**
201
 
202
- [More Information Needed]
 
 
 
203
 
204
- **APA:**
205
 
206
- [More Information Needed]
207
 
208
- ## Glossary [optional]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
209
 
210
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
211
 
212
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
213
 
214
- ## More Information [optional]
215
 
216
- [More Information Needed]
217
 
218
- ## Dataset Card Authors [optional]
219
 
220
- [More Information Needed]
 
 
 
221
 
222
  ## Dataset Card Contact
223
 
224
- [More Information Needed]
 
11
  - fiftyone
12
  - image
13
  - image-segmentation
14
+ - nasa
15
+ - mars
16
+ dataset_summary: >
17
 
18
 
19
 
20
 
21
+ This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 6000
22
+ samples.
23
 
24
 
25
  ## Installation
26
 
27
 
28
+ If you haven't already, install FiftyOne:
29
 
30
 
31
  ```bash
 
47
 
48
  # Load the dataset
49
 
50
+ # Note: other available arguments include 'max_samples', etc
51
 
52
+ dataset = load_from_hub("Voxel51/S5Mars")
53
 
54
 
55
  # Launch the App
 
57
  session = fo.launch_app(dataset)
58
 
59
  ```
 
 
60
  ---
61
 
62
+ # Dataset Card for S5Mards Dataset
 
 
 
 
63
 
64
+ ![image/png](s5mars.gif)
65
 
66
 
67
  This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 6000 samples.
 
82
 
83
  # Load the dataset
84
  # Note: other available arguments include 'max_samples', etc
85
+ dataset = load_from_hub("Voxel51/S5Mars")
86
 
87
  # Launch the App
88
  session = fo.launch_app(dataset)
89
  ```
90
 
 
 
 
91
  ### Dataset Description
92
 
93
+ S5Mars (Semi-SuperviSed learning on Mars Semantic Segmentation) is a high-resolution Mars terrain semantic segmentation dataset containing 6,000 images captured by the Mars Science Laboratory (MSL) Curiosity rover. The dataset features sparse, high-confidence annotations designed to support semi-supervised learning approaches for Martian terrain analysis.
94
 
95
+ The dataset addresses the challenge of limited high-quality annotations for Mars imagery by providing carefully curated, confidence-based sparse annotations. This enables research into semi-supervised learning methods that can leverage both labeled and unlabeled Mars terrain data for autonomous rover navigation and planning.
96
 
97
+ Each image is annotated with pixel-level semantic segmentation masks covering 9 terrain classes commonly encountered in Martian landscapes.
98
 
99
+ - **Curated by:** Jiahang Zhang, Lilang Lin, Zejia Fan, Wenjing Wang, Jiaying Liu (Peking University)
100
+ - **License:** Research use
101
+ - **Language(s):** N/A (Image dataset)
 
 
102
 
103
+ ### Dataset Sources
104
 
105
+ - **Repository:** [https://github.com/JHang2020/S5Mars_SSL](https://github.com/JHang2020/S5Mars_SSL)
106
+ - **Paper:** [S5Mars: Semi-Supervised Learning for Mars Semantic Segmentation](https://ieeexplore.ieee.org/document/10499211) (IEEE TGRS 2024)
107
+ - **Original Data Download:** [Google Drive](https://drive.google.com/file/d/130R5z9v2NChVuseNDsH0zSTMolteELkO/view)
 
 
108
 
109
  ## Uses
110
 
 
 
111
  ### Direct Use
112
 
113
+ This dataset is suitable for:
114
 
115
+ - **Mars terrain semantic segmentation**: Training and evaluating models for pixel-level classification of Martian terrain
116
+ - **Semi-supervised learning research**: Developing methods that leverage sparse annotations with unlabeled data
117
+ - **Autonomous rover navigation**: Building perception systems for safe path planning on Mars
118
+ - **Transfer learning**: Pre-training or fine-tuning models for planetary science applications
119
+ - **Domain adaptation**: Studying domain shift between Earth and Mars imagery
120
 
121
  ### Out-of-Scope Use
122
 
123
+ - Real-time mission-critical rover navigation without additional validation
124
+ - Medical or safety-critical applications
125
+ - Any use requiring absolute ground truth accuracy (annotations are sparse and confidence-based)
126
 
127
  ## Dataset Structure
128
 
129
+ ### Image Data
130
 
131
+ - **Total images:** 6,000
132
+ - **Resolution:** 1200 × 1200 pixels
133
+ - **Format:** JPEG
134
+ - **Source:** Mars Science Laboratory (MSL) Curiosity rover imagery
135
+ - **Difficulty splits:**
136
+ - `easy/`: 3,000 images with clearer terrain boundaries
137
+ - `hard/`: 3,000 images with more challenging segmentation scenarios
138
 
139
+ ### Annotations
140
 
141
+ - **Format:** PNG semantic segmentation masks (1200 × 1200 pixels)
142
+ - **Annotation style:** Sparse, confidence-based labeling
143
 
144
+ ### Semantic Classes
145
 
146
+ | Pixel Value | Class Name | Description |
147
+ |-------------|------------|-------------|
148
+ | 0 | background | Unlabeled/null regions |
149
+ | 1 | sky | Martian sky |
150
+ | 2 | ridge | Ridge formations |
151
+ | 3 | soil | Martian soil |
152
+ | 4 | sand | Sandy terrain |
153
+ | 5 | bedrock | Exposed bedrock |
154
+ | 6 | rock | Individual rocks |
155
+ | 7 | rover | Rover components visible in frame |
156
+ | 8 | trace | Rover wheel tracks/traces |
157
+ | 9 | hole | Holes or depressions |
158
 
159
+ ### Data Splits
160
 
161
+ | Split | Samples | Description |
162
+ |-------|---------|-------------|
163
+ | Train | 5,000 | Training set |
164
+ | Validation | 500 | Validation set |
165
+ | Test | 500 | Held-out test set |
166
 
167
+ ### FiftyOne Dataset Format
168
 
169
+ This dataset is provided in [FiftyOne](https://docs.voxel51.com/) format for easy visualization, exploration, and integration with ML workflows.
170
 
171
+ #### Sample Fields
172
 
173
+ | Field | Type | Description |
174
+ |-------|------|-------------|
175
+ | `filepath` | `string` | Absolute path to the image file |
176
+ | `tags` | `list[string]` | Data split membership: `["train"]`, `["val"]`, or `["test"]` |
177
+ | `difficulty` | `string` | Image difficulty category: `"easy"` or `"hard"` |
178
+ | `ground_truth` | `fo.Segmentation` | Semantic segmentation mask |
179
+ | `metadata` | `fo.ImageMetadata` | Image dimensions, size, etc. |
180
 
181
+ #### Mask Targets
182
 
183
+ The `ground_truth` segmentation field uses the following `mask_targets` mapping:
184
 
185
+ ```python
186
+ dataset.mask_targets = {
187
+ "ground_truth": {
188
+ 1: "sky",
189
+ 2: "ridge",
190
+ 3: "soil",
191
+ 4: "sand",
192
+ 5: "bedrock",
193
+ 6: "rock",
194
+ 7: "rover",
195
+ 8: "trace",
196
+ 9: "hole",
197
+ }
198
+ }
199
+ ```
200
 
201
+ **Note:** Pixel value `0` represents background/unlabeled regions and is rendered as invisible in FiftyOne's App.
202
 
203
+ #### Loading the Dataset
204
 
205
+ ```python
206
+ import fiftyone as fo
207
 
208
+ # Load the dataset
209
+ dataset = fo.load_dataset("s5mars")
210
 
211
+ # View dataset info
212
+ print(dataset)
213
 
214
+ # Filter by split
215
+ train_view = dataset.match_tags("train")
216
+ test_view = dataset.match_tags("test")
217
 
218
+ # Filter by difficulty
219
+ easy_view = dataset.match(F("difficulty") == "easy")
220
+ hard_view = dataset.match(F("difficulty") == "hard")
221
 
222
+ # Launch the App
223
+ session = fo.launch_app(dataset)
224
+ ```
225
 
226
+ ## Dataset Creation
227
 
228
+ ### Curation Rationale
229
 
230
+ Deep learning has become a powerful tool for Mars exploration, with terrain semantic segmentation being fundamental for rover autonomous planning and safe driving. However, there is a lack of sufficient detailed and high-confidence data annotations required by most deep learning methods.
231
 
232
+ S5Mars addresses this gap by providing:
233
+ 1. High-resolution imagery from actual Mars rover missions
234
+ 2. Sparse but high-confidence annotations based on annotator certainty
235
+ 3. A benchmark for semi-supervised learning approaches tailored to Mars imagery
236
 
237
+ ### Source Data
238
 
239
+ #### Data Collection and Processing
240
 
241
+ Images were collected from the Mars Science Laboratory (MSL) Curiosity rover's navigation and science cameras. The dataset includes both "easy" and "hard" subsets, categorized based on the complexity of terrain boundaries and segmentation difficulty.
242
 
243
+ #### Who are the source data producers?
244
 
245
+ - **Original imagery:** NASA/JPL-Caltech Mars Science Laboratory mission
246
+ - **Dataset curation:** Researchers at Peking University
247
 
248
+ ### Annotations
249
 
250
+ #### Annotation process
251
 
252
+ Annotations follow a sparse, confidence-based labeling strategy:
253
+ - Annotators label regions where they have high confidence in the terrain classification
254
+ - Ambiguous or uncertain regions are left unlabeled (pixel value 0)
255
+ - This approach ensures high label quality at the cost of completeness
256
 
257
+ #### Who are the annotators?
258
 
259
+ Annotations were created by the research team at Peking University as part of the S5Mars project.
260
 
261
+ #### Personal and Sensitive Information
262
+
263
+ This dataset contains no personal or sensitive information. All images are of Martian terrain captured by NASA's publicly available rover imagery.
264
+
265
+ ## Bias, Risks, and Limitations
266
+
267
+ - **Sparse annotations:** Not all pixels are labeled; unlabeled regions should not be treated as negative examples
268
+ - **Class imbalance:** Sky and common terrain types dominate; rare classes like "rover" and "hole" have fewer samples
269
+ - **Sensor-specific:** Images are from MSL Curiosity rover cameras; may not generalize to other Mars missions
270
+ - **Lighting conditions:** Martian lighting varies; model performance may vary across different times of day
271
+ - **Annotation subjectivity:** Terrain class boundaries can be ambiguous (e.g., soil vs. sand)
272
+
273
+ ### Recommendations
274
+
275
+ - Use semi-supervised learning approaches to leverage unlabeled regions
276
+ - Consider class-weighted losses to handle imbalance
277
+ - Validate on the held-out test set before deployment
278
+ - For critical applications, combine with additional human review
279
+
280
+ ## Citation
281
 
282
+ **BibTeX:**
283
 
284
+ ```bibtex
285
+ @ARTICLE{10499211,
286
+ author={Zhang, Jiahang and Lin, Lilang and Fan, Zejia and Wang, Wenjing and Liu, Jiaying},
287
+ journal={IEEE Transactions on Geoscience and Remote Sensing},
288
+ title={S5Mars: Semi-Supervised Learning for Mars Semantic Segmentation},
289
+ year={2024},
290
+ volume={62},
291
+ pages={1-15},
292
+ doi={10.1109/TGRS.2024.33870211}
293
+ }
294
+ ```
295
 
296
+ **APA:**
297
 
298
+ Zhang, J., Lin, L., Fan, Z., Wang, W., & Liu, J. (2024). S5Mars: Semi-Supervised Learning for Mars Semantic Segmentation. *IEEE Transactions on Geoscience and Remote Sensing*, 62, 1-15.
299
 
300
+ ## Glossary
301
 
302
+ - **MSL:** Mars Science Laboratory, NASA's Mars rover mission featuring the Curiosity rover
303
+ - **Semi-supervised learning:** Machine learning approach using both labeled and unlabeled data
304
+ - **Semantic segmentation:** Pixel-level classification task assigning a class label to each pixel
305
+ - **Sparse annotation:** Labeling strategy where only confident regions are annotated
306
 
307
  ## Dataset Card Contact
308
 
309
+ For questions about the original dataset, please refer to the [GitHub repository](https://github.com/JHang2020/S5Mars_SSL) or contact the paper authors.