paper-with-me

Papers

Continuous sign language recognition based on cross-resolution knowledge distillation

2023-03-13 · Qidan Zhu, Jing Li, Fei Yuan, Quan Gan

The goal of continuous sign language recognition(CSLR) research is to apply CSLR models as a communication tool in real life, and the real-time requirement of the models is important. In this paper, we address the model real-time problem through cross-resolution knowledge distillation. In our study, we found that keeping the frame-level feature scales consistent between the output of the student network and the teacher network is better than recovering the frame-level feature sizes for feature distillation. Based on this finding, we propose a new frame-level feature extractor that keeps the output frame-level features at the same scale as the output of by the teacher network. We further combined with the TSCM+2D hybrid convolution proposed in our previous study to form a new lightweight end-to-end CSLR network-Low resolution input net(LRINet). It is then used to combine cross-resolution knowledge distillation and traditional knowledge distillation methods to form a CSLR model based on cross-resolution knowledge distillation (CRKD). The CRKD uses high-resolution frames as input to the teacher network for training, locks the weights after training, and then uses low-resolution frames as input to the student network LRINet to perform knowledge distillation on frame-level features and classification features respectively. Experiments on two large-scale continuous sign language datasets have proved the effectiveness of CRKD. Compared with the model with high-resolution data as input, the calculation amount, parameter amount and inference time of the model have been significantly reduced under the same experimental conditions, while ensuring the accuracy of the model, and has achieved very competitive results in comparison with other advanced methods.

📄 PDF Abstract BibTeX arXiv:2303.06820

Code (1)

woshisad159/tfnet pytorch

Tasks

Knowledge DistillationSign Language Recognition

Methods 이 논문이 사용한 방법론

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…
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Continuous Sign Language Recognition via Temporal Super-Resolution Network

2022-07-03 · Qidan Zhu, Jing Li, Fei Yuan, Quan Gan

Aiming at the problem that the spatial-temporal hierarchical continuous sign language recognition model based on deep learning has a large amount of computation, which limits the real-time application of the model, this …

Sign Language RecognitionSuper-ResolutionTime SeriesTime Series Analysis

Improving Continuous Sign Language Recognition with Cross-Lingual Signs

2023-08-21 · ICCV 2023 1 · Fangyun Wei, Yutong Chen

This work dedicates to continuous sign language recognition (CSLR), which is a weakly supervised task dealing with the recognition of continuous signs from videos, without any prior knowledge about the temporal boundarie…

Sign Language Recognitionspeech-recognitionSpeech Recognition

SlowFast Network for Continuous Sign Language Recognition

2023-09-21 · Junseok Ahn, Youngjoon Jang, Joon Son Chung

The objective of this work is the effective extraction of spatial and dynamic features for Continuous Sign Language Recognition (CSLR). To accomplish this, we utilise a two-pathway SlowFast network, where each pathway op…

Sign Language Recognition

Towards Refining Developer Questions using LLM-Based Named Entity Recognition for Developer Chatroom Conversations

2025-03-02 · Pouya Fathollahzadeh, Mariam El Mezouar, Hao Li, Ying Zou 외

In software engineering chatrooms, communication is often hindered by imprecise questions that cannot be answered. Recognizing key entities can be essential for improving question clarity and facilitating better exchange…

DiagnosticIntent DetectionLarge Language Modelnamed-entity-recognition+1

Read and Attend: Temporal Localisation in Sign Language Videos

2021-03-30 · CVPR 2021 1 · Gül Varol, Liliane Momeni, Samuel Albanie, Triantafyllos Afouras 외

The objective of this work is to annotate sign instances across a broad vocabulary in continuous sign language. We train a Transformer model to ingest a continuous signing stream and output a sequence of written tokens o…

Sign Language Recognition