Distributed Approach to Process Satellite Image Edge Detection on Hadoop Using Artificial Bee Colony

Distributed Approach to Process Satellite Image Edge Detection on Hadoop Using Artificial Bee Colony

Tapan Sharma, Vinod Shokeen, Sunil Mathur
DOI: 10.4018/IJSSMET.2020040105
OnDemand:
(Individual Articles)
Available
$37.50
No Current Special Offers
TOTAL SAVINGS: $37.50

Abstract

The remote sensing domain has witnessed tremendous growth in the past decade, due to advancement in technology. In order to store and process such a large amount of data, a platform like Hadoop is leveraged. This article proposes a MapReduce (MR) approach to perform edge detection of satellite images using a nature-inspired algorithm Artificial Bee Colony (ABC). Edge detection is one of the significant steps in the field of image processing and is being used for object detection in the image. The article also compares two edge detection approaches on Hadoop with respect to scalability parameters such as scaleup and speedup. The experiment makes use of Amazon AWS Elastic MapReduce cluster to run MR jobs. It focuses on traditional edge detection algorithms like Canny Edge (CE) and the proposed MR based Artificial Bee Colony approach. It observes that for five images, the scaleup value of CE is 1.1 whereas, for MR-ABC, it is 1.2. Similarly, speedup values come out to be 1.02 and 1.04, respectively. The algorithm proposed by authors in this article scales comparatively better when compared to Canny Edge.
Article Preview
Top

Introduction

Edge detection is one of the oldest and basic components in the field of image processing. It is the main step required for feature extraction, object detection, and segmentation (Sergio et al., 1987). Edge detection is also a memory-intensive job and becomes crucial to work on better algorithms while focussing on large images. In this experiment, the authors have run a MapReduce program to perform edge detection techniques on satellite images. MapReduce is the distributed processing framework which is designed to process a large set of data in a distributed manner (http://hadoop.apache.org/). This processing engine works upon Hadoop Distributed File System (HDFS). Bigdata and analytics are nowadays are crucial components of any business (Krimpmann & Stühmeier, 2017). The information needs to be processed at a faster rate without compromising on scalability and accuracy of the results. As remote sensing imagery is also witnessing huge growth, it is important to explore novel approaches to process large amount of data. Given there may be different mechanisms to process images on Hadoop, the authors have compared different approaches.

There are many algorithms for edge detection but in this study, the authors have chosen two algorithms with different behavior to run on Hadoop. The first is a gradient operator based Canny Edge algorithm (Canny, 1986), while the other is a bio-inspired Artificial Bee Colony (Karaboga, 2005). These approaches have been designed to be executed in an optimized manner by leveraging the bigdata platform.

There are various gradient operators used for edge detection such as Robert Operator, Sobel Operator, Prewitt Operator, Laplace of Gaussian (LoG) and Canny Edge. Robert Operator is the most simple and quick operator to detect edges and uses 2*2 convolution kernels. Sobel Operator convolves with the original image to calculate approximations of the derivatives. It uses two 3*3 masks for calculation. Prewitt Operator’s mask values are different than Sobel, however, performs in a similar way. LoG is one of the most advanced techniques for edge detection. It is based on the calculation of zero crossings in the second derivative of an image. Canny Edge algorithm is more complex and advanced than the other algorithms. At the same time, it produces a much better output by lowering the error rate and reducing false positives.

The gradient is calculated for each image coordinate. The pixel is considered an edge if the gradient value exceeds the threshold amount. The intensity of edges is relatively higher than nearby pixels. Canny Edge is considered the most complex among all but produces the best output (Juneja & Sandhu, 2009). This paper compared the qualities of all the gradient operators and found that the effect of noise is the least in Canny Edge. Again, Katiyar & Arun (2014) showed that Canny Edge performs best in object extraction. The algorithm produces very few false edges as compared to all others. Sobel operator took the least time. The studies have also derived new Mathematical morphological edge detection practices having a quality similar to existing techniques (Kaur & Aggarwal, 2011). The work of Maini and Aggarwal (2009) compared and provided advantages and disadvantages of these algorithms. It was shown that although Canny Edge Detection is computationally expensive it performs better than other operators, under noisy conditions.

Complete Article List

Search this Journal:
Reset
Volume 15: 1 Issue (2024)
Volume 14: 1 Issue (2023)
Volume 13: 6 Issues (2022): 2 Released, 4 Forthcoming
Volume 12: 6 Issues (2021)
Volume 11: 4 Issues (2020)
Volume 10: 4 Issues (2019)
Volume 9: 4 Issues (2018)
Volume 8: 4 Issues (2017)
Volume 7: 4 Issues (2016)
Volume 6: 4 Issues (2015)
Volume 5: 4 Issues (2014)
Volume 4: 4 Issues (2013)
Volume 3: 4 Issues (2012)
Volume 2: 4 Issues (2011)
Volume 1: 4 Issues (2010)
View Complete Journal Contents Listing