Research
Small but Mighty: Dynamic Wavelet Expert-Guided Fine-Tuning of Large-Scale Models for Optical Remote Sensing Object Segmentation
Small but Mighty: Dynamic Wavelet Expert-Guided Fine-Tuning of Large-Scale Models for Optical Remote Sensing Object Segmentation Overview Research area: Computer vision — specifically optical remote s
- arXiv
- 2601.09108
- Published
- 2026-01-14
- Authors
- Yanguang Sun, Chao Wang, Jian Yang, Lei Luo
AI summary
Small but Mighty: Dynamic Wavelet Expert-Guided Fine-Tuning of Large-Scale Models for Optical Remote Sensing Object SegmentationOverview
Research area: Computer vision — specifically optical remote sensing image (ORSI) object segmentation, combined with parameter-efficient fine-tuning of large-scale foundation models.
Technical level: Advanced. The paper assumes familiarity with Transformer backbones, deformable attention, wavelet transforms, mixture-of-experts routing, and parameter-efficient fine-tuning (LoRA, VPT).
Scope: A single-sentence view: the paper proposes WEFT, a parameter-efficient fine-tuning paradigm that freezes a large foundation model (UniPerceiver-L) and adapts it to ORSI segmentation using a trainable wavelet-expert branch, achieving state-of-the-art accuracy with only 14.37M trainable parameters.
What This Paper Is About
Segmenting objects in optical remote sensing images is difficult because targets appear in arbitrary orientations, at drastically varying scales, and in dense clusters over complex backgrounds. Existing work mostly builds on moderate-scale pre-trained backbones and fine-tunes all parameters, while larger foundation models that could model these scenes better are largely unexplored because full-parameter fine-tuning them causes excessive GPU memory use and high computational cost. The goal of this paper is to adapt a large-scale foundation model to ORSI segmentation efficiently, using a lightweight trainable branch guided by dynamically selected wavelet experts instead of updating the whole network.
Key Contributions
-
A dynamic wavelet expert-guided fine-tuning paradigm (WEFT) that freezes a large-scale foundation model and adds a parallel lightweight trainable branch, so the model can be adapted to ORSI segmentation with far fewer trainable parameters.
-
A task-specific wavelet expert (TWE) extractor that models several wavelet experts from different perspectives and adaptively combines them to produce trainable features rich in task-specific information.
-
A Top-k Expert Router (TER) inside the TWE extractor that dynamically scores the wavelet experts and selects only the most appropriate ones, matching experts with different receptive fields to targets of different types and scales.
-
An expert-guided conditional (EC) adapter that injects trainable features into frozen features, then iteratively updates both feature types through deformable attention, an edge-aware subspace token optimizer (ESTO), and a spatial-aware expert enhancer (SEE).
Main Findings
-
Trainable parameter efficiency: WEFT requires only 14.37M trainable parameters, which the paper states is 4.52% of the entire framework's parameters, compared with a UniPerceiver-L foundation model of 303.36M parameters.
-
Efficiency gains over full-parameter fine-tuning: Under the same architecture, WEFT reduces training GPU memory consumption by approximately 26.41% and improves training speed (1 iter.) by 14.66%, while the paper reports its performance is almost the same as that under full-parameter fine-tuning.
-
ORSSD results (200 test images): mIoU 0.8964, AFm 0.9213, mDice 0.9394, Sm 0.9383, MAE 0.0056.
-
EORSSD results (600 test images): mIoU 0.8621, AFm 0.8810, mDice 0.9188, Sm 0.9006, MAE 0.0048.
-
ORSIs-4199 results (2,199 test images): mIoU 0.7999, AFm 0.8826, mDice 0.8696, Sm 0.8772, MAE 0.0238.
-
Margins over the second-best method: The paper reports mIoU and mDice advantages of 2.70% and 2.52% on ORSSD and 2.88% and 3.29% on EORSSD; under MAE it reports advantages of 10.71%, 12.50%, and 10.50% on the three datasets respectively.
-
Comparison breadth: WEFT is compared against 21 state-of-the-art ORSI segmentation methods, including LVNet, VST, DAFNet, PA-KRN, EMFINet, MCCNet, MJRBM, ERPNet, ESGNet, GeleNet, ICON, ACCoNet, SRAL, TLCKDNet, SOLNet, UDCNet, SFANet, ADSTNet, BCARNet, LGIPNet, and DPU-Former.
-
Qualitative behavior: Visual results are shown for aircraft, ships, highway, river, building, and court scenes, where WEFT is reported to segment targets more accurately and completely than recent methods such as DPU-Former, BCARNet, and SFANet.
-
Cross-domain generalization: Compared with 13 state-of-the-art segmentation models on 7 datasets spanning three camouflaged object detection sets, two salient object detection sets, and two polyp segmentation sets, WEFT reports the strongest results across all of them. Examples include CAMO (250 images) mIoU 0.8308 / AFm 0.8896 / mDice 0.8972; COD10K (2026 images) 0.7984 / 0.8726 / 0.8707; NC4K (4121 images) 0.8362 / 0.9006 / 0.8964; PASCAL-S (850 images) 0.8359 / 0.8774 / 0.8923; HKU-IS (4447 images) 0.9140 / 0.9483 / 0.9510; CVC-300 (62 images) 0.8502 / 0.8962 / 0.9121; and Kvasir (100 images) 0.8875 / 0.9419 / 0.9329.
-
Motivation for dropping moderate backbones: The paper cites prior Transformer backbones used in this area — Swin-B at 87.77M parameters, PVTv2-B4 at 62.60M, and DPU-Former at 38.89M — and argues these are moderate-scale rather than truly large.
Methodology in Plain English
The framework has four parts: a frozen UniPerceiver-L foundation model, a trainable task-specific wavelet expert (TWE) extractor, expert-guided conditional (EC) adapters, and a lightweight mask decoder.
Instead of updating the foundation model's weights, the image is passed through both branches at once — one frozen, one trainable. The trainable branch builds seven wavelet experts using wavelet convolutions that decompose features into four directional components (HH, HL, LH, LL) and reconstruct them with an inverse wavelet transform. Because these experts have different receptive fields, they specialize in objects of different scales. A Top-k Expert Router computes softmax weights from the input feature, picks the top-4 of the 7 experts, renormalizes their weights, and combines them into the first trainable feature, which is then processed hierarchically into three further multi-scale features.
The EC adapter does the bridging work. Features at three scales adjacent to the frozen feature are concatenated and reshaped, and deformable attention injects this task-specific information into the frozen feature. Because attention alone does not model structure well, an Edge-aware Subspace Token Optimizer (ESTO) then applies L2 normalization, splits tokens into subspaces for token-to-token attention, estimates a soft edge mask from channel-wise variance (high-variance tokens tend to be edges and contours), modulates the tokens with that mask, and adds a gated residual connection. In the reverse direction, a Spatial-aware Expert Enhancer (SEE) updates the trainable features using three branches — a directional Laplacian filter, adaptive max-pooling, and multi-scale depthwise convolutions with kernel sizes 3, 5, and 7 — combined with learnable weights that sum to 1. This whole exchange repeats over four fine-tuning stages, ending in a mask decoder with 3.19 million trainable parameters.
Training uses a composite loss of binary cross-entropy and Dice with weights β = 5 and γ = 2. Experiments run on PyTorch with four NVIDIA RTX 4090 GPUs (24GB each), inputs resized to 512×512, batch size 6, initial learning rate 5e-5, AdamW, and 80K iterations. Datasets are ORSSD (600 training / 200 testing images), EORSSD (1,400 / 600), and ORSIs-4199 (2,000 / 2,199), evaluated with mIoU, average F-measure (AFm), mean Dice (mDice), structural similarity measure (Sm), and mean absolute error (MAE).
Why This Matters
Impact on research. The paper reframes a common assumption in remote sensing segmentation — that sophisticated optimization strategies on moderate backbones are the path to accuracy. It argues instead for embedding a deeper, larger foundation model and adapting it cheaply. If the reported memory and speed savings hold, it lowers the hardware barrier for working with 300M-parameter vision foundation models, and it introduces a wavelet-expert, dynamically routed alternative to the low-rank and prompt-based fine-tuning approaches (LoRA, VPT) that currently dominate parameter-efficient adaptation.
Real-world applications (as described or implied by the paper's stated domains):
- Urban planning — segmenting buildings, highways, and courts from aerial/satellite imagery.
- Agricultural monitoring — tracking field and land-cover boundaries over time.
- Disaster assessment — rapid delineation of rivers, roads, and infrastructure in affected regions.
- Military reconnaissance — detecting and outlining aircraft, ships, and other targets in bird's-eye imagery.
- Cross-domain medical and industrial use — the paper demonstrates transfer to polyp segmentation (CVC-300, Kvasir), salient object detection, and camouflaged object detection, suggesting the adapter design is not tied to remote sensing alone.
Industry relevance. The trainable-parameter count (14.37M) and the reported 26.41% reduction in training GPU memory matter for deployment cost and for organizations that cannot afford full fine-tuning of foundation-scale models. A single frozen backbone plus a small trainable adapter is a natural fit for multi-task product lines, where one base model serves many downstream segmentation targets.
Future Directions
-
Scale the backbone further. The paper demonstrates the approach on UniPerceiver-L (303.36M parameters). Whether the same frozen-backbone-plus-wavelet-expert recipe holds for substantially larger foundation models is not reported in the provided content.
-
Broaden domain transfer. The paper already shows generalization to camouflaged, natural, and medical imagery; extending this to other sensor modalities (for example, non-optical or multi-spectral remote sensing) is a natural next test, though it is not reported here.
-
Interpret the router. The Top-k Expert Router selects 4 of 7 wavelet experts per input. Whether these selections correlate with interpretable target-scale categories, and whether the number 4 is optimal, is not addressed in the provided content (the ablation section is not included in the excerpt).
-
Deployment economics. The paper reports training-time memory and per-iteration speed gains, but inference latency, throughput, and on-device feasibility are not reported, leaving practical deployment questions open.
-
Fairer efficiency accounting. Comparisons are made against methods with widely different trainable-parameter budgets (from 6.50M to 273.79M); a systematic accuracy-versus-parameters trade-off analysis is not reported in the provided content.
Target Audience
Researchers and engineers working on remote sensing image segmentation, and more broadly on parameter-efficient fine-tuning of large vision foundation models. It is most useful for readers who already understand Transformer backbones, attention mechanisms, and fine-tuning strategies, and who are weighing the cost of full-parameter fine-tuning against adapter-based alternatives. Practitioners deploying segmentation models under GPU memory constraints, and those needing one foundation model to serve multiple downstream domains, will also find the efficiency results directly relevant.
Authors’ abstract
Accurately localizing and segmenting relevant objects from optical remote sensing images (ORSIs) is critical for advancing remote sensing applications. Existing methods are typically built upon moderate-scale pre-trained models and employ diverse optimization strategies to achieve promising performance under full-parameter fine-tuning. In fact, deeper and larger-scale foundation models can provide stronger support for performance improvement. However, due to their massive number of parameters, directly adopting full-parameter fine-tuning leads to pronounced training difficulties, such as excessive GPU memory consumption and high computational costs, which result in extremely limited exploration of large-scale models in existing works. In this paper, we propose a novel dynamic wavelet expert-guided fine-tuning paradigm with fewer trainable parameters, dubbed WEFT, which efficiently adapts large-scale foundation models to ORSIs segmentation tasks by leveraging the guidance of wavelet experts. Specifically, we introduce a task-specific wavelet expert extractor to model wavelet experts from different perspectives and dynamically regulate their outputs, thereby generating trainable features enriched with task-specific information for subsequent fine-tuning. Furthermore, we construct an expert-guided conditional adapter that first enhances the fine-grained perception of frozen features for specific tasks by injecting trainable features, and then iteratively updates the information of both types of feature, allowing for efficient fine-tuning. Extensive experiments show that our WEFT not only outperforms 21 state-of-the-art (SOTA) methods on three ORSIs datasets, but also achieves optimal results in camouflage, natural, and medical scenarios. The source code is available at: https://github.com/CSYSI/WEFT.