eren23/one_layer_image_gen
A PyTorch implementation replicating the core logic of FAE (Feature Auto-Encoder) from the paper "One Layer Is Enough: Adapting Pretrained Visual Encoders for Image Generation" (arXiv:2512.07829).
This project helps machine learning researchers adapt powerful existing image understanding models to generate new images. It takes the detailed numerical representations (features) from a model like DINOv3 and transforms them into a compact, generative format, which then produces realistic new images. This tool is for researchers focused on computer vision and generative AI.
Use this if you are a machine learning researcher aiming to build image generation models more efficiently by leveraging and adapting state-of-the-art visual feature encoders, rather than training from scratch.
Not ideal if you are looking for an out-of-the-box image generation tool for end-user applications or if you require extremely high-resolution image outputs beyond 224x224.
Stars
12
Forks
—
Language
Jupyter Notebook
License
—
Category
Last pushed
Dec 20, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/generative-ai/eren23/one_layer_image_gen"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
EdoardoBotta/RQ-VAE-Recommender
[Pytorch] Generative retrieval model using semantic IDs from "Recommender Systems with...
is0383kk/SymbolEmergence-VAE-GMM
Symbol emergence using Variational Auto-Encoder and Gaussian Mixture Model...
is0383kk/Dirichlet-VAE
Dirichlet-Variational Auto-Encoder by PyTorch
Bhavik-Ardeshna/pytorch-VAE
Variational Autoencoder and a Disentangled version (beta-VAE) implementation in PyTorch-Lightning
farhad-dalirani/Controllable-Face-Generation-VAE
A controllable generative model using a Convolutional Variational Autoencoder (VAE) with GUI to...