paper-with-me

Papers

A CTC Triggered Siamese Network with Spatial-Temporal Dropout for Speech Recognition

2022-06-16 · Yingying Gao, Junlan Feng, Tianrui Wang, Chao Deng, Shilei Zhang

Siamese networks have shown effective results in unsupervised visual representation learning. These models are designed to learn an invariant representation of two augmentations for one input by maximizing their similarity. In this paper, we propose an effective Siamese network to improve the robustness of End-to-End automatic speech recognition (ASR). We introduce spatial-temporal dropout to support a more violent disturbance for Siamese-ASR framework. Besides, we also relax the similarity regularization to maximize the similarities of distributions on the frames that connectionist temporal classification (CTC) spikes occur rather than on all of them. The efficiency of the proposed architecture is evaluated on two benchmarks, AISHELL-1 and Librispeech, resulting in 7.13% and 6.59% relative character error rate (CER) and word error rate (WER) reductions respectively. Analysis shows that our proposed approach brings a better uniformity for the trained model and enlarges the CTC spikes obviously.

📄 PDF Abstract BibTeX arXiv:2206.08031

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Representation Learningspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

Siamese Network 설명 없음
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…

Similar Papers 제목 키워드 기반

Tackling Occlusion in Siamese Tracking with Structured Dropouts

2020-06-30 · Deepak K. Gupta, Efstratios Gavves, Arnold W. M. Smeulders

Occlusion is one of the most difficult challenges in object tracking to model. This is because unlike other challenges, where data augmentation can be of help, occlusion is hard to simulate as the occluding object can be…

Data AugmentationObject Tracking

A Graph Attention Network-Based Framework for Reconstructing Missing LiDAR Beams

2025-12-13 · Khalfalla Awedat, Mohamed Abidalrekab, Mohammad El-Yabroudi arxiv

Vertical beam dropout in spinning LiDAR sensors triggered by hardware aging, dust, snow, fog, or bright reflections removes entire vertical slices from the point cloud and severely degrades 3D perception in autonomous ve…

Autonomous Vehicles

Graph Convolutional Tracking

2019-06-01 · CVPR 2019 6 · Junyu. Gao, Tianzhu Zhang, Changsheng Xu

Tracking by siamese networks has achieved favorable performance in recent years. However, most of existing siamese methods do not take full advantage of spatial-temporal target appearance modeling under different context…

Visual Tracking

Spartus: A 9.4 TOp/s FPGA-based LSTM Accelerator Exploiting Spatio-Temporal Sparsity

2021-08-04 · Chang Gao, Tobi Delbruck, Shih-Chii Liu

Long Short-Term Memory (LSTM) recurrent networks are frequently used for tasks involving time-sequential data such as speech recognition. Unlike previous LSTM accelerators that either exploit spatial weight sparsity or t…

speech-recognitionSpeech Recognition

Layer-wise Regularized Dropout for Neural Language Models

2024-02-26 · Shiwen Ni, Min Yang, Ruifeng Xu, Chengming Li 외

Among the various pre-trained neural language models that are popular today, dropout is already an indispensable regularization technique. To solve the inconsistency between training and inference caused by the randomnes…

Abstractive Text SummarizationMachine TranslationNatural Language Understanding