30 open-source projects similar to orobix/visual-feature-attribution-using-wasserstein-gans-pytorch, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Visual Feature Attribution Using Wasserstein GANs Pytorch alternative.
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, recove
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
PyTorch implementation of the R2Plus1D convolution based ResNet architecture described in the paper "A Closer Look at Spatiotemporal Convolutions for Action Recognition"
pix2pixHD is a conditional generative adversarial network designed to transform semantic label maps into high-resolution photorealistic images. It functions as a high-resolution image synthesizer and an image-to-image translation model capable of producing synthetic images at 2048x1024 resolution. The system includes a semantic image editor that allows for the modification of high-resolution visuals by updating the underlying semantic label maps. This enables interactive image editing and the generation of photorealistic images based on source images or discrete label maps. The framework pro
Code for PackNet: Adding Multiple Tasks to a Single Network by Iterative Pruning
This is a PyTorch implementation of the paper NIMA: Neural IMage Assessment (accepted at IEEE Transactions on Image Processing) by Hossein Talebi and Peyman Milanfar. You can learn more from this post at Google Research Blog.
PyTorch implementation of Image-to-Image Translation Using Conditional Adversarial Networks.
Pytorch implementation of CoordConv introduced in An intriguing failing of convolutional neural networks and the CoordConv solution paper
Fast Neural Style for Image Style Transform by Pytorch
A pytorch implementation of Paper "Improved Training of Wasserstein GANs"
PyTorch implementation of "Efficient Neural Architecture Search via Parameters Sharing"
pytorch implementation of fast-neural-style
PyTorch implementation of "Learning to Discover Cross-Domain Relations with Generative Adversarial Networks"
⚠️ Regrettably, I cannot perform maintenance due to the loss of the materials. I'm archiving this repository for reference
This project is a deep learning framework designed for training and deploying image-to-image translation models. It serves as a research platform for experimenting with neural network architectures that transform visual content between distinct stylistic domains, supporting both paired and unpaired training data. The framework distinguishes itself through its support for cycle-consistency constraints, which allow for image translation between domains without requiring corresponding paired examples. It provides a structured pipeline that utilizes adversarial loss optimization, where generator
3D ResNets for Action Recognition (CVPR 2018)
simple generative adversarial network (GAN) using PyTorch
Code for the paper "Adversarially Regularized Autoencoders (ICML 2018)" by Zhao, Kim, Zhang, Rush and LeCun