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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
alex-damian avatar

alex-damian/pulse

0
View on GitHub↗
8,015 estrellas·1,481 forks·Python·10 vistas

Pulse

Pulse is a face image super-resolution tool and self-supervised image enhancer. It functions as a generative model image upsampler and latent space optimization tool designed to increase photo resolution and recover image details.

The system differentiates itself by using latent space exploration and spherical constraints to find high-fidelity matches within a generative model. It employs geodesic distance measurement and spherical latent space optimization to regularize representations and maintain parameter radii during the recovery process.

The project covers facial image restoration through a pipeline of automated face alignment and image upsampling. This includes detecting facial landmarks to standardize orientation and using reconstruction loss calculations to guide the restoration of low-resolution images.

Features

  • Image Resolution Reconstruction - Increases the resolution of low-quality photos by reconstructing missing facial details using generative models.
  • Face Alignment Tools - Provides utilities to detect facial landmarks and format face patches for high-fidelity upscaling.
  • Image-to-Latent Projections - Maps existing low-resolution images back into the generative model's latent space to find high-resolution matches.
  • Latent Search - Searches the generative model's internal representation to find a high-resolution match for a low-resolution input.
  • Latent Vector Optimizers - Optimizes latent vectors using spherical constraints and reconstruction loss to recover missing image details.
  • Latent-Based Upsamplers - Increases photo resolution by exploring the latent space of generative models for high-fidelity matches.
  • Image Super Resolution Models - Functions as a specialized system for increasing the resolution and recovering fine details of facial images.
  • Real Image Inversion - Implements techniques to map real facial images back to GAN latent codes for high-resolution reconstruction.
  • Face Alignment - Detects facial landmarks and aligns image features to ensure consistent orientation for the generative model.
  • Facial Restoration - Reconstructs high-fidelity facial details and removes artifacts using specialized alignment and generative synthesis.
  • Geodesic Distance Regularizations - Implements geodesic distance measurement to regularize latent representations during the image recovery process.
  • Spherical Constraints - Uses spherical constraints to maintain parameter radii while optimizing latent vectors for high-fidelity image reconstruction.
  • Self-Supervised Reconstruction - Improves image quality without labeled training pairs by using the generative model's architecture as a regularization prior.
  • Pixel-Wise Reconstruction Losses - Calculates the pixel-wise difference between generated and reference images to guide the upsampling process.
  • Spherical Distance Calculators - Uses spherical distance calculations to regularize and constrain latent representations during the optimization process.
  • Spherical Constraints - Restricts parameter updates to a spherical surface to maintain the original radius of latent vectors.

Historial de estrellas

Gráfico del historial de estrellas de alex-damian/pulseGráfico del historial de estrellas de alex-damian/pulse

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace alex-damian/pulse?

Pulse is a face image super-resolution tool and self-supervised image enhancer. It functions as a generative model image upsampler and latent space optimization tool designed to increase photo resolution and recover image details.

¿Cuáles son las características principales de alex-damian/pulse?

Las características principales de alex-damian/pulse son: Image Resolution Reconstruction, Face Alignment Tools, Image-to-Latent Projections, Latent Search, Latent Vector Optimizers, Latent-Based Upsamplers, Image Super Resolution Models, Real Image Inversion.

¿Qué alternativas de código abierto existen para alex-damian/pulse?

Las alternativas de código abierto para alex-damian/pulse incluyen: krasserm/super-resolution — This project is a deep learning library built for single-image super-resolution and visual enhancement. It provides a… xpixelgroup/basicsr — BasicSR is a PyTorch-based image restoration toolbox and framework designed for training and deploying deep learning… adamian98/pulse — Pulse is a generative model image upscaler and latent space image processor. It functions as a self-supervised photo… janspiry/image-super-resolution-via-iterative-refinement — This project is a deep learning framework for AI image super-resolution and facial synthesis. It provides a diffusion… nutlope/restorephotos — RestorePhotos is an AI face restoration tool and deep learning image upscaler designed to remove blur and reconstruct… spipm/depixelization_poc — This project is an AI upscaling framework and deep learning image restorer designed to estimate original source pixels…

Alternativas open-source a Pulse

Proyectos open-source similares, clasificados según cuántas características comparten con Pulse.
  • krasserm/super-resolutionAvatar de krasserm

    krasserm/super-resolution

    1,510Ver en GitHub↗

    This project is a deep learning library built for single-image super-resolution and visual enhancement. It provides a framework for training and deploying neural network architectures designed to reconstruct high-resolution images from low-resolution sources, effectively recovering fine details and removing artifacts caused by downscaling or compression. The library distinguishes itself through the implementation of generative adversarial networks and residual block architectures, which work together to improve the realism and clarity of upscaled outputs. It supports training through both pix

    Pythonedsrkerassingle-image-super-resolution
    Ver en GitHub↗1,510
  • xpixelgroup/basicsrAvatar de XPixelGroup

    XPixelGroup/BasicSR

    8,297Ver en GitHub↗

    BasicSR is a PyTorch-based image restoration toolbox and framework designed for training and deploying deep learning models to upscale, denoise, and deblur images and videos. It serves as a comprehensive system for image super-resolution and video quality restoration, providing the necessary infrastructure to recover fine visual details and increase pixel density. The project distinguishes itself through specialized toolkits for facial image enhancement and high-fidelity face synthesis, as well as a dedicated video quality restoration suite that utilizes deformable convolutions and generative

    Pythonbasicsrbasicvsrdfdnet
    Ver en GitHub↗8,297
  • adamian98/pulseAvatar de adamian98

    adamian98/pulse

    8,014Ver en GitHub↗

    Pulse is a generative model image upscaler and latent space image processor. It functions as a self-supervised photo upsampling tool that increases image resolution by exploring the latent space of pre-trained generative models to synthesize high-quality details. The system includes a face image alignment tool designed to standardize the scale and orientation of raw facial photos. This preprocessing utility prepares images for higher resolution processing by aligning and downscaling faces to a standard orientation. The project covers AI image super-resolution and generative photo upscaling,

    Python
    Ver en GitHub↗8,014
  • janspiry/image-super-resolution-via-iterative-refinementAvatar de Janspiry

    Janspiry/Image-Super-Resolution-via-Iterative-Refinement

    3,920Ver en GitHub↗

    This project is a deep learning framework for AI image super-resolution and facial synthesis. It provides a diffusion model image upscaler and a generative facial image synthesizer capable of transforming low-resolution images into high-resolution outputs using pretrained model weights. The system utilizes iterative diffusion refinement and low-resolution guided sampling to restore fine details and sharpness. It supports both unconditional image generation, where images are created from scratch, and guided resolution enhancement for high-fidelity facial reconstruction. The repository include

    Python
    Ver en GitHub↗3,920
  • Ver las 30 alternativas a Pulse→