Skip to content

Latest commit

 

History

History
146 lines (117 loc) · 15.1 KB

README.md

File metadata and controls

146 lines (117 loc) · 15.1 KB

Inspired by Daniel Takeshi

Too many papers in DL/AI. Need some way to keep track of skimmed papers. Highlighting/annotating PDFs don't work too well for me so gonna try this.

This repo holds the notes for papers that I've read. Previously did this in a MS word document but that got too messy and slow when I needed to refer back. Still have yet to port over most of the past readings. Score is a number from (1) to (5) where 1 is just a quick skim through and 5 is complete understanding of the whole paper including all equations and reading chains.

TOC:

Formatting guide for this index page:

  • Name[Link to notes], Source/Conf/Journal [link to source], Year, Misc Source(Optional), Score

Deep Learning

Generic papers on DL that don't fit into the other categories.

2022

2021

2020

2019

  • CCNet: Criss-Cross Attention for Semantic Segmentation, ICCV 2019 (4)
  • CutMix: Regularization Strategy to Train Strong Classifiers with Localizable Fatures, ICCV 2019 (4)

2018

2017

2014

  • Neural Machine Translation by Jointly Learning to Align and Translate, ICLR 2015

Generative Adversarial Networks

Any GAN related stuff. Image 2 Image translations, super-res etc. I put VAE related stuff here too since they are mostly used for generative purposes or thats what I read them for.

2021

2020

2019

  • SAGAN: Self-Attention Generative Adversarial Networks, PMLR 2019 (4)
  • Few-Shot Unsupervised Image-to-Image Translation, ICCV 2019 (2)

2018

2017

Rest

Domain Adaptation

Semi-supervised and Self-supervised Learning

IC focused Deep Learning | IC related stuff

Reinforcement Learning

Not really my focus but its a topic I find to be real cool. Somehow this is integrated with alot of DL work in general nowadays also, so better to know abit. Mainly will be reading articles or summaries by other people instead of the actual paper, just to get an intuitive idea and save time.

Articles