Software Engineering - Requirements Engineering
Topics covered Introduction to Team Collaboration, Requirements Engineering, Requirements Engineering Process
Software Engineering - Process Models
Topics covered Foundations of Software Engineering, Process Models, Agile Methods
Summary of iconic Image Segmentation methods
We quickly revisit how Local segmentation, FCN (Fully Convolutional Network), and UNet can achieve image segmentation, and talk about their strength and drawbacks.
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.