Foundation CAN LM: A Pretrained Language Model For Automotive CAN Data
Akiharu Esashi, Pawissanutt Lertpongrujikorn, Justin Makino, Yuibi Fujimoto, Mohsen Amini Salehi
TL;DR
The paper addresses fragmentation in CAN-based automotive AI by proposing a foundation model that learns general representations from decoded CAN signals. It introduces a unified tokenization scheme for mixed discrete-continuous CAN signals and trains a BERT-like encoder with MLM on unlabeled data (~10k vehicles, 9 days used for training, 44 features, 1 Hz, 10-second windows). The pretrained backbone is then fine-tuned on two heterogeneous downstream tasks—binary collision detection and multi-class point-of-impact location—demonstrating cross-task generalization and competitive performance against task-specific baselines. Ablation and limitations reveal that capacity gains alone do not fix rare-event discrimination and highlight the benefits of longer temporal context and more diverse corpora for robust automotive intelligence.
Abstract
The Controller Area Network (CAN) bus provides a rich source of vehicular signals increasingly leveraged for applications in automotive and auto insurance domains, including collision detection, predictive maintenance, and driver risk modeling. Despite this potential, existing pipelines largely train isolated task-specific models on raw CAN data, with only limited efforts exploring decoded signals. Such fragmentation prevents shared representation learning and limits cross-task generalization. By contrast, natural language processing (NLP) and computer vision (CV) have been transformed by the foundation model paradigm: large-scale pretraining followed by task-specific adaptation. In this work, we introduce the foundation CAN model that demonstrates multi-objective downstream generalization using a single pretrained backbone. Our approach treats CAN data as a language: we pretrain on large-scale, unlabeled decoded CAN signals and fine-tune across heterogeneous auto insurance tasks. To enable this, we propose a unified tokenization scheme for mixed discrete-continuous signals and address challenges of temporal complexity and trip-specific variability. Our results show that one pretrained CAN model can adapt effectively to diverse predictive tasks, validating that the foundation modeling paradigm, proven in NLP and CV, also holds for CAN data. This establishes a new direction for generalizable representation learning in automotive AI.
