🏠 Home
Prestatietests
📊 Alle benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List applicaties 🎨 Creatieve vrije pagina's 🎯 FSACB - Ultieme showcase 🌍 Vertaalbenchmark
Modellen
🏆 Top 10 modellen 🆓 Gratis modellen 📋 Alle modellen ⚙️ Kilo Code
Bronnen
💬 Promptbibliotheek 📖 AI-woordenlijst 🔗 Nuttige links

AI-woordenlijst

Het complete woordenboek van kunstmatige intelligentie

162
categorieën
2.032
subcategorieën
23.060
termen
📖
termen

FPN (Feature Pyramid Network)

Convolutional neural network architecture that builds a pyramid of high-level features through a top-down pathway and lateral connections, improving object detection at all scales.

📖
termen

PANet (Path Aggregation Network)

Improvement of FPN that adds a bottom-up pathway to shorten the information flow between lower and upper layers, strengthening feature localization and information propagation through the network.

📖
termen

Top-Down Pathway

Part of an FPN that upsamples higher resolution feature maps from abstract layers, allowing prediction of smaller objects with rich semantic features.

📖
termen

Bottom-Up Pathway

In an architecture like PANet, this path strengthens the propagation of low-level features to upper layers, improving localization accuracy for small objects.

📖
termen

NAS-FPN (Neural Architecture Search FPN)

Feature pyramid whose structure is automatically discovered by neural architecture search, optimizing connections between scales for maximum performance in object detection.

📖
termen

BiFPN (Bidirectional Feature Pyramid Network)

Efficient FPN architecture that uses bidirectional connections (top-down and bottom-up) and weighted feature fusion to improve accuracy while reducing computational complexity.

📖
termen

Weighted Feature Fusion

Mechanism used in architectures like BiFPN where contributions of different feature maps are weighted and learnable, allowing the network to determine the importance of each scale.

📖
termen

Multi-Scale Anchor Box

Use of anchor boxes of different sizes and aspect ratios at each level of the feature pyramid, ensuring better matching between proposals and objects of varying sizes.

📖
termen

Multi-Scale RoIAlign

Application of the RoIAlign operation on the features of the most appropriate pyramid level for a region of interest (RoI) size, ensuring precise feature extraction for objects of all sizes.

📖
termen

Multi-Scale Anchor-Free Detection

Detection approach that directly predicts key points or centers of objects across multiple levels of the feature pyramid, eliminating the need for predefined anchor boxes.

📖
termen

Atrous Spatial Pyramid Pooling (ASPP)

Module that captures context at multiple scales using atrous (dilated) convolutions with different dilation rates, often integrated into detection architectures to handle scale variations.

📖
termen

TridentNet

Detection architecture that builds parallel processing branches, each specialized for a specific range of object scales, sharing weights for computational efficiency.

📖
termen

SF-Net (Scale Fusion Network)

Network that explicitly fuses features from different scales using attention mechanisms to highlight the most relevant scales for each detected object.

📖
termen

M2Det (Multi-Level Multi-Scale Detector)

Detector that builds a multi-level feature pyramid network (MLFPN) to learn richer and more discriminative multi-scale representations, improving detection of objects of vastly different sizes.

📖
termen

Multi-Scale Cascade R-CNN

Extension of Cascade R-CNN where each cascade stage operates on a different level of the feature pyramid, progressively refining detections at increasingly precise scales.

🔍

Geen resultaten gevonden