paper-with-me

Papers

Partially-Connected Differentiable Architecture Search for Deepfake and Spoofing Detection

2021-04-07 · Wanying Ge, Michele Panariello, Jose Patino, Massimiliano Todisco, Nicholas Evans

This paper reports the first successful application of a differentiable architecture search (DARTS) approach to the deepfake and spoofing detection problems. An example of neural architecture search, DARTS operates upon a continuous, differentiable search space which enables both the architecture and parameters to be optimised via gradient descent. Solutions based on partially-connected DARTS use random channel masking in the search space to reduce GPU time and automatically learn and optimise complex neural architectures composed of convolutional operations and residual blocks. Despite being learned quickly with little human effort, the resulting networks are competitive with the best performing systems reported in the literature. Some are also far less complex, containing 85% fewer parameters than a Res2Net competitor.

📄 PDF Abstract BibTeX arXiv:2104.03123

Code (1)

eurecom-asp/pc-darts-anti-spoofing 공식 구현 pytorch

Tasks

Face SwappingGPUNeural Architecture Search

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Residual Connection 설명 없음
Res2Net Block A Res2Net Block is an image model block that constructs hierarchical residual-like connections within one single [residual…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Kaiming Initialization 설명 없음
Average Pooling 설명 없음
DARTS Differentiable Architecture Search (DART) is a method for efficient architecture search. The search space is made continuous so that the architecture can be optimized with…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…

Similar Papers 제목 키워드 기반

Raw Differentiable Architecture Search for Speech Deepfake and Spoofing Detection

2021-07-26 · Wanying Ge, Jose Patino, Massimiliano Todisco, Nicholas Evans

End-to-end approaches to anti-spoofing, especially those which operate directly upon the raw signal, are starting to be competitive with their more traditional counterparts. Until recently, all such approaches consider o…

Face Swapping

Implantable Adaptive Cells: differentiable architecture search to improve the performance of any trained U-shaped network

2024-05-06 · Emil Benedykciuk, Marcin Denkowski, Grzegorz Wójcik

This paper introduces a novel approach to enhance the performance of pre-trained neural networks in medical image segmentation using Neural Architecture Search (NAS) methods, specifically Differentiable Architecture Sear…

Image SegmentationMedical Image SegmentationNeural Architecture SearchSegmentation+1

G-DARTS-A: Groups of Channel Parallel Sampling with Attention

2020-10-16 · Zhaowen Wang, Wei zhang, Zhiming Wang

Differentiable Architecture Search (DARTS) provides a baseline for searching effective network architectures based gradient, but it is accompanied by huge computational overhead in searching and training network architec…

GPU

PartialEdit: Identifying Partial Deepfakes in the Era of Neural Speech Editing

2025-06-03 · You Zhang, Baotong Tian, Lin Zhang, Zhiyao Duan

Neural speech editing enables seamless partial edits to speech utterances, allowing modifications to selected content while preserving the rest of the audio unchanged. This useful technique, however, also poses new risks…

Face Swapping

PC-DARTS: Partial Channel Connections for Memory-Efficient Architecture Search

2019-07-12 · ICLR 2020 1 · Yuhui Xu, Lingxi Xie, Xiaopeng Zhang, Xin Chen 외

Differentiable architecture search (DARTS) provided a fast solution in finding effective network architectures, but suffered from large memory and computing overheads in jointly training a super-network and searching for…

GPUNeural Architecture Search