cs.CV · 2026-07-05 · No. 44

Computer Vision and Pattern Recognition, 2026-07-05.

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

01 — The papers

18 entries
  1. 01

    Combating Textual Noise and Redundancy: Entropy-Aware Dense Visual Token Pruning

    Xuehui Wang, Xuankun Yang, Wei Shen

    cs.CV · cs.AI

    Visual token pruning is a crucial strategy for accelerating VLMs by compressing redundant image patches, yet existing methods often fail to preserve critical cues under dense instructions and fine-grained queries. In this paper, we investigate this failure and identify two underlying bottlenecks: the widespread dispersion of textual noise that corrupts dense cross-modal scoring, and the feature fragmentation inherent to standard token...

    arxiv.org/abs/2607.02484 · PDF

  2. 02

    OrbitQuant: Data-Agnostic Quantization for Image and Video Diffusion Transformers

    Donghyun Lee, Jitesh Chavan, Duy Nguyen, Sam Huang, Liming Jiang, Priyadarshini Panda, Timo Mertens, Saurabh Shukla

    cs.CV · cs.AI · cs.LG

    Diffusion transformers (DiTs) achieve state-of-the-art image and video generation, but their multi-step sampling and growing parameter count make inference expensive. Post-training quantization (PTQ) is the natural remedy, yet DiT activations shift across timesteps, prompts, and guidance branches, forcing prior methods to re-fit calibration data for every new checkpoint or modality. We present OrbitQuant, a data-agnostic weight-activation...

    arxiv.org/abs/2607.02461 · PDF

  3. 03

    Object-centric LeJEPA

    Jakob Geusen, Ender Konukoglu

    cs.CV · cs.LG

    Image encoders trained with LeJEPA can deliver strong features for downstream tasks, but, like other image-level self-supervised methods, typically require large training datasets. Aligning representations at the level of objects rather than whole scenes promises greater data efficiency, but doing this in a completely self-supervised way, effectively jointly partitioning a scene and representing its objects, is unstable: the two are locked in...

    arxiv.org/abs/2607.02404 · PDF

  4. 04

    Transformer Geometry Observatory TGO-II: Representational Similarity Observatory

    Kaustubh Kapil, Kishor P. Upla

    cs.CV · cs.LG

    While Vision Transformers have achieved remarkable success across computer vision and language applications, the geometric evolution of their internal representations throughout training remains insufficiently understood. Existing analyses primarily focus on attention mechanisms and downstream performance, leaving the evolution of representation geometry largely unexplored. In this work, we present Transformer Geometry Observatory-II...

    arxiv.org/abs/2607.02386 · PDF

  5. 05

    VisionAId: An Offline-First Multimodal Android Assistant for People with Visual Impairment, Featuring Personalized Object Retrieval

    Cristian-Gabriel Florea, Stelian Spînu

    cs.CV · cs.AI

    Over 285 million people worldwide live with a visual impairment, for whom everyday tasks such as avoiding obstacles, locating personal belongings, recognizing familiar faces, or handling cash remain persistent obstacles to personal autonomy. Existing assistive applications are typically limited to recognizing predefined categories, depend heavily on cloud connectivity, or require dedicated hardware. We present VisionAId, an Android...

    arxiv.org/abs/2607.02371 · PDF

  6. 06

    GAP-GDRNet: Geometry-Aware Monocular Visual Pose Sensing on a Single-Target Synthetic Spacecraft Dataset

    Yonglong Zhang, Yang Liu

    cs.CV · cs.AI

    Monocular relative pose sensing is a central perception problem in non-cooperative rendezvous and on-orbit servicing. In spacecraft images, however, weak surface texture, thin appendages, illumination changes, and partial occlusion often leave only sparse and unstable geometric evidence. This article presents GAP-GDRNet, a geometry-aware attention-enhanced framework for monocular RGB-based 6D pose sensing. The method follows the...

    arxiv.org/abs/2607.02360 · PDF

  7. 07

    AnyGroundBench: A Specialized-Domain Benchmark for Video Grounding in Vision-Language Models

    Rintaro Otsubo, Ryo Fujii, Reina Ishikawa, Taiki Kanaya, Kanta Sawafuji, Hiroki Kajita, Shigeki Sakai, Hideo Saito,...

    cs.CV · cs.AI

    Vision-Language Models (VLMs) have demonstrated immense promise in Spatio-Temporal Video Grounding (STVG). However, current evaluation protocols are largely confined to zero-shot assessments on general, daily-life benchmarks. This creates a critical disconnect from real-world applications in specialized fields, where models inevitably encounter rare visual concepts and complex spatio-temporal dynamics. Since exhaustive pre-training across...

    arxiv.org/abs/2607.02269 · PDF

  8. 08

    Efficient Waste Sorting for Circular Economy: A Confidence-guided comparison between One-Vs-All and One-Vs-Rest Classification Strategies with Human-in-the-Loop for Automated Waste Sorting

    Mohammed Fahad Ali, Dominique Briechle, Marit Briechle-Mathiszig, Tobias Geger, Andreas Rausch

    cs.CV · cs.AI

    The complexity of waste disposal regulations across European countries poses significant challenges for the residents and hinders the transition to a Circular Economy. In Germany, the proper sorting and disposal of household waste remains challenging across municipalities. Consequently, substantially reducing incorrectly disposed waste is vital for improving waste management and advancing the Circular Economy. AI-based waste sorting solutions...

    arxiv.org/abs/2607.02230 · PDF

  9. 09

    RadiomicNet: A Hybrid Radiomics-Guided Lightweight Architecture for Interpretable Medical Image Segmentation

    Mohammad Amanour Rahman

    cs.CV · cs.AI

    Deep learning has achieved remarkable performance in medical image segmentation, yet it suffers from critical limitations: mathematical intractability, substantial parameter requirements, and lack of clinical interpretability. We propose RadiomicNet, a novel two-stream hybrid architecture that enhances standard deep learning by integrating handcrafted radiomics features directly into the segmentation learning process. The key contribution is...

    arxiv.org/abs/2607.02185 · PDF

  10. 10

    AbsoluteDegradation: A Physics-Inspired Synthetic Film-Degradation Pipeline and Archival Film Restoration Benchmark

    Mikołaj Jastrzębski, Dawid Glinkowski, Dawid Zieliński, Daniel Borkowski, Wojciech Kozłowski, Kamil Adamczewski

    cs.CV · cs.LG

    Restoring archival film remains a fundamentally challenging problem due to the absence of paired training data and the lack of standardized evaluation benchmarks. Pristine versions of deteriorated footage are physically unrecoverable, requiring supervised methods to rely on synthetic data that often fail to capture the complex, temporally coherent nature of real film degradation. At the same time, existing real-world datasets are limited in...

    arxiv.org/abs/2607.02131 · PDF

  11. 11

    WBMM: Windowed Batch Matrix Multiplication for Efficient Large Receptive Field Convolution

    Wan Song, Wei Zhou, Rui Wang, Jun Yu, Toru Kurihara, Jiajia Xu, Shu Zhan

    cs.CV · cs.LG

    Large kernel depthwise convolutions achieve strong performance but suffer from significant degradation as kernel size grows due to irregular memory access from gather-based computation; while Large Kernel Acceleration (LKA) helps on small feature maps, it becomes counterproductive on large feature maps, even slower than non-accelerated implementations. We propose Windowed Batch Matrix Multiplication (WBMM), which partitions input into...

    arxiv.org/abs/2607.02097 · PDF

  12. 12

    Mirror Illusion Art

    Xiaopei Zhu, Zeyuan Li, Jun Zhu, Xiaolin Hu

    cs.CV · cs.AI

    Mirror Illusion Art is a novel reflection-conditioned 3D illusion where one object yields two target appearances (front and mirror). The task is formulated as inverse design from two target 2D images (front and mirror) to a printable 3D object with geometry and texture. Prior topology-driven and shadow-based approaches demand substantial manual effort, optimize shape only, and often yield non-smooth or incomplete geometry. To address these...

    arxiv.org/abs/2607.02015 · PDF

  13. 13

    MolSight: A Graph-Aware Vision-Language Model for Unified Chemical Image Understanding

    Wenda Wang, Yihan Tong, Yuwei Hu, Zhewei Wei

    cs.CV · cs.AI · q-bio.BM

    Using molecular large language models (LLMs) as a unified framework for understanding molecular structures and functions is emerging as a new trend in tasks such as molecular design and drug discovery. However, these models struggle to fully capture the visual representation of molecular structures, limiting their potential. While existing molecular vision-language models (VLMs) show promise, they still face challenges in structural alignment...

    arxiv.org/abs/2607.01982 · PDF

  14. 14

    Assessing VLM Reliability for Medical Image Quality Evaluation Under Corruption and Bias

    Sofiane Ouaari, Kevin Vorwalder, Nico Pfeifer

    cs.CV · cs.AI · cs.LG

    Vision-Language Models (VLMs) are increasingly applied in medical tasks such as pathology description, report generation, and visual question answering. Medical Image Quality Assessment (MIQA) supports diagnostic accuracy and patient safety by determining whether images meet the standards required for clinical decision-making. Automating MIQA with VLMs may reduce workload, but their behavior under real-world conditions, where images may be...

    arxiv.org/abs/2607.01973 · PDF

  15. 15

    NeoMap: Training-free Novel-View Synthesis from Single Images and Videos

    Jinxi Li, Tianyi Zhang, Yafei Yang, Zihui Zhang, Peng Huang, Koon Wing Macgyver Lin, Bo Yang

    cs.CV · cs.AI · cs.GR · cs.RO

    We study the challenging problem of novel view video synthesis from single images or monocular videos. Existing methods, which operate under the assumption that pre-trained video models lack native novel view synthesis capability and enforce view alignment via camera conditioning, task-specific fine-tuning, or stepwise hard denoising guidance, often suffer from artifacts and compromised global scene consistency. In this paper, we introduce...

    arxiv.org/abs/2607.01962 · PDF

  16. 16

    Rethinking Post-Hoc Calibration in Semantic Segmentation

    Tristan Kirscher, Kim-Celine Kahl, Balint Kovacs, Maximilian R. Rokuss, Klaus Maier-Hein, Xavier Coubez, Philippe...

    cs.CV · cs.LG

    Reliable confidence estimates are essential in semantic segmentation, especially in safety-critical settings where overconfident errors can mislead downstream decisions. Yet modern segmentation models often remain miscalibrated. Post-hoc calibration offers a practical way to correct confidence estimates without retraining the segmentation model, but its use in dense prediction raises structural issues that are often overlooked. We study two...

    arxiv.org/abs/2607.01902 · PDF

  17. 17

    SAB-LVLM: Significance-Aware Binarization for Large Vision-Language Models

    Qi Lyu, Jiahua Dong, Baichen Liu, Xudong Wang, Mingfei Han, Yulun Zhang, Fahad Shahbaz Khan, Salman Khan, Lianqing...

    cs.CV · cs.AI

    Large Vision-Language Models (LVLMs) have achieved remarkable progress in multimodal understanding, yet their enormous parameter scale and cross-modal computation incur substantial memory and latency overhead, severely limiting real-world deployment on resource-constrained devices. Binarization offers an attractive solution by drastically reducing storage and computational costs. However, existing binarization methods neglect the varying...

    arxiv.org/abs/2607.01876 · PDF

  18. 18

    MMBench-Live: A Continuously Evolving Benchmark for Multimodal Models

    Yuanzhi Liu, Shousheng Zhao, Bo Zhou, Kongming Liang, Zhanyu Ma

    cs.CV · cs.AI

    Evaluation benchmarks are essential for assessing vision-language models (VLMs), but most multimodal benchmarks are static, making them vulnerable to temporal staleness, data contamination, and costly maintenance. We present MMBench-Live, a continuously evolving multimodal benchmark built by a multi-agent-driven automated pipeline. Our framework treats benchmark evolution as task-guided dataset construction, integrating structured benchmark...

    arxiv.org/abs/2607.01813 · 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.