000 09023nam a22008531i 4500
001 8295029
003 IEEE
005 20200413152929.0
006 m eo d
007 cr cn |||m|||a
008 180224s2018 caua foab 000 0 eng d
020 _a9781681730226
_qebook
020 _z9781681730219
_qpaperback
020 _z9781681732787
_qhardcover
024 7 _a10.2200/S00822ED1V01Y201712COV015
_2doi
035 _a(CaBNVSL)swl00408190
035 _a(OCoLC)1024179052
040 _aCaBNVSL
_beng
_erda
_cCaBNVSL
_dCaBNVSL
050 4 _aTA1634
_b.K424 2018
082 0 4 _a006.37
_223
100 1 _aKhan, Salman,
_eauthor.
245 1 2 _aA guide to convolutional neural networks for computer vision /
_cSalman Khan, Hossein Rahmani, Syed Afaq Ali Shah, Mohammed Bennamoun.
264 1 _a[San Rafael, California] :
_bMorgan & Claypool,
_c2018.
300 _a1 PDF (xix, 187 pages) :
_billustrations.
336 _atext
_2rdacontent
337 _aelectronic
_2isbdmedia
338 _aonline resource
_2rdacarrier
490 1 _aSynthesis lectures on computer vision,
_x2153-1064 ;
_v# 15
538 _aMode of access: World Wide Web.
500 _aPart of: Synthesis digital library of engineering and computer science.
504 _aIncludes bibliographical references (pages 173-184).
505 0 _a1. Introduction -- 1.1 What is computer vision? -- 1.1.1 Applications -- 1.1.2 Image processing vs. computer vision -- 1.2 What is machine learning? -- 1.2.1 Why deep learning? -- 1.3 Book overview --
505 8 _a2. Features and classifiers -- 2.1 Importance of features and classifiers -- 2.1.1 Features -- 2.1.2 Classifiers -- 2.2 Traditional feature descriptors -- 2.2.1 Histogram of oriented gradients (HOG) -- 2.2.2 Scale-invariant feature transform (SIFT) -- 2.2.3 Speeded-up robust features (SURF) -- 2.2.4 Limitations of traditional hand-engineered features -- 2.3 Machine learning classifiers -- 2.3.1 Support vector machine (SVM) -- 2.3.2 Random decision forest -- 2.4 Conclusion --
505 8 _a3. Neural networks basics -- 3.1 Introduction -- 3.2 Multi-layer perceptron -- 3.2.1 Architecture basics -- 3.2.2 Parameter learning -- 3.3 Recurrent neural networks -- 3.3.1 Architecture basics -- 3.3.2 Parameter learning -- 3.4 Link with biological vision -- 3.4.1 Biological neuron -- 3.4.2 Computational model of a neuron -- 3.4.3 Artificial vs. biological neuron --
505 8 _a4. Convolutional neural network -- 4.1 Introduction -- 4.2 Network layers -- 4.2.1 Pre-processing -- 4.2.2 Convolutional layers -- 4.2.3 Pooling layers -- 4.2.4 Nonlinearity -- 4.2.5 Fully connected layers -- 4.2.6 Transposed convolution layer -- 4.2.7 Region of interest pooling -- 4.2.8 Spatial pyramid pooling layer -- 4.2.9 Vector of locally aggregated descriptors layer -- 4.2.10 Spatial transformer layer -- 4.3 CNN loss functions -- 4.3.1 Cross-entropy loss -- 4.3.2 SVM hinge loss -- 4.3.3 Squared hinge loss -- 4.3.4 Euclidean loss -- 4.3.5 The l1 error -- 4.3.6 Contrastive loss -- 4.3.7 Expectation loss -- 4.3.8 Structural similarity measure --
505 8 _a5. CNN learning -- 5.1 Weight initialization -- 5.1.1 Gaussian random initialization -- 5.1.2 Uniform random initialization -- 5.1.3 Orthogonal random initialization -- 5.1.4 Unsupervised pre-training -- 5.1.5 Xavier initialization -- 5.1.6 ReLU aware scaled initialization -- 5.1.7 Layer-sequential unit variance -- 5.1.8 Supervised pre-training -- 5.2 Regularization of CNN -- 5.2.1 Data augmentation -- 5.2.2 Dropout -- 5.2.3 Drop-connect -- 5.2.4 Batch normalization -- 5.2.5 Ensemble model averaging -- 5.2.6 The l2 regularization -- 5.2.7 The l1 regularization -- 5.2.8 Elastic net regularization -- 5.2.9 Max-norm constraints -- 5.2.10 Early stopping -- 5.3 Gradient-based CNN learning -- 5.3.1 Batch gradient descent -- 5.3.2 Stochastic gradient descent -- 5.3.3 Mini-batch gradient descent -- 5.4 Neural network optimizers -- 5.4.1 Momentum -- 5.4.2 Nesterov momentum -- 5.4.3 Adaptive gradient -- 5.4.4 Adaptive delta -- 5.4.5 RMSprop -- 5.4.6 Adaptive moment estimation -- 5.5 Gradient computation in CNNs -- 5.5.1 Analytical differentiation -- 5.5.2 Numerical differentiation -- 5.5.3 Symbolic differentiation -- 5.5.4 Automatic differentiation -- 5.6 Understanding CNN through visualization -- 5.6.1 Visualizing learned weights -- 5.6.2 Visualizing activations -- 5.6.3 Visualizations based on gradients --
505 8 _a6. Examples of CNN architectures -- 6.1 LeNet -- 6.2 AlexNet -- 6.3 Network in network -- 6.4 VGGnet -- 6.5 GoogleNet -- 6.6 ResNet -- 6.7 ResNeXt -- 6.8 FractalNet -- 6.9 DenseNet --
505 8 _a7. Applications of CNNs in computer vision -- 7.1 Image classification -- 7.1.1 PointNet -- 7.2 Object detection and localization -- 7.2.1 Region-based CNN -- 7.2.2 Fast R-CNN -- 7.2.3 Regional proposal network (RPN) -- 7.3 Semantic segmentation -- 7.3.1 Fully convolutional network (FCN) -- 7.3.2 Deep deconvolution network (DDN) -- 7.3.3 DeepLab -- 7.4 Scene understanding -- 7.4.1 DeepContext -- 7.4.2 Learning rich features from RGB-D images -- 7.4.3 Pointnet for scene understanding -- 7.5 Image generation -- 7.5.1 Generative adversarial networks (GANs) -- 7.5.2 Deep convolutional generative adversarial networks (DCGANs) -- 7.5.3 Super resolution generative adversarial network (SRGAN) -- 7.6 Video-based action recognition -- 7.6.1 Action recognition from still video frames -- 7.6.2 Two-stream CNNs -- 7.6.3 Long-term recurrent convolutional network (LRCN) --
505 8 _a8. Deep learning tools and libraries -- 8.1 Caffe -- 8.2 TensorFlow -- 8.3 MatConvNet -- 8.4 Torch7 -- 8.5 Theano -- 8.6 Keras -- 8.7 Lasagne -- 8.8 Marvin -- 8.9 Chainer -- 8.10 PyTorch --
505 8 _a9. Conclusion -- Bibliography -- Authors' biographies.
506 _aAbstract freely available; full-text restricted to subscribers or individual document purchasers.
510 0 _aCompendex
510 0 _aINSPEC
510 0 _aGoogle scholar
510 0 _aGoogle book search
520 3 _aComputer vision has become increasingly important and effective in recent years due to its wide-ranging applications in areas as diverse as smart surveillance and monitoring, health and medicine, sports and recreation, robotics, drones, and self-driving cars. Visual recognition tasks, such as image classification, localization, and detection, are the core building blocks of many of these applications, and recent developments in Convolutional Neural Networks (CNNs) have led to outstanding performance in these state-of-the-art visual recognition tasks and systems. As a result, CNNs now form the crux of deep learning algorithms in computer vision. This self-contained guide will benefit those who seek to both understand the theory behind CNNs and to gain hands-on experience on the application of CNNs in computer vision. It provides a comprehensive introduction to CNNs starting with the essential concepts behind neural networks: training, regularization, and optimization of CNNs. The book also discusses a wide range of loss functions, network layers, and popular CNN architectures, reviews the different techniques for the evaluation of CNNs, and presents some popular CNN tools and libraries that are commonly used in computer vision. Further, this text describes and discusses case studies that are related to the application of CNN in computer vision, including image classification, object detection, semantic segmentation, scene understanding, and image generation. This book is ideal for undergraduate and graduate students, as no prior background knowledge in the field is required to follow the material, as well as new researchers, developers, engineers, and practitioners who are interested in gaining a quick understanding of CNN models.
530 _aAlso available in print.
588 _aTitle from PDF title page (viewed on February 24, 2018).
650 0 _aComputer vision
_xMathematical models.
650 0 _aNeural networks (Computer science)
650 0 _aConvolutions (Mathematics)
653 _adeep learning
653 _acomputer vision
653 _aconvolution neural networks
653 _aperception
653 _aback-propagation
653 _afeed-forward networks
653 _aimage classification
653 _aaction recognition
653 _aobject detection
653 _aobject tracking
653 _avideo processing
653 _asemantic segmentation
653 _ascene understanding
653 _a3D processing
655 0 _aElectronic books.
700 1 _aRahmani, Hossein,
_eauthor.
700 1 _aShah, Syed Afaq Ali,
_eauthor.
700 1 _aBennamoun, M.
_q(Mohammed),
_eauthor.
776 0 8 _iPrint version:
_z9781681730219
_z9781681732787
830 0 _aSynthesis digital library of engineering and computer science.
830 0 _aSynthesis lectures on computer vision ;
_v# 15.
_x2153-1064
856 4 2 _3Abstract with links to resource
_uhttp://ieeexplore.ieee.org/servlet/opac?bknumber=8295029
999 _c562368
_d562368