arXiv:2510.13250cs.CVcs.AI2025-10被引 1

轻量化模型实现嵌入式系统实时人群计数

Real-Time Crowd Counting for Embedded Systems with Lightweight Architecture

  • 采用茎-编码器-解码器结构,用大卷积核扩大感受野,提取头部细节
  • 在编码器中通过通道加权与多分支融合,低耗计算实现多尺度特征融合
  • 模型推理速度最快,嵌入式设备上达71.9 FPS,适合实时场景部署

人群计数是通过图像估计人群数量的任务,在智能安防、城市规划、公共安全管理等领域具有重要价值。然而,现有方法在嵌入式系统上应用时存在参数过多、计算复杂等问题,难以满足实时性要求。为此,本文设计了一种超实时的轻量化模型,采用茎-编码器-解码器结构,显著提升推理速度。首先,茎网络使用大卷积核扩大感受野,有效提取头部细节信息;其次,编码器部分引入条件通道加权与多分支局部融合模块,以低计算量实现多尺度特征融合,是模型实现超实时性能的关键;最后,在编码器顶部加入特征金字塔网络,缓解特征融合不完整问题。在三个基准数据集上的实验表明,该模型在嵌入式系统上可实现超实时人群计数,精度具有竞争力。具体而言,模型在NVIDIA GTX 1080Ti上达到381.7 FPS,在NVIDIA Jetson TX1上达到71.9 FPS。

原文摘要 · Abstract (English)

Crowd counting is a task of estimating the number of the crowd through images, which is extremely valuable in the fields of intelligent security, urban planning, public safety management, and so on. However, the existing counting methods have some problems in practical application on embedded systems for these fields, such as excessive model parameters, abundant complex calculations, etc. The practical application of embedded systems requires the model to be real-time, which means that the model is fast enough. Considering the aforementioned problems, we design a super real-time model with a stem-encoder-decoder structure for crowd counting tasks, which achieves the fastest inference compared with state-of-the-arts. Firstly, large convolution kernels in the stem network are used to enlarge the receptive field, which effectively extracts detailed head information. Then, in the encoder part, we use conditional channel weighting and multi-branch local fusion block to merge multi-scale features with low computational consumption. This part is crucial to the super real-time performance of the model. Finally, the feature pyramid networks are added to the top of the encoder to alleviate its incomplete fusion problems. Experiments on three benchmarks show that our network is suitable for super real-time crowd counting on embedded systems, ensuring competitive accuracy. At the same time, the proposed network reasoning speed is the fastest. Specifically, the proposed network achieves 381.7 FPS on NVIDIA GTX 1080Ti and 71.9 FPS on NVIDIA Jetson TX1.

人群计数嵌入式轻量化实时推理

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