PixDLM: A Dual-Path Multimodal Language Model for UAV Reasoning Segmentation

· Source: cs.CV updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Expert, extended

Summary

Researchers have formalized the UAV Reasoning Segmentation task, addressing challenges like oblique viewpoints, ultra-high resolutions, and extreme scale variations in drone imagery. This task requires models to infer semantics across dynamic view changes, identify tiny objects, and reason over global context and fine-grained details. To facilitate research, they introduce DRSeg, a large-scale benchmark comprising 10,000 high-resolution UAV images with pixel-accurate masks and Chain-of-Thought QA supervision across spatial, attribute, and scene-level reasoning dimensions. Alongside DRSeg, they present PixDLM, a pixel-level multimodal language model. PixDLM features a Dual-Path Vision Encoder that integrates global semantic context (CLIP) with high-resolution structural details (SAM) via a MultiPath Alignment module, and a Hierarchical Reasoning Decoder for mask refinement. Experiments on DRSeg demonstrate PixDLM's competitive performance, achieving significant gIoU improvements (e.g., +4.41% to +7.13%) over existing models, and strong generalization to standard referring segmentation benchmarks.

Key takeaway

For Machine Learning Engineers developing reasoning segmentation models for UAV imagery, you should recognize that standard LMMs often fail due to unique aerial challenges like oblique viewpoints and tiny objects. Your development efforts should prioritize dual-path vision encoders, like PixDLM's, that explicitly combine global semantics with high-resolution structural details. Additionally, integrating hierarchical reasoning decoders and Chain-of-Thought supervision will significantly improve your model's pixel-level precision and semantic consistency in complex UAV scenes.

Key insights

UAV reasoning segmentation requires specialized dual-path models and high-resolution, reasoning-rich benchmarks to handle unique aerial imagery challenges.

Principles

Method

PixDLM uses a Dual-Path Vision Encoder (CLIP for global, SAM for fine) with three-stage MultiPath Alignment, feeding into an LLM, then a Hierarchical Reasoning Decoder for mask reconstruction.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.