AIAA AVIATION FORUM AND ASCEND 2025 · 2025

Learning Approach to Efficient Vision-Based Active Tracking of a Flying Target by an Unmanned Aerial Vehicle

Jagadeswara P K V Pothuri, Aditya Bhatt, Prajit KrisshnaKumar, Manaswin Oddiraju, Souma Chowdhury

Learning Approach to Efficient Vision-Based Active Tracking of a Flying Target by an Unmanned Aerial Vehicle

πŸ† Best Student Paper Award β€” AIAA AVIATION FORUM AND ASCEND 2025

The problem: tracking something that’s also flying

Autonomously tracking a flying object from another aircraft β€” a drone following another drone, or a counter-UAS system tracking an intruding aircraft β€” is a meaningfully harder version of visual tracking than tracking something on the ground. The target moves in three dimensions, the tracking aircraft itself is also constantly repositioning to keep it in view, and the whole pipeline β€” detect, estimate state, decide a maneuver β€” has to run fast enough to keep up in real time on hardware with real compute limits.

This has real civilian and defense relevance: search and rescue (following another aircraft or a falling payload), and counter-UAS applications (tracking an unauthorized drone), both need a tracking aircraft that can hold a target reliably without needing a supercomputer onboard.

The approach: efficient perception, learned control

The paper splits the problem into perception and control, and treats both for efficiency:

Physical target UAV and onboard tracking camera, with the camera's live view shown inset

The perception pipeline was also validated on physical hardware: a target UAV tracked by an onboard camera, with the live camera view (inset) confirming the detector picks out the target against real, imperfect lighting and background clutter β€” not just in simulation.

Results: better tracking than PID, learned end-to-end

The learned neuro-controller outperforms a baseline PID controller on the metrics that actually define good tracking: tracking up-time (how long the target stays successfully tracked) and average distance maintained from the target during tracking. Combined with the compute-efficient detection-plus-KCF perception pipeline, the result is a tracking system built to run within real onboard compute constraints rather than assuming unlimited processing power.

This paper won the Best Student Paper Award at AIAA AVIATION FORUM AND ASCEND 2025.

Why this matters

Search-and-rescue and counter-UAS scenarios both need tracking to work on real hardware, in real time, without a ground station doing the heavy computational lifting β€” which makes the compute-efficiency angle here just as important as the tracking accuracy itself. A reinforcement-learned controller that beats PID on both up-time and distance-holding, paired with a lightweight perception pipeline, is a meaningful step toward tracking systems that can actually fly on the aircraft doing the tracking.

What is a Kernelized Correlation Filter (KCF)?
KCF is a lightweight, computationally efficient visual object-tracking technique. This paper pairs it with a deep-learning detector to keep the perception pipeline fast enough for real-time onboard tracking.
Vision-Based TrackingReinforcement LearningObject DetectionCounter-UASBest Student Paper Award

Cite this work

@inproceedings{pothuri2025learning,
  title     = {Learning Approach to Efficient Vision-based Active Tracking of a Flying Target by an Unmanned Aerial Vehicle},
  author    = {Pothuri, Jagadeswara P. K. V. and Bhatt, Aditya and KrisshnaKumar, Prajit and Oddiraju, Manaswin and Chowdhury, Souma},
  booktitle = {AIAA AVIATION FORUM AND ASCEND 2025},
  year      = {2025},
  eprint    = {2506.18264},
  archivePrefix = {arXiv}
}