Overview
- Provides concise treatment of image classification from traditional feature extraction to end-to-end learning
- Offers a textbook for teaching image classification in a single course.
- Allows reader to practice through the exercises in Python/Keras/Tensorflow.
Access this book
Tax calculation will be finalised at checkout
Other ways to access
About this book
Image classification is a critical component in computer vision tasks and has numerous applications. Traditional methods for image classification involve feature extraction and classification in feature space. Current state-of-the-art methods utilize end-to-end learning with deep neural networks, where feature extraction and classification are integrated into the model. Understanding traditional image classification is important because many of its design concepts directly correspond to components of a neural network. This knowledge can help demystify the behavior of these networks, which may seem opaque at first sight.
The book starts from introducing methods for model-driven feature extraction and classification, including basic computer vision techniques for extracting high-level semantics from images. A brief overview of probabilistic classification with generative and discriminative classifiers is then provided. Next, neural networks are presented as a means to learn a classification model directly from labeled sample images, with individual components of the network discussed. The relationships between network components and those of a traditional designed model are explored, and different concepts for regularizing model training are explained. Finally, various methods for analyzing what a network has learned are covered in the closing section of the book.
The topic of image classification is presented as a thoroughly curated sequence of steps that gradually increase understanding of the working of a fully trainable classifier. Practical exercises in Python/Keras/Tensorflow have been designed to allow for experimental exploration of these concepts. In each chapter, suitable functions from Python modules are briefly introduced to provide students with the necessary tools to conduct these experiments.
Keywords
Table of contents (12 chapters)
Authors and Affiliations
About the author
Klaus D. Toennies is a retired professor of Computer Science at the Otto-von-Guericke-Universitaet (OvGU) Magdeburg in Germany. From 1998 to 2022, he led the Computer Vision Group at OvGU. Since 2022, he has served as a visiting professor at the German Faculty of Engineering at the Technical University Sofia, collaborating on the development of an Artificial Intelligence syllabus for the faculty’s Computer Science programs. Prof. Toennies has authored several books and numerous journal papers on topics in image processing, computer vision, and image analysis for Medical Images, including the Springer book Guide to Medical Image Analysis.
Bibliographic Information
Book Title: An Introduction to Image Classification
Book Subtitle: From Designed Models to End-to-End Learning
Authors: Klaus D. Toennies
DOI: https://doi.org/10.1007/978-981-99-7882-3
Publisher: Springer Singapore
eBook Packages: Computer Science, Computer Science (R0)
Copyright Information: The Editor(s) (if applicable) and The Author(s), under exclusive license to Springer Nature Singapore Pte Ltd. 2024
Hardcover ISBN: 978-981-99-7881-6Published: 25 January 2024
Softcover ISBN: 978-981-99-7884-7Due: 07 February 2025
eBook ISBN: 978-981-99-7882-3Published: 24 January 2024
Edition Number: 1
Number of Pages: XVI, 290
Number of Illustrations: 1 b/w illustrations
Topics: Image Processing and Computer Vision, Machine Learning, Pattern Recognition, Biometrics, Data Structures and Information Theory, Artificial Intelligence