All Projects → Jungjee → ASVspoof_PA

Jungjee / ASVspoof_PA

Licence: other
No description or website provided.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ASVspoof PA

End-to-End-Machine-Learning-Projects
This repository contains Machine Learning projects that involve the steps starting from data collection to deployment
Stars: ✭ 74 (+236.36%)
Mutual labels:  end-to-end
DNN.Feedback
DNN Feedback is a basic module used for accepting user inquiries on your DNN site.
Stars: ✭ 17 (-22.73%)
Mutual labels:  dnn
catseye
Neural network library written in C and Javascript
Stars: ✭ 29 (+31.82%)
Mutual labels:  dnn
DNN.Reports
DNN Reports module provides a simple, flexible, view on your database, any table, any view and display results with plugin visualizers
Stars: ✭ 20 (-9.09%)
Mutual labels:  dnn
Perception-of-Autonomous-mobile-robot
Perception of Autonomous mobile robot,Using ROS,rs-lidar-16,By SLAM,Object Detection with Yolov5 Based DNN
Stars: ✭ 40 (+81.82%)
Mutual labels:  dnn
FaceMaskDetection-dnn
用opencv的dnn模块实现人脸口罩检测,包含C++和Python两种版本的实现
Stars: ✭ 44 (+100%)
Mutual labels:  dnn
SynthText Chinese
Modify from https://github.com/JarveeLee/SynthText_Chinese_version.git with python3 and cv3.
Stars: ✭ 35 (+59.09%)
Mutual labels:  dnn
postchildren-desktop
👨‍👦‍👦 A E2E test visualization tool (get along with postman and postwoman)
Stars: ✭ 23 (+4.55%)
Mutual labels:  end-to-end
gordo
An API-first distributed deployment system of deep learning models using timeseries data to predict the behaviour of systems
Stars: ✭ 25 (+13.64%)
Mutual labels:  end-to-end
Transformer-Transducer
PyTorch implementation of "Transformer Transducer: A Streamable Speech Recognition Model with Transformer Encoders and RNN-T Loss" (ICASSP 2020)
Stars: ✭ 61 (+177.27%)
Mutual labels:  end-to-end
QTextRecognizer
A gui for tesseractOCR with some preprocessing image options (OpenCV) for improve character recognition
Stars: ✭ 27 (+22.73%)
Mutual labels:  dnn
End-to-End-Mandarin-ASR
End-to-end speech recognition on AISHELL dataset.
Stars: ✭ 20 (-9.09%)
Mutual labels:  end-to-end
stonne
STONNE: A Simulation Tool for Neural Networks Engines
Stars: ✭ 57 (+159.09%)
Mutual labels:  dnn
cypress-example-docker-circle-workflows
Cypress + Docker + CircleCI Workflows = ❤️
Stars: ✭ 29 (+31.82%)
Mutual labels:  end-to-end
godpaper
🐵 An AI chess-board-game framework(by many programming languages) implementations.
Stars: ✭ 40 (+81.82%)
Mutual labels:  dnn
jpeg-defense
SHIELD: Fast, Practical Defense and Vaccination for Deep Learning using JPEG Compression
Stars: ✭ 82 (+272.73%)
Mutual labels:  dnn
SynSeg-Net
SynSeg-Net: Synthetic Segmentation Without Target Modality Ground Truth
Stars: ✭ 54 (+145.45%)
Mutual labels:  end-to-end
LearningMetersPoems
Official repo of the article: Yousef, W. A., Ibrahime, O. M., Madbouly, T. M., & Mahmoud, M. A. (2019), "Learning meters of arabic and english poems with recurrent neural networks: a step forward for language understanding and synthesis", arXiv preprint arXiv:1905.05700
Stars: ✭ 18 (-18.18%)
Mutual labels:  dnn
WaveGrad2
PyTorch Implementation of Google Brain's WaveGrad 2: Iterative Refinement for Text-to-Speech Synthesis
Stars: ✭ 55 (+150%)
Mutual labels:  end-to-end
cnn-number-detection
Number detection implemented using TensorFlow with custom CNN architecture for fast inference and custom dataset
Stars: ✭ 51 (+131.82%)
Mutual labels:  dnn

ASVspoof2019 Physical Access

1. Overview

This repository contains modified pytorch codes for the paper Replay attack detection with complementary high-resolution information using end-to-end DNN for the ASVspoof 2019 Challenge. (https://arxiv.org/abs/1904.10134, accepted for Interspeech 2019)

Our submission for the competition was conducted using Keras with Tensorflow backend. In this repository, we present easily reproducible codes with PyTorch. Although DNN architecture, and other detailed configurations might slightly differ (such as the negative slope value in Leaky ReLU), we verified comaparable performance through our internal comparison experiments. EER of 1.7% was shown in Keras, EER of 1.6% was shown in PyTorch, using only Magnitude spectrogram, on a partial subset of validation set comprising 5,400 bona-fide utt + 5,400 spoofed utts. Validation and Evaluation performance will be added soon! (For the validation EER, performance on subset or whole set showed about 0.1% difference in our experiments, normally)

Also, for the experiment showing EER of 1.6%, we share a comet ml experiment, which enables all of you to look the details of conducted experiment!

To be added continuously..


2. Script Usage

  • g0 : Extracts spectrograms and align for later usage.
  • g1 : Conducts model training and validation (CNN model, achieves ~ 4.2% EER on validation set)
    • Set parameters via yaml file(.yaml)
  • g2 : Conducts model training and validation (CNN-GRU model, achieves ~ 1.7% EER on validation set)
    • Set parameters via yaml file(.yaml)

3. Acknowledgement.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].