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

AI 용어집

인공지능 완전 사전

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

R-CNN (Regions with CNN features)

Pioneering two-step detection algorithm that first extracts candidate regions via Selective Search, then classifies each region with a pre-trained convolutional neural network.

📖
용어

Selective Search

Hierarchical segmentation method that generates candidate region proposals by grouping similar pixels based on color, texture, and size.

📖
용어

RoI Pooling (Region of Interest Pooling)

Neural network layer that transforms variable-sized candidate regions into a fixed-size output for the classifier, preserving spatial features.

📖
용어

RPN (Region Proposal Network)

Fully convolutional sub-network that simultaneously predicts candidate bounding boxes and object scores at each spatial location of the feature map.

📖
용어

Anchor Boxes

Predefined reference boxes with different sizes and aspect ratios used by the RPN to normalize bounding box predictions and speed up convergence.

📖
용어

Feature Pyramid Network (FPN)

Architecture that builds a multi-scale feature pyramid with lateral and top-down pathways, improving the detection of objects at different sizes in Faster R-CNN.

📖
용어

Cascade R-CNN

Multi-stage architecture where detectors are trained sequentially with increasing Intersection over Union (IoU) thresholds, progressively refining box predictions.

📖
용어

Bounding Box Regression

Regression task that refines the coordinates of predicted bounding boxes by learning transformations to minimize the gap with the ground truth boxes.

📖
용어

RoIAlign

Improvement over RoI Pooling that avoids forced quantization by using precise bilinear sampling, better preserving spatial alignment for instance segmentation.

📖
용어

Feature Extractor Backbone

Base CNN network (like ResNet, VGG, or EfficientNet) that extracts visual features from the input image, shared between proposal and classification stages.

📖
용어

Two-Stage Detector

Detection paradigm that explicitly separates candidate region generation from precise classification and localization, typically offering better accuracy at the cost of speed.

📖
용어

Region Proposal Quality

Measure of how effectively an algorithm generates relevant candidate regions, evaluated by recall at different IoU thresholds with ground truth boxes.

📖
용어

Multi-Scale Training

Training strategy that uses images resized to different scales to improve detector robustness against object size variations.

📖
용어

Contextual Reasoning Module

Component that models relationships between objects and their global context to improve detection, often integrating attention or graph mechanisms.

🔍

결과를 찾을 수 없습니다