paper-with-me

홈 › Papers

Post-Train Adaptive MobileNet for Fast Anti-Spoofing

2022-07-27 · Kostiantyn Khabarlak

Many applications require high accuracy of neural networks as well as low latency and user data privacy guaranty. Face anti-spoofing is one of such tasks. However, a single model might not give the best results for different device performance categories, while training multiple models is time consuming. In this work we present Post-Train Adaptive (PTA) block. Such a block is simple in structure and offers a drop-in replacement for the MobileNetV2 Inverted Residual block. The PTA block has multiple branches with different computation costs. The branch to execute can be selected on-demand and at runtime; thus, offering different inference times and configuration capability for multiple device tiers. Crucially, the model is trained once and can be easily reconfigured after training, even directly on a mobile device. In addition, the proposed approach shows substantially better overall performance in comparison to the original MobileNetV2 as tested on CelebA-Spoof dataset. Different PTA block configurations are sampled at training time, which also decreases overall wall-clock time needed to train the model. While we present computational results for the anti-spoofing problem, the MobileNetV2 with PTA blocks is applicable to any problem solvable with convolutional neural networks, which makes the results presented practically significant.

📄 PDF Abstract BibTeX arXiv:2207.13410

Code (0)

등록된 구현이 없습니다.

Tasks

Face Anti-Spoofing

Methods 이 논문이 사용한 방법론

Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution …
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…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Average Pooling 설명 없음
Batch Normalization 설명 없음
Inverted Residual Block 설명 없음

Similar Papers 제목 키워드 기반

Searching for MobileNetV3

2019-05-06 · ICCV 2019 10 · Andrew Howard, Mark Sandler, Grace Chu, Liang-Chieh Chen 외

We present the next generation of MobileNets based on a combination of complementary search techniques as well as a novel architecture design. MobileNetV3 is tuned to mobile phone CPUs through a combination of hardware-a…

ClassificationDecoderDichotomous Image SegmentationImage Classification+4

FD-MobileNet: Improved MobileNet with a Fast Downsampling Strategy

2018-02-11 · Zheng Qin, Zhaoning Zhang, Xiaotao Chen, Yuxing Peng

We present Fast-Downsampling MobileNet (FD-MobileNet), an efficient and accurate network for very limited computational budgets (e.g., 10-140 MFLOPs). Our key idea is applying an aggressive downsampling strategy to Mobil…

An Edge Computing-Based Solution for Real-Time Leaf Disease Classification using Thermal Imaging

2024-11-06 · Públio Elon Correa da Silva, Jurandy Almeida

Deep learning (DL) technologies can transform agriculture by improving crop health monitoring and management, thus improving food safety. In this paper, we explore the potential of edge computing for real-time classifica…

Deep LearningEdge-computingManagementQuantization

Do All MobileNets Quantize Poorly? Gaining Insights into the Effect of Quantization on Depthwise Separable Convolutional Networks Through the Eyes of Multi-scale Distributional Dynamics

2021-04-24 · Stone Yun, Alexander Wong

As the "Mobile AI" revolution continues to grow, so does the need to understand the behaviour of edge-deployed deep neural networks. In particular, MobileNets are the go-to family of deep convolutional neural networks (C…

AllQuantization

ProvRain: Rain-Adaptive Denoising and Vehicle Detection via MobileNet-UNet and Faster R-CNN

2025-11-24 · Aswinkumar Varathakumaran, Nirmala Paramanandham arxiv

Provident vehicle detection has a lot of scope in the detection of vehicle during night time. The extraction of features other than the headlamps of vehicles allows us to detect oncoming vehicles before they appear direc…