paper-with-me

Papers

Temporal-Channel Modeling in Multi-head Self-Attention for Synthetic Speech Detection

2024-06-25 · Duc-Tuan Truong, Ruijie Tao, Tuan Nguyen, Hieu-Thi Luong, Kong Aik Lee, Eng Siong Chng

Recent synthetic speech detectors leveraging the Transformer model have superior performance compared to the convolutional neural network counterparts. This improvement could be due to the powerful modeling ability of the multi-head self-attention (MHSA) in the Transformer model, which learns the temporal relationship of each input token. However, artifacts of synthetic speech can be located in specific regions of both frequency channels and temporal segments, while MHSA neglects this temporal-channel dependency of the input sequence. In this work, we proposed a Temporal-Channel Modeling (TCM) module to enhance MHSA's capability for capturing temporal-channel dependencies. Experimental results on the ASVspoof 2021 show that with only 0.03M additional parameters, the TCM module can outperform the state-of-the-art system by 9.25% in EER. Further ablation study reveals that utilizing both temporal and channel information yields the most improvement for detecting synthetic speech.

📄 PDF Abstract BibTeX arXiv:2406.17376

Code (1)

ductuantruong/tcm_add 공식 구현 pytorch

Tasks

Audio Deepfake DetectionSynthetic Speech Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Position-Wise Feed-Forward Layer 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음

Similar Papers 제목 키워드 기반

GTA: Global Temporal Attention for Video Action Understanding

2020-12-15 · Bo He, Xitong Yang, Zuxuan Wu, Hao Chen 외

Self-attention learns pairwise interactions to model long-range dependencies, yielding great improvements for video action recognition. In this paper, we seek a deeper understanding of self-attention for temporal modelin…

Action RecognitionAction UnderstandingTemporal Action Localization

RECTOR: Masked Region-Channel-Temporal Modeling for Affective and Cognitive Representation Learning

2026-06-13 · Jinhan Liu, Mahsa Shoaran arxiv

Affective and cognitive disorders manifest as distributed, time-varying brain network dynamics across regions, channels, and time, challenging robust representation learning from EEG/sEEG for clinical diagnosis. We propo…

EEG Emotion RecognitionRepresentation Learning

Hierarchical Separable Video Transformer for Snapshot Compressive Imaging

2024-07-16 · Ping Wang, Yulun Zhang, Lishun Wang, Xin Yuan

Transformers have achieved the state-of-the-art performance on solving the inverse problem of Snapshot Compressive Imaging (SCI) for video, whose ill-posedness is rooted in the mixed degradation of spatial masking and te…

Inductive BiasLong-range modeling

Lightweight Temporal Self-Attention for Classifying Satellite Image Time Series

2020-07-01 · Vivien Sainte Fare Garnot, Loic Landrieu

The increasing accessibility and precision of Earth observation satellite data offers considerable opportunities for industrial and state actors alike. This calls however for efficient methods able to process time-series…

Earth ObservationTime SeriesTime Series AnalysisTime Series Classification

MILAAP: Mobile Link Allocation via Attention-based Prediction

2025-06-24 · Yung-Fu Chen, Anish Arora

Channel hopping (CS) communication systems must adapt to interference changes in the wireless network and to node mobility for maintaining throughput efficiency. Optimal scheduling requires up-to-date network state infor…

PredictionScheduling