paper-with-me

홈 › Papers

Latency-aware Unified Dynamic Networks for Efficient Image Recognition

2023-08-30 · Yizeng Han, Zeyu Liu, Zhihang Yuan, Yifan Pu, Chaofei Wang, Shiji Song, Gao Huang

Dynamic computation has emerged as a promising avenue to enhance the inference efficiency of deep networks. It allows selective activation of computational units, leading to a reduction in unnecessary computations for each input sample. However, the actual efficiency of these dynamic models can deviate from theoretical predictions. This mismatch arises from: 1) the lack of a unified approach due to fragmented research; 2) the focus on algorithm design over critical scheduling strategies, especially in CUDA-enabled GPU contexts; and 3) challenges in measuring practical latency, given that most libraries cater to static operations. Addressing these issues, we unveil the Latency-Aware Unified Dynamic Networks (LAUDNet), a framework that integrates three primary dynamic paradigms-spatially adaptive computation, dynamic layer skipping, and dynamic channel skipping. To bridge the theoretical and practical efficiency gap, LAUDNet merges algorithmic design with scheduling optimization, guided by a latency predictor that accurately gauges dynamic operator latency. We've tested LAUDNet across multiple vision tasks, demonstrating its capacity to notably reduce the latency of models like ResNet-101 by over 50% on platforms such as V100, RTX3090, and TX2 GPUs. Notably, LAUDNet stands out in balancing accuracy and efficiency. Code is available at: https://www.github.com/LeapLabTHU/LAUDNet.

📄 PDF Abstract BibTeX arXiv:2308.15949

Code (1)

leaplabthu/laudnet 공식 구현 pytorch

Tasks

GPUScheduling

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Uni-ASR: Unified LLM-Based Architecture for Non-Streaming and Streaming Automatic Speech Recognition

2026-03-11 · Yinfeng Xia, Jian Tang, Junfeng Hou, Gaopeng Xu 외 arxiv

Although the deep integration of the Automatic Speech Recognition (ASR) system with Large Language Models (LLMs) has significantly improved accuracy, the deployment of such systems in low-latency streaming scenarios rema…

Speech Recognition

DCTX-Conformer: Dynamic context carry-over for low latency unified streaming and non-streaming Conformer ASR

2023-06-13 · Goeric Huybrechts, Srikanth Ronanki, Xilai Li, Hadis Nosrati 외

Conformer-based end-to-end models have become ubiquitous these days and are commonly used in both streaming and non-streaming automatic speech recognition (ASR). Techniques like dual-mode and dynamic chunk training helpe…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Unified Streaming and Non-streaming Two-pass End-to-end Model for Speech Recognition

2020-12-10 · BinBin Zhang, Di wu, Zhuoyuan Yao, Xiong Wang 외

In this paper, we present a novel two-pass approach to unify streaming and non-streaming end-to-end (E2E) speech recognition in a single model. Our model adopts the hybrid CTC/attention architecture, in which the conform…

DecoderSentencespeech-recognitionSpeech Recognition

Reducing the Offline-Streaming Gap for Unified ASR Transducer with Consistency Regularization

2026-04-21 · Andrei Andrusenko, Vladimir Bataev, Lilit Grigoryan, Nune Tadevosyan 외 arxiv

Unification of automatic speech recognition (ASR) systems reduces development and maintenance costs, but training a single model to perform well in both offline and low-latency streaming settings remains challenging. We …

Speech Recognition

Hardware-Aware Federated Learning for Speech Emotion Recognition

2026-05-23 · Beyazit Bestami Yuksel, Emrah Dikbiyik arxiv

Federated learning (FL) enables privacy-preserving collaborative training across distributed edge devices, but real deployments involve heterogeneous clients with different processing power, memory capacity, and communic…

Speech Emotion RecognitionFederated Learning