Ubuntu stuck on boot Tips
Some tips that I use when my ubuntu stuck in boot screen. It also works when we edited some file and messed up and cant boot into ubuntu by going to recovery mode.
Paper Review - Inpainting with DDPM (RePaint)
You need to first understand DDPM before understanding RePaint. Using a pretrained unconditional DDPM as the generative prior, we can perform inpainting task.
Paper Review - Denoising Diffusion Probabilistic Models (DDPM)
You need to first understand VAE before understanding DDPM. The key idea of Diffusion is that it learn a reverse diffusion process that restores structure in data, yielding a highly flexible and tractable generative model of the data.
Paper Review - Variational Autoencoder (VAE)
The idea of Variational AutoEncoder is to map a distribution into the latent space and then randomly sample it, which is stochastic.
How I memorized the GRE Vocabulary
A short sharing on how I memorize these GRE-level vocabs and place a dump of my all GRE vocabs in the post.
Self-reflection on Fall22 Grad school application
Being a first-generation college student, I thought being an undergrad at a university is already one of the greatest achievements in my life.
Paper Review - StyleGANv1
You need to first understand ProGAN before understanding StyleGAN. The key idea of StyleGAN is that it offers control over the style of generated images at different levels of detail.
Paper Review - ProGAN (ProgressiveGAN)
In this article we try to understand ProGAN, which is a key ingredient in StyleGAN. The central idea of ProGAN is to train both generator and discriminator in gradually increasing resolutions, to provide the network the ability to learn lower level structure first and finer details later.
Paper Review - Pix2Pix, CycleGAN
Studying image-to-image translation. Overview of 2017 CVPR paper "Image-to-Image Translation with Conditional Adversarial Networks" and 2017 ICCV paper "Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks".
Overview on common Generative adversarial network methods
Overview on common Generative adversarial network (GAN) methods. We walkthrough GAN, DCGAN, WGAN, LSGAN, and SNGAN.