错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Diffusion-based valuable NFT generation

  • Emir Ulurak,
  • Beyza Kaya,
  • Emre Sefer

摘要

Non-fungible tokens (NFTs) have revolutionized digital ownership, offering unique provenance and value to digital assets. Existing text-to-image models do not have the incentive mechanisms to generate statistically rare features, even when they optimize for visual fidelity. This paper introduces DiffNFTGen, a new generative framework that is the first to combine a customized RarityReward measure derived from a Vision Transformer (ViT) with reinforcement learning. The suggested method ensures fidelity to NFT styles while explicitly maximizing the generation of rare features by fine-tuning Stable Diffusion using Proximal Policy Optimization (PPO) and Kullback-Leibler (KL) divergence regularization. DiNFTGen achieves a 2.4x greater rarity score than baseline models while keeping competitive visual quality, according to quantitative evaluation utilizing Frédechet Inception Distance (FID) and Rarity Score. In order to examine the trade-off between fidelity and rarity, we also perform ablation studies regarding reward weighting. The model’s capacity to generalize NFT styles to new domains is confirmed by qualitative evaluations. The datasets, analysis code, and suggested approach are accessible on https://github.com/seferlab/diffnftgen.