paper-with-me

홈 › Papers

A Modular, Data-Free Pipeline for Multi-Label Intention Recognition in Transportation Agentic AI Applications

2025-11-05 · Xiaocai Zhang, Hur Lim, Ke Wang, Zhe Xiao, Jing Wang, Kelvin Lee, Xiuju Fu, Zheng Qin arxiv

In this study, a modular, data-free pipeline for multi-label intention recognition is proposed for agentic AI applications in transportation. Unlike traditional intent recognition systems that depend on large, annotated corpora and often struggle with fine-grained, multi-label discrimination, our approach eliminates the need for costly data collection while enhancing the accuracy of multi-label intention understanding. Specifically, the overall pipeline, named DMTC, consists of three steps: 1) using prompt engineering to guide large language models (LLMs) to generate diverse synthetic queries in different transport scenarios; 2) encoding each textual query with a Sentence-T5 model to obtain compact semantic embeddings; 3) training a lightweight classifier using a novel online focal-contrastive (OFC) loss that emphasizes hard samples and maximizes inter-class separability. The applicability of the proposed pipeline is demonstrated in an agentic AI application in the maritime transportation context. Extensive experiments show that DMTC achieves a Hamming loss of 5.35% and an AUC of 95.92%, outperforming state-of-the-art multi-label classifiers and recent end-to-end SOTA LLM-based baselines. Further analysis reveals that Sentence-T5 embeddings improve subset accuracy by at least 3.29% over alternative encoders, and integrating the OFC loss yields an additional 0.98% gain compared to standard contrastive objectives. In conclusion, our system seamlessly routes user queries to task-specific modules (e.g., ETA information, traffic risk evaluation, and other typical scenarios in the transportation domain), laying the groundwork for fully autonomous, intention-aware agents without costly manual labelling.

📄 PDF Abstract BibTeX arXiv:2511.03363

Code (0)

등록된 구현이 없습니다.

Tasks

Intent RecognitionPrompt Engineering

Similar Papers 제목 키워드 기반

Multimodal Consistency-Guided Reference-Free Data Selection for ASR Accent Adaptation

2026-02-03 · Ligong Lei, Wenwen Lu, Xudong Pang, Zaokere Kadeer 외 arxiv

Automatic speech recognition (ASR) systems often degrade on accented speech because acoustic-phonetic and prosodic shifts induce a mismatch to training data, making labeled accent adaptation costly. However, common pseud…

Speech Recognition

Coupled Routing and Configuration Optimization for Multi-Viewpoint Robotic Inspection

2026-06-17 · Minh Nhat Vu, Khang Nguyen, Vu Trung Tran, Vien Ngo arxiv

We present a unified framework that turns a set of 6-DoF inspection viewpoints into a time-optimal, collision-free route for a 9-DoF robotic system. Unlike modular pipelines that fix a single inverse-kinematics (IK) conf…

A modular U-Net for automated segmentation of X-ray tomography images in composite materials

2021-07-15 · João P C Bertoldo, Etienne Decencière, David Ryckelynck, Henry Proudhon

X-ray Computed Tomography (XCT) techniques have evolved to a point that high-resolution data can be acquired so fast that classic segmentation methods are prohibitively cumbersome, demanding automated data pipelines capa…

2D Semantic Segmentation3D Semantic SegmentationSegmentation

Bayesian optimization for modular black-box systems with switching costs

2020-06-04 · Chi-Heng Lin, Joseph D. Miano, Eva L. Dyer

Most existing black-box optimization methods assume that all variables in the system being optimized have equal cost and can change freely at each iteration. However, in many real world systems, inputs are passed through…

Bayesian OptimizationImage SegmentationSemantic Segmentation

Modularizing Deep Learning via Pairwise Learning With Kernels

2020-05-12 · Shiyu Duan, Shujian Yu, Jose Principe

By redefining the conventional notions of layers, we present an alternative view on finitely wide, fully trainable deep neural networks as stacked linear models in feature spaces, leading to a kernel machine interpretati…

Binary ClassificationDeep LearningGeneral ClassificationTransfer Learning