Tag
Structured Prior Knowledge (SPK) is a framework that explicitly extracts latent semantic, geometric, and contextual priors from pretrained object detectors to achieve state-of-the-art out-of-distribution detection, improving interpretability and reliability.
OpenAI's GPT-5.6 Sol is benchmarked as their best vision model yet, showing significant improvements in object detection and other visual tasks compared to previous models like GPT-5.5.
Tencent researchers propose YOLO-PEFT, a structure-aware framework that treats adapter placement as constraint planning, outperforming full fine-tuning on YOLO detectors while using significantly fewer trainable parameters.
VLX-Seek-1.5-10B is an open-source 10B vision-language model from omlab, designed for fine-grained visual grounding in embodied scenarios like drones, robots, and surveillance, using region-reference localization instead of coordinate generation.
YOLO-PEFT is a structure-aware framework that formulates adapter placement as constraint planning for parameter-efficient fine-tuning of YOLO detectors, achieving better mAP than full fine-tuning with reduced memory.
SkalskiP highlights Qwen3.8-Max, a vision-language model for object detection that can be prompted with positive and negative boxes to generate detections, achieving 60-80% mAP with single or multiple prompts and performing well on diverse image types.
A tweet claims Qwen3.8-Max is the best object detection VLM, excelling across satellite, infrared, document, and hand-drawn images, with examples shared.
This paper introduces SULAND v2, a refined RGB surface landmine detection dataset and benchmark for UAV/UGV-based surveys, addressing annotation errors and domain-shift evaluation in object detection.
A tutorial on building a real-time object detection and tracking pipeline for robotics using ROS 2 and YOLOv11, covering threaded inference, ByteTrack integration, confidence validation, and ONNX export for edge deployment.
The author implemented YOLO26n model inference from scratch using ARM64 assembly language without any external frameworks, demonstrating low-level AI inference techniques.
This paper proposes a framework that uses the Toulmin model of argumentation to structure ML-based retinal diagnosis from OCT images, integrating biomarker extraction, medical LLM reasoning (MedGemma), and similarity measures (MedSigLip) for interpretable and evidence-based diagnostic assistance.
Moondream 3.1 is a vision language model with mixture-of-experts architecture (9B total parameters, 2B active), delivering state-of-the-art visual reasoning, detection, pointing, and captioning, deployable locally via the Photon inference engine or through the Moondream Cloud API.
Introduces LipSSD, a Lipschitz-constrained variant of Single Shot MultiBox Detector that improves adversarial robustness in object detection while being attack-agnostic and complementary to adversarial training. Evaluated on Pascal VOC, LARD, and KITTI datasets.
Applies federated learning to object detection for drone fleets, enabling collaborative training without centralizing aerial imagery, achieving performance close to centralized training while preserving privacy and reducing bandwidth.
Introduces CamoNAS, a frequency-aware multi-resolution Neural Architecture Search framework for camouflaged object detection, achieving state-of-the-art results on four benchmarks.
NVIDIA has open-sourced the visual grounding model LocateAnything-3B, which can accurately detect and bound all target objects in dense scenes.
A developer built an AI basketball coach using Roboflow RF-DETR for detection, MediaPipe for body angles, and OpenCV for analysis and annotation.
YOLO26 is a multi-task computer vision model family released in January 2026, featuring end-to-end detection without Non-Maximum Suppression for lower latency and optimized for edge deployment with improved CPU inference and compact design.
NVIDIA released LocateAnything, an open-source model that achieves ~10x faster object detection by predicting all coordinates simultaneously instead of sequentially, reaching 12.7 FPS on a single H100 and outperforming 32B parameter models.
Ultralytics YOLO26 introduces a unified real-time vision model family with NMS-free inference, improved training strategies, and multi-task capabilities for detection, segmentation, and pose estimation, achieving state-of-the-art accuracy-latency trade-offs.