🏠 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

Instance Segmentation

Task that detects and delineates each distinct object in an image, assigning a unique identifier to each instance, without classifying their semantic category.

📖
terms

PQ (Panoptic Quality)

Standard evaluation metric for panoptic segmentation, which weights recognition quality (recog) and segmentation quality (seg) to measure overall performance.

📖
terms

Thing

Category of objects in panoptic segmentation that are countable and have distinct instances, such as cars or people, as opposed to 'stuff'.

📖
terms

Stuff

Category of regions in panoptic segmentation that are amorphous and uncountable, such as sky, road, or grass, as opposed to 'things'.

📖
terms

Pixel Embedding

High-dimensional vector representation for each pixel, used to group pixels belonging to the same instance in instance segmentation approaches.

📖
terms

Detection Head

Module of a convolutional neural network specialized in predicting bounding boxes and object classes, often used upstream of instance segmentation.

📖
terms

Instance Masks

Binary outputs of instance segmentation, where each mask represents the precise shape of a unique object at the pixel level, distinct from other objects.

📖
terms

Unified Panoptic Network

Neural network architecture with multiple heads or a single branch designed to simultaneously generate semantic and instance predictions efficiently.

📖
terms

AP (Average Precision)

Key metric for evaluating instance segmentation performance, measuring the average precision of detections at different Intersection over Union (IoU) confidence thresholds.

📖
terms

Panoptic Segmentation Former (PSFormer)

Transformer-based architecture that treats panoptic segmentation as a mask sequence prediction problem, unifying semantic and instance approaches.

📖
terms

Query-Based Panoptic Segmentation

Paradigm where a set of learned queries interacts with image features to simultaneously predict classes and masks of all objects and regions.

📖
terms

Panoptic Decoder

Final module of a panoptic segmentation network responsible for merging features from semantic and instance branches to produce the final output map.

📖
terms

Panoptic Ground Truth

Image annotation where each pixel is labeled with an instance identifier and semantic class, serving as reference for model training and evaluation.

🔍

No results found