Skip to content

Instantly share code, notes, and snippets.

@Roger8
Last active September 12, 2021 05:51
Show Gist options
  • Save Roger8/4ab9d51d74b031744d0fc1e92d241f8b to your computer and use it in GitHub Desktop.
Save Roger8/4ab9d51d74b031744d0fc1e92d241f8b to your computer and use it in GitHub Desktop.
face anti spoofing topics

github

  1. Implementation of "Learn Convolutional Neural Network for Face Anti-Spoofing" paper github
  2. Code for 2nd Place Solution in Face Anti-spoofing Attack Detection Challenge @ CVPR2019, https://github.com/SeuTao/CVPR19-Face-Anti-spoofing
  3. Face Anti-spoofing demo to detect replay, video and mask attack, https://github.com/lbf4616/Face-Anti-spoofing
  4. This is a C++ code for face anti-spoofing methods based on color texture features. https://github.com/wuyongchn/Face-Spoofing-Detection-or-Face-Liveness-Detection
  5. Single Shot Face Anti-spoofing. https://github.com/JinghuiZhou/awesome_face_antispoofing
  6. Face Anti-Spoofing 集合, https://github.com/ChanChiChoi/awesome-Face_Recognition#face-anti-spoofing

research

1.Research:Deep Tree Learning for Zero-shot Face Anti-Spoofing ,Face De-Spoofing: Anti-Spoofing via Noise Modeling ,Learning Deep Models for Face Anti-Spoofing: Binary or Auxiliary Supervision ,http://www.cse.msu.edu/~liuyaoj1/#Research

2.Face Liveness Detection Based on Client Identity Using Siamese Network, https://arxiv.org/ftp/arxiv/papers/1903/1903.05369.pdf

3.FaceSpoof Buster: a Presentation Attack Detector Based on Intrinsic Image Properties and Deep Learning, https://arxiv.org/pdf/1902.02845.pdf

4.Deep Transfer Across Domains for Face Anti-spoofing, https://arxiv.org/pdf/1901.05633.pdf

5.Enhance the Motion Cues for Face Anti-Spoofing using CNN-LSTM Architecture, https://arxiv.org/pdf/1901.05635.pdf

6.3D Face Mask Presentation Attack Detection Based on Intrinsic Image Analysis, https://arxiv.org/pdf/1903.11303.pdf

7.One-snapshot Face Anti-spoofing Using a Light Field Camera,https://pdfs.semanticscholar.org/2b96/be82ba2710a65ddeaa8d013f7de8737e65f2.pdf

8.Deep Tree Learning for Zero-shot Face Anti-Spoofing, https://arxiv.org/pdf/1904.02860.pdf

9.Learning Generalizable and Identity-Discriminative Representations for Face Anti-Spoofing, https://arxiv.org/pdf/1901.05602.pdf

10.A Dataset and Benchmark for Large-scale Multi-modal Face Anti-spoofing, https://arxiv.org/pdf/1812.00408.pdf

11.Exploiting temporal and depth information for multi-frame face anti-spoofing, https://arxiv.org/pdf/1811.05118.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment