Score
Using fixed-template or heuristic matching methods to locate, segment, and identify object instances in imagery or sensor data without learning, e.g., finding handwritten entries, selecting plate physical dimensions by issuing state, or detecting CFA types from raw inputs.
This work proposes a training-free object detection method tailored for scenarios involving minor data variations where model training and annotation are impractical, such as GUI automation testing. By leveraging a segmentation foundation model—e.g., SAM—to generate image segments and integrating classical feature engineering for object classification, the approach rapidly adapts to new targets or interface changes without any training or labeled data. Evaluated on an in-vehicle navigation icon detection task, the method achieves performance comparable to learning-based detectors like YOLO, while entirely eliminating the need for model training. This significantly reduces deployment time and cost, demonstrating strong practical utility through its efficiency and adaptability.
This study addresses the insufficient robustness and accuracy of local feature matching in overlapping regions of satellite imagery. To this end, the authors construct a manually curated satellite image dataset annotated with GPS coordinates and conduct a systematic evaluation of SIFT and ORB algorithms across the entire matching pipeline—including keypoint detection, descriptor extraction, feature matching, and RANSAC-based geometric verification. Using the inlier ratio as the primary metric for matching quality, the work quantitatively analyzes the impact of keypoint quantity on matching performance. The results reveal a nonlinear relationship between the number of detected keypoints and the inlier ratio, offering empirical evidence and theoretical guidance for algorithm selection and parameter tuning in remote sensing image matching tasks.
Traditional interest point detection and matching rely on explicit descriptors, incurring substantial memory overhead and computational cost. This paper proposes an end-to-end descriptor-free keypoint detection framework that implicitly models cross-image keypoint correspondences during detection via a feature pyramid and consistency constraints—thereby eliminating descriptor computation, storage, and explicit matching entirely. Built upon the SuperPoint architecture, our method introduces a self-supervised implicit matching strategy to jointly optimize detection and matching. Evaluated on standard benchmarks including HPatches, the approach achieves matching accuracy competitive with state-of-the-art descriptor-based methods (e.g., SuperPoint+SuperGlue), while reducing memory consumption by approximately 40–60%. This significant efficiency gain enhances both runtime performance and deployment feasibility for visual localization systems.
To address the challenge of detecting and localizing unknown or out-of-distribution (OOD) objects in safety-critical autonomous driving scenarios—without any annotations or prior knowledge of OOD categories—we propose PROWL: the first zero-shot, unsupervised, cross-domain generalizable framework for anomalous object detection and localization. PROWL leverages prototype features extracted from self-supervised vision models (e.g., DINO), integrates class-agnostic saliency modeling, and introduces a zero-shot category-guided mechanism—requiring neither target-domain labels, fine-tuning, nor auxiliary OOD data. The method is plug-and-play and generalizes across diverse domains, including road, rail, and maritime scenes. On RoadAnomaly and RoadObstacle benchmarks, PROWL achieves state-of-the-art performance, matching supervised methods that rely on OOD annotations. This significantly advances the practicality, robustness, and domain-agnostic capability of OOD detection in real-world autonomous systems.
Addressing the challenge of real-time vehicle classification in multi-lane CCTV scenarios on low-cost embedded platforms—characterized by significant illumination variations, complex backgrounds, and severe computational constraints—this paper proposes a lightweight template matching method based on adaptive color component selection. By decomposing input frames in RGB/YUV color spaces and dynamically selecting the most discriminative single channel per frame, the approach avoids information loss inherent in global grayscale conversion while maintaining minimal computational overhead. Coupled with a frame-rate-aware scheduling algorithm, the system achieves 4 FPS real-time inference on resource-constrained hardware. Compared to conventional grayscale-based template matching, it improves vehicle classification accuracy by 12.3%, striking a superior balance between latency and precision. To our knowledge, this is the first work to integrate adaptive color channel selection into a lightweight template matching framework, establishing a deployable paradigm for vision-based classification under strict resource limitations.
This work addresses the challenges of high early-stage uncertainty in manufacturing monitoring system development—leading to redundant modeling and substantial training costs—and the limited transferability of filtering pipelines in cross-domain image segmentation tasks. To tackle these issues, the authors propose a problem-centric design paradigm that constructs an abstract system model to continuously accumulate and retrieve historical segmentation tasks along with their associated filtering pipelines, enabling solution reuse and incremental optimization. The approach integrates similarity-based problem retrieval, abstract modeling, pipeline reuse, and a retrieval-augmented evolutionary learning mechanism. Experimental results demonstrate that the method significantly reduces training costs and late-stage revision risks, provides the first systematic validation of filtering pipeline transferability across similar segmentation tasks, and achieves a favorable balance among complexity, technical requirements, and reliability under lightweight model constraints.
This work addresses the limited generalization of SAM 3 to complex overhead geometric structures in remote sensing imagery under zero- and one-shot settings. It proposes a training-agnostic, universal proxy evaluation protocol for zero-shot assessment, empirically evaluating performance across scene classification, object detection, and instance segmentation through multitask experiments. The binary existence head is reformulated as a zero-shot classifier to systematically analyze the alignment mechanism between textual and visual prompts within the multimodal decoder. The study reveals, for the first time, that textual prompts introduce ground-level semantic biases that degrade coordinate regression and identifies cross-modal interference in SAM 3 when applied to remote sensing. Experiments show that SAM 3 achieves high harmonic mean scores in segmentation without overfitting, yet its performance is constrained by sub-pixel resolution limits and aerial semantic blind spots, highlighting the need for parameter-efficient fine-tuning of its multimodal decoder.
Existing training-free methods struggle to accurately parse referring expressions in remote sensing images that involve spatial, comparative, and ordinal relations (e.g., “the largest ship”). This work proposes GeoSelect, a training-free referring segmentation framework that leverages a frozen text-to-text language model to compile such expressions into typed spatial programs. These programs undergo well-formedness validation before being executed by a deterministic interpreter. GeoSelect integrates continuous geometric fields with discrete set and sorting operators, yielding interpretable intermediate outputs, and employs a reliability ladder mechanism to guarantee a valid segmentation for any input. Evaluated on RRSIS-D and RISBench, GeoSelect achieves mIoU scores of 58.86 and 55.27, respectively—more than doubling the performance of the current best training-free approaches—while requiring no referring supervision and operating on a single GPU.
This work addresses the high training cost associated with evaluating synthetic object detection datasets by introducing CCDM (Conditional-Composition Domain Match), the first family of training-free proxy metrics tailored for synthetic detection data. CCDM predicts the relative utility of synthetic data for downstream detectors by precomputing image-level and instance-level conditional composition and domain-matching similarities. Evaluated on VisDrone-DET, CCDM achieves a Spearman correlation coefficient of 1.0 with YOLOv8 performance, substantially outperforming existing evaluation methods and significantly enhancing the efficiency of synthetic data selection.
Existing training-free methods struggle to achieve unified detection and segmentation across viewpoints and platforms in remote sensing and UAV imagery, particularly under challenges such as oriented geometry, scale/rotation variations, and dense small objects. This work proposes ZODS-RS, the first training-free, closed-form unified framework that integrates DINOv3 dense features with SAM-style proposals to enable axis-aligned bounding box detection and instance segmentation. It introduces prototype purification (PP), rotation-scale equivariant matching (R-SEM), and uncertainty-aware pixel fusion (UAM) to address these challenges effectively. Evaluated on FAIR1M, xView, and a newly curated UAV dataset, ZODS-RS significantly outperforms baseline methods, achieving a 30.70 AP improvement on small objects over Grounded-SAM, thereby demonstrating robust performance in complex scenes and cross-domain generalization.