awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
DmitryUlyanov avatar

DmitryUlyanov/deep-image-prior

0
View on GitHub↗
8,085 Stars·1,439 Forks·Jupyter Notebook·8 Aufrufedmitryulyanov.github.io/deep_image_prior↗

Deep Image Prior

This project is an unsupervised image restoration tool that uses a convolutional neural network as a structural prior to reconstruct images from noisy or incomplete data. It functions as a neural network image prior, utilizing the inherent biases of the network architecture to restore pixels without the need for a pre-trained dataset or external learning.

The system performs zero-shot image restoration by treating the network architecture itself as a regularization term. It uses a randomly initialized encoder-decoder structure and iterative gradient descent to minimize pixel-wise loss, recovering the natural image structure through self-supervised reconstruction.

The tool covers several image recovery domains, including image denoising, super-resolution, and general image restoration. It also provides capabilities for blind image deconvolution to recover sharp images from blurred versions.

Features

  • Image Restorers - Provides a convolutional neural network based tool for unsupervised image denoising and super-resolution.
  • Structural Priors - Implements a convolutional neural network as a structural prior to restore images without needing external training datasets.
  • Self-Supervised Reconstruction - Performs image restoration by treating the neural network architecture as a self-supervised regularization term.
  • Image Restoration Models - Repairs corrupted image data and fills missing pixels by optimizing a reconstruction network.
  • Unsupervised Restoration Models - Recovers corrupted pixels using an unsupervised approach that requires no pre-trained dataset.
  • Image Super Resolution Models - Increases image resolution and restores fine details by leveraging the structural properties of a convolutional network.
  • Iterative Image Optimizers - Refines reconstructed image pixels through iterative gradient descent to minimize pixel-wise loss.
  • Generative Priors - Leverages the inherent bias of convolutional layers as a structural prior for image reconstruction.
  • Zero-Shot Restoration - Performs zero-shot image restoration by applying a neural network architecture as a prior without pre-trained datasets.
  • Image Denoising - Removes unwanted noise from digital images using a neural network prior without training data.
  • L1 Pixel Loss - Minimizes the L1 pixel-wise difference between the synthesized output and the corrupted target image.
  • Encoder-Decoder Architectures - Utilizes an encoder-decoder structure to capture multiscale spatial information for image reconstruction.
  • Weight Initialization - Uses random weight initialization to ensure the network recovers natural image structures through the optimization process.
  • Blind Image Deconvolution - Provides capabilities for blind image deconvolution to recover sharp images from blurred versions.
  • Joint Denoising and Super-Resolution - Combines image denoising and super-resolution capabilities using a randomly initialized network prior.
  • Computer Vision Models - Restores images using neural networks without requiring prior learning.
  • Computer Vision Research - Unsupervised image restoration using neural network architecture priors.
  • Generative Models - Deep learning-based image restoration without pre-training.
  • Image Inpainting Models - Unsupervised image restoration using deep generative priors.
  • Image Transformation - Deep image prior for restoration tasks.
  • Model Implementations - Image restoration without learning.
  • Non-Blind Deblurring - Uses deep image priors for various restoration tasks without pre-training.

Star-Verlauf

Star-Verlauf für dmitryulyanov/deep-image-priorStar-Verlauf für dmitryulyanov/deep-image-prior

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Deep Image Prior

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Deep Image Prior.
  • yunjey/starganAvatar von yunjey

    yunjey/stargan

    5,292Auf GitHub ansehen↗

    StarGAN is a PyTorch image-to-image translation framework designed to synthesize visual styles and attributes across multiple domains. It implements a generative adversarial network that serves as a deep learning image translator for modifying specific visual characteristics within an image dataset. The framework uses a single unified model to handle translations between multiple image domains rather than requiring separate pairs of models. It is a research implementation that learns mappings between different image attributes without the need for paired training data. The project covers the

    Python
    Auf GitHub ansehen↗5,292
  • spipm/depixelization_pocAvatar von spipm

    spipm/Depixelization_poc

    4,535Auf GitHub ansehen↗

    This project is an AI upscaling framework and deep learning image restorer designed to estimate original source pixels from low-resolution inputs. It functions as a super-resolution reconstruction system that transforms pixelated images into high-resolution versions by restoring high-frequency details and sharpening edges. The system utilizes a convolutional neural network pipeline to analyze pixel data and perform digital image restoration. It employs pixel-shuffle upsampling to rearrange channel dimensions into spatial dimensions, which increases resolution while reducing checkerboard artif

    Python
    Auf GitHub ansehen↗4,535
  • tencentarc/gfpganAvatar von TencentARC

    TencentARC/GFPGAN

    37,469Auf GitHub ansehen↗

    GFPGAN is a generative face restoration model and Python-based image processing tool designed to restore low-resolution facial images. It utilizes generative adversarial networks to recover fine details and increase the clarity of degraded portraits. The system employs a generative facial prior to map degraded images to a high-quality manifold, enabling blind-face restoration without requiring knowledge of the specific degradation process. It utilizes a multi-stage workflow that includes face detection, alignment, and region-specific masking to separate facial areas from the background. Beyo

    Pythondeep-learningface-restorationgan
    Auf GitHub ansehen↗37,469
  • eriklindernoren/keras-ganAvatar von eriklindernoren

    eriklindernoren/Keras-GAN

    9,206Auf GitHub ansehen↗

    Keras-GAN is a collection of generative adversarial network implementations built with Keras for synthetic data generation and image manipulation. It provides frameworks for image-to-image translation, image inpainting, and neural image super-resolution. The library includes tools for learning disentangled latent space representations to control specific attributes of synthetic outputs. It also features capabilities for image domain translation using paired or unpaired data and the ability to fill corrupted or missing image parts by analyzing surrounding visual context. The project covers ge

    Python
    Auf GitHub ansehen↗9,206
Alle 30 Alternativen zu Deep Image Prior anzeigen→

Häufig gestellte Fragen

Was macht dmitryulyanov/deep-image-prior?

This project is an unsupervised image restoration tool that uses a convolutional neural network as a structural prior to reconstruct images from noisy or incomplete data. It functions as a neural network image prior, utilizing the inherent biases of the network architecture to restore pixels without the need for a pre-trained dataset or external learning.

Was sind die Hauptfunktionen von dmitryulyanov/deep-image-prior?

Die Hauptfunktionen von dmitryulyanov/deep-image-prior sind: Image Restorers, Structural Priors, Self-Supervised Reconstruction, Image Restoration Models, Unsupervised Restoration Models, Image Super Resolution Models, Iterative Image Optimizers, Generative Priors.

Welche Open-Source-Alternativen gibt es zu dmitryulyanov/deep-image-prior?

Open-Source-Alternativen zu dmitryulyanov/deep-image-prior sind unter anderem: yunjey/stargan — StarGAN is a PyTorch image-to-image translation framework designed to synthesize visual styles and attributes across… spipm/depixelization_poc — This project is an AI upscaling framework and deep learning image restorer designed to estimate original source pixels… tencentarc/gfpgan — GFPGAN is a generative face restoration model and Python-based image processing tool designed to restore… eriklindernoren/keras-gan — Keras-GAN is a collection of generative adversarial network implementations built with Keras for synthetic data… richzhang/perceptualsimilarity — PerceptualSimilarity is a deep learning framework designed to quantify and evaluate the perceptual distance between… junyanz/pytorch-cyclegan-and-pix2pix — This project is a deep learning framework designed for training and deploying image-to-image translation models. It…