This chapter covers
- Calculating uncertainty and diversity for object detection
- Calculating uncertainty and diversity for semantic segmentation
- Calculating uncertainty and diversity for sequence labeling
- Calculating uncertainty and diversity for language generation
- Calculating uncertainty and diversity for speech, video, and information retrieval
- Choosing the right number of samples for human review
In chapters 3, 4, and 5, the examples and algorithms focused on document-level or image-level labels. In this chapter, you will learn how the same principles of uncertainty sampling and diversity sampling can be applied to more complicated computer vision tasks such as object detection and semantic segmentation (pixel labeling) and more complicated natural language processing (NLP) tasks such as sequence labeling and natural language generation. The general principles are the same, and in many cases, there is no change at all. The biggest difference is how you sample the items selected by active learning, and that will depend on the real-world problem that you are trying to solve.