🏠 Home
Benchmark
📊 Tutti i benchmark 🦖 Dinosauro v1 🦖 Dinosauro v2 ✅ App To-Do List 🎨 Pagine libere creative 🎯 FSACB - Ultimate Showcase 🌍 Benchmark traduzione
Modelli
🏆 Top 10 modelli 🆓 Modelli gratuiti 📋 Tutti i modelli ⚙️ Kilo Code
Risorse
💬 Libreria di prompt 📖 Glossario IA 🔗 Link utili

Glossario IA

Il dizionario completo dell'Intelligenza Artificiale

162
categorie
2.032
sottocategorie
23.060
termini
📖
termini

Cascade regression

Iterative process where each detector in the cascade refines the predictions of the previous detector, using progressively higher IoU thresholds to improve accuracy.

📖
termini

R-CNN (Region-based CNN)

Family of object detection architectures based on regions of interest extracted from images, combining region proposals with convolutional neural networks for classification and localization.

📖
termini

Adaptive IoU thresholds

Set of increasing IoU thresholds (typically 0.5, 0.6, 0.7) used in Cascade R-CNN to train specialized detectors with different levels of detection quality.

📖
termini

Detector head

Classification and regression module placed after the backbone, responsible for predicting object classes and refining bounding box coordinates for each ROI.

📖
termini

Multi-stage training

Training strategy where cascade stages are trained sequentially, each stage using outputs from the previous stage as inputs for progressive refinement.

📖
termini

IoU-aware loss

Specialized loss function directly integrating the IoU metric into optimization, encouraging the model to produce bounding boxes with more precise localizations.

📖
termini

Progressive IoU thresholds

Increasing sequence of IoU thresholds used in Cascade R-CNN where each successive stage only trains on samples with IoU higher than the previous stage's threshold.

📖
termini

Contextual reasoning

Model's ability to consider spatial and contextual relationships between objects to improve detection accuracy, particularly important in complex scenes.

🔍

Nessun risultato trovato