How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("image-feature-extraction", model="tomg-group-umd/CSD-ViT-L")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("tomg-group-umd/CSD-ViT-L", dtype="auto")
Quick Links

Quick Links

Description

We present a framework for understanding and extracting style descriptors from images. Our framework comprises a new dataset curated using the insight that style is a subjective property of an image that captures complex yet meaningful interactions of factors including but not limited to colors, textures, shapes, etc.We also propose a method to extract style descriptors that can be used to attribute style of a generated image to the images used in the training dataset of a text-to-image mode

Technical Specification

The checkpoint is for ViT-Large model

Cite our work

If you find our model, codebase or dataset beneficial, please consider citing our work:

@article{somepalli2024measuring,
  title={Measuring Style Similarity in Diffusion Models},
  author={Somepalli, Gowthami and Gupta, Anubhav and Gupta, Kamal and Palta, Shramay and Goldblum, Micah and Geiping, Jonas and Shrivastava, Abhinav and Goldstein, Tom},
  journal={arXiv preprint arXiv:2404.01292},
  year={2024}
}
Downloads last month
100
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including tomg-group-umd/CSD-ViT-L

Paper for tomg-group-umd/CSD-ViT-L