Results for "shared representation"
Training one model on multiple tasks simultaneously to improve generalization through shared structure.
Agents communicate via shared state.
Control shared between human and agent.
Designing AI to cooperate with humans and each other.
Internal representation of the agent itself.
Automatically learning useful internal features (latent variables) that capture salient structure for downstream tasks.
Quantifies shared information between random variables.
Joint vision-language model aligning images and text.
GNN using attention to weight neighbor contributions dynamically.
Decomposing goals into sub-tasks.
Humans assist or override autonomous behavior.
Human controlling robot remotely.
Agents optimize collective outcomes.
Emergence of conventions among agents.
Structured graph encoding facts as entity–relation–entity triples.
Diffusion performed in latent space for efficiency.
Model that compresses input into latent space and reconstructs it.
Mathematical representation of friction forces.
Internal representation of environment layout.
A continuous vector encoding of an item (word, image, user) such that semantic similarity corresponds to geometric closeness.
When a model cannot capture underlying structure, performing poorly on both training and test data.
A table summarizing classification outcomes, foundational for metrics like precision, recall, specificity.
Often more informative than ROC on imbalanced datasets; focuses on positive class performance.
Plots true positive rate vs false positive rate across thresholds; summarizes separability.
Converting text into discrete units (tokens) for modeling; subword tokenizers balance vocabulary size and coverage.
Constraining outputs to retrieved or provided sources, often with citation, to improve factual reliability.
Tracking where data came from and how it was transformed; key for debugging and compliance.
Methods for breaking goals into steps; can be classical (A*, STRIPS) or LLM-driven with tool calls.
Forcing predictable formats for downstream systems; reduces parsing errors and supports validation/guardrails.
Assigning labels per pixel (semantic) or per instance (instance segmentation) to map object boundaries.