cs.CV · 2026-07-11 · No. 50

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

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

01 — The papers

20 entries
  1. 01

    OpenCoF: Learning to Reason Through Video Generation

    Xinyan Chen, Ziyu Guo, Renrui Zhang, Dongzhi Jiang, Hongsheng Li

    cs.CV · cs.AI

    Reasoning has become a core capability for large models, especially when reliable decisions require understanding logical consequences. Recent video generation models offer a reasoning path distinct from previous Chain-of-Thought (CoT): reasoning can unfold through temporally connected frames, known as Chain-of-Frame (CoF) reasoning. However, existing video generators are primarily trained on general video corpora, still lacking diverse...

    arxiv.org/abs/2607.08763 · PDF

  2. 02

    Pose-to-Biomechanics: Bridging 3D Human Pose Estimation and Biomechanical Attribute Prediction

    Ayda Eghbalian, Kevin Desai

    cs.CV · cs.AI · cs.LG

    Recent progress in 3D human pose estimation has made markerless recovery of skeletal motion increasingly accurate and scalable. However, most pose estimators remain optimized for geometric keypoint accuracy, while many real-world applications in rehabilitation, sports science, ergonomics, and clinical movement analysis require biomechanical quantities that describe how the body moves, loads, and activates. In this work, we propose BioModule,...

    arxiv.org/abs/2607.08725 · PDF

  3. 03

    LTM: Large-scale Terrain Model for Wildfire-prone Landscapes

    Xiao Fu, Yue Hu, Meida Chen, Peter Anthony Beerel, Barath Raghavan

    cs.CV · cs.LG

    Accurate 3D terrain maps are essential for emergency response when assessing wildfire hazards. However, wildfire-prone regions often span vast areas where conventional reconstruction methods underperform. Airborne LiDAR systems provide high-resolution terrain data, but they are expensive and infrequently updated. Image-based methods offer a lower-cost alternative, but struggle due to sparse visual features and limited image overlap. We...

    arxiv.org/abs/2607.08711 · PDF

  4. 04

    When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities

    Weiduo Liao, Yunqiao Yang, Ying Wei

    cs.CV · cs.AI · cs.LG

    Sparse autoencoders (SAEs) have emerged as a promising technique for mechanistic interpretability by learning a set of sparse latent features in large models, each of which encodes a distinct concept. However, in vision-language models (VLMs), vanilla SAEs struggle to learn modality-consistent concepts, with concepts often exhibiting fragmented coverage (i.e., disjoint regions) in the visual modality. To address this challenge, we propose a...

    arxiv.org/abs/2607.08605 · PDF

  5. 05

    VocaDet: Sample-Driven Open-Vocabulary Object Detection and Segmentation via Visual Tokenization and Vector Database Retrieval

    ZhiXin Sun

    cs.CV · cs.AI

    Open-vocabulary object detection and segmentation aim to recognize arbitrary objects beyond predefined categories. Although recent vision-language and reference-based approaches have significantly advanced this field, they often rely on text prompts, limited visual examples, or expensive feature matching procedures, making them difficult to scale to large and continuously expanding object repositories. In this work, we propose VocaDet, a...

    arxiv.org/abs/2607.08541 · PDF

  6. 06

    Cognitive-structured Multimodal Agent for Multimodal Understanding, Generation, and Editing

    Feng Wang, Canmiao Fu, Zhipeng Huang, Chen Li, Jing Lyu, Ge Li

    cs.CV · cs.AI · cs.CL · cs.LG

    Recent unified multimodal models show a single architecture can jointly perform vision/language understanding and image generation/editing. However, they repeatedly feed all historical visual and textual inputs into a shared context window, limiting long-horizon multimodal dialogue due to visual token explosion and unreliable cross-turn referencing. We propose a Cognitive-structured Multimodal Agent that externalizes visual information into...

    arxiv.org/abs/2607.08497 · PDF

  7. 07

    VEGAS: Human-Aligned Video Caption Evaluation via Gaze

    Shenghui Chen, Po-han Li, Ximeng Sun, Shijia Yang, Emad Barsoum, Zicheng Liu, Sandeep Chinchali, Ufuk Topcu

    cs.CV · cs.AI · cs.HC

    Vision-language models excel at video captioning, yet typically generate descriptions that fail to capture individual viewers' attention. We propose VEGAS (Video caption Evaluation via GAze Score), a training-free metric that leverages test-time gaze to sample personalized, attention-aligned text. It is a cross-modal, information-theoretic metric that quantifies how well a candidate caption matches a viewer's focus. To evaluate VEGAS, we...

    arxiv.org/abs/2607.08489 · PDF

  8. 08

    Predicting Viticulture Potential through an Ensemble of U-Net and a Geospatial Foundation Model

    Jorge Ignacio Perez, Hwaai Kang Kee, Lucas Rassbach

    cs.CV · cs.LG

    Determining agricultural potential is fundamental to sustainable land management and agricultural planning. Remote sensing data is increasingly valuable as an avenue for agricultural potential due to the cost of traditional methods (surveys, in-situ measurements, soil testing, etc). ImageCLEF AI4Agri 2026: Subtask 1 is concerned with the prediction of viticulture potential in Southern France. The DS@GT ARC's submission for Subtask 1...

    arxiv.org/abs/2607.08449 · PDF

  9. 09

    Track2Map: Online Deformable SLAM with Motion-Aware Pose Optimization in Robotic Surgery

    Tianyi Song, Sierra Bonilla, Xinwei Ju, Evangelos Mazomenos, Danail Stoyanov, Adam Schmidt, Omid Mohareri, Sophia...

    cs.CV · cs.AI

    Gaussian splatting is the current state-of-the-art for dense, deformable 3D anatomy reconstruction in robot-assisted minimally invasive surgery (RAMIS); however, most pipelines are offline and depend on accurate camera trajectory priors (often from robotic kinematics), limiting applicability when priors are missing or noisy. To address these limitations, we propose Track2Map, an online 3D Gaussian Splatting pipeline that jointly optimizes...

    arxiv.org/abs/2607.08408 · PDF

  10. 10

    Swapping Faces, Saving Features: A Dual-Purpose Pipeline for Pedestrian Privacy in ITS

    Roba H. Farouk, Catherine M. Elias

    cs.CV · cs.AI · cs.RO

    Large-scale and diverse datasets are needed to train AI models to take real-time decisions for autonomous vehicles (AVs), an intelligent transportation system (ITS) application. Pedestrian intention and trajectory prediction are critical models used in AVs, requiring datasets involving diverse pedestrian images. Unrestricted access to these datasets imposes serious security risks, like identity theft and pedestrian tracking. The challenge is...

    arxiv.org/abs/2607.08402 · PDF

  11. 11

    WCog-VLA: A Dual-Level World-Cognitive Vision-Language-Action Model for End-to-End Autonomous Driving

    Xuerun Yan, Zhexi Lian, Nuoheng Zhang, Shiyu Fang, Haoran Wang, Chen Lv, Jia Hu, Binyang Song

    cs.CV · cs.AI

    Vision-Language-Action (VLA) models have advanced end-to-end autonomous driving. However, existing methods either lack comprehensive world cognition or suffer from fragmented world foresight, inherently confining these models to reactive driving. To address this limitation, we propose WCog-VLA, a novel dual-level World-Cognitive VLA framework that successfully bridges semantic world forecasting with generative world evolution to achieve...

    arxiv.org/abs/2607.08375 · PDF

  12. 12

    Closing the Null Space: Guidance-Aware Quantization for Classifier-Free Diffusion

    Abdullah Al Shafi, Sumaiya Rahim Suma

    cs.CV · cs.LG

    Deploying classifier-free guidance (CFG) diffusion models under real-world compute budgets requires quantization, yet existing post-training quantization (PTQ) methods treat CFG models as single-branch networks, ignoring the paired conditional/unconditional structure that CFG inference fundamentally relies on. This structural blind spot has two consequences. At the system level, the two-pass CFG execution pattern imposes a latency overhead...

    arxiv.org/abs/2607.08241 · PDF

  13. 13

    Benchmark Evaluation of Feredated Learning on Multi-organ Images

    Junbin Mao, Xu Tian, Jianchun Zhu, Ludi Li, Jin Liu

    cs.CV · cs.LG

    The privacy requirements of medical data and its substantial variations across organs and modalities hinder the clinical implementation of medical AI. Federated learning (FL) is a feasible approach to overcome these challenges. Due to the continuous emergence of FL algorithms and the highly heterogeneous nature of medical data, objectively evaluating their performance in real-world clinical settings remains difficult. Therefore, a...

    arxiv.org/abs/2607.08219 · PDF

  14. 14

    TMI: Text-to-Image Meets Image-to-Image for Complementary Data Synthesis to Boost Long-Tailed Instance Segmentation

    Hyeonseop Song, Seokhun Choi, Hoseok Do

    cs.CV · cs.AI

    Large-vocabulary instance segmentation is constrained by long-tailed category distributions and fine-grained inter-class ambiguity. While data synthesis offers a promising alternative, current paradigms have complementary limitations: text-to-image (T2I) methods inherit noisy pseudo-labels and struggle on rare classes, whereas copy-paste methods compromise contextual realism. To address these issues, we propose a hybrid pipeline coupling T2I...

    arxiv.org/abs/2607.08201 · PDF

  15. 15

    Leveraging Color Naming for Image Enhancement

    David Serrano-Lozano, Luis Herranz, Michael S. Brown, Javier Vazquez-Corral

    cs.CV · cs.AI

    Enhancing images to make them visually appealing is a persistent challenge in computer vision. Many deep-learning methods train models on paired datasets to replicate expert editing styles. However, these approaches struggle with two key issues: (1) interpretability and (2) a parametrization suitable for user adjustments. To address these challenges, we present NamedCurves+, an approach inspired by the concept of Color Naming, a universal set...

    arxiv.org/abs/2607.08185 · PDF

  16. 16

    LEEVLA: Seeing What Matters in Latent Environment Evolution for Vision-Language-Action

    Qi Lyu, Baicheng Liu, Xudong Wang, Jiahua Dong, Lianqing Liu, Zhi Han

    cs.CV · cs.AI

    Vision-language-action (VLA) models aim to map multimodal inputs to robot actions. However, most existing approaches struggle to cover complex dynamic scenarios due to treating all visual tokens uniformly and reasoning with human-selected factors, which lack mechanisms to emphasize task-critical evidence and ignore underlying factors. To address this issue, we propose LEEVLA, a VLA architecture for seeing what matters in Latent Environment...

    arxiv.org/abs/2607.08182 · PDF

  17. 17

    ProsMAE: Multi-Source MAE Pretraining for ISUP Grade Classification

    Anna Jung, Kyeonghun Kim, Youngung Han, Eunseob Choi, Jiwon Yang, Ken Ying-Kai Liao, Hyuk-Jae Lee, Nam-Joon Kim

    cs.CV · cs.AI · cs.LG

    Whole slide images (WSIs) provide rich diagnostic information for computational pathology, but their gigapixel scale, stain variation, scanner differences, tissue artifacts, and limited expert annotation make robust model training challenging. This paper presents a multi-source Masked Autoencoder (MAE) framework, named ProsMAE, for histopathology representation learning. Tiles from Prostate cANcer graDe Assessment (PANDA), CAncer MEtastases...

    arxiv.org/abs/2607.08162 · PDF

  18. 18

    LDFE: Laplacian Decoupled Feature Enhancement Block for Dual-Stream CNN-based RGB-IR Object Detection

    Wenhao Dong, Xiaoyan Luo, Linlin Yang, Haodong Zhu, Xiaorong Shi, Guodong Guo, Baochang Zhang

    cs.CV · cs.AI

    The complementary information between RGB and IR images can significantly enhance object detection performance under extreme conditions. Existing methods prefer dual-stream CNN backbones built upon YOLO for feature extraction and focus on the design of feature fusion. In this paper, we introduce the Laplacian Decoupled Feature Enhancement block (LDFE) to fuse features from different stages of the dual-stream CNN backbone. By design, LDFE...

    arxiv.org/abs/2607.08076 · PDF

  19. 19

    APIVOT: Adaptive Planning with Interleaved Vision-Language Thoughts

    Emily Jin, Joy Hsu, Yiqing Xu, Weiyu Liu, Nick Haber, Jiajun Wu

    cs.CV · cs.AI · cs.LG · cs.RO

    Long-horizon robot planning requires jointly reasoning over semantic task structure and geometric feasibility. To successfully execute a task, a robot must decompose goals, select task-relevant objects, and sequence actions, while ensuring that plans satisfy spatial constraints such as limited free space and object collisions. In this work, we propose APIVOT, a VLM-based planner that adaptively interleaves language and visual thoughts for...

    arxiv.org/abs/2607.08024 · PDF

  20. 20

    FedTR: Federated Learning Framework with Transfer Learning for Industrial Visual Inspection

    Vikash Sathiamoorthy, Shuo Huai, Hao Kong, Di Liu, Wendy Yong Yi Loy, Christian Makaya, Daren Ho, Ravi Subramaniam,...

    cs.CV · cs.LG

    Federated learning (FL) is a collaborative learning scheme to train deep learning models, where collaborating parties can consolidate their models without sharing local data with other parties, hence preserving data privacy. Nevertheless, when implementing FL in Industrial visual inspection (IVI), the constraints posed by limited data availability and the intricate nature of the inspection tasks significantly impact the performance of the...

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