Skip to content
#

perceptual-loss

Here are 12 public repositories matching this topic...

This repository features an image sharpening pipeline using Knowledge Distillation. A high-capacity Restormer acts as the teacher model, while a lightweight Mini-UNet is trained as the student to mimic its performance.

  • Updated Oct 30, 2025
  • Jupyter Notebook

Implementation of a Vision-Mamba network, integrating State Space Models (SSM) with a patch-based encoder–decoder for image inpainting, colorization, and denoising. Trained with L1, SSIM, and VGG perceptual losses to preserve both structure and perceptual realism.

  • Updated Nov 26, 2025
  • Jupyter Notebook

Neural style transfer pipeline built with PyTorch and VGG-19, applying artistic styles to content images via perceptual loss optimisation. Implements Gram matrix style loss, configurable content/style weighting, and quantitative output evaluation using SSIM and PSNR metrics. Designed with a clean CLI for reproducible experiments on CPU or GPU.

  • Updated Apr 16, 2026
  • Python

Improve this page

Add a description, image, and links to the perceptual-loss topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the perceptual-loss topic, visit your repo's landing page and select "manage topics."

Learn more