Skip to main content

MMDF: Mobile Microscopy Deep Framework

- By Anatasiia Kornilova , Mikhail Salnikov, Olga Novitskaya, Maria Begicheva, Egor Sevriugov, Kirill Shcherbakov 



Abstract 
In the last decade, a huge step was done in the field of mobile microscopes development as well as in the field of mobile microscopy application to real-life disease diagnostics and a lot of other important areas (air/water quality pollution, education, agriculture). In the current study, we applied image processing techniques from Deep Learning (in-focus/out-of-focus classification, image deblurring and denoising, multi-focus image fusion) to the data obtained from the mobile microscope. Overview of significant works for every the task is presented, the most suitable approaches were highlighted.








With the development of optical microscopy technologies, the cost of simple microscopes has become low enough for their mass usage. A considerable role in that class plays mobile microscopy – the field where smartphone camera and computational resources can be used with universal optical microscopes for fast diagnostics in different areas: disease diagnosis (malaria, tuberculosis, some types of cancer in developing countries), on-home diagnostics, agriculture analysis, water and ocean quality and pollution analysis, and education. 

In the past 10 years, a lot of solutions were proposed in the field of mobile microscopy — special lenses, devices and classical-look optical microscopes with cheaper optics. With wide-spread smartphones is good enough to differ important specimen parts in from the mobile microscope. The majority of the works was devoted to the mechanical parts of microscopes to increase the total quality of the image, nonetheless, there are a lot of digital processing techniques, especially in Deep Learning, that allows increasing the quality of biomedical microscopic images, like filter in-focus/out-of-focus images, focus-stacking, super-resolution and deblurring, stitching, etc.

The main features of mobile microscopes are bright-field mode (no fluorescence modality), lower quality of images in comparison with professional microscopes, artefacts in optical system (dust, water drops, condensate). All that things don’t allow to apply existing algorithms and pre-trained models directly to the mobile microscopy data.

The main techniques that was chosen for the work are following

  • In-focus/out-of-focus images classification. 
Despite auto-focusing systems in modern microscopes, obtained images are still should be filtered out to remove blurred images with artefacts, to find planes of one specimen with different focused areas.

  • Fast scanning image deblurring
Obtaining of the high-quality images requires much more time while scanning. The idea is to reuse Deep Learning deblurring techniques for fast scanning when we can reconstruct the original image from one obtained from the fast movement.

  • Focus-stacking (Multi-Focus images fusion). 
Because of optical microscopes usually have shallow depth of focus, volume specimen can not be studied from one focal length. To understand the specimen structure specialist should study different focal planes of the specimen where different areas in focus.

Main Contributions

  • CNN model for in-focus/out-of-focus classification stable for specific mobile microscopy artefacts was proposed, comparison with other developed solutions in that field was done.
  •  There was obtained deblurred images with U-Net, SRCNN and DeblurGAN. The last produced sharper pictures, which is seen in visual comparison with results of baseline models. DeblurGAN results was improved playing with training dataset and removing artefacts with upgrading the standard model.
  • FuseGAN model for combining focus parts from several images with a high level of details and smooth transitions for specific mobile microscopy data was proposed, comparison with existed models for this task was done.
Conclusion

In our work we considered different networks proposed in the microscopy field for image quality assessment, found out the requirements for our task and chose the most suitable one. The approach was improved and adopted for our data. Several hypothesis with false positives on dust were tested, accuracy more than 95% on test images was achieved. 

Also, there were tested various models for obtaining sharp denoised images: U-Net, SRCNN, DeblurGAN, Denoising Autoenoder, Stacked Denoising Autoencoder, Deep Coupled Autoencoder. According to the results, DeblurGAN generates sharper images than other methods. Adding the synthetically blurred images in training dataset and increasing the number of training pictures improves the quality of output testing images. We resolved the problem of the existence of some artefacts in output images, which affects negatively on the computing of metrics. However, standard PSNR and SSIM metrics fail to provide fine comparison of images.

Comments

Popular posts from this blog

ABOD and its PyOD python module

Angle based detection By  Hans-Peter Kriegel, Matthias Schubert, Arthur Zimek  Ludwig-Maximilians-Universität München  Oettingenstr. 67, 80538 München, Germany Ref Link PyOD By  Yue Zhao   Zain Nasrullah   Department of Computer Science, University of Toronto, Toronto, ON M5S 2E4, Canada  Zheng Li jk  Northeastern University Toronto, Toronto, ON M5X 1E2, Canada I am combining two papers to summarize Anomaly detection. First one is Angle Based Outlier Detection (ABOD) and other one is python module that  uses ABOD along with over 20 other apis (PyOD) . This is third part in the series of Anomaly detection. First article exhibits survey that covered length and breadth of subject, Second article highlighted on data preparation and pre-processing.  Angle Based Outlier Detection. Angles are more stable than distances in high dimensional spaces for example the popularity of cosine-based sim...

Ownership at Large

 Open Problems and Challenges in Ownership Management -By John Ahlgren, Maria Eugenia Berezin, Kinga Bojarczuk, Elena Dulskyte, Inna Dvortsova, Johann George, Natalija Gucevska, Mark Harman, Shan He, Ralf Lämmel, Erik Meijer, Silvia Sapora, and Justin Spahr-Summers Facebook Inc.  Software-intensive organizations rely on large numbers of software assets of different types, e.g., source-code files, tables in the data warehouse, and software configurations. Who is the most suitable owner of a given asset changes over time, e.g., due to reorganization and individual function changes. New forms of automation can help suggest more suitable owners for any given asset at a given point in time. By such efforts on ownership health, accountability of ownership is increased. The problem of finding the most suitable owners for an asset is essentially a program comprehension problem: how do we automatically determine who would be best placed to understand, maintain, ev...

Hybrid Approach to Automation, RPA and Machine Learning

- By Wiesław Kopec´, Kinga Skorupska, Piotr Gago, Krzysztof Marasek  Polish-Japanese Academy of Information Technology Paper Link Courtesy DZone   Abstract One of the more prominent trends within Industry 4.0 is the drive to employ Robotic Process Automation (RPA), especially as one of the elements of the Lean approach.     The full implementation of RPA is riddled with challenges relating both to the reality of everyday business operations, from SMEs to SSCs and beyond, and the social effects of the changing job market. To successfully address these points there is a need to develop a solution that would adjust to the existing business operations and at the same time lower the negative social impact of the automation process. To achieve these goals we propose a hybrid, human-centred approach to the development of software robots. This design and  implementation method combines the Living Lab approach with empowerment through part...