Glossario IA
Il dizionario completo dell'Intelligenza Artificiale
162
categorie
2.032
sottocategorie
23.060
termini
termini
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.
termini
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.
termini
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.
🔍