"Design and Use of Anatomical Atlases for Radiotherapy"

Total Page:16

File Type:pdf, Size:1020Kb

THÈSETHÈSE En vue de l’obtention du DOCTORAT DE L’UNIVERSITÉ DE TOULOUSE Délivré par : École Nationale Supérieure des Mines d’Albi-Carmaux Présentée et soutenue le 21/11/2016 par : ■❣♦ ❏♦✈❛♥↔❡✈✐➣ Exterior inspection of an aircraft using a Pan-Tilt-Zoom camera and a 3D scanner moved by a mobile robot : 2D image processing and 3D point cloud analysis JURY Sylvie TREUILLET Maître de conférences, Université d’Orléans Rapporteur David FOFI Professeur des Universités, Université de Rapporteur Bourgogne Michel DEVY Directeur de recherche, LAAS-CNRS Président Rafael GARCIA Professor titular, Université de Gérone Examinateur Jean-José ORTEU Professeur de l’Institut Mines Télécom, Directeur École des mines d’Albi-Carmaux Thierry SENTENAC Maître-assistant de l’Institut Mines Télé- Co-directeur com, École des mines d’Albi-Carmaux École doctorale et spécialité : EDSYS : Robotique et Systèmes embarqués 4200046 Unité de Recherche : Institut Clément Ader UMR CNRS 5312, Université de Toulouse - Mines Albi Directeur(s) de Thèse : Jean-José ORTEU et Thierry SENTENAC Rapporteurs : Sylvie TREUILLET et David FOFI Acknowledgments First I would like to thank Thierry CUTARD, the head of the research lab Institut Clément Ader - Albi for welcoming me in the team. Special thanks to my supervisor Jean-José ORTEU for his guidance and friendly attitude from the very first day of my thesis. He always managed to find time for me despite of his busy schedule. I learned a lot from him, about our research field but also about the project management and work organization. I would also like to thank my second supervisor Thierry SENTENAC for useful discussions, advices and ideas about my work, as well as for giving me a wider picture of the Air-Cobot project. I am thankful to my colleague Rémi GILBLAS. It was a great pleasure to work with him on the same project. I am grateful to Sylvie TREUILLET and David FOFI for accepting to be re- viewers for this manuscript and also to Michel DEVY and Rafael GARCIA for accepting to be examiners during the defense. A gratitude is owed to Air-Cobot partners as well as to our colleagues Ludovic BRETHES and Xavier MAURICE, for fruitful collaboration. Utmost respect and gratitude to all the people from VIBOT community. VIBOT master program was my entrance to the field of computer vision and also a personal life changer. It helped me shape my profession choice and I also met extraordinary people from all around the world most of which have remained my close friends. Big thanks to all the people in Ecole des Mines d’Albi for their warm welcome and healthy work environment. I met exceptional people and made couple of close friends during these three years in Albi/Toulouse, which made me a richer person. Thanks to my friends from Montenegro for the great moments we had together and for staying in constant touch as if I was still there. Heartfelt thanks to my family for their constant encouragement. Individually, my parents for teaching me the right values, my sister for her unconditional love and my younger brother for his love, respect but also career advices. i Contents Contents 1 Introduction 1 1.1 Context .................................. 2 1.1.1 Aircraft maintenance ....................... 2 1.1.2 Air-Cobot project ........................ 2 1.1.2.1 Air-Cobot in ’walk-around’ .............. 4 1.1.2.2 Air-Cobot in ’hangar scenario’ ............ 7 1.2 Related work on airplane inspection .................. 8 1.2.1 Robotic airplane skin inspection ................ 8 1.2.2 Inspection of other large structures . 10 1.3 Contribution of the thesis ........................ 10 1.3.1 2D image analysis ........................ 11 1.3.2 3D point cloud analysis ..................... 12 2 Data acquisition and available resources 13 2.1 Sensors .................................. 14 2.1.1 Pan-Tilt-Zoom camera ...................... 14 2.1.1.1 Calibration ....................... 15 2.1.2 3D scanner ............................ 16 2.2 Simplified 3D CAD model of the airplane . 17 2.3 Coordinate frames and transformations . 19 2.4 Navigation and localization of the robot . 22 2.5 PTZ camera pointing and image acquisition . 24 2.6 Projection of an item onto the image . 27 2.7 Acquisition campaigns and dataset ................... 28 2.7.1 PTZ camera acquisition ..................... 32 2.7.2 3D scanner acquisition ...................... 32 3 Inspection by 2D Image processing 35 3.1 Introduction ................................ 37 3.2 Evaluation of developed algorithms ................... 38 3.2.1 Detection ............................. 38 3.2.2 Inspection ............................. 38 3.3 Preprocessing - background subtraction . 40 3.4 Geometrical features extraction ..................... 42 3.4.1 Straight lines extraction ..................... 42 3.4.1.1 Hough transform .................... 42 3.4.1.2 Segments extractors . 43 3.4.2 Elliptical arcs extraction ..................... 47 3.4.2.1 Postprocessing - merging ellipses . 48 3.5 Matching CAD model and image features . 50 iii Contents 3.5.1 Matching of primitives ...................... 51 3.5.1.1 Similarity function ................... 51 3.5.1.2 Search of mutual best match in a bipartite graph . 52 3.5.2 Matching results ......................... 53 3.6 Inspection by image analysis using CAD model . 60 3.6.1 Oxygen bay inspection ...................... 60 3.6.1.1 Watershed segmentation . 62 3.6.1.2 Adapted Hu moments for shape comparison . 62 3.6.1.3 Initial approach - without using CAD model . 63 3.6.1.4 Adopted approach - using CAD model . 66 3.6.1.5 Detection result refinement . 70 3.6.1.6 Pose re-estimation ................... 72 3.6.1.7 CLOSED/OPEN inspection . 75 3.6.1.8 Latched/unlatched inspection . 77 3.6.1.9 Experimental results . 77 3.6.2 Radome latch inspection ..................... 80 3.6.2.1 Detection ........................ 80 3.6.2.2 Pose re-estimation ................... 83 3.6.2.3 Inspection ....................... 86 3.6.2.4 Experimental results . 88 3.6.3 Air inlet vent inspection ..................... 91 3.6.3.1 Detection ........................ 91 3.6.3.2 Inspection ....................... 91 3.6.3.3 Experimental results . 91 3.6.4 Engine inspection ......................... 93 3.6.4.1 Related works ..................... 94 3.6.4.2 Detection ........................ 94 3.6.4.3 Inspection ....................... 96 3.6.4.4 Experimental results . 98 3.6.5 Pitot probe inspection ...................... 99 3.6.5.1 Detection . 100 3.6.5.2 Inspection . 102 3.6.5.3 Experimental results . 104 3.6.6 Pitot cover detection . 113 3.6.6.1 Detection . 113 3.6.6.2 Experimental results . 115 3.7 Inspection by image analysis without using CAD model . 116 3.7.1 Static port inspection . 116 3.7.1.1 Detection . 116 3.7.1.2 Inspection . 120 3.7.1.3 Experimental results . 122 3.7.2 Tire inspection . 125 3.7.2.1 Related work . 126 3.7.2.2 Detection . 127 iv Contents 3.7.2.3 Inspection . 131 3.7.2.4 Experimental results . 133 3.7.3 Wheel chock detection . 135 3.8 Conclusion ................................139 4 Inspection by 3D point cloud analysis 141 4.1 Introduction ................................142 4.1.1 Visual detection and dial gauge characterization . 142 4.1.2 Scanner based detection and characterization . 143 4.2 Related work ...............................144 4.3 Overview of the proposed method . 145 4.4 Acquisition ................................147 4.4.1 3D scanner and acquisition setup . 147 4.4.2 Acquisition parameters . 147 4.4.3 Dataset ..............................149 4.5 Method ..................................156 4.5.1 Defect detection process . 156 4.5.1.1 Step D1 : Preprocessing . 156 4.5.1.2 Step D2 : Normals and Curvature Estimation . 157 4.5.1.3 Step D3 : Segmentation . 159 4.5.1.4 Step D4 : Labeling . 161 4.5.2 Defect characterization process . 161 4.5.2.1 Step C1 : 3D/2D projection . 162 4.5.2.2 Step C2 : Data preparation . 166 4.5.2.3 Step C3 : Reconstruction . 166 4.5.2.4 Step C4 : Extracting information about the defects 168 4.6 Experiments and discussion . 169 4.6.1 Evaluation using dial gauge ground truth . 175 4.6.2 Execution time . 177 4.7 Conclusions ................................177 5 Conclusion and perspectives 179 6 Résumé long en français 183 6.1 Introduction ................................183 6.1.1 Types d’inspection . 184 6.1.2 Méthodes d’inspection développées . 184 6.2 Analyse d’images 2D . 185 6.3 Analyse d’images 2D exploitant le modèle CAO de l’élément à inspecter188 6.4 Analyse de nuages de points 3D (3D data processing) . 189 6.4.1 Conclusion et perspectives . 193 A Representative set of items 197 B Thesis publications 201 v Chapter 1 Introduction 1.1 Context .................................. 2 1.1.1 Aircraft maintenance ....................... 2 1.1.2 Air-Cobot project ........................ 2 1.1.2.1 Air-Cobot in ’walk-around’ .............. 4 1.1.2.2 Air-Cobot in ’hangar scenario’ ............ 7 1.2 Related work on airplane inspection .................. 8 1.2.1 Robotic airplane skin inspection ................ 8 1.2.2 Inspection of other large structures . 10 1.3 Contribution of the thesis ........................ 10 1.3.1 2D image analysis ........................ 11 1.3.2 3D point cloud analysis ..................... 12 1 Chapter 1. Introduction 1.1 Context 1.1.1 Aircraft maintenance Airplane can be in active state in the air and in passive state in the hangar or at the tarmac. While being in any of the two states, airplane is in danger to suffer different kinds of damages, such as cracks, scratches, dents, corrosion, etc. The causes are various: chemical reactions, thermic cycle of the airplane, material properties, hits by airport vehicles or birds, skin aging. Additionally, between two flights, state of many items can be changed, for ex. a door can be left open or a protective cover can be forgotten on the sensor.
Recommended publications
  • FACIAL RECOGNITION: a Or FACIALRT RECOGNITION: a Or RT Facial Recognition – Art Or Science?
    FACIAL RECOGNITION: A or FACIALRT RECOGNITION: A or RT Facial Recognition – Art or Science? Both the public and law enforcement often misunderstand facial recognition technology. Hollywood would have you believe that with facial recognition technology, law enforcement can identify an individual from an image, while also accessing all of their personal information. The “Big Brother” narrative makes good television, but it vastly misrepresents how law enforcement agencies actually use facial recognition. Additionally, crime dramas like “CSI,” and its endless spinoffs, spin the narrative that law enforcement easily uses facial recognition Roger Rodriguez joined to generate matches. In reality, the facial recognition process Vigilant Solutions after requires a great deal of manual, human analysis and an image of serving over 20 years a certain quality to make a possible match. To date, the quality with the NYPD, where he threshold for images has been hard to reach and has often spearheaded the NYPD’s first frustrated law enforcement looking to generate effective leads. dedicated facial recognition unit. The unit has conducted Think of facial recognition as the 21st-century evolution of the more than 8,500 facial sketch artist. It holds the promise to be much more accurate, recognition investigations, but in the end it is still just the source of a lead that needs to be with over 3,000 possible matches and approximately verified and followed up by intelligent police work. 2,000 arrests. Roger’s enhancement techniques are Today, innovative facial now recognized worldwide recognition technology and have changed law techniques make it possible to enforcement’s approach generate investigative leads to the utilization of facial regardless of image quality.
    [Show full text]
  • My Personal Callsign List This List Was Not Designed for Publication However Due to Several Requests I Have Decided to Make It Downloadable
    - www.egxwinfogroup.co.uk - The EGXWinfo Group of Twitter Accounts - @EGXWinfoGroup on Twitter - My Personal Callsign List This list was not designed for publication however due to several requests I have decided to make it downloadable. It is a mixture of listed callsigns and logged callsigns so some have numbers after the callsign as they were heard. Use CTL+F in Adobe Reader to search for your callsign Callsign ICAO/PRI IATA Unit Type Based Country Type ABG AAB W9 Abelag Aviation Belgium Civil ARMYAIR AAC Army Air Corps United Kingdom Civil AgustaWestland Lynx AH.9A/AW159 Wildcat ARMYAIR 200# AAC 2Regt | AAC AH.1 AAC Middle Wallop United Kingdom Military ARMYAIR 300# AAC 3Regt | AAC AgustaWestland AH-64 Apache AH.1 RAF Wattisham United Kingdom Military ARMYAIR 400# AAC 4Regt | AAC AgustaWestland AH-64 Apache AH.1 RAF Wattisham United Kingdom Military ARMYAIR 500# AAC 5Regt AAC/RAF Britten-Norman Islander/Defender JHCFS Aldergrove United Kingdom Military ARMYAIR 600# AAC 657Sqn | JSFAW | AAC Various RAF Odiham United Kingdom Military Ambassador AAD Mann Air Ltd United Kingdom Civil AIGLE AZUR AAF ZI Aigle Azur France Civil ATLANTIC AAG KI Air Atlantique United Kingdom Civil ATLANTIC AAG Atlantic Flight Training United Kingdom Civil ALOHA AAH KH Aloha Air Cargo United States Civil BOREALIS AAI Air Aurora United States Civil ALFA SUDAN AAJ Alfa Airlines Sudan Civil ALASKA ISLAND AAK Alaska Island Air United States Civil AMERICAN AAL AA American Airlines United States Civil AM CORP AAM Aviation Management Corporation United States Civil
    [Show full text]
  • Global Air Cargo Flows Estimation Based on O/D Trade Data
    GLOBAL AIR CARGO FLOWS ESTIMATION BASED ON O/D TRADE DATA L.J.J.A. MEIJS GLOBAL AIR CARGO FLOWS ESTIMATION BASED ON O/D TRADE DATA l.j.j.a. meijs to obtain the degree of Master of Science in Aerospace Engineering at the Delft University of Technology to be defended on Thursday September 7th, 2017 at 2:30 PM. Student number: 4244028 Thesis committee: Prof. dr. Richard Curran, Faculty of Aerospace Engineering Dr. ir. Bruno F. Lopes dos Santos, Faculty of Aerospace Engineering Prof. dr. ir. Lóránt Tavasszy, Faculty of Technology, Policy, and Management Dr. Daniele Ragni Faculty of Aerospace Engineering Daniel dos Reis Miranda, Seabury Consulting An electronic version of this thesis is available at http://repository.tudelft.nl/ iii PREFACE After a successful research at Seabury Consulting about wind implica- tions on the air cargo capacity of an aircraft in the Summer of 2015, the opportunity arose of doing a graduation research project in the cargo field. The original idea Seabury had, was to solve a puzzle which looked like a big Sudoku in the first place, but has appeared to be an multi dimensional Rubik’s Cube. At least Seabury was the one with the right data to get started, so the idea had to be converted into a pro- posal with a strong framework to get to an academic research project. From the moment Lori got involved and brought some fundamental methodologies to approach the problem, the kick-off was a fact. The constant awareness of both developing an academic supported model, but also keeping in mind that this was the first step of a poten- tial commercial product, was very challenging and kept me motivated.
    [Show full text]
  • An Introduction to Image Analysis Using Imagej
    An introduction to image analysis using ImageJ Mark Willett, Imaging and Microscopy Centre, Biological Sciences, University of Southampton. Pete Johnson, Biophotonics lab, Institute for Life Sciences University of Southampton. 1 “Raw Images, regardless of their aesthetics, are generally qualitative and therefore may have limited scientific use”. “We may need to apply quantitative methods to extrapolate meaningful information from images”. 2 Examples of statistics that can be extracted from image sets . Intensities (FRET, channel intensity ratios, target expression levels, phosphorylation etc). Object counts e.g. Number of cells or intracellular foci in an image. Branch counts and orientations in branching structures. Polarisations and directionality . Colocalisation of markers between channels that may be suggestive of structure or multiple target interactions. Object Clustering . Object Tracking in live imaging data. 3 Regardless of the image analysis software package or code that you use….. • ImageJ, Fiji, Matlab, Volocity and IMARIS apps. • Java and Python coding languages. ….image analysis comprises of a workflow of predefined functions which can be native, user programmed, downloaded as plugins or even used between apps. This is much like a flow diagram or computer code. 4 Here’s one example of an image analysis workflow: Apply ROI Choose Make Acquisition Processing to original measurement measurements image type(s) Thresholding Save to ROI manager Make binary mask Make ROI from binary using “Create selection” Calculate x̄, Repeat n Chart data SD, TTEST times and interpret and Δ 5 A few example Functions that can inserted into an image analysis workflow. You can mix and match them to achieve the analysis that you want.
    [Show full text]
  • A Review on Image Segmentation Clustering Algorithms Devarshi Naik , Pinal Shah
    Devarshi Naik et al, / (IJCSIT) International Journal of Computer Science and Information Technologies, Vol. 5 (3) , 2014, 3289 - 3293 A Review on Image Segmentation Clustering Algorithms Devarshi Naik , Pinal Shah Department of Information Technology, Charusat University CSPIT, Changa, di.Anand, GJ,India Abstract— Clustering attempts to discover the set of consequential groups where those within each group are more closely related to one another than the others assigned to different groups. Image segmentation is one of the most important precursors for image processing–based applications and has a crucial impact on the overall performance of the developed systems. Robust segmentation has been the subject of research for many years, but till now published work indicates that most of the developed image segmentation algorithms have been designed in conjunction with particular applications. The aim of the segmentation process consists of dividing the input image into several disjoint regions with similar characteristics such as colour and texture. Keywords— Clustering, K-means, Fuzzy C-means, Expectation Maximization, Self organizing map, Hierarchical, Graph Theoretic approach. Fig. 1 Similar data points grouped together into clusters I. INTRODUCTION II. SEGMENTATION ALGORITHMS Images are considered as one of the most important Image segmentation is the first step in image analysis medium of conveying information. The main idea of the and pattern recognition. It is a critical and essential image segmentation is to group pixels in homogeneous component of image analysis system, is one of the most regions and the usual approach to do this is by ‘common difficult tasks in image processing, and determines the feature. Features can be represented by the space of colour, quality of the final result of analysis.
    [Show full text]
  • Image Analysis for Face Recognition
    Image Analysis for Face Recognition Xiaoguang Lu Dept. of Computer Science & Engineering Michigan State University, East Lansing, MI, 48824 Email: [email protected] Abstract In recent years face recognition has received substantial attention from both research com- munities and the market, but still remained very challenging in real applications. A lot of face recognition algorithms, along with their modifications, have been developed during the past decades. A number of typical algorithms are presented, being categorized into appearance- based and model-based schemes. For appearance-based methods, three linear subspace analysis schemes are presented, and several non-linear manifold analysis approaches for face recognition are briefly described. The model-based approaches are introduced, including Elastic Bunch Graph matching, Active Appearance Model and 3D Morphable Model methods. A number of face databases available in the public domain and several published performance evaluation results are digested. Future research directions based on the current recognition results are pointed out. 1 Introduction In recent years face recognition has received substantial attention from researchers in biometrics, pattern recognition, and computer vision communities [1][2][3][4]. The machine learning and com- puter graphics communities are also increasingly involved in face recognition. This common interest among researchers working in diverse fields is motivated by our remarkable ability to recognize peo- ple and the fact that human activity is a primary concern both in everyday life and in cyberspace. Besides, there are a large number of commercial, security, and forensic applications requiring the use of face recognition technologies. These applications include automated crowd surveillance, ac- cess control, mugshot identification (e.g., for issuing driver licenses), face reconstruction, design of human computer interface (HCI), multimedia communication (e.g., generation of synthetic faces), 1 and content-based image database management.
    [Show full text]
  • Analysis of Artificial Intelligence Based Image Classification Techniques Dr
    Journal of Innovative Image Processing (JIIP) (2020) Vol.02/ No. 01 Pages: 44-54 https://www.irojournals.com/iroiip/ DOI: https://doi.org/10.36548/jiip.2020.1.005 Analysis of Artificial Intelligence based Image Classification Techniques Dr. Subarna Shakya Professor, Department of Electronics and Computer Engineering, Central Campus, Institute of Engineering, Pulchowk, Tribhuvan University. Email: [email protected]. Abstract: Time is an essential resource for everyone wants to save in their life. The development of technology inventions made this possible up to certain limit. Due to life style changes people are purchasing most of their needs on a single shop called super market. As the purchasing item numbers are huge, it consumes lot of time for billing process. The existing billing systems made with bar code reading were able to read the details of certain manufacturing items only. The vegetables and fruits are not coming with a bar code most of the time. Sometimes the seller has to weight the items for fixing barcode before the billing process or the biller has to type the item name manually for billing process. This makes the work double and consumes lot of time. The proposed artificial intelligence based image classification system identifies the vegetables and fruits by seeing through a camera for fast billing process. The proposed system is validated with its accuracy over the existing classifiers Support Vector Machine (SVM), K-Nearest Neighbor (KNN), Random Forest (RF) and Discriminant Analysis (DA). Keywords: Fruit image classification, Automatic billing system, Image classifiers, Computer vision recognition. 1. Introduction Artificial intelligences are given to a machine to work on its task independently without need of any manual guidance.
    [Show full text]
  • Face Recognition on a Smart Image Sensor Using Local Gradients
    sensors Article Face Recognition on a Smart Image Sensor Using Local Gradients Wladimir Valenzuela 1 , Javier E. Soto 1, Payman Zarkesh-Ha 2 and Miguel Figueroa 1,* 1 Department of Electrical Engineering, Universidad de Concepción, Concepción 4070386, Chile; [email protected] (W.V.); [email protected] (J.E.S.) 2 Department of Electrical and Computer Engineering (ECE), University of New Mexico, Albuquerque, NM 87131-1070, USA; [email protected] * Correspondence: miguel.fi[email protected] Abstract: In this paper, we present the architecture of a smart imaging sensor (SIS) for face recognition, based on a custom-design smart pixel capable of computing local spatial gradients in the analog domain, and a digital coprocessor that performs image classification. The SIS uses spatial gradients to compute a lightweight version of local binary patterns (LBP), which we term ringed LBP (RLBP). Our face recognition method, which is based on Ahonen’s algorithm, operates in three stages: (1) it extracts local image features using RLBP, (2) it computes a feature vector using RLBP histograms, (3) it projects the vector onto a subspace that maximizes class separation and classifies the image using a nearest neighbor criterion. We designed the smart pixel using the TSMC 0.35 µm mixed- signal CMOS process, and evaluated its performance using postlayout parasitic extraction. We also designed and implemented the digital coprocessor on a Xilinx XC7Z020 field-programmable gate array. The smart pixel achieves a fill factor of 34% on the 0.35 µm process and 76% on a 0.18 µm process with 32 µm × 32 µm pixels. The pixel array operates at up to 556 frames per second.
    [Show full text]
  • Image Analysis Image Analysis
    PHYS871 Clinical Imaging ApplicaBons Image Analysis Image Analysis The Basics The Basics Dr Steve Barre April 2016 PHYS871 Clinical Imaging Applicaons / Image Analysis — The Basics 1 IntroducBon Image Processing Kernel Filters Rank Filters Fourier Filters Image Analysis Fourier Techniques Par4cle Analysis Specialist Solu4ons PHYS871 Clinical Imaging Applicaons / Image Analysis — The Basics 2 Image Display An image is a 2-dimensional collec4on of pixel values that can be displayed or printed by assigning a shade of grey (or colour) to every pixel value. PHYS871 Clinical Imaging Applicaons / Image Analysis — The Basics / Image Display 3 Image Display An image is a 2-dimensional collec4on of pixel values that can be displayed or printed by assigning a shade of grey (or colour) to every pixel value. PHYS871 Clinical Imaging Applicaons / Image Analysis — The Basics / Image Display 4 Spaal Calibraon For image analysis to produce meaningful results, the spaal calibraon of the image must be known. If the data acquisi4on parameters can be read from the image (or parameter) file then the spaal calibraon of the image can be determined. For simplicity and clarity, spaal calibraon will not be indicated on subsequent images. PHYS871 Clinical Imaging Applicaons / Image Analysis — The Basics / Image Display / Calibraon 5 SPM Image Display With Scanning Probe Microscope images there is no guarantee that the sample surface is level (so that the z values of the image are, on average, the same across the image). Raw image data A[er compensang for 4lt PHYS871 Clinical Imaging Applicaons / Image Analysis — The Basics / SPM Image Display 6 SPM Image Display By treang each scan line of an SPM image independently, anomalous jumps in the apparent height of the image (produced, for example, in STMs by abrupt changes in the tunnelling condi4ons) can be corrected for.
    [Show full text]
  • Deep Learning in Medical Image Analysis
    Journal of Imaging Editorial Deep Learning in Medical Image Analysis Yudong Zhang 1,* , Juan Manuel Gorriz 2 and Zhengchao Dong 3 1 School of Informatics, University of Leicester, Leicester LE1 7RH, UK 2 Department of Signal Theory, Telematics and Communications, University of Granada, 18071 Granada, Spain; [email protected] 3 Molecular Imaging and Neuropathology Division, Columbia University and New York State Psychiatric Institute, New York, NY 10032, USA; [email protected] * Correspondence: [email protected] Over recent years, deep learning (DL) has established itself as a powerful tool across a broad spectrum of domains in imaging—e.g., classification, prediction, detection, seg- mentation, diagnosis, interpretation, reconstruction, etc. While deep neural networks were initially nurtured in the computer vision community, they have quickly spread over medical imaging applications. The accelerating power of DL in diagnosing diseases will empower physicians and speed-up decision making in clinical environments. Applications of modern medical instru- ments and digitalization of medical care have led to enormous amounts of medical images being generated in recent years. In the big data arena, new DL methods and computational models for efficient data processing, analysis, and modeling of the generated data are crucial for clinical applications and understanding the underlying biological process. The purpose of this Special Issue (SI) “Deep Learning in Medical Image Analysis” is to present and highlight novel algorithms, architectures, techniques, and applications of DL for medical image analysis. This SI called for papers in April 2020. It received more than 60 submissions from Citation: Zhang, Y.; Gorriz, J.M.; over 30 different countries.
    [Show full text]
  • Applications Research on the Cluster Analysis in Image Segmentation Algorithm
    2017 International Conference on Materials, Energy, Civil Engineering and Computer (MATECC 2017) Applications Research on the Cluster Analysis in Image Segmentation Algorithm Jiangyan Sun, Huiming Su, Yuan Zhou School of Engineering, Xi'an International University, Xi’an, 710077, China Keywords: Image segmentation algorithm, Cluster analysis, Fuzzy cluster. Abstract. Clustering analysis is an unsupervised classification method, which classifies the samples by classifying the similarity. In the absence of prior knowledge, the image segmentation can be done by cluster analysis. This paper gives the concept of clustering analysis and two common cluster algorithms, which are FCM and K-Means clustering. The applications of the two clustering algorithms in image segmentation are explored in the paper to provide some references for the relevant researchers. Introduction It is a structured analysis process for people to understand the image. People should decompose the image into organized regions with specific properties constitutes before the next step. To identify and analyze the target, it is necessary to separate them based on the process. It is possible to further deal with the target. Image segmentation is the process of segmenting an image into distinct regions and extracting regions of interest. The segmented regions have consistent attributes, such as grayscale, color and texture. Image segmentation plays an important role in image engineering, and it is the key step from image processing to image analysis. It relates to the target feature measurement and determines the target location; at the same time, the object hierarchy and extracting parameters of the target expression, feature measurement helps establish the image based on the structure of knowledge is an important basis for image understanding.
    [Show full text]
  • AI in Image Analytics
    International Journal of Computational Intelligence Research ISSN 0973-1873 Volume 15, Number 2 (2019), pp. 81-95 © Research India Publications http://www.ripublication.com AI In Image Analytics Sathya Narayanan PSV Data Analytics and AI - Topcoder Executive Summary The approach of "image analysis" in creating "artificial intelligence models" has created a buzz in the world of technology. "Image analysis" has enabled a greater understanding of the concerned process. The various aspects of image analysis have been discussed in detail, such as "analogue image processing", “digital image processing”, “and image pattern recognition”and“image acquisition”. The study has been done to explore the techniques used to develop “artificial intelligence”. The advantages and disadvantages of these models have been discussed which will enable the young researchers to understand which model will be appropriate to be used in the development of "artificial intelligence models". The image analysis with the consistent factor of face recognition will enable the readers to understand the efficiency of the system and cater to the areas where improvisation is needed. The approach has been implemented to understand the working of the ongoing process. The critical aspect of the mentioned topic has been discussed in detail. The study is intended to give the readers a detailed understanding of the problem and open new arenas for further research. 1. INTRODUCTION “Image analysis” could be quick consists of the factors which generate meaningful information concerning any objectifying picture form the digital media.“Artificial Intelligence Model (AI Model)” is the unique based reasoning system for increasing the usability of any concerning system in the digital world.
    [Show full text]