International Journal of Recent Technology and Engineering (IJRTE) ISSN: 2277-3878, Volume-7 Issue-5S2, January 2019
Abstract: In the fast-emerging world internet has become the part of life in people’s life, since everyone and everything are connected to internet. The recent technology behind Internet of Drone (IOD) the safe operations on commercial and public use presents communication and computational challenges in the real-world aspects. The usage of multidrone in which the tasks allocated for each drone and the values from the datacentre transferred to the cloud gives the data balancing techniques from an unreachable area. The cameras used in today’s drone can process images quickly in each frame by frame. The drone data analytics methods with high efficiency in the areas of progress monitoring, inspections, and surveying to analyse the data for making key decisions are being identified. The key services includes Pre-visualizations for few concepts, Analysis of Unmanned Aerial Vehicles (UAV) based engineering, grade aerial images,3D point cloud analysis, improved and efficient co- ordination and communication, issue faster resolution. The data viewed and observed through drones are yet to be captured and given to the cloud data centre. 3DPath Planning Algorithm using visibility graph proposed to know the shortest path and the amount of data collected are being measured under visibility graph method. SPF learning algorithm which makes the data to move quickly under each scenario. Drone data processing just expanding into the cloud with bandwidth management for data processing and based on the image detection effective decision will be taken to safeguard the human life and property. This focus on infinitely scalable computational power with web data analytics algorithm having end to end process automation.
Performance of the model is evaluated with the given types of resources and the number of nodes utilized.
Key words: Pre-Visualizations, UAV, Cloud Data Centre, Cloud Computing
I. INTRODUCTION
In the areas of technology based on computers, data processing using Drone has now began with the expansion into the areas of cloud computing platforms. Monitoring the progress of real time data has been an important aspect in the areas of research. Data analytics in application-oriented fields has been another interesting area of implementation.
Smart devices and drones are generating N number of logs for many application classes. The analytic data set creation from each drone has visualized the implementations of machine learning techniques, hence dealing with image data types and video data types. Technologies like Artificial Intelligence and Deep learning are driving the drone
Revised Manuscript Received on Janurary 25,2019
Dr. E. Bijolin Edwin, Assistant Professor, Department Of Computer Science and Engineering, Karunya Institute of Technology and Sciences, Coimbatore, Tamil Nadu, India
Dr. M. RoshniThanka, Assistant Professor, Department Of Computer Science and Engineering, Karunya Institute of Technology and Sciences, Coimbatore, Tamil Nadu, India)
Dr. Shiny Deula, Assistant Professor, Department of Computer Science and Engineering, Jerusalem College of Engineering, Chennai, Tami lnadu, India
evolution and capturing the future evolution. Deep learning is making more possible to solve problems in practical application scenarios. The following areas like bigdata and new algorithms are more powerful that it captures all the areas of recent technology. The artificial intelligence to robots like UAV which enables new applications through intelligent flying vehicles of machines comes the drone scenario which then navigate through data ware house with the distribution centre. The figure 1.1 shows the internet of drone cloud based architecture.
Figure 1.1 Drone Cloud Service Architecture
II. UAV BASED ENGINEERING
UAV is mainly used for the less distance and low altitude information also serves as electronic jamming instrument in military. These can fight efficiency during reconnaissance process. These unmanned vehicle shall be taken for biochemical weapon detection. These can fly inslow speed in order to function avoiding in building hitting. [1] UAV can be used in the communication relay, natural disasters, studies related to environmental, alsoin the border patrol.
With the large scale of agricultural, natural calamity affected area’s and forest survey incidents can be caught immediately to a given range so as to collect the entire data.
The UAV to detect the natural calamity like storm affected areas and capture the victim source became an exceptionally significance. According to the different aspects of affected images near to infra-red affected images are being taken.
The telemetry helps in collecting the images and send for processing to the cloud data centre with machine learning algorithm to distinguish the human and most valuable life in the affected areas.
Ariel Parameters:
An Internet of Drone (IOD) Based Data Analytics in Cloud for Emergency Services
E. Bijolin Edwin, M. RoshniThanka, Shiny Deula
Parameter Name
Value of the parameter
Achieved (Y/N)
Result Analyzed
J0 0.0455mm Y analyzed
K0 0.344mm Y Error
Reported
G 34.44mm N Result
analyzed
N 250mm N Error
Reported
Time 9s Y Result
analyzed 3D Point cloud Analysis:
Point clouds are the set of data points captured from the drones from space. These are being produced by 3D scanners,that measures a large number of points with other outer surfaces and the minimal objects around them.These point clouds are used for multi purposes which includes multitude of different methods of visualizations, object animation, mass kind of customization and other applications too.
Drones are providing sufficient tools that argument the recent traditional data collection tools.These are a package solution with the intend to make data collection, data processing, and data analytics. [4][5][6] These methods produce an efficient, inexpensive and accurate data processing methodologies that helps in the data acquisition also. Few general aspectsincludes feature detection of images from drones, Feature matching with robust and secure, Data adjustment, Dense matching and deature modelling.
Grade ariel images:
Grade ariel images can be fascinated along with the topical view by the building watch towers, walls with high fort, that can capture the glimpse from the top.
III. EXISTING GENETIC NEURAL NETWORK ALGORITHM
One of the best search based algorithm is the Genetic neural network algorithm. Genetic algorithm which is a global optimization toolthat can be made to solve optimization problemin planning a path in UAV. These algorithm pertains globally optimal solutions generations by generations. Thisalgorithm is the most inspiration to human mankind. The main concept behind this algorithm is natural selection and genetics. Evolutionary computation methods are the main objective of this genetic algorithm. Various optimization problemshas been identified and solved using this algorithm.[2] As a result of this population of possible solutions have been identified and been worked out.
Recombination and mutation are the major protocolimplemented in this algorithm. These produce new children and in various generations these process is repeated. Each candidate solutionis been initiated with a fitness value which is based on its objective function value.
Then another aspects called fitter individuals is been assigned with n number ofoptions and a chance to mateby then they can yield more fitter individuals. Evolving better kind of individuals keep the generations till it reaches the stopping initiation.[3] These genetic algorithms does not
need any information in a derivative manner. These are more efficient and faster which is then compared to the existing methods. It also has a parallel type of capabilities.
The multi objective problems will be optimizedwith discrete and continuous objective problems. These provides with a solutions of good list and not an individual solution. These get better over the time. Every problems cannot be solved because the intake of data is higher.
Steps involves here are as follows:
Step 1: Create a population of randomly generated numbers
Step 2: A score called as fitness function for each member of the population based on certain goal is selected Step 3: Breeds and selects the members of best population
to produce more like the values given
Step 4: Mutates few members taken randomly to find better candidates
Step 5: Deletes off the rest survival area of the fittest value and all
Step 6: Step 2 repeated Each iteration passing through these steps is a generation
Step 7: Repeat these process to n number of times that should be left with n number of timesand possible members of the population
Pseudo code:
Drone Making Use of Artificial Intelligence:
Drone being controlled through Artificial intelligence, where it plays the role of a human interaction. Performance is better than Human People. This has inbuilt algorithms that can make the drones collect typical data sets. ALPHA is an existing methodology mainly built for military combat.
Performance being shown that offensive and defensive modes were more regressive during testing phases.[1][2]ALPHA can process the data from sensor nodeswhich moves for four combats with less than a milli seconds that is a reasonable one. The drone in service is shown in the figure 2.1.
defcreate_population(Image, count):
"""Create a population of random networks.
Passing Args:
count (int): Number of network images to generate, size of the population generated
"""
pop = []
for _ in range(0, count):
# Create a random network of values determined.
network = Network(self.nn_param_choices) network.create_random()
# Add the network to our population.
pop.append(network) return pop
International Journal of Recent Technology and Engineering (IJRTE) ISSN: 2277-3878, Volume-7 Issue-5S2, January 2019
Figure 2.1 Drone in service
IV. MACHINE LEARNING PRINCIPLES The issues in the existing genetic algorithm can be made more accurate by the machine learning principles.
Recognizing an image by human is intuitively perfect and the consequence is clear. Doing so with the artificial intelligence is different.The figure 4.1 and 4.2 shows the process flow. The convolution steps are explained as follows:
Figure 4.1 Machine Learning Process
The processing of the telemetry image works as follows:
Step 1: Splitting the images into small tiles Step 2: Provide each image tiles into the process
Step 3: Store the output for each image tile in a new array Step 4: Down sampling
Step 5: Make the final decision
Table: 4.1 Evaluated 15,000 images using Machine Learning
(6000 images are human images and 9000 images are not human images
Predicted "Human"
Predicted "not a Human"
Human Image 5,560 440
Not a Human image 162 8838
The processing of images includes the convolution, max- pooling, and fully-connected network. While taking the real
time samples, these steps can be repeating many times with more convolution layers. These steps continue until a single final result is obtained. 97 % accuracy can be obtained through the process.
Table 4.2 Parameters
No Of Layers
Neurons per layer
Dense layer activation
Network optimizer
Accuracy Datas Captured
2 768 elu Adamax 56.03
2 512 elu Adamax 55.65
3 314 elu Adamax 52.12
Figure 4.2 Flow diagram of the received image
Elu is the exponential linear unit used for dense layer activations of the system. When the number of layers being in the level of 2 the accuracy in the data being captured is the 56% approximately.
Drone data and cloud computing :
With the help of computer based technology drone data processing has equipped with the expansion of infinity scalable computational power, and with the automation of end to end systems. Here the cloud based platforms can support any kind of data stored in the data centers, with the maximum through put and with maximum quality. [7][8][9]
At the end the cloud processing and the data processing can be made satisfied so that the data process creation can spark new ideas with the drone collected data available in local processing.
Method of Data Handling as a Group (MDHG) algorithm:
This is a family of inductive algorithms with the modelling of mathematics and computer-based applications and data sets with multi parameters which has a good optimization model. Sorting out methods is the major
concept behind this scenario that can sort a good number of data when needed [1][5].
Implementation:
Deployment to the cloud :
Creation of Pytorch Deep learning VM instance for cloud Deployment:
Table 4.3 Drone Usage
Drone Type Layer Units Max Load(Kms) Max.Speed (Km/Hr)
D1 1 13 8.55 35
D2 1 10 2.03 40
D3 1 10 3 50
D4 2 2 5.1 90
D5 2 4 4.8 105
The Above table gives the information pertaining to the type of drone implemented, the layer in which the data handled, the maximum load undertaken by the drone to capture objects and the distance travelled is been identified for each drone and the Maximum speed in which the drone can fly.
Figure 4.3 Survey on Land Destroyed
V. CONCLUSION
In the mode of practical method of ariel data collection, the deployment of network structure, distribution of node allocation, the path planning and data collection are the major parameters for working with this drone architecture.
Here the speed of the path planning has been initialized with greater performance ratio. The spatial continuity in collection of data through these drones was enormous and the data transformed to the cloud region with activating n number of virtual machines using deep learning had a very good thirst in these areas. The details of the packet loss have been taken care and the storage capacity had been increased due to the enormous information in the cloud data centre.
The processed data is considered for immediate action in the emergency areas. In future the data loss has to be reduced with more level of accuracy. Data transmission rate also has to be taken into consideration.
REFERENCES
1. Adrian Carrio, Carlos Sampedro, Alejandro Rodriguez-Ramos, and PascualCampoy, A Review of Deep Learning Methods and Applications for Unmanned Aerial Vehicles, Computer Vision and Aerial Robotics Group, April 2017.
2. BasitQureshiAnisKoubâa Mohamed-
FouedSritiYasirJavedMaramAlajlan, Dronemap - A Cloud-based Architecture for the Internet-of-Drones, International Conference on Embedded Wireless Systems and Networks (EWSN) 2016, 15–17 February, Graz, Austria.
3. Lan Zhang, Bing Wang, WeilongPeng, Chao Li, Zeping Lu and Yan Guo, Forest Fire Detection Solution Based on UAV Ariel Data, International Journal of Smart Home, vol. 9, no. 8 (2015), pp.239- 250.
4. EniDwiWardihani, MagfurRamdhani, Amin Suharjono, Thomas AgungSetyawan, SidiqSyamsulHidayat, Helmy, SaronoWidodo, Eddy Triyono, FirdanisSaifullah, Real-Time Forest Fire Monitoring System Using Unmanned Aerial Vehicle, Journal Of Engineering Science And Technology, vol. 13, no. 6 (2018), pp. 1587 – 1594.
5. J. Li and Y. Li, “Dynamic analysis and pid control for a quadrotor,” in Mechatronics and Automation (ICMA), 2011 International Conference on IEEE, 2011, pp. 573–578.
6. K. U. Lee, H. S. Kim, J. B. Park, and Y. H. Choi, “Hovering control of a quadrotor,” in Control, Automation and Systems (ICCAS), 2012 12th International Conference on. IEEE, 2012, pp. 162–167.
7. E.Bijolin Edwin, Dr.P.UmaMaheswari, M.RoshniThanka, Fragmentation and Dynamic Replication Model in Multicloud by Data Hosting with Secured Data Sharing, Asian Journal of Research in Social Sciences and Humanities, Feb 2017, vol. 7, pp. 459-474.
8. E.Bijolin Edwin, Dr.P.UmaMaheswari, M.RoshniThanka, A Survey on Security Assurance Architecture in Virtualization implementation on Cloud, International Journal of Science, Engineering and Technology Research, Nov 2012, vol. 1, issue 5, pp. 154-159.
9. M.RoshniThanka, Dr.P.UmaMaheswari, E.Bijolin Edwin, An improved efficient: Artificial Bee Colony algorithm for security and QoS aware scheduling in cloud computing environment Cluster Computing, Springer September 2017, vol. 23.
10. [10] R.Srimathi, E.Bijolin Edwin, Data Hosting in Multi Cloud using Fragmentation and Dynamic Replication, International Journal of Engineering Science and Technology (IJEST), vol. 8, March 2016, pp. 46-51.
11. M.RoshniThanka, Dr.P.UmaMaheswari,E.Bijolin Edwin, An Optimized Multi-Objective Job Scheduling in Cloud Environment, Asian Journal of Research in Social Sciences and Humanities, vol. 6, August 2016, pp. 818-828.
12. P.BrightPrabakar, E.Bijolin Edwin, Energy Efficient Virtual Machine Monitoring Architecture for Green Cloud Computing, International Journal of Computer Applications, vol. 65, March 2013, pp.15-18.
13. Gowsic, K, Shanthi, N &Preetha, B 2017, ‘Firefly Resources Optimization Technique for Data Delivery in Wireless Multimedia Sensor Networks’, Asian Journal of Research in Social Sciences and Humanities, vol. 7, no. 1, pp. 1011-1029 Online ISSN : 2249-7315.
Article DOI : 10.5958/2249-7315.2017.00039.9.
14. Gowsic, K, Shanthi, N &Preetha, B 2016, ‘Resource Optimized Spectral Route Selection Protocol For WMSN Surveillance Application’ Asian Journal of Information Technology, vol. 15, no.
19, pp. 3734-3741 online ISSN: 1682-3915.
1. Deploy a compute engine instance with the frame work of machine learning images from Drone 2. Compute engine launch with abstracted image 3. Enter a deployment name for application
emergency services, that will be the root of the virtual machine
4. Set the entire frame work to PyTorch and choose the required zone
5. GPU type being chosen
6. Check the combination for the data center images 7. Initialize NVIDIA driver that can be used using
GPU
8. Check GPU quota
9. Enable the deployment stage image caught from drone
10. After implementation the page will be updated and the data center status will be noted with the amount of utilization.
International Journal of Recent Technology and Engineering (IJRTE) ISSN: 2277-3878, Volume-7 Issue-5S2, January 2019
15. E. Bijolin Edwin, P. Umamaheswari& M. RoshniThanka, ”An efficient and improved multi-objective optimized replication management with dynamic and cost aware strategies in cloud computing data center”, Cluster Computing, Springer, ISSN 1386- 7857, DOI 10.1007/s10586-017-1313-6, 21 November 2017.
16. Guang Yang, XingqinLin,Yan Li, Hang Cui, Min Xu, Dan Wu, HenrikRydén,Sakib Bin Redhwan, A Telecom Perspective on the Internet of Drones, 2018.
17. Lin Mengc, Takuma Hirayamab, Shigeru Oyanagi, The Development of Underwater-Drone equipped with 360-degreePanorama Camera in Opensource Hardware,2017 International Conference on Identification, Information and Knowledge in the Internet of Things, Science Direct, Procedia Computer Science, vol. 129 (2018), pp.438–
442.
AUTHOR’S PROFILE
Dr. E. BijolinEdwin,is an Assistant Professor in Department of Computer Science and Engineering, Karunya Institute ofTechnology and Sciences, India. He received his Master of Engineering in Computer Science and Engineering from Anna University, Chennai, India. He has completed his Ph.D.in the areas of Cloud Computing. His research interests include Cloud Computing, image Processing, IOT. He is an Life time member of Computer Society of India.
Dr.M. RoshniThanka,received her Bachelor of Engineering degree (Computer Science) in 2006 and Master of Engineering (Computer Science) degree in 2008.She has completed her Ph.D. in the areas of Cloud Computing. She is currently working as an Assistant Professor in the department of Computer Science and Engineering in Karunya Institute ofTechnology and Sciences, Coimbatore. Herresearch interest is mainly based on Networking, Cloud Computing and IoT.
Dr.ShinyDeula, completed her Ph.Din the areas of Cloud Computing.
She is currently working as an Assistant Professor in the department of Computer Science and Engineering in Jerusalem College of Engineering, Chennai. Her Research areas include Cloud Computing, Big Data.