#215 · Primary category: Computer Vision
eomt
[CVPR 2025 Highlight] Official code and models for Encoder-only Mask Transformer (EoMT).
Project last updated:07/22/26
GitHub Stars
620
Forks
60
Contributors
5
License
MIT
Why we included this project
EoMT is a CVPR 2025 Highlight paper that questions how much architecture image segmentation really needs. It takes a plain, pre-trained Vision Transformer and uses it to encode both image patches and segmentation queries as tokens, with no adapters and no decoder. That simplicity still lands accuracy close to state-of-the-art methods built on task-specific components, while running up to 4x faster with a ViT-L backbone. The repo ships official training and evaluation code for panoptic, instance, and semantic segmentation on COCO, ADE20K, and Cityscapes, along with configs for DINOv2 and DINOv3 backbones and a model zoo of pretrained weights. Teams can benchmark it as a lean baseline against their existing pipeline, and the companion VidEoMT work extends the same minimal design to video segmentation.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)