REVIEW 1 major objections 5 minor 52 references
GeoSelect shows that executing a typed spatial program over candidate boxes more than doubles prior training-free accuracy on aerial referring segmentation.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
A training-free pipeline synthesises referring expressions into a typed geometric DSL, executes them over scored candidate boxes, and reaches 58.86 mIoU on RRSIS-D—over twice the previous training-free best.
T0 review reviewed 2026-07-11 challenge →
load-bearing objection Clean training-free RRSIS result: typed spatial programs over a scored candidate set roughly double the prior ceiling and the gain is isolated to the executor, not the backbone. the 1 major comments →
GeoSelect: Spatial-Program Execution for Training-Free Referring Remote Sensing Image Segmentation
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
Core claim
Training-free referring remote sensing image segmentation is solved by reframing the task as explicit execution of a typed spatial program: a frozen text-only language model synthesises the expression into a small domain-specific language, a well-formedness checker accepts it, and a deterministic executor runs continuous geometric fields and discrete set/order operators over a single scored-candidate-set type. This yields 58.86 mIoU on RRSIS-D test and 55.27 mIoU on RISBench under one frozen configuration, more than twice and about 1.7 times the best prior training-free methods, with the improvement shown to come from explicit geometric execution rather than the backbone.
What carries the argument
The scored candidate set: one closed type of boxes each carrying a non-negative score, under which every operator composes. Continuous geometric fields re-weight scores by position and proximity; discrete operators (extremum, ordinal, counted-union, binary relation) add constructions fields alone cannot express. A reliability ladder degrades any failing program to a field-only special case so an answer is always returned.
Load-bearing premise
The method assumes an aerial-pretrained open-vocabulary detector already proposes a box that overlaps the true object for most expressions; if that recall collapses, selection has nothing correct to choose.
What would settle it
Hold the same candidate boxes and segmenter fixed, replace the typed executor with the best implicit region-text or confidence selector, and check whether the large mIoU gain on spatial and compositional expressions disappears; if explicit execution no longer wins under that control, the central attribution fails.
If this is right
- Training-free aerial referring can reach roughly 93 percent of a strong supervised specialist without referring masks or per-benchmark training.
- Explicit spatial-program execution, not region-text similarity, is the main lever for resolving spatial and ordinal expressions under same-class clutter.
- Residual error localises to detector recall on RRSIS-D and to program selection on RISBench, so further gains target those stages separately.
- A single frozen configuration transfers across benchmarks with no test-set recalibration.
- Every intermediate program, field, and ranking is inspectable, enabling stage-level failure analysis.
Where Pith is reading between the lines
- The same typed executor can be swapped onto other open-vocabulary detectors or promptable segmenters without re-training, making aerial referring modular.
- If synthesis quality is the RISBench bottleneck, lightweight semantic checks of the program against the candidate set may close more of the oracle gap than simply scaling the parser.
- Oriented-box geometry for elongated objects such as ships and bridges is a direct next step the paper flags; it would likely lift superlative accuracy where axis-aligned boxes fail.
- The reliability-ladder pattern—expressive program with a guaranteed field-only floor—may generalise to other training-free neuro-symbolic vision tasks that currently fail silently on malformed plans.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. GeoSelect reframes training-free referring remote sensing image segmentation as the execution of a typed spatial program. A frozen text-only LLM synthesises a natural-language expression into a small DSL; a well-formedness checker and reliability ladder accept or degrade the program; and a deterministic executor evaluates continuous geometric fields and discrete set/order operators over a single scored-candidate-set type. With no referring supervision, the method reports 58.86 mIoU on RRSIS-D test and 55.27 mIoU on RISBench under one frozen configuration, more than twice the best prior training-free result on RRSIS-D. A controlled selector ablation with candidates and segmenter fixed attributes the gain to explicit execution; an oracle decomposition localises residual error to detection recall on RRSIS-D and selection on RISBench; and an image-id exposure audit addresses detector pretraining overlap.
Significance. If the results hold, the paper substantially raises the training-free ceiling on aerial referring segmentation and supplies a clean experimental template for attributing gains to the selection mechanism rather than the backbone. Strengths include the same-candidate selector ablation (Table III, +12.06 mIoU over the best implicit selector), per-stratum operator gains with bootstrap CIs (Table IV), the oracle decomposition that separates detection from selection (Table V), the reliability ladder that keeps every expression answerable, and the image-level exposure audit (Table VIII). The method is inspectable at every intermediate stage, runs on a single GPU, and transfers across two public benchmarks without test-set recalibration. These are concrete, falsifiable contributions to neuro-symbolic remote-sensing vision.
major comments (1)
- The central attribution claim is well supported by the controlled selector ablation (Table III) and does not require further major revision. The load-bearing precondition is detector recall: the oracle analysis (Table V) shows a high-IoU box is already present for 86.6% of RRSIS-D and 81.8% of RISBench expressions. The paper states this clearly and measures it; once granted, the +12.06 mIoU gain over implicit selectors is cleanly isolated. No additional load-bearing inconsistency appears in the derivation or the experimental design.
minor comments (5)
- §V-C / Table IV: the ordinal stratum has only n=52 on RISBench and the CI is wide ([-17.3, +8.7]). The text already cautions against over-interpretation; a single sentence in the abstract or conclusion that the ordinal claim is coverage rather than measured accuracy would prevent misreading.
- §V-I: the exposure audit is performed only on RRSIS-D. The manuscript correctly declines a leakage-robust claim for RISBench because of re-encoded crops without source IDs; stating this limitation once more in the conclusion would make the scope fully explicit.
- §VI: the orientation sensitivity of axis-aligned boxes for elongated objects (ships, bridges) is quantified (IoU 57.9 vs 23.9). Elevating this to a short dedicated paragraph or a small table would help readers who work with oriented aerial objects.
- Fig. 3 grammar and Algorithm 1: a one-line note that SELECT is the only Phrase o C leaf and that every other operator is C o C would make the type closure immediately visible without reading the surrounding prose.
- Typos / consistency: abstract and body both use “more than twice” for RRSIS-D; keep the exact factor (2.08×) or the rounded phrase consistently. A few arXiv venue labels (e.g., “arXiv’26”) will need updating once the cited works appear in print.
Circularity Check
No significant circularity: headline gains are measured on external public benchmarks under a frozen configuration, with the controlled selector ablation isolating execution from the shared backbone.
full rationale
GeoSelect's central claim is an empirical attribution: with candidates and segmenter held fixed, explicit typed spatial-program execution outperforms implicit selectors by +12.06 mIoU on RRSIS-D val and yields 58.86 / 55.27 mIoU on the two public test sets. Design choices are locked on the validation split before any test evaluation; field-shape parameters are analytically inert under centre scoring; the few free parameters (detection threshold, SAHI tile) sit on flat plateaus and are not re-selected on test. The few-shot synthesis schema is programmatically verified disjoint from val/test expressions. The reliability ladder and field-only special case are deliberate fallbacks, not fitted predictions. The only mild self-referential element is the authors' own field-only baseline, which is an ablation of the same system rather than a load-bearing external uniqueness claim. No equation reduces reported mIoU to a fitted constant by construction, and no uniqueness theorem is imported from prior author work. Score 1 reflects ordinary self-citation of the method's own special case, not circular derivation.
Axiom & Free-Parameter Ledger
free parameters (4)
- detection threshold τ_det =
0.15
- SAHI tile size =
768
- directional exponent γ / centre width σ_c / proximity length L_A =
γ=1, σ_c=0.25 min(H,W), L_A=1.5·mean side
- extremal softmax temperature β =
1/σ_u
axioms (4)
- domain assumption An aerial-pretrained open-vocabulary detector (LAE-DINO on LAE-1M) yields candidate boxes whose best-IoU already exceeds 0.5 for >80 % of expressions.
- domain assumption A frozen text-only LLM can emit a well-formed program in the given DSL from language alone with high enough rate that the reliability ladder recovers the remainder.
- standard math Centre sampling of geometric fields is a valid scoring rule for ranking boxes (selection invariant to monotone field reshaping).
- ad hoc to paper The expression taxonomy derived solely from text is method-independent and partitions every system identically.
invented entities (3)
-
scored candidate set type C = List[(box, score)]
no independent evidence
-
spatial-program DSL (SELECT / FILTER / ARGMAX / NTH / RELATE / …)
no independent evidence
-
reliability ladder (program o field-only fallback)
no independent evidence
Cite this review
Pith. "Pith review of GeoSelect: Spatial-Program Execution for Training-Free Referring Remote Sensing Image Segmentation." pith.science (2026). https://pith.science/paper/6QRDYSQK
@misc{pith2026260703869,
author = {Pith},
title = {Pith review of: GeoSelect: Spatial-Program Execution for Training-Free Referring Remote Sensing Image Segmentation},
year = {2026},
howpublished = {\url{https://pith.science/paper/6QRDYSQK}},
note = {Machine review of arXiv:2607.03869}
}
read the original abstract
Referring remote sensing image segmentation isolates the object named by a natural-language expression in an aerial image. Existing training-free methods resolve the expression through implicit vision-language activations or region-text similarity, which gives weak control over the spatial, comparative, and ordinal relations that dominate aerial referring: they cannot represent constructions such as the largest ship or the second court from the left. We propose GeoSelect, a training-free pipeline that reframes referring as the execution of a typed spatial program. A frozen, text-only language model synthesises the expression into a small domain-specific language, a well-formedness checker accepts the program, and a deterministic executor runs it. The central abstraction is a single scored candidate set type under which every operator composes: continuous geometric fields realise position and proximity as dense pixel-level maps, while discrete set and order operators add the extremum, ordinal, counted-union, and relational constructions that fields alone cannot express. Because execution is explicit, every intermediate program, field, and ranking is inspectable, and a reliability ladder degrades any failing program to a field-only special case, so every expression returns an answer. GeoSelect attains 58.86 mIoU on RRSIS-D test and 55.27 mIoU on RISBench test, more than twice the best prior training-free method on RRSIS-D, with no referring supervision and on a single GPU. A controlled comparison with candidates and segmenter fixed attributes the gain to explicit execution, not the backbone; an oracle decomposition localises the residual gap to detection recall on RRSIS-D and selection on RISBench, and an exposure audit confirms robustness to pretraining leakage. Code will be released upon acceptance at the project page https://avalon-s.github.io/GeoSelect/.
Figures
Reference graph
Works this paper leans on
-
[1]
Rotated multi-scale interaction network for referring remote sensing image seg- mentation,
S. Liu, Y . Ma, X. Zhang, H. Wang, J. Ji, X. Sun, and R. Ji, “Rotated multi-scale interaction network for referring remote sensing image seg- mentation,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2024, pp. 26 658–26 668
2024
-
[2]
Cross-modal bidirectional interaction model for referring remote sensing image segmentation,
Z. Dong, Y . Sun, T. Liu, W. Zuo, and Y . Gu, “Cross-modal bidirectional interaction model for referring remote sensing image segmentation,” arXiv preprint arXiv:2410.08613, 2025
Pith/arXiv arXiv 2025
-
[3]
Exploring fine-grained image-text alignment for referring remote sensing image segmentation,
S. Lei, X. Xiao, T. Zhang, H.-C. Li, Z. Shi, and Q. Zhu, “Exploring fine-grained image-text alignment for referring remote sensing image segmentation,”IEEE Transactions on Geoscience and Remote Sensing, 2024
2024
-
[4]
Visual programming: Compositional visual reasoning without training,
T. Gupta and A. Kembhavi, “Visual programming: Compositional visual reasoning without training,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2023, pp. 14 953– 14 962
2023
-
[5]
ViperGPT: Visual inference via python execution for reasoning,
D. Sur ´ıs, S. Menon, and C. V ondrick, “ViperGPT: Visual inference via python execution for reasoning,” inProceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), 2023, pp. 11 888– 11 898
2023
-
[6]
Locate anything on earth: Advancing open-vocabulary object detection for remote sensing community,
J. Pan, Y . Liu, Y . Fu, M. Ma, J. Li, D. P. Paudel, L. Van Gool, and X. Huang, “Locate anything on earth: Advancing open-vocabulary object detection for remote sensing community,” inProceedings of the AAAI Conference on Artificial Intelligence, 2025
2025
-
[7]
CRIS: CLIP-driven referring image segmentation,
Z. Wang, Y . Lu, Q. Li, X. Tao, Y . Guo, M. Gong, and T. Liu, “CRIS: CLIP-driven referring image segmentation,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2022, pp. 11 686–11 695
2022
-
[8]
LA VT: Language-aware vision transformer for referring image segmentation,
Z. Yang, J. Wang, Y . Tang, K. Chen, H. Zhao, and P. H. S. Torr, “LA VT: Language-aware vision transformer for referring image segmentation,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2022, pp. 18 155–18 165. PREPRINT 19
2022
-
[9]
Referring image segmentation via recurrent refinement networks,
R. Li, K. Li, Y .-C. Kuo, M. Shu, X. Qi, X. Shen, and J. Jia, “Referring image segmentation via recurrent refinement networks,” inProceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2018, pp. 5745–5753
2018
-
[10]
Bi-directional relationship inferring network for referring image segmentation,
Z. Hu, G. Feng, J. Sun, L. Zhang, and H. Lu, “Bi-directional relationship inferring network for referring image segmentation,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2020, pp. 4424–4433
2020
-
[11]
Cross-modal pro- gressive comprehension for referring segmentation,
S. Liu, T. Hui, S. Huang, Y . Wei, B. Li, and G. Li, “Cross-modal pro- gressive comprehension for referring segmentation,”IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 44, no. 9, pp. 4761– 4775, 2021
2021
-
[12]
RRSIS: Referring remote sensing image segmentation,
Z. Yuan, L. Mou, Y . Hua, and X. X. Zhu, “RRSIS: Referring remote sensing image segmentation,”IEEE Transactions on Geoscience and Remote Sensing, 2024
2024
-
[13]
Referring remote sensing image segmentation via bidirectional alignment guided joint prediction,
T. Zhang, Z. Wen, B. Kong, K. Liu, Y . Zhang, P. Zhuang, and J. Li, “Referring remote sensing image segmentation via bidirectional alignment guided joint prediction,”arXiv preprint arXiv:2502.08486, 2025
Pith/arXiv arXiv 2025
-
[14]
RSRefSeg 2: Decoupling referring remote sensing image segmentation with founda- tion models,
K. Chen, C. Liu, B. Chen, J. Zhang, Z. Zou, and Z. Shi, “RSRefSeg 2: Decoupling referring remote sensing image segmentation with founda- tion models,”IEEE Transactions on Geoscience and Remote Sensing, vol. 64, pp. 1–20, 2026
2026
-
[15]
Zero-shot referring remote sensing image segmentation with expert knowledge priors and hierarchical relational matching,
C. Sun, H. Han, J. Li, Y . Song, and B. Zhang, “Zero-shot referring remote sensing image segmentation with expert knowledge priors and hierarchical relational matching,”IEEE Geoscience and Remote Sensing Letters, vol. 23, pp. 1–5, 2026
2026
-
[16]
RSVG-ZeroOV: Exploring a training-free framework for zero-shot open-vocabulary visual grounding in remote sensing images,
K. Li, D. Wang, T. Wang, F. Dong, Y . Zhang, L. Zhang, X. Wang, S. Li, and Q. Wang, “RSVG-ZeroOV: Exploring a training-free framework for zero-shot open-vocabulary visual grounding in remote sensing images,” inProceedings of the AAAI Conference on Artificial Intelligence, vol. 40, no. 8, 2026, pp. 6288–6296
2026
-
[17]
DGL-RSIS: Decou- pling global spatial context and local class semantics for training-free remote sensing image segmentation,
B. Li, C. Zhang, R. M. Timmerman, and W. Bao, “DGL-RSIS: Decou- pling global spatial context and local class semantics for training-free remote sensing image segmentation,”International Journal of Applied Earth Observation and Geoinformation, vol. 146, p. 105113, 2026
2026
-
[18]
SAM 3: Segment anything with concepts,
N. Carion, L. Gustafson, Y .-T. Hu, S. Debnath, R. Hu, D. Suris, C. Ryali, K. V . Alwala, H. Khedr, A. Huang, J. Lei, T. Ma, B. Guo, A. Kalla, M. Marks, J. Greer, M. Wang, P. Sun, R. R¨adle, T. Afouras, E. Mavroudi, K. Xu, T.-H. Wu, Y . Zhou, L. Momeni, R. Hazra, S. Ding, S. Vaze, F. Porcher, F. Li, S. Li, A. Kamath, H. K. Cheng, P. Doll ´ar, N. Ravi, K. ...
Pith/arXiv arXiv 2026
-
[19]
SegEarth-OV: Towards training-free open-vocabulary segmentation for remote sensing images,
K. Li, R. Liu, X. Cao, X. Bai, F. Zhou, D. Meng, and Z. Wang, “SegEarth-OV: Towards training-free open-vocabulary segmentation for remote sensing images,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2025, pp. 10 545– 10 556
2025
-
[20]
SegEarth-OV3: Exploring SAM 3 for open-vocabulary semantic seg- mentation in remote sensing images,
K. Li, S. Zhang, Y . Wang, Y . Deng, Z. Wang, D. Meng, and X. Cao, “SegEarth-OV3: Exploring SAM 3 for open-vocabulary semantic seg- mentation in remote sensing images,” 2026
2026
-
[21]
InstructSAM: A training-free framework for instruction-oriented remote sensing object recognition,
Y . Zheng, W. Wu, Q. Li, X. Wang, X. Zhou, A. Ren, J. Shen, L. Zhao, G. Li, and X. Yang, “InstructSAM: A training-free framework for instruction-oriented remote sensing object recognition,”arXiv preprint arXiv:2505.15818, 2025
arXiv 2025
-
[22]
SegEarth-R1: Geospatial pixel reasoning via large language model,
K. Li, Z. Xin, L. Pang, C. Pang, Y . Deng, J. Yao, G. Xia, D. Meng, Z. Wang, and X. Cao, “SegEarth-R1: Geospatial pixel reasoning via large language model,”arXiv preprint arXiv:2504.09644, 2025
Pith/arXiv arXiv 2025
-
[23]
GeoGround: A unified large vision-language model for remote sensing visual grounding,
Y . Zhou, M. Lan, X. Li, L. Feng, Y . Ke, X. Jiang, Q. Li, X. Yang, and W. Zhang, “GeoGround: A unified large vision-language model for remote sensing visual grounding,”arXiv preprint arXiv:2411.11904, 2024
Pith/arXiv arXiv 2024
-
[24]
Text4Seg++: Advancing image segmentation via generative lan- guage modeling,
M. Lan, C. Chen, J. Xu, Z. Li, Y . Ke, X. Jiang, Y . Yu, Y . Zhao, and S. Bai, “Text4Seg++: Advancing image segmentation via generative lan- guage modeling,”IEEE Transactions on Pattern Analysis and Machine Intelligence, 2026
2026
-
[25]
Enabling training-free text-based remote sensing segmentation,
J. Sosa, D. Rukhovich, A. Kacem, and D. Aouada, “Enabling training-free text-based remote sensing segmentation,”arXiv preprint arXiv:2602.17799, 2026
arXiv 2026
-
[26]
Neural module networks,
J. Andreas, M. Rohrbach, T. Darrell, and D. Klein, “Neural module networks,” inProceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2016, pp. 39–48
2016
-
[27]
Neural-symbolic VQA: Disentangling reasoning from vision and lan- guage understanding,
K. Yi, J. Wu, C. Gan, A. Torralba, P. Kohli, and J. B. Tenenbaum, “Neural-symbolic VQA: Disentangling reasoning from vision and lan- guage understanding,” inAdvances in Neural Information Processing Systems (NeurIPS), vol. 31, 2018
2018
-
[28]
The neuro- symbolic concept learner: Interpreting scenes, words, and sentences from natural supervision,
J. Mao, C. Gan, P. Kohli, J. B. Tenenbaum, and J. Wu, “The neuro- symbolic concept learner: Interpreting scenes, words, and sentences from natural supervision,” inInternational Conference on Learning Representations (ICLR), 2019
2019
-
[29]
ReCLIP: A strong zero-shot baseline for referring ex- pression comprehension,
S. Subramanian, W. Merrill, T. Darrell, M. Gardner, S. Singh, and A. Rohrbach, “ReCLIP: A strong zero-shot baseline for referring ex- pression comprehension,” inProceedings of the 60th Annual Meeting of the Association for Computational Linguistics (ACL), 2022, pp. 5198– 5215
2022
-
[30]
A new way to represent the relative position between areal objects,
P. Matsakis and L. Wendling, “A new way to represent the relative position between areal objects,”IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 21, no. 7, pp. 634–643, 1999
1999
-
[31]
Fuzzy spatial relationships for image processing and inter- pretation: a review,
I. Bloch, “Fuzzy spatial relationships for image processing and inter- pretation: a review,”Image and Vision Computing, vol. 23, no. 2, pp. 89–110, 2005
2005
-
[32]
Grounding spatial language in perception: An empirical and computational investigation,
T. Regier and L. A. Carlson, “Grounding spatial language in perception: An empirical and computational investigation,”Journal of Experimental Psychology: General, vol. 130, no. 2, pp. 273–298, 2001
2001
-
[33]
STAR: A first- ever dataset and a large-scale benchmark for scene graph generation in large-size satellite imagery,
Y . Li, L. Wang, T. Wang, X. Yang, J. Luo, Q. Wang, Y . Deng, W. Wang, X. Sun, H. Li, B. Dang, Y . Zhang, Y . Yu, and J. Yan, “STAR: A first- ever dataset and a large-scale benchmark for scene graph generation in large-size satellite imagery,”IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 47, no. 3, pp. 1832–1849, 2025
2025
-
[34]
ReCon1M: A large-scale benchmark dataset for relation comprehension in remote sensing imagery,
Q. Yan, C. Deng, C. Liu, Z. Hou, X. Liu, Y . Jiang, W. Lu, F. Yao, X. Liu, L. Hao, H. Yu, and X. Sun, “ReCon1M: A large-scale benchmark dataset for relation comprehension in remote sensing imagery,”IEEE Transactions on Geoscience and Remote Sensing, vol. 63, pp. 1–22, 2025
2025
-
[35]
AUG: A new dataset and an efficient model for aerial image urban scene graph generation,
Y . Li, K. Li, Y . Zhang, L. Wang, and D. Zhang, “AUG: A new dataset and an efficient model for aerial image urban scene graph generation,” arXiv preprint arXiv:2404.07788, 2024
Pith/arXiv arXiv 2024
-
[36]
RSGround-R1: Rethinking remote sensing visual grounding through spatial reasoning,
S. Huang, S. He, and B. Wen, “RSGround-R1: Rethinking remote sensing visual grounding through spatial reasoning,”arXiv preprint arXiv:2601.21634, 2026
arXiv 2026
-
[37]
ProVG: Progressive visual grounding via language decoupling for remote sensing imagery,
K. Li, T. Wang, D. Wang, Y . Zhu, Y . Zhang, T. Lei, and Q. Wang, “ProVG: Progressive visual grounding via language decoupling for remote sensing imagery,”arXiv preprint arXiv:2604.01893, 2026
arXiv 2026
-
[38]
Grounded language-image pre- training,
L. H. Li, P. Zhang, H. Zhang, J. Yang, C. Li, Y . Zhong, L. Wang, L. Yuan, L. Zhang, J.-N. Hwanget al., “Grounded language-image pre- training,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2022
2022
-
[39]
Grounding DINO: Marrying DINO with grounded pre-training for open-set object detection,
S. Liu, Z. Zeng, T. Ren, F. Li, H. Zhang, J. Yang, C. Li, J. Yang, H. Su, J. Zhu, and L. Zhang, “Grounding DINO: Marrying DINO with grounded pre-training for open-set object detection,” inProceedings of the European Conference on Computer Vision (ECCV), 2024
2024
-
[40]
RS5M and GeoRSCLIP: A large-scale vision-language dataset and a large vision-language model for remote sensing,
Z. Zhang, T. Zhao, Y . Guo, and J. Yin, “RS5M and GeoRSCLIP: A large-scale vision-language dataset and a large vision-language model for remote sensing,”IEEE Transactions on Geoscience and Remote Sensing, 2024
2024
-
[41]
RemoteCLIP: A vision language foundation model for remote sensing,
F. Liu, D. Chen, Z. Guan, X. Zhou, J. Zhu, Q. Ye, L. Fu, and J. Zhou, “RemoteCLIP: A vision language foundation model for remote sensing,” IEEE Transactions on Geoscience and Remote Sensing, vol. 62, pp. 1– 16, 2024
2024
-
[42]
SkyScript: A large and semantically diverse vision-language dataset for remote sens- ing,
Z. Wang, R. Prabha, T. Huang, J. Wu, and R. Rajagopal, “SkyScript: A large and semantically diverse vision-language dataset for remote sens- ing,” inProceedings of the AAAI Conference on Artificial Intelligence, 2024
2024
-
[43]
Segment anything,
A. Kirillov, E. Mintun, N. Ravi, H. Mao, C. Rolland, L. Gustafson, T. Xiao, S. Whitehead, A. C. Berg, W.-Y . Lo, P. Doll´ar, and R. Girshick, “Segment anything,” inProceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), 2023
2023
-
[44]
SAM 2: Segment anything in images and videos,
N. Ravi, V . Gabeur, Y .-T. Hu, R. Hu, C. Ryali, T. Ma, H. Khedr, R. R ¨adle, C. Rolland, L. Gustafsonet al., “SAM 2: Segment anything in images and videos,” inInternational Conference on Learning Repre- sentations (ICLR), vol. 2025, 2025, pp. 28 085–28 128
2025
-
[45]
RemoteSAM: Towards segment anything for earth observation,
L. Yao, F. Liu, D. Chen, C. Zhang, Y . Wang, Z. Chen, W. Xu, S. Di, and Y . Zheng, “RemoteSAM: Towards segment anything for earth observation,” inProceedings of the 33rd ACM International Conference on Multimedia (MM), 2025
2025
-
[46]
A. Yang, A. Li, B. Yang, B. Zhang, B. Hui, B. Zheng, B. Yu, C. Gao, C. Huang, C. Lvet al., “Qwen3 technical report,”arXiv preprint arXiv:2505.09388, 2025
Pith/arXiv arXiv 2025
-
[47]
Slicing aided hyper inference and fine-tuning for small object detection,
F. C. Akyon, S. O. Altinuc, and A. Temizel, “Slicing aided hyper inference and fine-tuning for small object detection,” inProceedings of the IEEE International Conference on Image Processing (ICIP), 2022, pp. 966–970. PREPRINT 20
2022
-
[48]
Phi-4-mini technical report: Compact yet powerful multimodal language models via mixture- of-LoRAs,
A. Abouelenin, A. Ashfaq, A. Atkinson, H. Awadalla, N. Bach, J. Bao, A. Benhaim, M. Cai, V . Chaudhary, C. Chenet al., “Phi-4-mini technical report: Compact yet powerful multimodal language models via mixture- of-LoRAs,”arXiv preprint arXiv:2503.01743, 2025
Pith/arXiv arXiv 2025
-
[49]
Falcon mamba: The first competitive attention-free 7B language model,
J. Zuo, M. Velikanov, D. E. Rhaiem, I. Chahed, Y . Belkada, G. Kunsch, and H. Hacid, “Falcon mamba: The first competitive attention-free 7B language model,”arXiv preprint arXiv:2410.05355, 2024
Pith/arXiv arXiv 2024
-
[50]
A. Grattafiori, A. Dubey, A. Jauhri, A. Pandey, A. Kadian, A. Al-Dahle, A. Letman, A. Mathur, A. Schelten, A. Vaughanet al., “The Llama 3 herd of models,”arXiv preprint arXiv:2407.21783, 2024
Pith/arXiv arXiv 2024
-
[51]
CARIS: Context-aware referring image segmentation,
S.-A. Liu, Y . Zhang, Z. Qiu, H. Xie, Y . Zhang, and T. Yao, “CARIS: Context-aware referring image segmentation,” inProceedings of the 31st ACM International Conference on Multimedia (MM), 2023, pp. 779– 788
2023
-
[52]
Generalized re- ferring expression segmentation on aerial photos,
L. Marnoto, A. Bernardino, and B. Martins, “Generalized re- ferring expression segmentation on aerial photos,”arXiv preprint arXiv:2512.07338, 2025
arXiv 2025
This paper was first reviewed by grok-4.5 on July 11, 2026.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.