Skip to main content

Convolutional Attention on Images for Locating Macular Edema

  • Conference paper
  • First Online:
Medical Image Understanding and Analysis (MIUA 2019)

Part of the book series: Communications in Computer and Information Science ((CCIS,volume 1065))

Included in the following conference series:

Abstract

Neural networks have become a standard for classifying images. However, by their very nature, their internal data representation remains opaque. To solve this dilemma, attention mechanisms have recently been introduced. They help to highlight regions in input data that have been used for a network’s classification decision. This article presents two attention architectures for the classification of medical images. Firstly, we are explaining a simple architecture which creates one attention map that is used for all classes. Secondly, we introduce an architecture that creates an attention map for each class. This is done by creating two U-nets - one for attention and one for classification - and then multiplying these two maps together. We show that our architectures well meet the baseline of standard convolutional classifications while at the same time increasing their explainability.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 39.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 54.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Notes

  1. 1.

    https://ai.googleblog.com/2015/06/inceptionism-going-deeper-into-neural.html.

  2. 2.

    https://blog.keras.io/how-convolutional-neural-networks-see-the-world.html.

References

  1. Bahdanau, D., Cho, K., Bengio, Y.: Neural machine translation by jointly learning to align and translate. CoRR abs/1409.0473 (2014). http://arxiv.org/abs/1409.0473

  2. Chan, W., Jaitly, N., Le, Q.V., Vinyals, O.: Listen, attend and spell. CoRR abs/1508.01211 (2015). http://arxiv.org/abs/1508.01211

  3. Chorowski, J., Bahdanau, D., Serdyuk, D., Cho, K., Bengio, Y.: Attention-based models for speech recognition. CoRR abs/1506.07503 (2015). http://arxiv.org/abs/1506.07503

  4. Ciresan, D.C., Meier, U., Schmidhuber, J.: Multi-column deep neural networks for image classification. CoRR abs/1202.2745 (2012). http://arxiv.org/abs/1202.2745

  5. He, K., Zhang, X., Ren, S., Sun, J.: Deep residual learning for image recognition. CoRR abs/1512.03385 (2015). http://arxiv.org/abs/1512.03385

  6. He, K., Zhang, X., Ren, S., Sun, J.: Delving deep into rectifiers: surpassing human-level performance on imagenet classification. In: Proceedings of the IEEE international conference on computer vision, pp. 1026–1034 (2015)

    Google Scholar 

  7. Ioffe, S., Szegedy, C.: Batch normalization: Accelerating deep network training by reducing internal covariate shift. CoRR abs/1502.03167 (2015). http://arxiv.org/abs/1502.03167

  8. Jin, Q., Meng, Z., Sun, C., Wei, L., Su, R.: Ra-unet: a hybrid deep attention-aware network to extract liver and tumor in CT scans. CoRR abs/1811.01328 (2018). http://arxiv.org/abs/1811.01328

  9. Kim, Y., Denton, C., Hoang, L., Rush, A.M.: Structured attention networks. CoRR abs/1702.00887 (2017). http://arxiv.org/abs/1702.00887

  10. Krizhevsky, A., Sutskever, I., Hinton, G.E.: Imagenet classification with deep convolutional neural networks. In: Advances in neural information processing systems, pp. 1097–1105 (2012)

    Google Scholar 

  11. Lian, S., Luo, Z., Zhong, Z., Lin, X., Su, S., Li, S.: Attention guided U-net for accurate iris segmentation. J. Vis. Commun. Image Represent. 56, 296–304 (2018). https://doi.org/10.1016/j.jvcir.2018.10.001. http://www.sciencedirect.com/science/article/pii/S1047320318302372

    Article  Google Scholar 

  12. Luong, M., Pham, H., Manning, C.D.: Effective approaches to attention-based neural machine translation. CoRR abs/1508.04025 (2015). http://arxiv.org/abs/1508.04025

  13. Oktay, O., et al.: Attention U-Net: Learning Where to Look for the Pancreas. arXiv e-prints arXiv:1804.03999 (Apr 2018)

  14. Ronneberger, O., Fischer, P., Brox, T.: U-net: Convolutional networks for biomedical image segmentation. CoRR abs/1505.04597 (2015). http://arxiv.org/abs/1505.04597

  15. Simonyan, K., Zisserman, A.: Very deep convolutional networks for large-scale image recognition. CoRR abs/1409.1556 (2014). http://arxiv.org/abs/1409.1556

  16. Vaswani, A., et al.: Attention is all you need. CoRR abs/1706.03762 (2017). http://arxiv.org/abs/1706.03762

  17. Wang, F., et al.: Residual attention network for image classification. CoRR abs/1704.06904 (2017). http://arxiv.org/abs/1704.06904

  18. Wang, L., Yin, B., Guo, A., Ma, H., Cao, J.: Skip-connection convolutional neural network for still image crowd counting. Appl. Intell. 48(10), 3360–3371 (2018). https://doi.org/10.1007/s10489-018-1150-1

    Article  Google Scholar 

  19. Xu, K., et al.: Show, attend and tell: Neural image caption generation with visual attention. CoRR abs/1502.03044 (2015). http://arxiv.org/abs/1502.03044

  20. Yamashita, T., Yamashita, J., Furukawa, H., Yamauchi, Y.: Multiple skip connections and dilated convolutions for semantic segmentation (2017)

    Google Scholar 

  21. Zeiler, M.D., Fergus, R.: Visualizing and Understanding Convolutional Networks. ArXiv e-prints (Nov 2013). https://arxiv.org/abs/1311.2901v3

Download references

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Maximilian Bryan .

Editor information

Editors and Affiliations

Rights and permissions

Reprints and permissions

Copyright information

© 2020 Springer Nature Switzerland AG

About this paper

Check for updates. Verify currency and authenticity via CrossMark

Cite this paper

Bryan, M., Heyer, G., Philipp, N., Rehak, M., Wiedemann, P. (2020). Convolutional Attention on Images for Locating Macular Edema. In: Zheng, Y., Williams, B., Chen, K. (eds) Medical Image Understanding and Analysis. MIUA 2019. Communications in Computer and Information Science, vol 1065. Springer, Cham. https://doi.org/10.1007/978-3-030-39343-4_33

Download citation

  • DOI: https://doi.org/10.1007/978-3-030-39343-4_33

  • Published:

  • Publisher Name: Springer, Cham

  • Print ISBN: 978-3-030-39342-7

  • Online ISBN: 978-3-030-39343-4

  • eBook Packages: Computer ScienceComputer Science (R0)

Publish with us

Policies and ethics