paper-with-me

Papers

Open-Source LLM-Driven Federated Transformer for Predictive IoV Management

2025-05-01 · Yazan Otoum, Arghavan Asad, Ishtiaq Ahmad

The proliferation of connected vehicles within the Internet of Vehicles (IoV) ecosystem presents critical challenges in ensuring scalable, real-time, and privacy-preserving traffic management. Existing centralized IoV solutions often suffer from high latency, limited scalability, and reliance on proprietary Artificial Intelligence (AI) models, creating significant barriers to widespread deployment, particularly in dynamic and privacy-sensitive environments. Meanwhile, integrating Large Language Models (LLMs) in vehicular systems remains underexplored, especially concerning prompt optimization and effective utilization in federated contexts. To address these challenges, we propose the Federated Prompt-Optimized Traffic Transformer (FPoTT), a novel framework that leverages open-source LLMs for predictive IoV management. FPoTT introduces a dynamic prompt optimization mechanism that iteratively refines textual prompts to enhance trajectory prediction. The architecture employs a dual-layer federated learning paradigm, combining lightweight edge models for real-time inference with cloud-based LLMs to retain global intelligence. A Transformer-driven synthetic data generator is incorporated to augment training with diverse, high-fidelity traffic scenarios in the Next Generation Simulation (NGSIM) format. Extensive evaluations demonstrate that FPoTT, utilizing EleutherAI Pythia-1B, achieves 99.86% prediction accuracy on real-world data while maintaining high performance on synthetic datasets. These results underscore the potential of open-source LLMs in enabling secure, adaptive, and scalable IoV management, offering a promising alternative to proprietary solutions in smart mobility ecosystems.

📄 PDF Abstract BibTeX arXiv:2505.00651

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningManagementPrivacy PreservingTrajectory Prediction

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Real World Federated Learning with a Knowledge Distilled Transformer for Cardiac CT Imaging

2024-07-10 · Malte Tölle, Philipp Garthe, Clemens Scherer, Jan Moritz Seliger 외

Federated learning is a renowned technique for utilizing decentralized data while preserving privacy. However, real-world applications often face challenges like partially labeled datasets, where only a few locations hav…

Federated LearningPartially Labeled Datasets

Towards Privacy-Preserving Data-Driven Education: The Potential of Federated Learning

2025-03-16 · Mohammad Khalil, Ronas Shakya, Qinyi Liu

The increasing adoption of data-driven applications in education such as in learning analytics and AI in education has raised significant privacy and data protection concerns. While these challenges have been widely disc…

Federated LearningPrivacy Preserving

Resource-Efficient Federated Hyperdimensional Computing

2023-06-02 · Nikita Zeulin, Olga Galinina, Nageen Himayat, Sergey Andreev

In conventional federated hyperdimensional computing (HDC), training larger models usually results in higher predictive performance but also requires more computational, communication, and energy resources. If the system…

Quantum Federated Learning Experiments in the Cloud with Data Encoding

2024-05-01 · Shiva Raj Pokhrel, Naman Yash, Jonathan Kua, Gang Li 외

Quantum Federated Learning (QFL) is an emerging concept that aims to unfold federated learning (FL) over quantum networks, enabling collaborative quantum model training along with local data privacy. We explore the chall…

Federated Learning

FLIP: Towards Comprehensive and Reliable Evaluation of Federated Prompt Learning

2025-03-28 · Dongping Liao, Xitong Gao, Yabo Xu, Chengzhong Xu

The increasing emphasis on privacy and data security has driven the adoption of federated learning, a decentralized approach to train machine learning models without sharing raw data. Prompt learning, which fine-tunes pr…

Federated LearningPrompt Learning