Important: PyTorch DistributedSampler(drop_last=False) pads the test set when
the sample count is not divisible by the number of ranks. For exact paper-table
reproduction on DRSeg test, run single GPU or use a no-padding sampler.
PixDLM takes one UAV image and one reasoning-oriented question as input. The
question identifies a target through spatial, visual-attribute, or scene-context
reasoning, for example "Which vehicle is closest to the intersection and may
affect traffic flow?"
The model outputs a textual answer and a target segmentation mask. Evaluation
also writes visualizations and metrics to:
It contains 10,000 UAV images with instance masks and reasoning annotations:
Train: 2,999 samples
Validation: 2,000 samples
Test: 5,001 samples
Reasoning types are balanced across spatial, attribute, and scene-level
reasoning.
Citation
bibtex
1@inproceedings{ke2026pixdlm,
2 title={PixDLM: A Dual-Path Multimodal Language Model for UAV Reasoning Segmentation},
3 author={Ke, Shuyan and Mei, Yifan and Wu, Changli and Zheng, Yonghan and Ji, Jiayi and Cao, Liujuan and Ji, Rongrong},
4 booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
5 year={2026}
6}
Acknowledgements
This project builds on LLaVA, CLIP, SAM/SAM2, and the broader reasoning
segmentation ecosystem. Please follow the licenses of all upstream components.