tue-mps / eomt-dinov3-coco-panoptic-base-640

huggingface.co
Total runs: 648
24-hour runs: 89
7-day runs: 195
30-day runs: 53
Model's Last Updated: January 28 2026
image-segmentation

Introduction of eomt-dinov3-coco-panoptic-base-640

Model Details of eomt-dinov3-coco-panoptic-base-640

EoMT-DINOv3 (Base, 640px) for COCO Panoptic Segmentation

PyTorch Transformers
Overview

This is the base variant of the EoMT-DINOv3 model trained for panoptic segmentation on COCO at 640×640 resolution.

EoMT (Encoder-only Mask Transformer) is a Vision Transformer (ViT) architecture designed for high-quality and efficient image segmentation. It was introduced in the CVPR 2025 highlight paper:
Your ViT is Secretly an Image Segmentation Model

Key Insight : Given sufficient scale and pretraining, a plain ViT along with a few additional parameters can perform segmentation without the need for task-specific decoders or pixel fusion modules. The same model backbone supports semantic, instance, and panoptic segmentation with different post-processing.

The DINOv3 variants leverage rotary position embeddings and the latest pre-training recipes from Meta AI, yielding measurable performance gains across segmentation tasks.

Usage
import requests
import torch
from PIL import Image

from transformers import AutoImageProcessor, EomtDinov3ForUniversalSegmentation

model_id = "nielsr/eomt-dinov3-coco-panoptic-base-640"
processor = AutoImageProcessor.from_pretrained(model_id)
model = EomtDinov3ForUniversalSegmentation.from_pretrained(model_id)
device = "cuda" if torch.cuda.is_available() else "cpu"
model = model.to(device)

url = "http://images.cocodataset.org/val2017/000000039769.jpg"
image = Image.open(requests.get(url, stream=True).raw)

inputs = processor(images=image, return_tensors="pt").to(device)

with torch.inference_mode():
    outputs = model(**inputs)

# Panoptic Segmentation
result = processor.post_process_panoptic_segmentation(outputs, target_sizes=[image.size[::-1]])[0]
print(result["segmentation"].shape)  # Segmentation map
print(result["segments_info"])  # List of detected segments with labels
Model Details
Property Value
Backbone DINOv3 ViT-B/16
Input Resolution 640×640
Task Panoptic Segmentation
Dataset COCO
Citation
@inproceedings{kerssies2025eomt,
  author    = {Kerssies, Tommie and Cavagnero, Niccolò and Hermans, Alexander and Norouzi, Narges and Averta, Giuseppe and Leibe, Bastian and Dubbelman, Gijs and de Geus, Daan},
  title     = {Your ViT is Secretly an Image Segmentation Model},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
  year      = {2025},
}
Acknowledgements

Runs of tue-mps eomt-dinov3-coco-panoptic-base-640 on huggingface.co

648
Total runs
89
24-hour runs
237
3-day runs
195
7-day runs
53
30-day runs

More Information About eomt-dinov3-coco-panoptic-base-640 huggingface.co Model

More eomt-dinov3-coco-panoptic-base-640 license Visit here:

https://choosealicense.com/licenses/mit

eomt-dinov3-coco-panoptic-base-640 huggingface.co

eomt-dinov3-coco-panoptic-base-640 huggingface.co is an AI model on huggingface.co that provides eomt-dinov3-coco-panoptic-base-640's model effect (), which can be used instantly with this tue-mps eomt-dinov3-coco-panoptic-base-640 model. huggingface.co supports a free trial of the eomt-dinov3-coco-panoptic-base-640 model, and also provides paid use of the eomt-dinov3-coco-panoptic-base-640. Support call eomt-dinov3-coco-panoptic-base-640 model through api, including Node.js, Python, http.

eomt-dinov3-coco-panoptic-base-640 huggingface.co Url

https://huggingface.co/tue-mps/eomt-dinov3-coco-panoptic-base-640

tue-mps eomt-dinov3-coco-panoptic-base-640 online free

eomt-dinov3-coco-panoptic-base-640 huggingface.co is an online trial and call api platform, which integrates eomt-dinov3-coco-panoptic-base-640's modeling effects, including api services, and provides a free online trial of eomt-dinov3-coco-panoptic-base-640, you can try eomt-dinov3-coco-panoptic-base-640 online for free by clicking the link below.

tue-mps eomt-dinov3-coco-panoptic-base-640 online free url in huggingface.co:

https://huggingface.co/tue-mps/eomt-dinov3-coco-panoptic-base-640

eomt-dinov3-coco-panoptic-base-640 install

eomt-dinov3-coco-panoptic-base-640 is an open source model from GitHub that offers a free installation service, and any user can find eomt-dinov3-coco-panoptic-base-640 on GitHub to install. At the same time, huggingface.co provides the effect of eomt-dinov3-coco-panoptic-base-640 install, users can directly use eomt-dinov3-coco-panoptic-base-640 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

eomt-dinov3-coco-panoptic-base-640 install url in huggingface.co:

https://huggingface.co/tue-mps/eomt-dinov3-coco-panoptic-base-640

Url of eomt-dinov3-coco-panoptic-base-640

eomt-dinov3-coco-panoptic-base-640 huggingface.co Url

Provider of eomt-dinov3-coco-panoptic-base-640 huggingface.co

tue-mps
ORGANIZATIONS

Other API from tue-mps

huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:November 29 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:September 04 2025