arXiv:2608.11844cs.CV2026-08中稿 · the CVPPA

轻量模型BoltNet实现设备端植物物种高精度识别

BoltNet: An Ultra-Lightweight Convolutional Network for On-Device Plant Species Identification

论文配图:BoltNet: An Ultra-Lightweight Convolutional Network for On-Device Plant Species Identification
图 1 · 摘自论文原文
  • 用空间重分布瓶颈与逻辑预采样提升小模型性能
  • 341K参数下达0.682 F1-score,小于2MB模型中最高
  • 在树莓派、Jetson等硬件上均表现高效,适合边缘部署

从公民科学图像中自动识别植物物种是具有挑战性的细粒度分类任务:标签空间大、物种外观相似、数据长尾分布要求模型具备足够能力,但野外应用又受限于内存、延迟和功耗。模型大小只是部署成本的一部分,推理时中间激活内存占用和平台依赖的执行行为同样关键,因此紧凑识别必须在目标硬件上评估,而非仅依赖复杂度指标。我们提出BoltNet,一种超轻量全卷积架构,结合空间重分布瓶颈与逻辑预采样,在高基数分类中优化预测性能与模型大小的权衡,并引入准确率-压缩权衡作为补充诊断工具。在Pl@ntNet300K数据集上,BoltNet以341K参数(1.37 MB)达到0.682 F1-score,是小于2 MB的模型中F1最高的,接近远大于它的卷积主干。在Raspberry Pi 5、Jetson Orin Nano和Hailo-8上对模型仅部分进行测量,涵盖CPU、GPU和NPU平台,结果显示BoltNet在所有平台上都最稳定高效,尤其在GPU和NPU上单位功耗帧率(FPS/W)最优,CPU上位居第二。AIDERv2和CLRS上的结果进一步证明其在环境图像分类任务中的迁移能力。代码已开源。

原文摘要 · Abstract (English)

Automated plant species identification from citizen-science imagery is an established, demanding fine-grained recognition problem: large taxonomic label spaces, visually similar species, and long-tailed observations require real model capacity, while field use constrains memory, latency, and power. Model size is only part of the deployment cost: intermediate activations held in memory during inference and platformdependent execution behavior matter too, so compact recognition must be assessed on target hardware rather than through complexity metrics alone. We present BoltNet, an ultra-lightweight fully convolutional architecture combining a Spatial Redistribution Bottleneck and Logit PreSampling to improve the tradeoff between predictive performance and model size in high-cardinality classification, and report the AccuracyCompression Tradeoff as a complementary diagnostic. On Pl@ntNet300K, BoltNet reaches 0.682 F1-score with 341K parameters (1.37 MB), the highest F1-score among evaluated models below 2 MB and close to substantially larger convolutional backbones. Model-only measurements on a Raspberry Pi 5, Jetson Orin Nano, and Hailo-8 characterize execution across CPU, GPU, and NPU platforms, where BoltNet is the most consistently efficient model, with the best FPS/W on the GPU and NPU and second-best on the CPU. Results on AIDERv2 and CLRS provide secondary evidence of transfer across environmental image-classification tasks. Code available at: https://codeberg.org/danielrossi/BoltNet

植物识别轻量模型边缘计算CNN

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