Quantum Inspired Meta-heuristics for Image Analysis
Home > Science, Technology & Agriculture > Electronics and communications engineering > Quantum Inspired Meta-heuristics for Image Analysis
Quantum Inspired Meta-heuristics for Image Analysis

Quantum Inspired Meta-heuristics for Image Analysis

|
     0     
5
4
3
2
1




Out of Stock


Notify me when this book is in stock
About the Book

Introduces quantum inspired techniques for image analysis for pure and true gray scale/color images in a single/multi-objective environment This book will entice readers to design efficient meta-heuristics for image analysis in the quantum domain. It introduces them to the essence of quantum computing paradigm, its features, and properties, and elaborates on the fundamentals of different meta-heuristics and their application to image analysis. As a result, it will pave the way for designing and developing quantum computing inspired meta-heuristics to be applied to image analysis. Quantum Inspired Meta-heuristics for Image Analysis begins with a brief summary on image segmentation, quantum computing, and optimization. It also highlights a few relevant applications of the quantum based computing algorithms, meta-heuristics approach, and several thresholding algorithms in vogue. Next, it discusses a review of image analysis before moving on to an overview of six popular meta-heuristics and their algorithms and pseudo-codes. Subsequent chapters look at quantum inspired meta-heuristics for bi-level and gray scale multi-level image thresholding; quantum behaved meta-heuristics for true color multi-level image thresholding; and quantum inspired multi-objective algorithms for gray scale multi-level image thresholding. Each chapter concludes with a summary and sample questions. Provides in-depth analysis of quantum mechanical principles Offers comprehensive review of image analysis Analyzes different state-of-the-art image thresholding approaches Detailed current, popular standard meta-heuristics in use today Guides readers step by step in the build-up of quantum inspired meta-heuristics Includes a plethora of real life case studies and applications Features statistical test analysis of the performances of the quantum inspired meta-heuristics vis-à-vis their conventional counterparts Quantum Inspired Meta-heuristics for Image Analysis is an excellent source of information for anyone working with or learning quantum inspired meta-heuristics for image analysis. 

Table of Contents:
Preface xiii Acronyms xv 1 Introduction 1 1.1 Image Analysis 3 1.1.1 Image Segmentation 4 1.1.2 Image Thresholding 5 1.2 Prerequisites of Quantum Computing 7 1.2.1 Dirac’s Notation 8 1.2.2 Qubit 8 1.2.3 Quantum Superposition 8 1.2.4 Quantum Gates 9 1.2.4.1 Quantum NOT Gate (Matrix Representation) 9 1.2.4.2 Quantum Z Gate (Matrix Representation) 9 1.2.4.3 Hadamard Gate 10 1.2.4.4 Phase Shift Gate 10 1.2.4.5 Controlled NOT Gate (CNOT) 10 1.2.4.6 SWAP Gate 11 1.2.4.7 Toffoli Gate 11 1.2.4.8 Fredkin Gate 12 1.2.4.9 Quantum Rotation Gate 13 1.2.5 Quantum Register 14 1.2.6 Quantum Entanglement 14 1.2.7 Quantum Solutions of NP-complete Problems 15 1.3 Role of Optimization 16 1.3.1 Single-objective Optimization 16 1.3.2 Multi-objective Optimization 18 1.3.3 Application of Optimization to Image Analysis 18 1.4 Related Literature Survey 19 1.4.1 Quantum-based Approaches 19 1.4.2 Meta-heuristic-based Approaches 21 1.4.3 Multi-objective-based Approaches 22 1.5 Organization of the Book 23 1.5.1 Quantum Inspired Meta-heuristics for Bi-level Image Thresholding 24 1.5.2 Quantum Inspired Meta-heuristics for Gray-scale Multi-level Image Thresholding 24 1.5.3 Quantum Behaved Meta-heuristics for True Color Multi-level Thresholding 24 1.5.4 Quantum Inspired Multi-objective Algorithms for Multi-level Image Thresholding 24 1.6 Conclusion 25 1.7 Summary 25 Exercise Questions 26 2 Review of Image Analysis 29 2.1 Introduction 29 2.2 Definition 29 2.3 Mathematical Formalism 30 2.4 Current Technologies 30 2.4.1 Digital Image Analysis Methodologies 31 2.4.1.1 Image Segmentation 31 2.4.1.2 Feature Extraction/Selection 32 2.4.1.3 Classification 34 2.5 Overview of Different Thresholding Techniques 35 2.5.1 Ramesh’s Algorithm 35 2.5.2 Shanbag’s Algorithm 36 2.5.3 Correlation Coefficient 37 2.5.4 Pun’s Algorithm 38 2.5.5 Wu’s Algorithm 38 2.5.6 Renyi’s Algorithm 39 2.5.7 Yen’s Algorithm 39 2.5.8 Johannsen’s Algorithm 40 2.5.9 Silva’s Algorithm 40 2.5.10 Fuzzy Algorithm 41 2.5.11 Brink’s Algorithm 41 2.5.12 Otsu’s Algorithm 43 2.5.13 Kittler’s Algorithm 43 2.5.14 Li’s Algorithm 44 2.5.15 Kapur’s Algorithm 44 2.5.16 Huang’s Algorithm 45 2.6 Applications of Image Analysis 46 2.7 Conclusion 47 2.8 Summary 48 Exercise Questions 48 3 Overview of Meta-heuristics 51 3.1 Introduction 51 3.1.1 Impact on Controlling Parameters 52 3.2 Genetic Algorithms 52 3.2.1 Fundamental Principles and Features 53 3.2.2 Pseudo-code of Genetic Algorithms 53 3.2.3 Encoding Strategy and the Creation of Population 54 3.2.4 Evaluation Techniques 54 3.2.5 Genetic Operators 54 3.2.6 Selection Mechanism 54 3.2.7 Crossover 55 3.2.8 Mutation 56 3.3 Particle Swarm Optimization 56 3.3.1 Pseudo-code of Particle Swarm Optimization 57 3.3.2 PSO: Velocity and Position Update 57 3.4 Ant Colony Optimization 58 3.4.1 Stigmergy in Ants: Biological Inspiration 58 3.4.2 Pseudo-code of Ant Colony Optimization 59 3.4.3 Pheromone Trails 59 3.4.4 Updating Pheromone Trails 59 3.5 Differential Evolution 60 3.5.1 Pseudo-code of Differential Evolution 60 3.5.2 Basic Principles of DE 61 3.5.3 Mutation 61 3.5.4 Crossover 61 3.5.5 Selection 62 3.6 Simulated Annealing 62 3.6.1 Pseudo-code of Simulated Annealing 62 3.6.2 Basics of Simulated Annealing 63 3.7 Tabu Search 64 3.7.1 Pseudo-code of Tabu Search 64 3.7.2 Memory Management in Tabu Search 65 3.7.3 Parameters Used in Tabu Search 65 3.8 Conclusion 65 3.9 Summary 65 Exercise Questions 66 4 Quantum Inspired Meta-heuristics for Bi-level Image Thresholding 69 4.1 Introduction 69 4.2 Quantum Inspired Genetic Algorithm 70 4.2.1 Initialize the Population of Qubit Encoded Chromosomes 71 4.2.2 Perform Quantum Interference 72 4.2.2.1 Generate Random Chaotic Map for Each Qubit State 72 4.2.2.2 Initiate Probabilistic Switching Between Chaotic Maps 73 4.2.3 Find the Threshold Value in Population and Evaluate Fitness 74 4.2.4 Apply Selection Mechanism to Generate a New Population 74 4.2.5 Foundation of Quantum Crossover 74 4.2.6 Foundation of Quantum Mutation 74 4.2.7 Foundation of Quantum Shift 75 4.2.8 Complexity Analysis 75 4.3 Quantum Inspired Particle Swarm Optimization 76 4.3.1 Complexity Analysis 77 4.4 Implementation Results 77 4.4.1 Experimental Results (Phase I) 79 4.4.1.1 Implementation Results for QEA 91 4.4.2 Experimental Results (Phase II) 96 4.4.2.1 Experimental Results of Proposed QIGA and Conventional GA 96 4.4.2.2 Results Obtained with QEA 96 4.4.3 Experimental Results (Phase III) 114 4.4.3.1 Results Obtained with Proposed QIGA and Conventional GA 114 4.4.3.2 Results obtained from QEA 117 4.5 Comparative Analysis among the Participating Algorithms 120 4.6 Conclusion 120 4.7 Summary 121 Exercise Questions 121 Coding Examples 123 5 Quantum Inspired Meta-Heuristics for Gray-Scale Multi-Level Image Thresholding 125 5.1 Introduction 125 5.2 Quantum Inspired Genetic Algorithm 126 5.2.1 Population Generation 126 5.2.2 Quantum Orthogonality 127 5.2.3 Determination of Threshold Values in Population and Measurement of Fitness 128 5.2.4 Selection 129 5.2.5 Quantum Crossover 129 5.2.6 Quantum Mutation 129 5.2.7 Complexity Analysis 129 5.3 Quantum Inspired Particle Swarm Optimization 130 5.3.1 Complexity Analysis 131 5.4 Quantum Inspired Differential Evolution 131 5.4.1 Complexity Analysis 132 5.5 Quantum Inspired Ant Colony Optimization 133 5.5.1 Complexity Analysis 133 5.6 Quantum Inspired Simulated Annealing 134 5.6.1 Complexity Analysis 136 5.7 Quantum Inspired Tabu Search 136 5.7.1 Complexity Analysis 136 5.8 Implementation Results 137 5.8.1 Consensus Results of the Quantum Algorithms 142 5.9 Comparison of QIPSO with Other Existing Algorithms 145 5.10 Conclusion 165 5.11 Summary 166 Exercise Questions 167 Coding Examples 190 6 Quantum Behaved Meta-Heuristics for True Color Multi-Level Image Thresholding 195 6.1 Introduction 195 6.2 Background 196 6.3 Quantum Inspired Ant Colony Optimization 196 6.3.1 Complexity Analysis 197 6.4 Quantum Inspired Differential Evolution 197 6.4.1 Complexity Analysis 200 6.5 Quantum Inspired Particle Swarm Optimization 200 6.5.1 Complexity Analysis 200 6.6 Quantum Inspired Genetic Algorithm 201 6.6.1 Complexity Analysis 203 6.7 Quantum Inspired Simulated Annealing 203 6.7.1 Complexity Analysis 204 6.8 Quantum Inspired Tabu Search 204 6.8.1 Complexity Analysis 206 6.9 Implementation Results 207 6.9.1 Experimental Results (Phase I) 209 6.9.1.1 The Stability of the Comparable Algorithms 210 6.9.2 The Performance Evaluation of the Comparable Algorithms of Phase I 225 6.9.3 Experimental Results (Phase II) 235 6.9.4 The Performance Evaluation of the Participating Algorithms of Phase II 235 6.10 Conclusion 294 6.11 Summary 294 Exercise Questions 295 Coding Examples 296 7 Quantum Inspired Multi-objective Algorithms for Multi-level Image Thresholding 301 7.1 Introduction 301 7.2 Multi-objective Optimization 302 7.3 Experimental Methodology for Gray-Scale Multi-Level Image Thresholding 303 7.3.1 Quantum Inspired Non-dominated Sorting-Based Multi-objective Genetic Algorithm 303 7.3.2 Complexity Analysis 305 7.3.3 Quantum Inspired Simulated Annealing for Multi-objective Algorithms 305 7.3.3.1 Complexity Analysis 307 7.3.4 Quantum Inspired Multi-objective Particle Swarm Optimization 308 7.3.4.1 Complexity Analysis 309 7.3.5 Quantum Inspired Multi-objective Ant Colony Optimization 309 7.3.5.1 Complexity Analysis 310 7.4 Implementation Results 311 7.4.1 Experimental Results 311 7.4.1.1 The Results of Multi-Level Thresholding for QINSGA-II, NSGA-II, and SMS-EMOA 312 7.4.1.2 The Stability of the Comparable Methods 312 7.4.1.3 Performance Evaluation 315 7.5 Conclusion 327 7.6 Summary 327 Exercise Questions 328 Coding Examples 329 8 Conclusion 333 Bibliography 337 Index 355


Best Sellers


Product Details
  • ISBN-13: 9781119488750
  • Publisher: John Wiley & Sons Inc
  • Publisher Imprint: John Wiley & Sons Inc
  • Height: 246 mm
  • No of Pages: 376
  • Returnable: N
  • Weight: 726 gr
  • ISBN-10: 1119488753
  • Publisher Date: 09 Aug 2019
  • Binding: Hardback
  • Language: English
  • Returnable: N
  • Spine Width: 23 mm
  • Width: 165 mm


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
Quantum Inspired Meta-heuristics for Image Analysis
John Wiley & Sons Inc -
Quantum Inspired Meta-heuristics for Image Analysis
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Quantum Inspired Meta-heuristics for Image Analysis

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals

    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!