StarVector is a multimodal vision-language model for generating SVG (Scalable Vector Graphics)
Performs image2SVG and text2SVG generation. 🤗 Gradio app is live!
The video demonstrates how image generation is treated similarly to code generation task by StarVector MVLM! 🤩
StarVector is out on Hugging Face
StarVector is a foundation model for generating Scalable Vector Graphics (SVG) code from images and text.
It utilizes a Vision-Language Modeling architecture to understand both visual and textual inputs, enabling high-quality vectorization and text-guided SVG creation.
I’m excited to announce that 💫StarVector has been accepted at CVPR 2025! Over a year in the making, StarVector opens a new paradigm for Scalable Vector Graphics (SVG) generation by harnessing multimodal LLMs to generate SVG code that aesthetically mirrors input images and text. With this milestone, we’re also releasing StarVector on Hugging Face! 🥳🚀
@ylecun@rmarcilhoo@erichammy@StevenLevy@DBahdanau@kchonyc@aidangomez But transformers can be trained in parallel because they do not have state vector, while lstm cannot. That's what is also making Mamba popular in these days. It can be trained in parallel because its state computation is linear over time, but its complexity for inference is fixed