Unified
Segment and retrieve
A shared SAM 2 representation produces either a dense segmentation mask or an image-level retrieval score.
ECCV 2026
Give FoundYou an example of your object. It can segment the same physical instance in a new image or retrieve it from a large gallery with one compact model.
Unified
A shared SAM 2 representation produces either a dense segmentation mask or an image-level retrieval score.
Promptable
The frozen SAM 2 decoder preserves flexible prompting, reducing the annotation required to identify a reference object.
Few-shot
Multiple references are stored in the memory bank and jointly improve instance matching without retraining.
Efficient
Only 5.9 M parameters are trained, yielding a 52 M-parameter model that runs at 90.2 images/s on an RTX 4090.
Personalized segmentation localizes a particular physical object in a target image, while personalized retrieval ranks images that contain it. Although their outputs differ, both tasks require the same core ability: preserving object identity across unrelated images, backgrounds, viewpoints, and scales.
FoundYou starts from the instance-aware representations learned by Segment Anything 2 for video tracking. Lightweight feature adapters remove the model’s spatio-temporal continuity bias, while self-distillation preserves the spatial structure needed for accurate masks. The result is a unified framework that improves over PDM, the prior unified approach, as well as task-specific methods, while keeping SAM 2 entirely frozen.
FoundYou stores a prompted reference object in the SAM 2 memory bank, aligns a target image to that memory, and decodes the shared representation for segmentation or retrieval.
Swipe horizontally to inspect the full diagram.
AdaptFormer layers in the final image-encoder stages strengthen instance discrimination across unrelated scenes.
A point, box, or mask identifies the object; its features are encoded and stored in the memory bank.
The same memory-conditioned target features produce a segmentation mask or a retrieval score.
FoundYou distinguishes the requested instance from visually similar hard negatives, then localizes that same instance using the shared representation.
Swipe horizontally to inspect all examples.
Each reference is stored in memory, allowing candidate images to attend jointly to multiple views of the same instance without retraining the model.
Swipe horizontally to inspect all examples.
Video pretraining encourages SAM 2 features to depend on a stable scene and limited object motion. FoundYou adapts those features for identity matching when position and context change independently.
Swipe horizontally to inspect all three analyses.
One 52 M-parameter model improves over the prior unified solution while matching or surpassing specialized methods.
| Task | Benchmark | Metric | FoundYou |
|---|---|---|---|
| Personalized segmentation | PerSeg | mIoU / bIoU | 96.4 / 85.6 |
| Personalized segmentation | PerMIS | mIoU / bIoU | 62.6 / 57.4 |
| Personalized retrieval | PerMIR | mAP | 92.1 |
| Personalized retrieval | ILIAS | mAP@1k | 32.5 |
FoundYou is over 75× faster and 20× smaller than PDM, the only prior unified personalized segmentation and retrieval solution.
Flexible prompting
On PerSeg, performance changes only slightly from a full mask to a single point. On the harder PerMIS benchmark, FoundYou remains substantially stronger than prior personalized methods across prompt types.
@inproceedings{trivigno2026foundyou,
title = {{FoundYou}: A Unified Model for Personalized Segmentation and Retrieval},
author = {Gabriele Trivigno and Marcos Alfaro and Claudia Cuttano and Gabriele Berton and Luis Pay{\'a} and Carlo Masone},
booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
year = {2026}
}
FoundYou builds on the open-source Segment Anything 2 project and evaluates large-scale personalized retrieval using ILIAS. We thank the authors and contributors of these projects.