Hello
Welcome to my blog. This blog contains some of the notes I’ve taken when reading papers, books or something else. Now the topics are updated to Computer Vision (temporarily including object detection, ImageNet evolution and semantic segmentation) and Natural Language Processing (temporarily including only some prior knowledge, deep learning methods are on the TODO list). The articles are all in Chinese since the papers are all in English.
Hope this can push me learning all the time :-)
P.S.: Recently I’m reading Introduction of Algorithm and working on this repo, this blog may be updating very slowly for a period of time.
About me
I’m a starting Ph.D. student at THU-NGNLAB, Dept. of E.E., Tsinghua University, majoring NLP (more specifically, sentiment analysis and knowledge graph). In 2017 I was a research intern at Owlii Inc., studying computer graphics and 3D deep learning.
Content
- Computer Vision
- Object detection
- Region Proposal Based Method
- Without Proposal Method
- YOLO (You only look once, object detection without region proposals)
- SSD (Single-shot MultiBox Detector, object detection without region proposals)
- ImageNet Evolution
- AlexNet (The first neural network for ImageNet classification, ILSVRC 12 winner)
- GoogLeNet (ILSVRC 14 winner, Inception v1)
- VGGNet (ILSVRC 14 second winner)
- ResNet (ILSVRC 15 winner, COCO 15 winner)
- ResNeXt (Combined version of ResNet and Inception)
- DenseNet (CVPR 2017 Best Paper)
- Semantic Segmentation
- FCN (Fully Connected Networks)
- DeepLab (First introducing CRF)
- FCIS (COCO 2016 winner)
- R-FCN (Region-based FCN)
- 3D Deep Learning
- PointNet & PointNet++ (Point cloud deep learning architecture)
- PointCNN (Another point cloud deep learning method)
- Object detection
- Natural Language Processing
- Machine Learning basis
- LDA (Latent Dirichlet Allocation)
- CRF (Conditional Random Field)
- Named Entity Recognition
- Relation Extraction
- Fully Supervised Method
- Distant Supervised Method
- Sentiment Analysis
- Knowledge Graph Embedding
- Machine Learning basis
- Recommender System
TODO
- DESIGN SIDE BAR NAV MENU
- Complete the above list
Note
- This page originally come from jekyll Cayman theme. All the other parts and color adjustments are written by myself with CSS and JS. Writing a static web page is tried but interesting :-) The network architecture is supported by
mermaid
(GitHub). Great thanks to the author! - The side bar is under construction.