Wu Z. Deep Learning for Video Understanding 2024
- Type:
- Other > E-books
- Files:
- 1
- Size:
- 17.09 MiB (17915543 Bytes)
- Uploaded:
- 2024-08-05 13:42 GMT
- By:
- andryold1
- Seeders:
- 48
- Leechers:
- 10
- Info Hash: 204950D3D5F1B5116F3F860C6B9C07FB8E9D11C8
Textbook in PDF format This book presents Deep Learning techniques for video understanding. For Deep Learning basics, the authors cover Machine Learning pipelines and notations, 2D and 3D Convolutional Neural Networks for spatial and temporal feature learning. For action recognition, the authors introduce classical frameworks for image classification, and then elaborate both image-based and clip-based 2D/3D CNN networks for action recognition. For action detection, the authors elaborate sliding windows, proposal-based detection methods, single stage and two stage approaches, spatial and temporal action localization, followed by datasets introduction. For video captioning, the authors present language-based models and how to perform sequence to sequence learning for video captioning. For unsupervised feature learning, the authors discuss the necessity of shifting from supervised learning to unsupervised learning and then introduce how to design better surrogate training tasks to learn video representations. Finally, the book introduces recent self-training pipelines like contrastive learning and masked image/video modeling with transformers. The book provides promising directions, with an aim to promote future research outcomes in the field of video understanding with Deep Learning. Convolutional Neural Networks (CNNs) was first introduced in 1989 by Yann LeCun primarily used for handwritten character recognition. CNNs require fewer parameters than fully connected networks, making them superior to their peer deep networks with easier parallel computation on GPUs. Over time, CNNs have dominated a wide range of tasks such as image classification, object detection, semantic segmentation, and instance segmentation. In recent years, researchers extend CNNs’ ability to applications including natural language processing, recommendation systems, etc. This section is organized as below: First, we will explain convolutions in neural networks, followed by an introduction of pooling, which is a common operation in CNNs; lastly, we will present background and detailed architectures of five classic CNNs in a chronological order. Overview of Video Understanding Deep Learning Basics for Video Understanding Deep Learning for Action Recognition Deep Learning for Video Localization Deep Learning for Video Captioning Unsupervised Feature Learning for Video Understanding Efficient Video Understanding Conclusion and Future Directions