[关闭]
@fanisfun 2017-06-01T12:12:57.000000Z 字数 7143 阅读 2426

Face Verification

DeepLearning Face


FaceNet

dlib face

Triplet

Multi-negatives Triplet-Loss

Face Datasets

Loss Function

Pairlet Loss

Todo

  1. Read Google Papar

    • Figure out meaning of typeloss
    • How to select pairs and generate images list
    • Semi-hard Selection
      python code
      OpenFace(torch): 0.1.0->0.2.0
      Ref-details: FaceNet Paper

    • details and tricks of training later

  2. Fork Offcial Caffe
    • create triple-face branch
    • modify/merge changes of PR#3123
    • create examples/triplet-face
  3. Find / design a good triplet-net
    • decide input size: 96*112
    • create data
  4. Train triplet-net
    • prograss
      1. train loss:
      2. lfw acc:
      3. val acc:
      4. more:
    • adjust parameters
      1. learning rate:
      2. weight decay:
      3. center loss:
      4. num of negs:
      5. more:
  5. Prepare PPT

Ways to own layers:
1. Python Layer forward and backward, work
2. C++ CPU forward: check variables
3. Cuda GPU forward: deploy
4. C++ CPU backward: stable and convergent
5. Cuda GPU backward: Quicker Training
6. Test code
6. Format Style and Comments
7. PR to Offcial Caffe

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注