arXivDaily arXiv每日学术速递 周一至周五更新

大厂专区

NIO(蔚来)

至 收录 8
2604.18105 2026-06-19 eess.AS cs.CL cs.SD 版本更新

NIM4-ASR: Towards Efficient, Robust, and Customizable Real-Time LLM-Based ASR

NIM4-ASR:迈向高效、鲁棒且可定制的实时基于LLM的语音识别

Yuan Xie, Jiaqi Song, Guang Qiu, Xianliang Wang, Kai Qiao, Junfeng Yuan, Shengqing Liu, Yi Zhang, Bowen Chen, Ming Lei, Jie Gao, Jie Wu

机构 * Advanced Intelligent Systems Group, NIO(蔚来智能系统集团)

AI总结 提出NIM4-ASR框架,通过重新设计多阶段训练范式(包括预训练架构优化、迭代异步SFT和ASR专用强化学习)以及生产优化(噪声鲁棒性、流式推理和RAG热词定制),在2.3B参数下实现SOTA性能。

详情
AI中文摘要

将大语言模型(LLM)集成到自动语音识别(ASR)中已成为近年来的主流范式。尽管现有的基于LLM的ASR模型在公共基准上表现出色,但其训练仍然主要依赖数据驱动,未能充分解决关键的实际挑战——特别是在资源受限部署中的有限向下可扩展性以及声学挑战条件下的幻觉问题。为了解决这些问题,我们提出了NIM4-ASR,一个面向生产的、基于LLM的ASR框架,针对效率和鲁棒性进行了优化。基于编码器和LLM之间功能角色的原则性划分,我们重新设计了多阶段训练范式,使每个模块与其预期的能力边界对齐。具体来说,我们重新制定了预训练架构和目标以缓解模态差距并提高参数效率;引入了迭代异步SFT阶段以保持声学保真度并约束表示漂移;设计了ASR专用的强化学习阶段以进一步提高识别质量和鲁棒性。我们还加入了一系列面向生产的优化,包括噪声和静音条件下的鲁棒性、实时流式推理以及通过检索增强生成(RAG)进行的热词定制。实验表明,NIM4-ASR仅用2.3B参数就在多个公共基准上达到了最先进的性能,同时在内部基准上显著优于更大规模的竞争对手——特别是在实体密集的真实场景中。NIM4-ASR进一步通过RAG支持百万级热词定制,检索延迟低于毫秒,从而能够高效适应新兴实体和个性化用户需求。

英文摘要

Integrating large language models (LLMs) into automatic speech recognition (ASR) has become a mainstream paradigm in recent years. Although existing LLM-based ASR models demonstrate impressive performance on public benchmarks, their training remains predominantly data-driven, leaving key practical challenges insufficiently addressed -- particularly limited downward scalability in resource-constrained deployments and hallucinations under acoustically challenging conditions. To address these issues, we present NIM4-ASR, a production-oriented LLM-based ASR framework optimized for both efficiency and robustness. Grounded in a principled delineation of functional roles between the encoder and the LLM, we redesign the multi-stage training paradigm to align each module with its intended capability boundary. Specifically, we reformulate the pre-training architecture and objective to mitigate the modality gap and improve parameter efficiency; introduce an iterative asynchronous SFT stage to preserve acoustic fidelity and constrain representation drift; and design an ASR-specialized reinforcement learning stage to further enhance recognition quality and robustness. We additionally incorporate a suite of production-oriented optimizations, including robustness under noisy and silent conditions, real-time streaming inference, and hotword customization via retrieval-augmented generation (RAG). Experiments show that NIM4-ASR achieves state-of-the-art performance on multiple public benchmarks with merely 2.3B parameters, while substantially outperforming larger-scale competitors on internal benchmarks -- particularly in entity-intensive real-world scenarios. NIM4-ASR further supports million-scale hotword customization via RAG with sub-millisecond retrieval latency, enabling efficient adaptation to emerging entities and personalized user requirements.

URL PDF HTML 收藏
1706.07119 2026-06-04 eess.SY cs.LG cs.SY

"Parallel Training Considered Harmful?": Comparing series-parallel and parallel feedforward network training

并行训练是否有害?:比较系列-并行与并行前馈网络训练

Antônio H. Ribeiro, Luis A. Aguirre

机构 * Department of Electronic Engineering at Universidade Federal de Minas Gerais (UFMG) - Av. Ant\ o nio Carlos 6627, 31270-901, Belo Horizonte, MG, Brazil

AI总结 本文比较了系列-并行和并行前馈网络训练方法,探讨了其在鲁棒性、计算成本和收敛性方面的表现,发现并行训练在更现实的场景中表现更优。

Journal ref Neurocomputing 316:222--231, (2018)

详情
AI中文摘要

动态系统神经网络模型可以并行或系列-并行配置进行训练。受早期论述影响,一些论文认为系列-并行配置比并行配置更优,因其计算成本更低、训练稳定性更好且结果更准确。另一方面,其他研究则认为并行训练更稳健,能产生更准确的长期预测。本文的主要贡献是通过统一框架比较两种方法。我们关注三个方面:i)在噪声下的估计鲁棒性;ii)计算成本;iii)收敛性。统一的数学框架和模拟研究显示了每种训练方法在不同情境下的验证结果,发现并行训练在更现实的场景中表现更优。一个使用测量数据的例子似乎支持这一结论。我们还通过新的复杂度分析和数值示例表明,两种方法的计算成本相似,但系列-并行训练更易于并行化。一些关于稳定性和收敛性性质的非正式讨论也在示例中进行了探讨。

英文摘要

Neural network models for dynamic systems can be trained either in parallel or in series-parallel configurations. Influenced by early arguments, several papers justify the choice of series-parallel rather than parallel configuration claiming it has a lower computational cost, better stability properties during training and provides more accurate results. Other published results, on the other hand, defend parallel training as being more robust and capable of yielding more accu- rate long-term predictions. The main contribution of this paper is to present a study comparing both methods under the same unified framework. We focus on three aspects: i) robustness of the estimation in the presence of noise; ii) computational cost; and, iii) convergence. A unifying mathematical framework and simulation studies show situations where each training method provides better validation results, being parallel training better in what is believed to be more realistic scenarios. An example using measured data seems to reinforce such claim. We also show, with a novel complexity analysis and numerical examples, that both methods have similar computational cost, being series series-parallel training, however, more amenable to parallelization. Some informal discussion about stability and convergence properties is presented and explored in the examples.

URL PDF HTML 收藏
2606.03909 2026-06-03 cs.CV

SparseStreet: Sparse Gaussian Splatting for Real-Time Street Scene Simulation

SparseStreet: 用于实时街景模拟的稀疏高斯泼溅

Qingpo Wuwu, Xiaobao Wei, Peng Chen, Nan Huang, Zhongyu Zhao, Hao Wang, Ming Lu, Ningning Ma, Shanghang Zhang

机构 * Peking University(北京大学) Chinese Academy of Sciences(中国科学院) University of Illinois Urbana-Champaign(伊利诺伊大学厄巴纳-香槟分校) Autonomous Driving Development, NIO(蔚来自动驾驶开发)

AI总结 针对街景重建中高斯原语冗余问题,提出节点可学习剪枝与背景压缩框架,实现高达80%压缩比且质量损失极小。

详情
AI中文摘要

尽管3D高斯泼溅在街景重建中显示出有希望的结果,现有方法需要大量高斯原语来捕捉细节,导致存储成本过高和渲染速度缓慢。我们观察到动态对象(如车辆和行人)需要高保真表示以保持时间一致性,而静态背景区域通常包含大量冗余。受此启发,我们提出SparseStreet,一种专为街景设计的通用压缩框架。首先,我们引入基于节点的可学习剪枝策略,系统性地移除低贡献高斯原语,同时保留视觉关键区域。其次,在场景表示稳定后,我们应用背景压缩,进一步减少静态区域中的冗余。我们的方法有效保留了动态对象的几何和外观,同时显著减少了高斯原语的总数。在Waymo和nuScenes上的大量实验表明,SparseStreet实现了高达80%的压缩比,且质量退化极小,实现了资源高效、高保真的动态场景重建。项目网站:此 https URL。

英文摘要

While 3D Gaussian Splatting has shown promising results in street scene reconstruction, existing methods require massive numbers of Gaussian primitives to capture fine details, leading to prohibitive storage costs and slow rendering speeds. We observe that dynamic objects (e.g., vehicles and pedestrians) demand high-fidelity representations to maintain temporal consistency, while static background regions often contain substantial redundancy. Motivated by this, we propose SparseStreet, a general compression framework specifically designed for street scenes. First, we introduce a node-based learnable pruning strategy that systematically removes low-contributing Gaussian primitives while preserving visually critical regions. Second, after the scene representation stabilizes, we apply background compression, further reducing redundancy in static regions. Our method effectively preserves the geometry and appearance of dynamic objects while significantly reducing the total number of Gaussian primitives. Extensive experiments on the Waymo and nuScenes demonstrate that SparseStreet achieves up to 80% compression ratio with minimal quality degradation, enabling resource-efficient, high-fidelity dynamic scene reconstruction. Project website: https://sparsestreet.github.io/.

URL PDF HTML 收藏
2606.01818 2026-06-02 cs.CV

Unsupervised Collaborative Domain Adaptation for Driving Scene Parsing

无监督协作域自适应用于驾驶场景解析

Jiahe Fan, Shaolong Shu, Mingjian Sun, Tiehua Zhang, Bohong Xiao, Hanli Wang, Rui Fan

机构 * College of Electronic and Information Engineering, Tongji University(同济大学电子与信息学院) Department of Control Science and Engineering, Harbin Institute of Technology(控制科学与工程系,哈尔滨工业大学) Department of Vehicle Control System and Software Development, NIO(车辆控制系统与软件开发部,蔚来汽车) School of Computer Science and Technology, Tongji University(计算机科学与技术学院,同济大学) Key Laboratory of Embedded System and Service Computing (Ministry of Education), Tongji University(嵌入式系统与服务计算重点实验室(教育部),同济大学)

AI总结 提出无监督协作域自适应框架UCDA,通过多源模型协作优化和知识蒸馏,在无源数据条件下提升目标域驾驶场景解析的鲁棒性和泛化能力。

详情
AI中文摘要

可靠的驾驶场景解析是自动驾驶车辆在开放动态环境中运行的基本能力。然而,将感知模型适应新的部署域仍然具有挑战性,因为像素级标注成本高昂,且由于隐私、安全或所有权限制,源域数据通常无法访问。现有的无源无监督域自适应方法通常依赖于单个预训练源模型,这使得自适应后的感知系统容易受到源特定偏差的影响,并在不同的道路布局、光照条件、天气模式和交通状况下限制其鲁棒性。本文提出了一种无监督协作域自适应(UCDA)框架,用于无源设置下的驾驶场景解析,该框架将多个预训练源模型的互补知识迁移到统一的目标模型,而无需访问任何原始源样本。为了比较独立训练模型的预测,UCDA构建了一个类级原型记忆库,并通过原型相似性估计跨模型预测可靠性,从而减少源模型间不一致置信度尺度的影响。基于由此产生的互补监督,UCDA采用两阶段迁移策略:首先通过正负一致性约束的协作优化,在无标签的目标域驾驶数据上精炼多个源模型,然后将它们经过验证的专业知识蒸馏到单个可部署的目标模型中。在公开驾驶场景数据集和从自动驾驶车辆平台收集的真实世界数据上的全面评估表明,UCDA有效地整合了互补的多源知识,提高了目标域场景解析的可靠性和在不同驾驶环境中的泛化能力。

英文摘要

Reliable driving scene parsing is a fundamental capability for autonomous vehicles operating in open and dynamic driving environments. However, adapting perception models to new deployment domains remains challenging because pixel-level annotations are expensive to obtain, while source-domain data are often inaccessible due to privacy, security, or ownership constraints. Existing source-free unsupervised domain adaptation methods typically rely on a single pre-trained source model, which makes the adapted perception system vulnerable to source-specific biases and limits its robustness under diverse road layouts, illumination conditions, weather patterns, and traffic conditions. This article presents an unsupervised collaborative domain adaptation (UCDA) framework for driving scene parsing in a source-free setting, which transfers complementary knowledge from multiple pre-trained source models to a unified target model without accessing any original source samples. To compare predictions from independently trained models, UCDA constructs a class-level prototype memory bank and estimates cross-model prediction reliability through prototype similarity, reducing the effect of inconsistent confidence scales across source models. Based on the resulting complementary supervision, UCDA adopts a two-stage transfer strategy: multiple source models are first refined on unlabeled target-domain driving data through collaborative optimization with positive and negative consistency constraints, and their validated expertise is then distilled into a single deployable target model. Comprehensive evaluations on public driving-scene datasets and real-world data collected from an autonomous vehicle platform demonstrate that UCDA effectively consolidates complementary multi-source knowledge, improving target-domain scene parsing reliability and generalization across diverse driving environments.

URL PDF HTML 收藏
2605.29221 2026-05-29 cs.CV

An Approach for Thyroid Nodule Analysis Using Thermographic Images

使用热成像图像进行甲状腺结节分析的方法

J. R. González, É. O. Rodrigues, C. P. Damião, C. A. P. Fontes, A. C. Silva, A. C. Paiva, H. Li, C. Du, A. Conci

机构 * Computer Science Department, Universidade Federal Fluminense(联邦弗里蒙特大学计算机科学系) Radiology Department, Hospital Universitário Antônio Pedro (HUAP)(安东尼奥佩德罗大学医院放射科) Applied Computation Group NCA-UFMA, Universidade Federal do Maranhão(马兰舍大学应用计算组NCA-UFMA)

AI总结 本文综述了热成像在甲状腺分析中的应用,提出图像采集协议和自主配准方法,并通过特征提取、图像处理和分类方法区分健康与患病患者。

Journal ref Application of Infrared to Biomedical Sciences 2017

详情
AI中文摘要

据预测,到2030年,甲状腺癌将成为女性中第二常见的癌症类型,男性中第三常见。一般来说,早期检测癌症可提高个体生存机会。热成像是一种诊断工具,越来越多地用于检测癌症和异常,包括甲状腺异常。已有多种方法被提出用于分割和检测热成像图中的热区域,从而检测这些图像中存在的可疑组织。众所周知,医学诊断会产生大量信息。因此,医生必须在短时间内全面分析和评估这些信息,这在大多数情况下是不可行的。在这项工作中,我们对热成像进行了全面综述,重点关注甲状腺分析。我们提出了图像采集协议和甲状腺图像的自主配准方法。我们还对图像数据进行了分析,包括特征提取、图像处理以及一种可能的健康或非健康患者分类方法。总之,这项工作提出了在我们大学医院检测肿瘤的试点项目,这是支持我们内分泌科预防性医疗行动的一部分。经过一些未来调整后,该项目将提交给弗鲁米嫩塞联邦大学安东尼奥·佩德罗大学医院(HUAP-UFF)的伦理与研究委员会以及巴西卫生部伦理委员会审批,项目名称为:评估热成像在HUAP-UFF患者甲状腺结节诊断辅助中的重要性(葡萄牙语:Avaliação da importância da termografia no auxílio à investigação diagnóstica de nódulos tireoidianos em pacientes acompanhados no HUAP-UFF)。

英文摘要

Thyroid cancer is said to be the second most common type of cancer in female individuals and the third in males by 2030, according to projections. In general, detecting cancer in its early stages improves the chance of survival of the individual. Thermography is a diagnostic tool that has been increasingly used to detect cancer and abnormalities, including that of thyroid. Various methods to segment and detect hot regions in thermograms and, consequently, to detect suspicious tissues present in these images have been proposed. It is well known that medical diagnosis yields a great deal of information. Thus, physicians have to comprehensively analyse and evaluate this information in a short period of time, which is infeasible in most cases. In this work, we perform a general review of thermography , focusing on the thyroid analysis. We propose protocols for image acquisiton and an autonomous registration for thyroid images. We also perform analyses of the image data, which include feature extraction, image processing, and a possible approach for classification of healthy or unhealthy patients. In summary, this work presents a pilot project for detection of tumors in our university hospital, which is part of an effort to support preventive medical actions in our endocrinology department. Under some future adjustments, this project will be submitted for approval by the ethics and research committee of Hospital Universitário Antonio Pedro at Universidade Federal Fluminense (HUAP-UFF) and to the Brazilian Ministry of Health Ethical committee under the name: Evaluation of the importance of thermography to aid diagnosis of thyroid nodules of patients in HUAP-UFF (in Portuguese: Avaliação da importância da termografia no auxílio à investigação diagnóstica de nódulos tireoidianos em pacientes acompanhados no HUAP-UFF).

URL PDF HTML 收藏
2602.13588 2026-02-17 cs.CV cs.AI

Two-Stream Interactive Joint Learning of Scene Parsing and Geometric Vision Tasks

双流交互式场景解析与几何视觉任务联合学习

Guanfeng Tang, Hongbo Zhao, Ziwei Long, Jiayao Li, Bohong Xiao, Wei Ye, Hanli Wang, Rui Fan

机构 * College of Electronic and Information Engineering, Tongji University(同济大学电子信息学院) Shanghai Research Institute for Intelligent Autonomous Systems, Tongji University(同济大学智能自主系统研究所) College of Computer Science and Technology, Tongji University(同济大学计算机科学与技术学院) Department of Vehicle Control System and Software Development, NIO(蔚来汽车车辆控制系统与软件开发部门) Department of Automotive Engineering, Jilin University(吉林大学汽车工程学院) Key Laboratory of Embedded System and Service Computing (Ministry of Education), Tongji University(同济大学嵌入式系统与服务计算重点实验室) College of Electronic and Information Engineering, Shanghai Institute of Intelligent Science and Technology(上海智能科学与技术研究院电子信息学院) Shanghai Key Laboratory of Intelligent Autonomous Systems(上海智能自主系统重点实验室)

AI总结 TwInS通过双流交互式联合学习框架,实现场景解析与几何视觉任务的同步优化,采用跨任务适配器提升性能并减少对人工标注的依赖。

详情
AI中文摘要

受人类视觉系统启发,该系统通过两个平行但相互作用的流进行上下文和空间理解。本文提出了Two Interactive Streams(TwInS),一种新颖的生物启发式联合学习框架,能够同时执行场景解析和几何视觉任务。TwInS采用统一的通用架构,在场景解析流中的多级上下文特征被注入到几何视觉流中,以指导其迭代细化。在反向方向,解码的几何特征被投影到上下文特征空间中,通过新的跨任务适配器进行选择性异构特征融合,利用丰富的跨视角几何线索来增强场景解析。为消除对昂贵的人工标注对应关系地面真实值的依赖,TwInS进一步配备了定制的半监督训练策略,释放大规模多视角数据的潜力,并在不需要地面真实对应关系的情况下实现持续的自我进化。在三个公开数据集上进行的广泛实验验证了TwInS核心组件的有效性,并展示了其优于现有最先进方法的优越性能。源代码将在发表时公开。

英文摘要

Inspired by the human visual system, which operates on two parallel yet interactive streams for contextual and spatial understanding, this article presents Two Interactive Streams (TwInS), a novel bio-inspired joint learning framework capable of simultaneously performing scene parsing and geometric vision tasks. TwInS adopts a unified, general-purpose architecture in which multi-level contextual features from the scene parsing stream are infused into the geometric vision stream to guide its iterative refinement. In the reverse direction, decoded geometric features are projected into the contextual feature space for selective heterogeneous feature fusion via a novel cross-task adapter, which leverages rich cross-view geometric cues to enhance scene parsing. To eliminate the dependence on costly human-annotated correspondence ground truth, TwInS is further equipped with a tailored semi-supervised training strategy, which unleashes the potential of large-scale multi-view data and enables continuous self-evolution without requiring ground-truth correspondences. Extensive experiments conducted on three public datasets validate the effectiveness of TwInS's core components and demonstrate its superior performance over existing state-of-the-art approaches. The source code will be made publicly available upon publication.

URL PDF HTML 收藏
2602.00810 2026-02-03 cs.CV cs.RO

VVLoc: Prior-free 3-DoF Vehicle Visual Localization

VVLoc: 无需先验信息的3自由度车辆视觉定位

Ze Huang, Zhongyang Xiao, Mingliang Song, Longan Yang, Hongyuan Yuan, Li Sun

机构 * Fudan University(复旦大学) NIO(蔚来汽车) Bosch XC(博世XC)

AI总结 VVLoc通过单一神经网络实现多摄像头下的车辆拓扑与度量定位,无需先验信息,提升定位精度与效率。

详情
AI中文摘要

视觉定位是自动驾驶中的关键技术,包括拓扑定位,即识别当前观测最相似的地图关键帧,以及度量定位,即提供精确的空间坐标。传统方法通常独立处理这些任务,依赖单摄像头设置,且往往需要额外的3D语义或姿态先验信息,缺乏对定位结果置信度的量化机制,使其在实际工业应用中不够可行。在本文中,我们提出了VVLoc,一个统一的流程,利用单一神经网络同时使用多摄像头系统实现拓扑和度量车辆定位。VVLoc首先评估视觉观测的地理接近性,然后使用匹配策略估计其相对度量姿态,同时提供置信度度量。此外,VVLoc的训练过程非常高效,仅需成对的视觉数据和对应的地面真实姿态,无需复杂的补充数据。我们不仅在公开可用的数据集上评估了VVLoc,还在更具挑战性的自采集数据集上进行了评估,证明了其在各种定位任务中都能提供最先进的定位精度。

英文摘要

Localization is a critical technology in autonomous driving, encompassing both topological localization, which identifies the most similar map keyframe to the current observation, and metric localization, which provides precise spatial coordinates. Conventional methods typically address these tasks independently, rely on single-camera setups, and often require additional 3D semantic or pose priors, while lacking mechanisms to quantify the confidence of localization results, making them less feasible for real industrial applications. In this paper, we propose VVLoc, a unified pipeline that employs a single neural network to concurrently achieve topological and metric vehicle localization using multi-camera system. VVLoc first evaluates the geo-proximity between visual observations, then estimates their relative metric poses using a matching strategy, while also providing a confidence measure. Additionally, the training process for VVLoc is highly efficient, requiring only pairs of visual data and corresponding ground-truth poses, eliminating the need for complex supplementary data. We evaluate VVLoc not only on the publicly available datasets, but also on a more challenging self-collected dataset, demonstrating its ability to deliver state-of-the-art localization accuracy across a wide range of localization tasks.

URL PDF HTML 收藏
2503.00862 2025-09-24 cs.RO

RAVE: End-to-end Hierarchical Visual Localization with Rasterized and Vectorized HD map

Jinyu Miao, Tuopu Wen, Kun Jiang, Kangan Qian, Zheng Fu, Yunlong Wang, Zhihuang Zhang, Mengmeng Yang, Jin Huang, Zhihua Zhong, Diange Yang

机构 * School of Vehicle and Mobility, and State Key Laboratory of Intelligent Green Vehicle and Mobility, Tsinghua University(车辆与移动系统学院,智能绿色车辆与移动系统国家重点实验室,清华大学) NIO Inc.(蔚来汽车公司) Qcraft Inc.(Qcraft公司) Chinese Academy of Engineering(中国工程院)

Comments 16 pages, 10 figures, 6 tables

详情
英文摘要

Accurate localization serves as an important component in autonomous driving systems. Traditional rule-based localization involves many standalone modules, which is theoretically fragile and requires costly hyperparameter tuning, therefore sacrificing the accuracy and generalization. In this paper, we propose an end-to-end visual localization system, RAVE, in which the surrounding images are associated with the HD map data to estimate pose. To ensure high-quality observations for localization, a low-rank flow-based prior fusion module (FLORA) is developed to incorporate misaligned map prior into the perceived BEV features. Pursuing a balance among efficiency, interpretability, and accuracy, a hierarchical localization module is proposed, which efficiently estimates poses through a decoupled BEV neural matching-based pose solver (DEMA) using rasterized HD map, and then refines the estimation through a Transformer-based pose regressor (POET) using vectorized HD map. The experimental results demonstrate that our method can perform robust and accurate localization under varying environmental conditions while running efficiently.

URL PDF HTML 收藏