KaiQiao1992's repositories
a-PyTorch-Tutorial-to-Image-Captioning
Show, Attend, and Tell | a PyTorch Tutorial to Image Captioning
alista
This repository is the implementation for ICLR 2019 paper "ALISTA: Analytic Weights Are As Good As Learned Weights in LISTA" by Jialin Liu*, Xiaohan Chen*, Zhangyang Wang and Wotao Yin.
awesome-semantic-segmentation
:metal: awesome-semantic-segmentation
BigGAN-PyTorch
The author's officially unofficial PyTorch BigGAN implementation.
conv_arithmetic
A technical report on convolution arithmetic in the context of deep learning
DFace
Deep learning face detection and recognition, implemented by pytorch. (pytorch实现的人脸检测和人脸识别)
DI-2-FGSM
Improving Transferability of Adversarial Examples with Input Diversity
Generate_To_Adapt
Implementation of "Generate To Adapt: Aligning Domains using Generative Adversarial Networks"
GenericObjectDecoding
Demo code for Horikawa and Kamitani, "Generic decoding of seen and imagined objects using hierarchical visual features", https://www.nature.com/articles/ncomms15037.
HDGan
Pytorch implementation of HDGan
ImageCaptioning.pytorch
Image captioning codebase in pytorch(finetunable cnn in branch "with_finetune";diverse beam search can be found in 'dbs' branch; self-critical training is under my self-critical.pytorch repository.)
imgaug
Image augmentation for machine learning experiments.
LearningToCompare_FSL
PyTorch code for CVPR 2018 paper: Learning to Compare: Relation Network for Few-Shot Learning (Few-Shot Learning part)
linear-lista-cpss
This repository is the implementation of the NIPS 2018 paper "Theoretical Linear Convergence of Unfolded ISTA and its Practical Weights and Thresholds" by Xiaohan Chen, Jialin Liu, Zhangyang Wang and Wotao Yin.
MTCNN-Tensorflow
Reproduce MTCNN using Tensorflow
npy-matlab
Experimental code to read/write NumPy .NPY files in MATLAB
PCANet
A Python implementation of PCANet https://arxiv.org/abs/1404.3606
robust_representations
Code for "Learning Perceptually-Aligned Representations via Adversarial Robustness"
semantic-segmentation-pytorch
Pytorch implementation for Semantic Segmentation/Scene Parsing on MIT ADE20K dataset
sg2im
Code for "Image Generation from Scene Graphs", Johnson et al, CVPR 2018
SN-GAN
pyTorch implementation of Spectral Normalization for Generative Adversarial Networks
sngan_projection
GANs with spectral normalization and projection discriminator
StoryGAN
StoryGAN: A Sequential Conditional GAN for Story Visualization
super-resolution-adversarial-defense
Image Super-Resolution as a Defense Against Adversarial Attacks
Tensorflow-MultiGPU-VAE-GAN
A single jupyter notebook multi gpu VAE-GAN example with latent space algebra and receptive field visualizations.
Tensorflow_Jamin-Lebedeff
Jammin Lebedeff Interferometric OPD recovery using Least-Sqares plus TV-regularization.
wgan
Tensorflow Implementation of Wasserstein GAN (and Improved version in wgan_v2)