# CDCN **Repository Path**: linkchainiii/CDCN ## Basic Information - **Project Name**: CDCN - **Description**: 关键字:人脸识别,活体检测 基于中央差分卷积(CDC)和对比深度损失(CDL),我们实现了多模态面部反欺骗攻击检测挑战赛第一名,单模(RGB)面部反欺骗攻击检测挑战赛第二名。 来至:https://github.com/ZitongYu/CDCN - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-05-30 - **Last Updated**: 2022-07-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CDCN Main code of [**CVPR2020 paper "Searching Central Difference Convolutional Networks for Face Anti-Spoofing"** ](https://arxiv.org/pdf/2003.04092v1.pdf) ------ Based on the **Central Difference Convolution (CDC)** and **Contrastive Depth Loss (CDL)**, we achieved **1st Place** in ChaLearn Multi-Modal Face Anti-spoofing Attack Detection Challenge @CVPR2020 **2nd Place** in ChaLearn Single-Modal(RGB) Face Anti-spoofing Attack Detection Challenge @CVPR2020 ------- It is just for **research purpose**, and commercial use is not allowed. Citation ------- If you use the CDCN or CDL, please cite these four papers: >@inproceedings{yu2020searching, >    title={Searching Central Difference Convolutional Networks for Face Anti-Spoofing}, >    author={Yu, Zitong and Zhao, Chenxu and Wang, Zezheng and Qin, Yunxiao and Su, Zhuo and Li, Xiaobai and Zhou, Feng and Zhao, Guoying}, >    booktitle= {CVPR}, >    year = {2020} >} >@inproceedings{wang2020deep, >    title={Deep Spatial Gradient and Temporal Depth Learning for Face Anti-spoofing}, >    author={Wang, Zezheng and Yu, Zitong and Zhao, Chenxu and Zhu, Xiangyu and Qin, Yunxiao and Zhou, Qiusheng and Zhou, Feng and Lei, Zhen}, >    booktitle= {CVPR}, >    year = {2020} >} >@inproceedings{qin2019learning, >    title={Learning Meta Model for Zero-and Few-shot Face Anti-spoofing}, >    author={Qin, Yunxiao and Zhao, Chenxu and Zhu, Xiangyu and Wang, Zezheng and Yu, Zitong and Fu, Tianyu and Zhou, Feng and Shi, Jingping and Lei, Zhen}, >    booktitle= {AAAI}, >    year = {2020} >} >@inproceedings{yu2020multi, >    title={Multi-Modal Face Anti-Spoofing Based on Central Difference Networks}, >    author={Yu, Zitong and Qin, Yunxiao and Li, Xiaobai and Wang, Zezheng and Zhao, Chenxu and Lei, Zhen and Zhao, Guoying}, >    booktitle= {CVPR Workshop}, >    year = {2020} >}