🏠 홈
벤치마크
📊 모든 벤치마크 🦖 공룡 v1 🦖 공룡 v2 ✅ 할 일 목록 앱 🎨 창의적인 자유 페이지 🎯 FSACB - 궁극의 쇼케이스 🌍 번역 벤치마크
모델
🏆 톱 10 모델 🆓 무료 모델 📋 모든 모델 ⚙️ 킬로 코드 모드
리소스
💬 프롬프트 라이브러리 📖 AI 용어 사전 🔗 유용한 링크

AI 용어집

인공지능 완전 사전

162
카테고리
2,032
하위 카테고리
23,060
용어
📖
용어

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.

📖
용어

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.

📖
용어

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.

📖
용어

Detector head

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

📖
용어

Multi-stage training

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

📖
용어

IoU-aware loss

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

📖
용어

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.

📖
용어

Contextual reasoning

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

🔍

결과를 찾을 수 없습니다