Skip to content

Implemention of Dimensionality reduction by learning an invariant mapping in CVPR2006

Notifications You must be signed in to change notification settings

younghoonNa/DrLIM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DrLIM

Implemention of Dimensionality reduction by learning an invariant mapping in CVPR2006

  • In the abstract of MOCO, The DrLIM was introduced, which utilizes the perspective of contrastive learning.

Loss Function.

  • left expression describe "similar" and right expression describe "dissimilar"
    image

Model Architecture

image

Dataset

  • MNIST
    • train: 3000 + a (Augmentation of -6, -3, and 3 degree rotation plus 6 pixel dropout.) of each class
    • test: 400 of each class
  • training set
    • ex) img1, img2, label. img1, img2 is random shuffle of "4" and "9". and label is write under the description.
  • Using class of "4" and "9"
    • label 0: same class image
    • label 1: different class image

Result.

result

About

Implemention of Dimensionality reduction by learning an invariant mapping in CVPR2006

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published