🏠 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

Segmenter

Semantic segmentation model based on a pure transformer architecture, designed to efficiently capture long-range contextual relationships between pixels.

📖
terms

Learnable Token

Randomly initialized embedding vector learned during training, used in transformer decoders to aggregate contextual information and predict segmentation classes.

📖
terms

Segmentation Transformer Decoder

Module that reconstructs a high-resolution segmentation map from encoder features, using attention mechanisms to refine predictions pixel by pixel.

📖
terms

SegFormer

Efficient and simple segmentation architecture based on a hierarchical transformer encoder and lightweight decoder (All-MLP), designed for better performance with fewer parameters.

📖
terms

Masked Autoencoding (MAE)

Self-supervised pre-training strategy where large portions of an image are masked and the model learns to reconstruct them, improving contextual understanding for segmentation.

📖
terms

Query-Based Segmentation

Paradigm where a fixed set of learnable query vectors is used to query image features and directly generate segmentation masks.

📖
terms

Hierarchical Windowing

Technique in vision transformers that divides the image into windows at different scales and hierarchically merges them to capture both local details and global context.

📖
terms

Class Embedding

Learned vector representation for each semantic category, used in transformer decoders to guide pixel classification and improve prediction consistency.

🔍

No results found