An Introduction to Image Classification From Designed Models to End-to-End Learning

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, wh...

Full description

Bibliographic Details
Main Author: Toennies, Klaus D.
Format: eBook
Language:English
Published: Singapore Springer Nature Singapore 2024, 2024
Edition:1st ed. 2024
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
LEADER 03689nmm a2200361 u 4500
001 EB002193954
003 EBX01000000000000001331419
005 00000000000000.0
007 cr|||||||||||||||||||||
008 240202 ||| eng
020 |a 9789819978823 
100 1 |a Toennies, Klaus D. 
245 0 0 |a An Introduction to Image Classification  |h Elektronische Ressource  |b From Designed Models to End-to-End Learning  |c by Klaus D. Toennies 
250 |a 1st ed. 2024 
260 |a Singapore  |b Springer Nature Singapore  |c 2024, 2024 
300 |a XVI, 290 p. 1 illus  |b online resource 
505 0 |a Chapter 1. Image Classification – A Computer Vision Task -- Chapter 2. Image Features – Extraction and Categories -- Chapter 3. Feature Reduction -- Chapter 4. Bayesian Image Classification in Feature Space -- Chapter 5. Distance-based Classifiers -- Chapter 6. Decision Boundaries in Feature Space -- Chapter 7. Multi-layer Perceptron for Image Classification -- Chapter 8. Feature Extraction by Convolutional Neural Network -- Chapter 9. Network Set-up for Image Classification -- Chapter 10. Basic Network Training for Image Classification -- Chapter 11. Dealing with Training Deficiencies -- Chapter 12. Learning Effects and Network Decisions 
653 |a Artificial intelligence / Data processing 
653 |a Machine learning 
653 |a Machine Learning 
653 |a Computer vision 
653 |a Computer Vision 
653 |a Biometrics 
653 |a Automated Pattern Recognition 
653 |a Biometric identification 
653 |a Pattern recognition systems 
653 |a Data Science 
041 0 7 |a eng  |2 ISO 639-2 
989 |b Springer  |a Springer eBooks 2005- 
028 5 0 |a 10.1007/978-981-99-7882-3 
856 4 0 |u https://doi.org/10.1007/978-981-99-7882-3?nosfx=y  |x Verlag  |3 Volltext 
082 0 |a 006.37 
520 |a 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