Recent Posts

CBAM: Convolutional Block Attention Module

4 minute read

“CBAM: Convolutional Block Attention Module” proposes a simple and effective attention module for CNN which can be seen as descendant of Sqeeze and Excitatio...

Re-ID done right

5 minute read

“Re-ID done right: towards good practices for person re-identification” proposes a different approach to use deep network on person re-identification task. I...

DeepIR

5 minute read

“Deep image retrieval: learning global representations for image search” proposes an approach for instance-level image retrieval. It was presented in the ECC...

SENet

4 minute read

“Squeeze-and-Excitation Networks” suggests simple and powerful layer block to improve general convolutional neural network. It was presented in the conferenc...

Regularization and Optimization

1 minute read

This post is a summary and paper skimming on regularization and optimization. So, this post will be keep updating by the time.

Scale-Invariant Feature Transform (SIFT)

4 minute read

Scale-Invariant Feature Transform (SIFT) is an old algorithm presented in 2004, D.Lowe, University of British Columbia. However, it is one of the most famous...