English

Improved Vision-to-Chart Buoy Association with Learned World-to-Image Projection

Computer Vision and Pattern Recognition 2026-05-25 v1

Abstract

This report presents a lightweight modification to the DETR-based fusion transformer baseline for the MaCVi 2026 Vision-to-Chart data association challenge. The challenge baseline decoder receives per-buoy queries encoding world-space distance and bearing, forcing the transformer to implicitly learn the complex geometric projection from world coordinates to image pixels. Instead, this work trains an additional dedicated MLP, QueryMLP, to explicitly predict the buoy's waterline contact point in the image from chart measurements and IMU orientation data. The predicted pixel coordinates are appended to the baseline decoder query vector, providing a direct spatial prior per buoy and reducing the geometric reasoning burden on the transformer decoder. On the challenge leaderboard, the presented approach achieves an Overall score of 0.7386, with F1 = 0.8055 and mIoU = 0.6718, on the held-out test set, placing second among all submissions.

Keywords

Cite

@article{arxiv.2605.22942,
  title  = {Improved Vision-to-Chart Buoy Association with Learned World-to-Image Projection},
  author = {Borja Carrillo-Perez},
  journal= {arXiv preprint arXiv:2605.22942},
  year   = {2026}
}

Comments

5 pages, 3 figures. Technical report for the MaCVi 2026 Vision-to-Chart Data Association Challenge at the CVPR 2026 Workshop; 2nd place submission. Code: https://github.com/bcarrpe/macvi26-visionmap-querymlp