Off road image segmentation challenge
Challenge yourself to create a model to segment an image from a real-world off-road environment into regions!
Acquisition, Technology and Logistics Agency Advanced Technology Center
  • Closing: Feb 11, 2021 14:59:59
  • 3362 submissions
  • 451 participants
  • 1st 300,000yen 2nd 200,000 yen 3rd 100,000 yen (Common to 2 divisions)
Notice
January 8, 2021 Revised the rule because there was some ambiguity about what method of labeling is allowed for evaluation image data.
January 14, 2021 Added the rule for the format of submissions in the Inference Speed Division.

January 19, 2021 The Runtime system has been modified so that it is no longer possible to load evaluation images when the ScoringService.get_model method is executed. If an error occurs as a result of executing the source code again after the modification, the submitted file may not be displayed on the leaderboard.
January 26, 2021 Fixed a bug in the Inference Speed Division where the submission file with the fastest inference processing speed would be prioritized in the leaderboard even if it did not meet the accuracy threshold.
January 26, 2021 Rerun some submission files that may not have been using the GPU correctly and updated the evaluation.
April 26, 2021 The video of the award ceremony is now available on YouTube.





Purpose
Advanced Defense Technology Center (ADTeC) of Acquisition, Technology & Logistics Agency (ATLA) has been conducting a research on autonomous driving in off-road conditions (unpaved and rough terrain). Unlike self-driving car on public roads, the digital 3D maps and infrastructure such as V2X (Vehicle to Infrastructures, Vehicle to Vehicle, etc.) are not available for off-road vehicles. Therefore, for off-road autonomous driving, it is important to recognize the movable ground plane and the obstacles with high accuracy and speed.
In this competition, we will create an algorithm to segment the image data of actual off-road driving, etc., and hold a contest to determine the segmentation accuracy and inference speed.

The submitted prediction models in this contest will not be directly introduced into the equipment. The prediction models submitted by the prizewinners will be used for comparison with the prediction models developed by ADTeC, after training the full data sets other than those of this contest. The know-how and other information in the submissions could be used in future research and development by the Ministry of Defense or ATLA.

Division
There are two divisions: "Segmentation Accuracy" and "Inference Speed". You can participate in either one or both of these divisions.

DivisionSegmentation AccuracyInference Speed
SubjectCreate an algorithm to divide the region corresponding to an object at the pixel level from an image obtained by driving in an off-road environment.
Target of recognition
road, dirt road, other obstacle
Train DataImages obtained from actual driving in an off-road environment (5014 images)
Region images (3007 images) divided and labeled (19 categories) at the pixel level corresponding to the object
Region images (2007 images) divided and labeled (2 categories) at the pixel level corresponding to the object
Test DataImages obtained from actual driving in an off-road environment (640 images)
Images obtained from actual driving in an off-road environment (333 images)
*However, the data is not disclosed
Submit filePrediction result fileSource code of the model itself and the inference part
Evaluation MethodQuantitative evaluation by IoUQuantitative evaluation by inference speed
However, the model size and IoU must meet the threshold
Prize1st: 300,000yen
2nd: 200,000yen
3rd: 100,000yen
1st: 300,000yen
2nd: 200,000yen
3rd: 100,000yen


Subject
For images obtained by mainly off-road driving, you will be asked to partition the images into the multiple segment at the pixel level, such as the three categories of "road", "dirt road" and "other obstacle".
* You can download the python source code to convert the color-coded image files (png) into a submission file (json) at the data page.