English

MaskIt: Masking for efficient utilization of incomplete public datasets for training deep learning models

Computer Vision and Pattern Recognition 2020-06-23 v1 Machine Learning

Abstract

A major challenge in training deep learning models is the lack of high quality and complete datasets. In the paper, we present a masking approach for training deep learning models from a publicly available but incomplete dataset. For example, city of Hamburg, Germany maintains a list of trees along the roads, but this dataset does not contain any information about trees in private homes and parks. To train a deep learning model on such a dataset, we mask the street trees and aerial images with the road network. Road network used for creating the mask is downloaded from OpenStreetMap, and it marks the area where the training data is available. The mask is passed to the model as one of the inputs and it also coats the output. Our model learns to successfully predict trees only in the masked region with 78.4% accuracy.

Keywords

Cite

@article{arxiv.2006.12004,
  title  = {MaskIt: Masking for efficient utilization of incomplete public datasets for training deep learning models},
  author = {Ankit Kariryaa},
  journal= {arXiv preprint arXiv:2006.12004},
  year   = {2020}
}

Comments

5 pages, 3 figures

R2 v1 2026-06-23T16:30:25.097Z