huggingface.co
Total runs: 2.4K
24-hour runs: 0
7-day runs: 2.4K
30-day runs: 2.4K
Model's Last Updated: December 24 2025

Introduction of amoe

Model Details of amoe

AMOE: Agglomerative Mixture-of-Experts Vision Foundation Model

Project Website arXiv Hugging Face Datasets

A vision encoder distilled from DINOv3 and SigLIP2 teachers, supporting multi-resolution image understanding with Mixture-of-Experts (MoE) architecture.

AMOE is an MoE vision foundation model distilled from DINOv3 and SigLIP2 teachers.

Installation
pip install torch transformers einops pillow
Quick Start
import torch
from PIL import Image
from transformers import AutoModel, AutoImageProcessor

# Load model and processor
model_id = "tiiuae/amoe" 
model = AutoModel.from_pretrained(model_id, trust_remote_code=True).to("cuda", dtype=torch.bfloat16)
processor = AutoImageProcessor.from_pretrained(model_id, trust_remote_code=True)

# Preprocess image
image = Image.open("image.jpg").convert("RGB")
inputs = processor(image, return_tensors="pt").to("cuda")
inputs["pixel_values"] = inputs["pixel_values"].to(torch.bfloat16)

# Inference
with torch.no_grad():
    outputs = model(**inputs)

# Access specialized features
# Options: 'amoe' (768d), 'siglip2' (1152d), 'dinov3' (1024d)
patch_features = outputs["patch_features"]["amoe"]    # (Batch, Tokens, 768)
summary_features = outputs["summary_features"]["siglip2"] # (Batch, 1152)
Citation

If you use AMoE in your research, please cite:

@article{chaybouti2025amoe,
  title={AMOE: Agglomerative Mixture-of-Experts Vision Foundation Models},
  author={Chaybouti, Sofian and Narayan, Sanath and Dahou, Yasser and Le Khac, Phuc H. and Singh, Ankit and Huynh, Ngoc Dung and Para, Wamiq Reyaz and Kuehne, Hilde and Hacid, Hakim},
  journal={arXiv preprint arXiv:2512.20157},
  year={2025}
}

Runs of tiiuae amoe on huggingface.co

2.4K
Total runs
0
24-hour runs
0
3-day runs
2.4K
7-day runs
2.4K
30-day runs

More Information About amoe huggingface.co Model

amoe huggingface.co

amoe huggingface.co is an AI model on huggingface.co that provides amoe's model effect (), which can be used instantly with this tiiuae amoe model. huggingface.co supports a free trial of the amoe model, and also provides paid use of the amoe. Support call amoe model through api, including Node.js, Python, http.

tiiuae amoe online free

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

tiiuae amoe online free url in huggingface.co:

https://huggingface.co/tiiuae/amoe

amoe install

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

amoe install url in huggingface.co:

https://huggingface.co/tiiuae/amoe

Url of amoe

amoe huggingface.co Url

Provider of amoe huggingface.co

tiiuae
ORGANIZATIONS

Other API from tiiuae

huggingface.co

Total runs: 347.0K
Run Growth: -749.9K
Growth Rate: -216.33%
Updated:October 12 2024
huggingface.co

Total runs: 44.6K
Run Growth: -125.2K
Growth Rate: -280.36%
Updated:December 17 2024
huggingface.co

Total runs: 7.8K
Run Growth: -13.9K
Growth Rate: -172.36%
Updated:August 09 2024
huggingface.co

Total runs: 7.7K
Run Growth: 3.3K
Growth Rate: 44.06%
Updated:July 13 2023
huggingface.co

Total runs: 4.6K
Run Growth: 1.6K
Growth Rate: 34.36%
Updated:September 12 2026
huggingface.co

Total runs: 4.5K
Run Growth: -222
Growth Rate: -4.88%
Updated:December 17 2024
huggingface.co

Total runs: 2.5K
Run Growth: 1.2K
Growth Rate: 49.15%
Updated:January 21 2026
huggingface.co

Total runs: 384
Run Growth: -271
Growth Rate: -71.50%
Updated:November 07 2024
huggingface.co

Total runs: 72
Run Growth: 4
Growth Rate: 5.41%
Updated:September 06 2023
huggingface.co

Total runs: 44
Run Growth: 44
Growth Rate: 100.00%
Updated:March 12 2026