ArticlePublisher preview available

Smart city urban planning using an evolutionary deep learning model

Authors:
To read the full-text of this research, you can request a copy directly from the author.

Abstract and Figures

Following the evolution of big data collection, storage, and manipulation techniques, deep learning has drawn the attention of numerous recent studies proposing solutions for smart cities. These solutions were focusing especially on energy consumption, pollution levels, public services, and traffic management issues. Predicting urban evolution and planning is another recent concern for smart cities. In this context, this paper introduces a hybrid model that incorporates evolutionary optimization algorithms, such as Teaching–learning-based optimization (TLBO), into the functioning process of neural deep learning models, such as recurrent neural network (RNN) networks. According to the achieved simulations, deep learning enhanced by evolutionary optimizers can be an effective and promising method for predicting urban evolution of future smart cities.
This content is subject to copyright. Terms and conditions apply.
APPLICATION OF SOFT COMPUTING
Smart city urban planning using an evolutionary deep learning model
Mansoor Alghamdi
1
Accepted: 4 April 2023 / Published online: 18 April 2023
ÓThe Author(s), under exclusive licence to Springer-Verlag GmbH Germany, part of Springer Nature 2023
Abstract
Following the evolution of big data collection, storage, and manipulation techniques, deep learning has drawn the attention
of numerous recent studies proposing solutions for smart cities. These solutions were focusing especially on energy
consumption, pollution levels, public services, and traffic management issues. Predicting urban evolution and planning is
another recent concern for smart cities. In this context, this paper introduces a hybrid model that incorporates evolutionary
optimization algorithms, such as Teaching–learning-based optimization (TLBO), into the functioning process of neural
deep learning models, such as recurrent neural network (RNN) networks. According to the achieved simulations, deep
learning enhanced by evolutionary optimizers can be an effective and promising method for predicting urban evolution of
future smart cities.
Keywords Deep learning Multi-objective optimization RNN Smart cities TLBO Urban planification
Abbreviations
AI Artificial intelligence
ANN Artificial neural network
DL Deep learning
EANN Evolutionary artificial neural networks
EKF Evolutionary Kalman filter
GA Genetic algorithm
GANN Genetic artificial neural networks
IoT Internet of Things
LSTM Short-term memory
MAE Mean absolute error
MAPE Mean absolute percentage error
ML Machine learning
NN Neural network
RMSE Root mean square error
RNN Recurrent neural networks
SAE Staked auto-encoder
SC Smart city
TLBO Teaching–learning-based algorithm
WNN Wavelet neural networks
WOA Whale optimization algorithm
1 Introduction
The urban population continues doubling throughout the
world. In 2007, for the first time, the number of people
living in cities exceeded the number of people living in
rural areas. In 2030, the urban population will be about
60% of the world’s population (World Bank 2022).
This urban evolution poses several economic, social,
and environmental challenges, such as non-resilience,
pollution, non-sustainability, and congestion. This makes
smart cities a necessity in the future. Thus, planning and
predicting the urban evolution of the city is vital for smart
cities to meet several technological security and connec-
tivity requirements to optimize the living experience of the
residents.
At the same time, information technology is involved in
different aspects of our lives. The concept of smart cities is
possible due to the increased use of Internet of Things
(IoT) connected objects, making data collection easier
(Mnasri et al. 2018). Smart cities combine several recent
technologies, especially artificial intelligence (AI), to
optimize numerous issues, such as planning the urban
evolution, managing the energy consumption, controlling
the pollution levels, and estimating the road traffic (Cal-
zada et al. 2021). Several cities worldwide, such as Rome,
Paris, Boston, and Tokyo, have started implementing these
technologies.
However, many issues and challenges arise when plan-
ning the evolution of the structure of a smart city. For
&Mansoor Alghamdi
malghamdi@ut.edu.sa
1
Department of Computer Science, Applied College,
University of Tabuk, Tabuk, Saudi Arabia
123
Soft Computing (2024) 28:447–459
https://doi.org/10.1007/s00500-023-08219-4(0123456789().,-volV)(0123456789().,-volV)
Content courtesy of Springer Nature, terms of use apply. Rights reserved.
... Arief, 2023). Smart cities can be used as a learning method for many communities, such as learning about technology, the times, and etc. (Alghamdi, 2023). ...
... Meanwhile in 2023, there was a decrease in the trend of smart services, declining from the previous 271 articles in 2022 to 178 articles in 2023. In a decade, studies on smart cities have shifted based on research topics(Alghamdi, 2023). ...
Article
Full-text available
This research focuses on the development of online services using Artificial Intelligence (AI) created to build a concept of smart city based on E-Government. The focus of this research is to answer the question: Is the implementation of smart city effective in improving the quality of public services? The impact of smart city implementation on the development of public services is also discussed. The results of this research show that governments in the Asian region are increasingly utilizing AI for ubiquitous connectivity, and a range of other technologies to help solve the most pressing urban issues, ranging from population growth and congestion to environmental sustainability as well as improving administrative effectiveness. The use of chatbots is also utilized by the governments in Asia to assist conversations with AI technologies in managing service issues. These findings shed light on an important theoretical foundation focused on human-computer interaction and clarify the benefits of using AI technologies. ABSTRAK Studi penelitian ini berfokus pada pengembangan layanan online dengan menggunakan Artificial Intelligence (AI) yang dibuat untuk menciptakan konsep smart city berbasis E Government. Fokus dari studi penelitian ini adalah untuk menjawab pertanyaan: Apakah implementasi smart city efektif dalam meningkatkan kualitas pelayanan publik? Dampak dari implementasi smart city terhadap perkembangan pelayanan publik juga dibahas. Hasil dari penelitian ini menunjukkan bahwa pemerintah di kawasan Asia semakin memanfaatkan AI untuk konektivitas di mana-mana, dan berbagai teknologi lainnya untuk membantu memecahkan masalah perkotaan yang paling mendesak, mulai dari pertumbuhan penduduk dan kemacetan hingga kelestarian lingkungan dan meningkatkan efektivitas administrasi. Penggunaan chatbot juga dimanfaatkan oleh pemerintah di Asia untuk membantu percakapan dengan teknologi AI dalam mengelola masalah layanan. Temuan ini menjelaskan landasan teori penting yang berfokus pada interaksi manusia-komputer dan memperjelas manfaat penggunaan teknologi AI.
... Semantic segmentation of remote sensing image is a fundamental task in Earth observation, forming the foundation for various downstream applications, such as environmental monitoring [1,2,3], disaster management [4,5,6], and urban planning [7,8,9]. In recent years, to achieve efficient and accurate semantic segmentation, researchers have increasingly turned to deep learning methods for the automatic interpretation of remote sensing data. ...
Preprint
Semantic segmentation plays a crucial role in remote sensing applications, where the accurate extraction and representation of features are essential for high-quality results. Despite the widespread use of encoder-decoder architectures, existing methods often struggle with fully utilizing the high-dimensional features extracted by the encoder and efficiently recovering detailed information during decoding. To address these problems, we propose a novel semantic segmentation network, namely DeepKANSeg, including two key innovations based on the emerging Kolmogorov Arnold Network (KAN). Notably, the advantage of KAN lies in its ability to decompose high-dimensional complex functions into univariate transformations, enabling efficient and flexible representation of intricate relationships in data. First, we introduce a KAN-based deep feature refinement module, namely DeepKAN to effectively capture complex spatial and rich semantic relationships from high-dimensional features. Second, we replace the traditional multi-layer perceptron (MLP) layers in the global-local combined decoder with KAN-based linear layers, namely GLKAN. This module enhances the decoder's ability to capture fine-grained details during decoding. To evaluate the effectiveness of the proposed method, experiments are conducted on two well-known fine-resolution remote sensing benchmark datasets, namely ISPRS Vaihingen and ISPRS Potsdam. The results demonstrate that the KAN-enhanced segmentation model achieves superior performance in terms of accuracy compared to state-of-the-art methods. They highlight the potential of KANs as a powerful alternative to traditional architectures in semantic segmentation tasks. Moreover, the explicit univariate decomposition provides improved interpretability, which is particularly beneficial for applications requiring explainable learning in remote sensing.
... According to the aforementioned studies, EC algorithms have been applied to enhance the performance of Artificial intelligence (AI)-based models and to enhance the accuracy of their output. To provide novel EC-based scheduling strategies, several researchers offered a range of parametric modification and load-balancing approaches to optimize search space exploration and exploitation [28][29][30][31][32][33][34]. ...
Article
Widespread traffic congestion significantly impacts the quality of life, posing several problems and challenges. To reduce traffic congestion, it is necessary to have accurate information about traffic flow. Accurately predicting traffic flow is challenging due to its uncertainty, nonlinearity and time-varying characteristics. A traffic management system in a city is the most important component for traffic flow prediction. This can assist drivers in selecting the best routes to their intended destinations. Therefore, cities need a comprehensive system for more precise traffic flow forecasts. Consequently, various Artificial Intelligence (AI) based techniques have been developed over time to address the issues associated with traffic flow forecasts. One of them is computational intelligence (CI), a subset of AI that can be used with AI techniques to deal with the nonlinearity and randomness of traffic flow in a better way. This review presents a detailed analysis of evolutionary computation (EC) methodologies, which belong to the field of computational intelligence. Swarm intelligence (SI) and evolutionary algorithms are types of EC techniques, each presenting optimization frameworks characterized by unique theories and objective functions. Most often employed techniques such as particle swarm optimization (PSO), genetic algorithm (GA), ant colony optimization (ACO) and artificial bee colony (ABC) are discussed and have been used to solve road traffic flow prediction problems. Additionally, hybrid approaches that combine EC techniques with AI-based techniques leverage the strengths of both methods to enhance the prediction accuracy of traffic flow models. This study examines and summarizes the most recent articles on the application of EC techniques in traffic flow prediction. Challenges and possibilities for future research work are also illustrated. The objective of this paper is to contribute to the existing knowledge by compiling, analyzing and evaluating the developments in evolutionary computation techniques as they relate to the prediction of traffic flow on roads.
... Today, available technologies make it possible to conceive of a place or personalized and citizen-driven city [42,43]. In [5], the authors emphasize the extent to which the friendly, smart city blends the best of two atmospheres: first, a people-centered and social city; and second, a smart city that embraces the opportunity of future Internet and technology-driven innovations, such as living labs, Internet of things (IoT), and big data. ...
Conference Paper
Full-text available
Given inadequate public health conditions and weak leadership processes in epidemiological containment and prevention in the cities of Ecuador, the generation of local information is required for public decision-making regarding COVID-19, taking advantage of socio-technological innovations as support for spatial planning processes. This article proposes the design and application of a model for the prevention of epidemiological contagion risks in public spaces and places of social congregation, which facilitates the identification of behavioral patterns that imply epidemiological contagion risks and the design of healthy cities; as well as the development of networks of care and mutual support in the face of socio-spatial needs due to pandemic events. The study focuses on theoretical and empirical advances in the processes of epidemiological surveillance in the public space based on collective intelligence mediated with disruptive technologies. The results obtained through a mixed methodological design of the quantitative and qualitative analysis, which includes primary information sources, thanks to the application of citizen surveys and public space control reports of the Municipality of Chone, a prototype model of collaborative and anonymous surveillance software is defined, characterized by 3 functions: a) participatory surveillance assigned to the public space users, b) the assisted surveillance function, and c) the care network. The research suggests the governmental adoption of this cognitive model through a function called "Community COVID-19" added to the existing Cognitive Urban Planning web platform, to train its operability and initiate the recording of incidents in real-time in the territory.
... Today, available technologies make it possible to conceive of a place or personalized and citizen-driven city [42,43]. In [5], the authors emphasize the extent to which the friendly, smart city blends the best of two atmospheres: first, a people-centered and social city; and second, a smart city that embraces the opportunity of future Internet and technology-driven innovations, such as living labs, Internet of things (IoT), and big data. ...
Article
Full-text available
According to the United Nations (UN), a "continuous, participatory, and inclusive urban planning process should be the starting point and framework for improving population living conditions," and this research emerges from examining trends in smart cities. It explores the impact of collective intelligence, geographical information systems, and cognitive systems as a way of supporting the decision-making of local governments (municipalities) to face the challenges announced by the UN in the Urban Agenda 2017. This methodology employs an exploratory approach using the participatory action research method. The model was tested in three municipalities in Ecuador using a technological and collaborative platform called Cognitive Urban Planning (PUC). The results highlighted improvements in the decision-making process in urban planning, since the interactive participation processes through the PUC allowed for the suggestion of a group of strategies for an emerging neighborhood plan developed with the citizens working together in the municipality in real-time. In conclusion, the effects of the decision-making plan could be applied to improve and enhance community participation through city co-creation, supporting the decision-making process of municipalities in a way that promotes inclusive urban planning and stakeholders' awareness, as the recommended plans are supported by the desires and needs raised by citizens.
... Transfer Learning improves the hybrid model's capacity to estimate energy loads using the experience amassed from comparable jobs. This bidirectional technique enhances the precision of recording the energy consumption sequence by considering the context of the preceding and succeeding energy usage (Alghamdi, 2024). ...
Article
Full-text available
In smart cities, sustainable development depends on energy load prediction since it directs utilities in effectively planning, distributing and generating energy. This work presents a novel hybrid deep learning model including components of the Improved-convolutional neural network (CNN), bidirectional long short-term memory (Bi-LSTM), Graph neural network (GNN), Transformer and Fusion Layer architectures for precise energy load forecasting. Better feature extraction results from the Improved-CNN's dilated convolution and residual block accommodation of wide receptive fields reduced the vanishing gradient problem. By capturing temporal links in both directions, Bi-LSTM networks help to better grasp complicated energy use patterns. Graph neural networks improve predictive capacities across linked systems by characterizing the spatial relationships between energy-consuming units in smart cities. Emphasizing critical trends to guarantee reliable forecasts, transformer models use attention methods to manage long-term dependencies in energy consumption data. Combining CNN, Bi-LSTM, Transformer and GNN component predictions in a Fusion Layer synthesizes numerous data representations to increase accuracy. With Root Mean Square Error of 5.7532 Wh, Mean Absolute Percentage Error of 3.5001%, Mean Absolute Error of 6.7532 Wh and R² of 0.9701, the hybrid model fared better than other models on the ‘Electric Power Consumption’ Kaggle dataset. This work develops a realistic model that helps informed decision-making and enhances energy efficiency techniques, promoting energy load forecasting in smart cities.
Book
Full-text available
Dear Colleagues and Friends, dear All Welcome to the second edition of the International Conference on Sustainable Transport (SuTra 2024). This book of abstracts reflects our collective journey toward this event in which you are participating. In a world where globalization is rapidly evolving, the transportation of goods and people faces growing challenges. To meet the increasing demand across various transport modalities, we must focus on the sustainability of these systems. The SuTra conference aims to promote multidisciplinary research and practical experiences that explore solutions to reduce transportation's environmental impact. The topics discussed highlight the need for a comprehensive, interdisciplinary approach covering all modes of transport—maritime, rail, road, air, and inland waterways—and combining both professional and scientific perspectives, with a focus on sustainable forms of mobility and the help of intelligent transport systems. Our goal is to foster collaboration among academia, industry, and government, creating a platform for stakeholders committed to advancing sustainable transport. The ideas and innovations shared here will contribute to developing more sustainable and efficient transportation practices. This year's conference is being held at Terme Sveti Martin Resort in Croatia. The resort provides an ideal setting for our gathering, with excellent amenities in a peaceful environment nestled in the Međimurje region. Međimurje County was awarded with the prestigious Green Destination award for sustainable tourism, becoming the first region in Croatia to receive this certificate. For this reason, we would like to especially thank the Tourism Board of Međimurje County for their cooperation in organizing the conference, and we believe that this green and natural venue environment, recognised as a destination of excellence, completely reflects the vision and the mission of the SuTra Conference. The location is easily accessible from major airports in Zagreb, Graz, and Ljubljana, making it a convenient venue for participants. We look forward to insightful discussions, meaningful collaborations, and a successful conference. We extend our gratitude to all supporting partners who have contributed to the realization of this event. Thank you for joining us at SuTra 2024 and contributing to the advancement of sustainable transportation and looking forward to see you again on SuTra 2026. Best regards, SuTra 2024 Chairs
Conference Paper
Full-text available
Integrating Decision Support Systems (DSS) in navigation represents a progressive phase in the evolution towards greater connectivity among vessels and overall situational awareness of the navigators. However, there is a significant gap in the understanding and exploration of navigation systems from the users’ point of view. It is important to recognize that a decision made at a navigational bridge is influenced by the navigator’s experience, understanding, and application of the international rules. The SafeNav project aims to develop an artificially intelligent collision avoidance system as a crucial step towards achieving automated ships. The project focuses on designing an innovative DSS system tailored to maritime applications. Future DSS systems will be integrated into the Integrated Navigation System (INS) on the vessels' navigation bridge to enhance navigation safety and environmental protection. The system will utilize data collected from onboard navigation sensors and incorporate sensor data from multiple sources in DSS through advanced digital technology. Developing and validating COLREG-compliant DSS systems for maritime navigation necessitates rigorous adherence to the International Regulations for Preventing Collisions at Sea (COLREG) rules. Furthermore, this study presents a comprehensive framework for designing navigation scenarios to validate COLREG-compliant DSS in the open sea. These scenarios encompass a wide range of maritime situations, including head-on encounters, crossing and overtaking situations, multi-vessel interactions, operations in reduced visibility, adherence to responsibilities between vessel rules, and scenarios in heavy traffic. Each scenario is meticulously crafted using Full Mission Bridge (FMB) Wärtsilä - Transas Marine Navi Trainer Professional (NTPro) 5000 to simulate realistic conditions, ensuring the DSS can make appropriate and timely decisions to avoid collisions and navigate safely. After extracting data from the Wärtsilä simulator, numerical and computational tasks were conducted in MATLAB_R2018b programming language and numerical computing environment. The validation process involves executing these scenarios in a controlled simulation environment, monitoring the DSS’s decisions, and evaluating its performance against established COLREG standards. This study provides a crucial step towards enhancing maritime safety by developing advanced, COLREG-compliant navigation support technologies facing an autonomous future.
Article
Full-text available
Biometric technology has received a lot of attention in recent years. One of the most prevalent biometric traits is the finger-knuckle print (FKP). Because the dorsal region of the finger is not exposed to surfaces, FKP would be a dependable and trustworthy biometric. We provide an FKP framework that uses the VGG-19 deep learning model to extract deep features from FKP images in this paper. The deep features are collected from the VGG-19 model’s fully connected layer 6 (F6) and fully connected layer 7 (F7). After applying multiple preprocessing steps, such as combining features from different layers and performing dimensionality reduction using principal component analysis (PCA), the extracted deep features are put to the test. The proposed system’s performance is assessed using experiments on the Delhi Finger Knuckle Dataset employing a variety of common classifiers. The best identification result was obtained when the Artificial neural network (ANN) classifier was applied to the principal components of the averaged feature vector of F6 and F7 deep features, with 95% of the data variance preserved. The findings also demonstrate the feasibility of employing these deep features in an FKP recognition system.
Book
Full-text available
This Handbook presents a comprehensive and rigorous overview of the state-of-the-art on Smart Cities. It provides the reader with an authoritative, exhaustive one-stop reference on how the field has evolved and where the current and future challenges lie. From the foundations to the many overlapping dimensions (human, energy, technology, data, institutions, ethics etc.), each chapter is written by international experts and amply illustrated with figures and tables with an emphasis on current research. The Handbook is an invaluable desk reference for researchers in a wide variety of fields, not only smart cities specialists but also by scientists and policy-makers in related disciplines that are deeply influenced by the emergence of intelligent cities. It should also serve as a key resource for graduate students and young researchers entering the area, and for instructors who teach courses on these subjects. The handbook is also of interest to industry and business innovators.
Article
Optical character recognition (OCR) is widely used in various real-world applications, such as digitizing learning resources, to assist visually impaired people and transform printed resources into electronic media. As far as the Arabic language is concerned, the need to extend digital Arabic content on the Internet has recently motivated researchers to focus on the Arabic text recognition. Despite the important number of works studying the Arabic OCR, the latter still faces numerous challenges due to the special characteristics of the Arabic script. This research aims at developing an effective printed Arabic OCR system. In this work, the implementation of a printed Arabic OCR system is described. It is divided into four stages: pre-processing, feature extraction as well as character segmentation and classification. Unlike other typical Arabic OCR systems, in the developed one, the feature extraction stage is performed prior to the character segmentation stage. In the pre-processing stage, a novel thinning algorithm is applied in order to produce skeletons for the Arabic text images. In the second stage, a new chain code representation technique using an agent-based model for the features extraction from non-dotted Arabic text images is proposed. Relying on the extracted features, a character segmentation technique employed to segment-connected Arabic words into characters is introduced. In the classification stage, the prediction by partial matching (PPM) compression-based method is applied as a classifier to recognize the Arabic text. Experimental evaluation of Arabic OCR systems on a public dataset reveals that the system has an accuracy of 77.3% for paragraph-based text images.
Article
In this paper fractional order proportional integral derivative (FOPID) controller has been introduced with the fuzzy logic control (fuzzy type-2) which has been utilized with social spider optimization (SSO) algorithm to enhance the performance of the three links parallel robot. To achievement the best performance for the model robot planar, to compare with the fractional order proportional integral derivative controller it can be expressed as a general issue to solve the performance of the three-links parallel robot, and to create a trajectory circle that has been optimized. The fuzzy technique with fractional order proportional integral derivative is used to solve the quality working of robot planar model on torques to reduce the error of trajectory for end-effector, the error in x and y-axis positions, mean square error for theta 1, 2, 3, fuzzy type-2 with optimized SSO algorithm uses fractional order proportional integral derivative that has been reduced in thetas to 0% and more calculations for results which provide the suitable performance for the dynamic model that is based on the equation of Euler–Lagrange executed using MATLAB-Simulink.
Article
Machine Learning (ML) and Deep Learning (DL) methods have contributed to the progression of models in the different aspects of planning, prediction, and uncertainty analysis of urban and smart cities development in the current scenario. Most developed cities have suffered from severe air quality as population growth and industrialization grow rapidly. Government agencies and citizens are increasingly concerned about air quality, which has an impact on various areas of the human environment and human advancement. Conventional methods of air pollution forecasting primarily use low-level simulations, and these models generate disappointing results that have led us to factors that influence air pollution measurement based on a thorough design of the structure. Furthermore, in this paper, Long Short- Term Memory (LSTM) assisted Staked Auto-Encoder (SAE) (LSTM-SAE) model has been proposed for predicting the air quality in smart environment design planning in the smart cities. Long Short- Term Memory is used to evaluate air pollution quality prediction in smart cities. Staked Auto-Encoder (SAE) is modeled and prepared gently to extract the intrinsic components that occur due to air pollution. Furthermore, the findings indicate that classification accuracy of 91.22% and the overall Error rate of 0.46 has been validated, and LSTM-SAE addresses the different aspects of smart city and effective method when compared to other existing methods.
Article
Smart cities are emerging around the world. In response, government institutions have made efforts to implement technologies that promote citizen welfare. We explore the advances in inclusive and participatory urban planning processes and propose a conceptual model that helps citizens and governments in the decision-making process.
Article
The plan of microstrip fix (MP) radio wire utilizing Moth-Flame streamlining (MFO) calculation for UWB applications is introduced in this article. MP radio wires are intended to work in double and multi-band application as it have the accompanying focal points, for example, ease, light weight and simple establishment. To decrease the microstrip fix cross-spellbound radiation and to accomplish the fundamental radiation boundaries, the MP reception apparatus is planned with an abandoned ground structure. The substrate of fluid precious stone polymer is utilized here to diminish the material expense and the appropriate calculation boundaries are utilized to improve recieving wire execution.The MFO enhanced reception apparatus speaks to 50 mm × 50 mm minimal size, which improves the presentation of reception apparatus. Notwithstanding, the recreation methodology is finished by the MATLAB instrument alongside high recurrence structure test system for boundary streamlining and execution investigation separately. The operational data transmission of the recieving wire is 3.1 GHz and the return misfortune is − 20 dB that covers the UWB (3.1-10.6 GHz) applications.The reproduction results show great impedance transfer speed, radiation example, directivity, and moderately steady addition over the whole band of recurrence contrasting and the prior strategies. At last, the proposed framework can be a superior choice for the plan of microstrip radio wire in the correspondence framework, to cover Bluetooth activities, Wi-Fi, Wi-MAX, Telemedicine and UWB applications. Keywords: Microstrip Fix(MP) Moth-Flame Streamlining (MFO) Wi-Fi Wi-MAX Telemedicine This is an open access article under the CC BY-NC license.
Article
Encryption is a method used to ensure and shield the photos from inappropriate suggestions. Nowadays because of the electronic world, it is not hard to hack any information which is accessible in the cloud. Security is a critical issue in anyone's life, and encryption accepts a basic activity to ensure security. There exist many picture encryption counts that are prevalently established on violent vital maps. Anyway, there is drawback like minimal key-space and frail security. In this paper we have proposed a strategy that uses disarranged determined mapping and DNA encoding to encode the image, ASC II private key is used to diffuse the image. The results displayed show that encryption computation subject to violent key mapping and DNA encoding gives ideal results over scrambling just with scattered key mapping. The proposed method in like manner considers the possible parametric.