cs.CV · 2026-09-10 · No. 111

Computer Vision and Pattern Recognition, 2026-09-10.

15 new papers in cs.CV. Titles, authors, abstracts. Links to arXiv. Want this in your inbox every morning? Subscribe →

01 — The papers

15 entries
  1. 01

    Cross-Model Agreement as a Deployment-Time Reliability Signal for Automatic Polyp Segmentation

    Siddharth Gupta, Jitin Singla

    cs.CV · cs.LG

    In real-time colonoscopy, ground-truth annotations are unavailable at inference, so polyp segmentation models can fail silently. We propose Referee-Based Quality Estimation (RBQE), a reference-free framework measuring agreement between a primary segmentation model and an independently trained referee on the same image. RBQE is evaluated on a standardized 1,223-image external benchmark drawn from four public datasets, using four referee...

    arxiv.org/abs/2609.10495 · PDF

  2. 02

    PACE: Perceived-Latency-Aware Cascading Service Routing and Filler Control for QoE-Efficient Retrieval-Augmented Dialogue Serving

    Lin Huang, Yujuan Tan, Weisheng Li, Lixiang Zeng, Kun Yang, Suihan Xiao

    cs.CV · cs.AI · cs.RO

    We present the PACE, a framework for retrieval-augmented dialogue serving that formalizes Perceived Time-to-First-Response (PTFR) as a QoE objective and minimizes it under quality/cost constraints. Unlike prior work on cascaded routing, semantic caching, or adaptive retrieval, PACE jointly controls which answer source composes the response and what fills the waiting window. Deployed on a humanoid-robot sales service, it combines three...

    arxiv.org/abs/2609.10372 · PDF

  3. 03

    Beyond One-Size-Fits-All: Sample-Adaptive Strategy Routing for Vision Token Pruning in MLLMs

    Haiji Liang, Pengfei Zhou, Zhenglin Wan, Wei Wang, Yang You, Wangbo Zhao

    cs.CV · cs.AI

    Multimodal large language models (MLLMs) process hundreds or thousands of visual tokens per image, incurring prohibitive inference costs. While existing vision token pruning methods mitigate this overhead, they implicitly assume that a single fixed pruning strategy can be applied uniformly across all inputs. Our analysis further reveals that ranking pruning methods by average benchmark accuracy conceals substantial sample-wise...

    arxiv.org/abs/2609.10346 · PDF

  4. 04

    SA-Profile: Automated Sulcus Angle Profiling from Super-Resolution MRI

    Michael Wehrli, Leo Widmer, Edwin Li, Noel Fiechter, Lorenzo Pettinari, Sidaty El Hadramy, Carol C. Hasler, Philippe...

    cs.CV · cs.AI

    Trochlear dysplasia (TD) is an abnormality of the femoral trochlea associated with anterior knee pain and patellar instability. The sulcus angle (SA) is used to assess trochlear morphology, but it is typically measured on a single axial MR slice with no clear guidance on which to select, making it sensitive to slice selection and landmark placement. We propose an automatic framework for continuous SA profiling from super-resolved MR volumes....

    arxiv.org/abs/2609.10125 · PDF

  5. 05

    Elastoformer: Enabling Dynamic Adaptivity via Elastic Model Transformation

    Sudaksh Kalra, Dolly Sapra

    cs.CV · cs.AI · cs.PF · eess.SY

    EdgeAI systems are increasingly employing computer vision applications to enable intelligent, on-device decision-making in real-time. However, these deployments face highly dynamic operational conditions, with fluctuating constraints on latency, power availability, and memory resources. Deep Neural Networks (DNN), which follow fixed computational execution flows, lack the flexibility to adapt to such variability, resulting in inefficient and...

    arxiv.org/abs/2609.10018 · PDF

  6. 06

    What Makes Adversarial Examples Transfer Across Deepfake Detectors?

    Rafael M. Mamede, Pedro C. Neto, Ana F. Sequeira

    cs.CV · cs.AI · cs.CR · cs.LG

    Deepfake detectors remain vulnerable to transfer-based black-box attacks, in which adversarial examples are generated on a source surrogate model and transferred to a target model, unknown to the attacker. Yet how source--target compatibility shapes attack success remains poorly understood. Prior studies evaluate limited detector pools and rarely disentangle architectural from training factors. We conduct a controlled evaluation of...

    arxiv.org/abs/2609.10002 · PDF

  7. 07

    Vague2Detect: Handling Ambiguous Prompts in Knowledge-Based Open-World Detection

    Ibrohimjon Muminov, Jihie Kim

    cs.CV · cs.CL · cs.LG

    Real-world detectors must often interpret functional or ambiguous prompts, yet conventional models such as YOLO remain restricted to fixed class lists. Even open-vocabulary models like YOLO-World frequently misalign vague language with the intended objects. Building on our prior work Commonsense-Guided Open-World Object Detection Using LLMs and Visual-Semantic Matching, we address YOLO-World's limitations in grounding task-driven queries. We...

    arxiv.org/abs/2609.09949 · PDF

  8. 08

    Albedo Estimation via Latent Bridge Matching

    Carme Corbi, David Serrano-Lozano, Javier Vazquez-Corral, Maria Vanrell

    cs.CV · cs.AI

    Recent advances in Intrinsic Image Decomposition (IID) have increasingly relied on generative models. However, progress remains limited by three key challenges: (a) insufficient physical consistency, (b) high computational cost at inference time, and (c) limited generalization capabilities. In this work, we show that latent bridge matching (LBM) effectively addresses these limitations for albedo estimation. We introduce a novel LBM-based...

    arxiv.org/abs/2609.09884 · PDF

  9. 09

    LogiScope-VQA: Benchmarking Vision-Language Models for Logistics Hazard Identification in Industrial Scenarios

    Hanjing Zhou, Mingze Yin, Ying Lian, Jun Ma, Chang-Yu Hsieh, Yanbing Zhou

    cs.CV · cs.AI · cs.CL

    Large Multimodal Models (LMMs) large-scale deployment in industrial warehouse settings specifically necessitates that models exhibit human-expert-level hazard-oriented perception, understanding, and reasoning capabilities. However, the scarcity of real industrial data, tightly coupled to commercial terms, significantly hampers further advancement. To bridge this gap, we curate LogiScope-VQA to investigate the practical applicability of...

    arxiv.org/abs/2609.09790 · PDF

  10. 10

    MethaneFuse: Learning from Multi-Sensor Satellite Observations for Methane Plume Detection

    Yuyao Wang, Juliana Y. Leung, Di Niu

    cs.CV · cs.LG

    Methane plume detection from satellite imagery is constrained by incomplete observations: public satellites provide complementary spatial, spectral, and atmospheric evidence, but real plume cases rarely contain fully paired multi-sensor measurements because of revisit schedules, cloud coverage, acquisition quality, and the transient nature of emissions. Most learning-based detectors rely on single-sensor inputs, especially Sentinel-2 (S2),...

    arxiv.org/abs/2609.09762 · PDF

  11. 11

    Distilling Image Prototypes for Guided Test-Time Adaptation

    Liwen Wang, Xingbo Dong, Iman Yi Liao, Deyin Liu, Massimo Tistarelli, Lin Yuanbo Wu, Zhe Jin

    cs.CV · cs.AI

    Test-Time Adaptation (TTA) enhances the robustness of models against distribution shifts but faces two critical challenges: error accumulation from noisy pseudo-labels and catastrophic forgetting of source knowledge. Uncertainty-based approaches designed to mitigate error accumulation often yield overconfident or computationally expensive estimates, while strategies intended to prevent forgetting via prototype replay rely on static...

    arxiv.org/abs/2609.09737 · PDF

  12. 12

    LightMedSeg-ISLES: Stroke Lesion Segmentation with 81x Fewer Parameters than nnU-Net

    Giorgi Nikvashvili, Hanxue Gu, Jie Bao, Kang Wang, Yang Yang

    cs.CV · cs.LG

    Large networks and ensembles often lead medical image segmentation challenges, but their storage and inference demands complicate deployment. We present LightMedSeg-ISLES, a 1.26-million-parameter pipeline for T1-weighted stroke lesion segmentation in ISLES'26. On a 146-case held-out cohort, flip test-time augmentation produces 0.618 mean Dice and 0.599 lesion-wise F1. A 102.35-million-parameter nnU-Net ResEnc-L produces 0.634 Dice and 0.544...

    arxiv.org/abs/2609.09634 · PDF

  13. 13

    Hyperbolic Geometry for Open-World Object Detection in Remote Sensing Imagery

    Wuzhou Li, Jiawei Zhou, Shenghang Wang, Xiang Li

    cs.CV · cs.AI

    Open-world object detection (OWOD) extends closed-set detection by requiring models to identify unknown objects and incrementally learn them once annotations become available. In remote sensing imagery, object categories often exhibit latent hierarchical relationships that may be inadequately represented in the Euclidean spaces commonly adopted by existing methods, limiting unknown-object recall and incremental-learning performance. To...

    arxiv.org/abs/2609.09626 · PDF

  14. 14

    RouteBridge: Reliability-Routed Bidirectional Distillation Between Neural Radiance Fields and 3D Gaussian Splatting

    YuanHang Wang, Xin Cao

    cs.CV · cs.AI

    Neural radiance fields (NeRFs) and 3D Gaussian Splatting (3DGS) encode a scene with complementary inductive biases, but existing cross-representation distillation typically fixes one representation as teacher for the entire scene. A globally fixed teacher can propagate local reconstruction errors. We present RouteBridge, a bidirectional framework that selects the teaching direction for each ray. Its reliability estimator combines photometric...

    arxiv.org/abs/2609.09606 · PDF

  15. 15

    Infra-Bench CLS: A Global, Open-Source Benchmark for Critical Infrastructure Classification with Earth Observation Foundation Models

    Justin Guthrie, Edward Oughton, Konrad Wessels, Matthew Rice, Isaac Corley

    cs.CV · cs.LG

    Critical infrastructure location data is often incomplete and unevenly distributed globally, especially in developing regions. Earth observation foundation models are proposed as a new step in enabling us to more efficiently understand the natural and built environment, raising questions as to their effectiveness in performing challenging downstream tasks. Yet, foundation models remain largely untested for detecting and classifying the...

    arxiv.org/abs/2609.09482 · PDF

This edition is part of The Daily Abstract — cs.CV archive. Subscribe to receive these in your inbox each morning, automatically translated to Spanish, with reply-to-PDF: arxivdaily.ignorelist.com.

Colophon Set in Georgia, with system sans for interface chrome and a monospaced stack for code and paper identifiers. Sole accent: amber #D99C5E. Built and served on an always-free VM. The masthead is set 14% letterspaced because newspapers do that and it works.