Speridlabs · Research — NO. 01

ENEAS

Embedding-guided Neural Ensemble for Adaptive Segmentation

FIG. 01 — Demonstration reel1080 × 1080 · 46 s

ENEAS is a unified, text-promptable method for instance tracking and semantic discovery. Segmentation models — SAM 3 included — still lose a target that leaves the view, fragment it at extreme close-up, and mistake statues, paintings, or reflections for the real thing. ENEAS tells true instances from their doppelgangers.

Javier del PinoSalvador RodríguezAlejandro GarabitoJavier ÁlvarezChema GarabitoSperidlabs · project lead

02Method

Method

ENEAS works two ways from a single method: precise tracking and high-quality segmentation of a unique instance, and open-concept discovery of every instance a text query names. It takes a natural-language prompt and a set of frames — an ordered video or an unordered image collection — and returns the masks.

InputsSeveral types of inputs
ModelEneas
OutputSegmented Scene
I.01TextPrompt
Left most penguin | Statue | Cliff | Nearest guy with a gun…
I.02Image(Ordered or Unordered)Still
I.03VideoClip
Eneas

A unified, text-promptable method for instance tracking and semantic discovery.

underlying decision flow
ENEAS decision flow for semantic discovery: region proposal, embedding verification with accept, discard and verify thresholds, conditional semantic verification, and mask generation.
FIG. 02 — Method overview · decision flow for semantic discoveryPaper, Fig. 1
02.A

Instance Tracking

Name one instance and ENEAS follows it through the whole sequence — through occlusion and extreme changes of scale — holding onto the same object without drifting to look-alikes. It excels when the target leaves the frame and comes back: the moment it reappears, ENEAS picks it up again as the same instance.

Prompt woman in the painting848 × 480
Prompt man720 × 1280
02.B

Semantic Discovery

Name a category and ENEAS discovers and returns every instance of it, picking up new ones as they appear in the scene — and leaving out the doppelgangers: statues, paintings, or reflections that look like the target but are not.

Prompt chair720 × 1280
Prompt people848 × 480 · 0.5×
03Results

Results

A broad SA-V Test selection from SA-Co/VEval, split by prompt: prompts that refer to one specific object are assigned to instance tracking, prompts that may match multiple objects to semantic discovery. Both methods run under the official SAM 3 evaluator, identical settings. Best value per row in bold.

Table 1. SA-Co/VEval — Instance Tracking

MetricENEASSAM 3
HOTA (%)26.7026.51
DetA (%)7.927.84
AssA (%)90.7790.18
LocA (%)87.8689.22
TETA (%)17.8616.65

Table 2. SA-Co/VEval — Semantic Discovery

MetricENEASSAM 3
HOTA (%)9.239.19
DetA (%)6.166.21
AssA (%)14.2813.85
LocA (%)74.2575.38
TETA (%)9.539.10
04 — Comparisons

ENEAS vs SAM 3.

Same prompt, same footage, side by side.

ENEAS
SAM 3
Promptnearest guy with a gun
ENEAS
SAM 3
Promptsoldier outside the line
05 — Citation

Cite this work

@article{delpino2026eneas,
  title  = {ENEAS: Embedding-guided Neural Ensemble
            for Adaptive Segmentation},
  author = {del Pino, Javier and Rodr\'iguez, Salvador
            and Garabito, Alejandro and \'Alvarez, Javier
            and Garabito, Chema},
  journal = {arXiv preprint arXiv:2609.03756},
  year   = {2026},
  url    = {https://arxiv.org/abs/2609.03756}
}