feyninc / multimatte

huggingface.co
Total runs: 244
24-hour runs: 37
7-day runs: 178
30-day runs: 178
Model's Last Updated: September 11 2026

Introduction of multimatte

Model Details of multimatte

MultiMatte

Cut anything you can name.

MultiMatte is a promptable matting model : name an object and it returns an alpha matte for it. It is a LoRA fine-tune of SAM 3 , retrained to produce continuous opacity instead of binary masks, with the adapter merged into the released weights.

Prompt steering

The same photograph, four prompts.

A bulldog looking up at a bowl held by a person in jeans. The dog cut out of the photograph. The metal bowl cut out of the same photograph. The person's jeans cut out of the same photograph.
input "the dog" "the dog bowl" "the jeans"

Plural concepts return every match in one matte, and small objects stay addressable.

Two tabby cats sprawled on a pink couch beside two remote controls. Both cats cut out together. Only the two remote controls cut out.
input "the cats" "the remote"

The output is a continuous alpha matte, not a threshold, so edges hold up at 1:1 zoom.

Full-resolution crop of a white vehicle's front fender against a red wall. The same crop with the red wall removed and the fender edge intact.
input (crop) cutout (crop)
Installation
pip install nobg
Usage
from nobg import AutoModel, AutoProcessor

model = AutoModel.from_pretrained("feyninc/multimatte")
processor = AutoProcessor.from_pretrained("feyninc/multimatte")

# Prompt-free: uses the processor's default_prompt ("the main foreground subject").
model.predict(processor, "photo.jpg").save("output.png")

# Named concept.
model.predict(processor, "photo.jpg", "the dog").save("dog.png")

predict runs the whole pipeline — load, preprocess, forward under no_grad in eval mode, post-process, composite — and returns an RGBA cutout at the input's original resolution. image accepts anything loadimg takes: a path, URL, base64 string, numpy array or PIL image.

The signature is predict(processor, image, prompt, boxes) , everything optional after image . Useful keywords: batch_size (images per forward pass, default 1 to keep peak memory flat) and return_type="alpha" for the raw (H, W) matte tensor instead of a cutout.

Results

S-measure ( S_α ), prompt-free, higher is better. Both columns come from one scoring harness on identical rows, so the difference isolates the weights — the SAM 3 numbers are a fresh rescore, not values copied from a paper. Changes below 0.002 S_α are treated as measurement noise.

† No sibling in the training mix. DAVIS-S and DUT-OMRON are the two fully cross-domain splits here, so they are the pair to read for generalization — and MultiMatte's best absolute score lands on DAVIS-S at 0.979.

Naming the concept helps, before and after training. On DIS-VD, a real human-written phrase adds 0.150 S_α to base SAM 3 for zero gradient steps, and still adds 0.036 to MultiMatte after fine-tuning. Prompt supervision made the model better at both pathways rather than making it prompt-insensitive.

Training
feature detail
Base model facebook/sam3 , 0.86 B parameters
Method LoRA, rank 16, merged into the released weights
Trainable 19.49 M parameters — 2.27 % of the model
Targets Attention and MLP projections in every tower, including the CLIP text tower
Objective Focal loss + Dice loss (SAM 3's own semantic segmentation objective)
Steps 14,000
Data 19,953 images: salient objects, camouflage, high-resolution subjects, hair, marine scenes
Prompt supervision 4,949 images (24.8 %) with human-written per-image concept phrases
Input resolution 1008 × 1008
Citation
@note{multimatte2026,
  title  = {MultiMatte: Cut Out Anything You Can Name},
  author = {Hichri, Hafedh and Feyn Research},
  year   = {2026},
  venue  = {Feyn Field Notes}
}

Please also cite the base model and the adaptation method:

@article{sam3,
  title={SAM 3: Segment Anything with Concepts},
  author={Carion, Nicolas and Gustafson, Laura and Hu, Yuan-Ting and Debnath, Shoubhik and Hu, Ronghang and Suris, Didac and Ryali, Chaitanya and Alwala, Kalyan Vasudev and Khedr, Haitham and Huang, Andrew and Lei, Jie and Ma, Tengyu and Guo, Baishan and Marks, Markus and Greer, Joseph and Wang, Meng and Sun, Peize and R{\"a}dle, Roman and Afouras, Triantafyllos and Mavroudi, Effrosyni and Dollar, Piotr and Ravi, Nikhila and Saenko, Kate and Zhang, Pengchuan and Feichtenhofer, Christoph},
  journal={arXiv preprint arXiv:2511.16719},
  year={2025},
  url={https://ai.meta.com/research/publications/sam-3-segment-anything-with-concepts/},
}

@article{lora,
  title={LoRA: Low-Rank Adaptation of Large Language Models},
  author={Hu, Edward J. and Shen, Yelong and Wallis, Phillip and Allen-Zhu, Zeyuan and Li, Yuanzhi and Wang, Shean and Wang, Lu and Chen, Weizhu},
  journal={arXiv preprint arXiv:2106.09685},
  year={2021},
}
Acknowledgements

Built on Meta's SAM 3. FlowDIS supplied the human-written DIS5K phrases used for training and evaluation. Thinking Machines' LoRA analysis informed the adapter configuration. Thanks to the dataset authors whose released work made the training mix and evaluation possible.

Runs of feyninc multimatte on huggingface.co

244
Total runs
37
24-hour runs
178
3-day runs
178
7-day runs
178
30-day runs

More Information About multimatte huggingface.co Model

More multimatte license Visit here:

https://choosealicense.com/licenses/apache-2.0

multimatte huggingface.co

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

multimatte huggingface.co Url

https://huggingface.co/feyninc/multimatte

feyninc multimatte online free

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

feyninc multimatte online free url in huggingface.co:

https://huggingface.co/feyninc/multimatte

multimatte install

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

multimatte install url in huggingface.co:

https://huggingface.co/feyninc/multimatte

Url of multimatte

multimatte huggingface.co Url

Provider of multimatte huggingface.co

feyninc
ORGANIZATIONS

Other API from feyninc

huggingface.co

Total runs: 27.1K
Run Growth: 18.6K
Growth Rate: 68.86%
Updated:July 29 2026
huggingface.co

Total runs: 837
Run Growth: -6.5K
Growth Rate: -781.60%
Updated:July 07 2026
huggingface.co

Total runs: 130
Run Growth: -834
Growth Rate: -641.54%
Updated:July 09 2026
huggingface.co

Total runs: 110
Run Growth: -89
Growth Rate: -80.91%
Updated:July 07 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:August 20 2026