提出CounterNet模型,提升自动驾驶点云数据中物体计数精度,改善查询结果可靠性。
Querying Autonomous Vehicle Point Clouds: Enhanced by 3D Object Counting with CounterNet
- 基于热力图检测物体中心,专注计数而非定位,提升准确性。
- 在三个真实数据集上计数准确率提升5%至20%,显著降低查询误差。
- 适用于复杂交通场景,适合需要精准物体统计的自动驾驶系统研发者。
自动驾驶车辆生成海量点云数据,但仅部分数据对特定任务(如碰撞检测、交通分析或拥堵监控)相关。有效查询这些数据对实现定向分析至关重要。本文定义了三类核心查询类型:RETRIEVAL、COUNT和AGGREGATION,均依赖精确的物体计数以产生有意义的结果。现有方法多针对2D视频设计索引,假设检测模型可提供准确计数,但在3D点云数据上,主流检测模型常无法生成可靠计数,导致查询结果严重偏差。为此,我们提出CounterNet,一种基于热力图的网络,用于大规模点云中的精准物体计数。该模型不追求精确定位,而是通过识别物体中心来提升计数准确率。进一步引入重叠区域特征图划分策略,增强对小物体与大物体的处理能力。同时采用每帧动态模型选择机制,根据输入帧特性自适应选用最优配置。在三个真实自动驾驶数据集上的评估显示,CounterNet在各类物体上计数准确率提升5%至20%,显著改善所有查询类型的可靠性。
原文摘要 · Abstract (English)
Autonomous vehicles generate massive volumes of point cloud data, yet only a subset is relevant for specific tasks such as collision detection, traffic analysis, or congestion monitoring. Effectively querying this data is essential to enable targeted analytics. In this work, we formalize point cloud querying by defining three core query types: RETRIEVAL, COUNT, and AGGREGATION, each aligned with distinct analytical scenarios. All these queries rely heavily on accurate object counts to produce meaningful results, making precise object counting a critical component of query execution. Prior work has focused on indexing techniques for 2D video data, assuming detection models provide accurate counting information. However, when applied to 3D point cloud data, state-of-the-art detection models often fail to generate reliable object counts, leading to substantial errors in query results. To address this limitation, we propose CounterNet, a heatmap-based network designed for accurate object counting in large-scale point cloud data. Rather than focusing on accurate object localization, CounterNet detects object presence by finding object centers to improve counting accuracy. We further enhance its performance with a feature map partitioning strategy using overlapping regions, enabling better handling of both small and large objects in complex traffic scenes. To adapt to varying frame characteristics, we introduce a per-frame dynamic model selection strategy that selects the most effective configuration for each input. Evaluations on three real-world autonomous vehicle datasets show that CounterNet improves counting accuracy by 5% to 20% across object categories, resulting in more reliable query outcomes across all supported query types.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。