paper-with-me

Papers

DroneFL: Federated Learning for Multi-UAV Visual Target Tracking

2025-09-25 · Xiaofan Yu, Yuwei Wu, Katherine Mao, Ye Tian, Vijay Kumar, Tajana Rosing arxiv

Multi-robot target tracking is a fundamental problem that requires coordinated monitoring of dynamic entities in applications such as precision agriculture, environmental monitoring, disaster response, and security surveillance. While Federated Learning (FL) has the potential to enhance learning across multiple robots without centralized data aggregation, its use in multi-Unmanned Aerial Vehicle (UAV) target tracking remains largely underexplored. Key challenges include limited onboard computational resources, significant data heterogeneity in FL due to varying targets and the fields of view, and the need for tight coupling between trajectory prediction and multi-robot planning. In this paper, we introduce DroneFL, the first federated learning framework specifically designed for efficient multi-UAV target tracking. We design a lightweight local model to predict target trajectories from sensor inputs, using a frozen YOLO backbone and a shallow transformer for efficient onboard training. The updated models are periodically aggregated in the cloud for global knowledge sharing. To alleviate the data heterogeneity that hinders FL convergence, DroneFL introduces a position-invariant model architecture with altitude-based adaptive instance normalization. Finally, we fuse predictions from multiple UAVs in the cloud and generate optimal trajectories that balance target prediction accuracy and overall tracking performance. Our results show that DroneFL reduces prediction error by 6%-83% and tracking distance by 0.4%-4.6% compared to a distributed non-FL framework. In terms of efficiency, DroneFL runs in real time on a Raspberry Pi 5 and has on average just 1.56 KBps data rate to the cloud.

📄 PDF Abstract BibTeX arXiv:2509.21523

Code (0)

등록된 구현이 없습니다.

Tasks

Trajectory PredictionFederated Learning

Similar Papers 제목 키워드 기반

Modeling and Propagating CNNs in a Tree Structure for Visual Tracking

2016-08-25 · Hyeonseob Nam, Mooyeol Baek, Bohyung Han

We present an online visual tracking algorithm by managing multiple target appearance models in a tree structure. The proposed algorithm employs Convolutional Neural Networks (CNNs) to represent target appearances, where…

Object TrackingVisual Object TrackingVisual Tracking

Joint Visual Grounding and Tracking with Natural Language Specification

2023-03-21 · CVPR 2023 1 · Li Zhou, Zikun Zhou, Kaige Mao, Zhenyu He

Tracking by natural language specification aims to locate the referred target in a sequence based on the natural language description. Existing algorithms solve this issue in two steps, visual grounding and tracking, and…

Visual GroundingVisual Tracking

Learning Target-oriented Dual Attention for Robust RGB-T Tracking

2019-08-12 · Rui Yang, Yabin Zhu, Xiao Wang, Chenglong Li 외

RGB-Thermal object tracking attempt to locate target object using complementary visual and thermal infrared data. Existing RGB-T trackers fuse different modalities by robust feature representation learning or adaptive mo…

ObjectObject TrackingRepresentation LearningRgb-T Tracking+1

VPTracker: Global Vision-Language Tracking via Visual Prompt

2025-12-28 · Jingchao Wang, Kaiwen Zhou, Zhijian Wu, Kunhua Ji 외 arxiv

Vision-Language Tracking aims to continuously localize objects described by a visual template and a language description. Existing methods, however, are typically limited to local search, making them prone to failures un…

Visual Tracking

MLVSNet: Multi-Level Voting Siamese Network for 3D Visual Tracking

2021-01-01 · ICCV 2021 10 · Zhoutao Wang, Qian Xie, Yu-Kun Lai, Jing Wu 외

Benefiting from the excellent performance of Siamese-based trackers, huge progress on 2D visual tracking has been achieved. However, 3D visual tracking is still under-explored. Inspired by the idea of Hough voting in…

3D Object Detectionobject-detectionObject DetectionVisual Tracking