AI-ordlista
Den kompletta ordlistan över AI
162
kategorier
2 032
underkategorier
23 060
termer
termer
R-CNN
Two-stage object detection architecture using candidate regions and convolutional neural networks to classify each region. This is a revolutionary approach that significantly improved object detection accuracy in images.
termer
Region of Interest
Rectangular area of the image likely to contain an object, identified during the region proposal phase. These RoIs are then processed individually for classification and localization refinement.
termer
Hard Example Mining
Training strategy preferentially selecting difficult examples with high losses to improve detector performance. Particularly effective in R-CNN for managing the imbalance between positive and negative examples.
🔍