CompVis / set-learner

huggingface.co
Total runs: 0
24-hour runs: 0
7-day runs: 0
30-day runs: 0
Model's Last Updated: July 23 2026
image-to-image

Introduction of set-learner

Model Details of set-learner

VICIS — Show Me Examples: Inferring Visual Concepts from Image Sets

Paper GitHub Venue

VICIS infers a visual concept directly from a set of example images and applies it to a query image. It does not require a text description: four context images define the concept, while one query image determines how that concept should be instantiated.

Paper

VICIS was introduced in the ECCV 2026 paper Show Me Examples: Inferring Visual Concepts from Image Sets by Nick Stracke, Kolja Bauer, Stefan Andreas Baumann, Miguel Angel Bautista, Josh Susskind, and Björn Ommer.

The model learns normalized concept directions from a context set, projects the DINOv2 representation of a query onto those directions, and conditions a latent rectified-flow transformer on the resulting query-specific concept embedding. It was trained at 256 × 256 resolution using the extended_v1 ImageNet/WordNet hierarchy.

Usage

Install the repository requirements , then load the complete pretrained model with PyTorch Hub:

import torch

model = torch.hub.load("CompVis/set-learner", "vicis", pretrained=True)

# Inputs are normalized to [-1, 1].
# context: [batch, 3, 4, 256, 256]
# query:   [batch, 3, 256, 256]
samples, conditioning = model.generate(
    context,
    query,
    seed=10_000,
    num_samples=4,
    cfg_scale=3.0,
    sample_steps=50,
)

The Hub entry point downloads model.pt from this repository, strictly loads the fixed architecture, moves it to CUDA in BF16, and returns it in evaluation mode. See the inference CLI for image preprocessing, saving individual PNGs, and producing labeled grids.

Model details
  • Four context images and one query image per inference call.
  • DINOv2 ViT-L/14-reg image encoder.
  • 24-layer, width-1024 set transformer producing four 256-dimensional concept directions.
  • Query projection and direction conditioning in FP32.
  • 24-layer, width-1024 latent rectified-flow transformer.
  • Tiny Autoencoder with 4 × 32 × 32 latents for 256 × 256 images.
  • Classifier-free guidance with scale 3 and 50 integration steps by default.
Intended use and limitations

VICIS is a research model for studying visual concepts specified by image sets. A context set must contain a coherent shared concept; arbitrary or contradictory examples do not define a reliable target. Outputs can inherit biases and failure modes from ImageNet, DINOv2, and the generative training data. Generated images may be implausible, may fail to preserve the intended concept, and should not be treated as factual evidence or used for high-stakes decisions.

Checkpoint

The expected model.pt format is the raw 898-entry inference state dictionary. Training-resumption checkpoints contain optimizer state and are not suitable as the inference artifact.

Citation
@inproceedings{stracke2026show,
  title     = {Show Me Examples: Inferring Visual Concepts from Image Sets},
  author    = {Stracke, Nick and Bauer, Kolja and Baumann, Stefan Andreas and Bautista, Miguel Angel and Susskind, Josh and Ommer, Björn},
  booktitle = {European Conference on Computer Vision},
  year      = {2026}
}

Runs of CompVis set-learner on huggingface.co

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

More Information About set-learner huggingface.co Model

set-learner huggingface.co

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

set-learner huggingface.co Url

https://huggingface.co/CompVis/set-learner

CompVis set-learner online free

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

CompVis set-learner online free url in huggingface.co:

https://huggingface.co/CompVis/set-learner

set-learner install

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

set-learner install url in huggingface.co:

https://huggingface.co/CompVis/set-learner

Url of set-learner

set-learner huggingface.co Url

Provider of set-learner huggingface.co

CompVis
ORGANIZATIONS

Other API from CompVis

huggingface.co

Total runs: 680
Run Growth: 0
Growth Rate: 0.00%
Updated:December 16 2024
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:December 02 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:April 13 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:April 14 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:June 01 2026
huggingface.co

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

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:June 02 2026