🏠 Home
Benchmark Hub
📊 All Benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List Applications 🎨 Creative Free Pages 🎯 FSACB - Ultimate Showcase 🌍 Translation Benchmark
Models
🏆 Top 10 Models 🆓 Free Models 📋 All Models ⚙️ Kilo Code
Resources
💬 Prompts Library 📖 AI Glossary 🔗 Useful Links

AI Glossary

The complete dictionary of Artificial Intelligence

162
categories
2,032
subcategories
23,060
terms
📖
terms

Atrous Convolutions (or Dilated Convolutions)

Convolution operation that inserts spaces between kernel pixels, thereby increasing the receptive field without increasing the number of parameters, essential for capturing global context.

📖
terms

PSPNet (Pyramid Scene Parsing Network)

Model that applies pyramid pooling on different regions of the feature map to aggregate global context, then merges this information with local features for fine prediction.

📖
terms

Pyramid Pooling

Technique that applies pooling operations with different window sizes on the same feature map to capture contextual information at multiple scales.

📖
terms

Multi-branch Network

Architecture where multiple parallel paths process the input at different resolutions before their outputs are merged, enabling simultaneous analysis of detail and context.

📖
terms

Upsampling

Operation that increases the spatial resolution of a feature map, typically via deconvolution (transposed convolution) or bilinear interpolation, in the decoder part of the network.

📖
terms

Multi-scale Attention Map

Mechanism that learns to weight the importance of features from different scales, allowing the network to dynamically focus on the most relevant information for each pixel.

📖
terms

HRNet (High-Resolution Network)

Innovative architecture that maintains high-resolution representations throughout the network and repeatedly exchanges information with low-resolution representations for robust multi-scale segmentation.

📖
terms

Aggregated Context Module

Block designed to efficiently capture global context by aggregating information from large regions of the image, often used in complement to local paths for fine segmentation.

🔍

No results found