arXiv:2510.16747cs.LG2025-10被引 1

用轻量级解码器让车载和分布式系统高效运行分割模型

An Efficient Semantic Segmentation Decoder for In-Car or Distributed Applications

  • 设计了基于SegDeformer的联合特征与任务解码器,降低计算开销
  • 车载场景下帧率最高提升11.7倍,分布式场景在低比特率下达最优性能
  • 适合资源受限的车载系统或云端大规模部署的应用

现代汽车系统利用深度神经网络(DNN)进行语义分割,主要应用于两类场景:(1)车载场景,模型在车内独立运行,对数据传输速率无严格限制;(2)分布式场景,部分DNN在车端运行,另一部分在云平台,对传输比特率效率有特定要求。以往方法采用卷积网络进行联合源编码与任务解码,但未探索如SegDeformer等基于Transformer的替代方案,后者虽性能更优却计算复杂度高。本文提出针对SegDeformer的联合特征与任务解码架构,在保持高性能的同时显著降低计算开销。车载应用中,Cityscapes上帧率从1.4提升至16.5 fps(提升11.7倍),ADE20K上从43.3提升至154.3 fps(提升3.5倍),且与未压缩的Transformer基线在平均交并比(mIoU)上持平。分布式场景下,在宽范围比特率上实现最新性能,仅使用先前最先进方法0.14%(Cityscapes)和0.04%(ADE20K)的云侧参数量。

原文摘要 · Abstract (English)

Modern automotive systems leverage deep neural networks (DNNs) for semantic segmentation and operate in two key application areas: (1) In-car, where the DNN solely operates in the vehicle without strict constraints on the data rate. (2) Distributed, where one DNN part operates in the vehicle and the other part typically on a large-scale cloud platform with a particular constraint on transmission bitrate efficiency. Typically, both applications share an image and source encoder, while each uses distinct (joint) source and task decoders. Prior work utilized convolutional neural networks for joint source and task decoding but did not investigate transformer-based alternatives such as SegDeformer, which offer superior performance at the cost of higher computational complexity. In this work, we propose joint feature and task decoding for SegDeformer, thereby enabling lower computational complexity in both in-car and distributed applications, despite SegDeformer's computational demands. This improves scalability in the cloud while reducing in-car computational complexity. For the in-car application, we increased the frames per second (fps) by up to a factor of $11.7$ ($1.4$ fps to $16.5$ fps) on Cityscapes and by up to a factor of $3.5$ ($43.3$ fps to $154.3$ fps) on ADE20K, while being on-par w.r.t.\ the mean intersection over union (mIoU) of the transformer-based baseline that doesn't compress by a source codec. For the distributed application, we achieve state-of-the-art (SOTA) over a wide range of bitrates on the mIoU metric, while using only $0.14$\% ($0.04$\%) of cloud DNN parameters used in previous SOTA, reported on ADE20K (Cityscapes).

语义分割车载系统分布式推理Transformer

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。