arXivDaily arXiv每日学术速递 周一至周五更新

大厂专区

Hikvision(海康威视)

至 收录 8
2606.14277 2026-06-15 cs.CV 新提交

One Layer's Trash is Another Layer's Treasure: Adaptive Layer-wise Visual Token Selection in LVLMs

一层的垃圾是另一层的宝藏:LVLMs中自适应逐层视觉标记选择

Yongru Chen, Kai Zhang, Zeliang Zong, Yuchen Lu, Wenming Tan, Ye Ren, Jilin Hu

机构 * Hikvision Research Institute(海康威视研究院) Peking University(北京大学) East China Normal University(华东师范大学)

AI总结 提出自适应逐层视觉标记选择(ALVTS),通过轻量级选择器为不同层路由重要标记,实现高效压缩,在89%压缩率下保留96.7%精度。

Comments Accepted by CVPR 2026 (highlight)

详情
AI中文摘要

大型视觉语言模型(LVLMs)在多样化的多模态任务中取得了显著成功,但其实际部署仍受限于长视觉标记带来的计算负担。虽然视觉标记剪枝已成为一种有前景的解决方案,但现有方法存在一个根本性局限:一旦标记在特定层被剪枝,它们将无法被所有后续层访问,导致过早的信息丢失,从而损害模型性能。通过实证研究,我们观察到不同层表现出不同的视觉区域关注点,表明各层存在不同的最优标记子集。受此启发,我们提出自适应逐层视觉标记选择(ALVTS),这是一种突破传统静态标记剪枝范式的新框架。ALVTS包含一个轻量级标记选择器,用于识别重要标记并将其路由到后续处理,同时允许较不重要的标记跳过该层,从而最小化计算冗余。这两类标记在输入后续层之前无缝重新整合,促进整个模型的自适应压缩。基于我们提出的重要性一致性约束低秩近似,所提出的标记选择模块紧密模拟了完整注意力机制,有效捕捉其关键模式,而无需模型重新训练。在LLaVA-1.5、LLaVA-NeXT和Qwen2.5-VL上的大量实验验证了我们方法的有效性。在89%的标记压缩率下,ALVTS保留了原始模型96.7%的准确率,实现了LVLM推理中优越的效率-准确率权衡。

英文摘要

Large Vision-Language Models (LVLMs) have achieved remarkable success across diverse multimodal tasks, yet their practical deployment remains constrained by the computational burden arising from lengthy visual tokens. While visual token pruning has emerged as a promising solution, existing methods suffer from a fundamental limitation: once tokens are pruned at a specific layer, they become inaccessible to all subsequent layers, leading to premature information loss that can compromise model performance. Through empirical studies, we observe that different layers exhibit distinct visual region focus, indicating a varying optimal token subset across layers. Motivated by this insight, we propose Adaptive Layer-wise Visual Token Selection (ALVTS), a novel framework that breaks away from the conventional static token pruning paradigm. ALVTS incorporates a lightweight token selector to identify and route important tokens for further processing, while allowing less important tokens to skip the layer, thus minimizing computational redundancy. These two streams of tokens are seamlessly reintegrated before being fed into subsequent layers, facilitating adaptive compression across the entire model. Grounded in our importance consistency constrained low-rank approximation, the proposed token selection module closely emulates the full attention mechanism, effectively capturing its essential patterns without requiring model retraining. Extensive experiments on LLaVA-1.5, LLaVA-NeXT, and Qwen2.5-VL validate the effectiveness of our method. With an 89% token compression ratio, ALVTS retains 96.7% of the original model's accuracy, achieving a superior efficiency-accuracy trade-off for LVLM inference.

URL PDF HTML 收藏
2603.29167 2026-05-19 cs.CV

JDCNet: Confidence-Gated Privileged-Modality Distillation for Cost-Preserving X-ray Inference

JDCNet:基于置信度门控的特权模态蒸馏用于成本保持的X射线推断

Bo Ma, Jinsong Wu, Weiqi Yan, Hongjiang Wei, Kun Liu

机构 * Auckland University of Technology(奥克兰技术大学) Guilin University of Electronic Technology(桂林电子科技大学) Hikvision Technology Co., Ltd(海康威视技术有限公司) Hebei University of Technology(河北工业大学)

AI总结 JDCNet通过置信度门控的CT到X射线蒸馏框架,在保持固定成本的单模态部署路径下,利用特权模态进行训练。在510名患者配对的BIMCV队列中,两种配置在固定转移门下优于ResNet-18基线,证明置信度门控辅助目标比均匀软化的CT日志更可转移。

详情
AI中文摘要

我们研究了一个系统层面的视觉推断问题:在训练时使用昂贵的特权模态,同时保持固定成本的单模态部署路径。我们提出了JDCNet,一种置信度门控的CT到X射线蒸馏框架,在训练时,CT教师仅在教师置信度超过阈值的训练样本上提供辅助的硬目标或温度缩放目标;在部署时,学生仅使用X射线输入,并匹配监督X射线基线的参数、MAC和延迟配置。在510名患者配对的BIMCV队列中,经过患者层面的5折交叉验证,两种JDCNet配置在固定转移门下优于监督的ResNet-18基线:3切片软KL监督产生ΔBA=+0.035(95% CI [+0.011, +0.057]),中切片硬监督产生+0.033([+0.007, +0.058])。在相同的划分和门下,logit蒸馏、门控logit蒸馏、对比对齐、注意力转移、特征提示、BiomedCLIP微调以及模块增强变体均未通过。置信度门控的辅助目标因此比均匀软化的CT日志更可转移;证据仅限于一个配对队列,因此在任何部署之前都需要外部配对队列的重复验证。

英文摘要

We study a systems-level visual inference problem: using an expensive privileged modality during training while preserving a fixed-cost, single-modality deployment path. We present JDCNet, a confidence-gated CT-to-X-ray distillation framework in which the CT teacher supplies an auxiliary hard or temperature-scaled target only on training samples whose teacher confidence exceeds a threshold; at deployment the student takes X-ray input alone and matches the parameter, MAC, and latency profile of the supervised X-ray baseline. On a 510-patient same-patient paired BIMCV cohort with patient-level 5-fold cross-validation, two JDCNet configurations clear a fixed transfer gate against the supervised ResNet-18 baseline: 3-slice soft-KL supervision yields $Δ\mathrm{BA}{=}{+}0.035$ ($95\%$ CI $[{+}0.011,{+}0.057]$) and mid-slice hard supervision yields $+0.033$ ($[{+}0.007,{+}0.058]$). Under the same splits and gate, logit distillation, gated logit distillation, contrastive alignment, attention transfer, feature hints, BiomedCLIP fine-tuning, and a module-augmented variant do not pass. Confidence-gated auxiliary targets are therefore a more transferable channel than uniformly softened CT logits; the evidence is bounded to one paired cohort, so external paired-cohort replication is required before any deployment claim.

URL PDF HTML 收藏
2603.04288 2026-03-05 cs.CV

A multi-center analysis of deep learning methods for video polyp detection and segmentation

多中心分析深度学习方法在视频息肉检测和分割中的应用

Noha Ghatwary, Pedro Chavarias Solano, Mohamed Ramzy Ibrahim, Adrian Krenzer, Frank Puppe, Stefano Realdon, Renato Cannizzaro, Jiacheng Wang, Liansheng Wang, Thuy Nuong Tran, Lena Maier-Hein, Amine Yamlahi, Patrick Godau, Quan He, Qiming Wan, Mariia Kokshaikyna, Mariia Dobko, Haili Ye, Heng Li, Ragu B, Antony Raj, Hanaa Nagdy, Osama E Salem, James E. East, Dominique Lamarque, Thomas de Lange, Sharib Ali

机构 * Computer Engineering Department, Arab Academy for Science and Technology(阿拉伯科学与技术学院计算机工程系) AI in Medicine and Surgery Group, School of Computer Science, University of Leeds(莱斯特大学计算机科学学院医学与外科AI小组) Department of Artificial Intelligence and Knowledge Systems, University of Würzburg(维尔茨堡大学人工智能与知识系统系) CRO Centro Riferimento Oncologico IRCCS(肿瘤研究中心IRCCS) Department of Computer Science at School of Informatics, Xiamen University(厦门大学信息学院计算机科学系) Div. Intelligent Medical Systems, German Cancer Research Center (DKFZ)(德国癌症研究中心(DKFZ)智能医疗系统部) Hangzhou Hikvision Digital Technology Co.,ltd(杭州海康威视数字技术有限公司) The Machine Learning Lab, Ukrainian Catholic University(乌克兰天主教大学机器学习实验室)

AI总结 本研究通过多中心数据集评估深度学习在实时结肠镜检查中提高息肉检测和分割精度的应用。

Comments 17 pages

详情
AI中文摘要

结肠息肉是结直肠癌(CRC)的已知前驱物,通常在结肠镜检查中检测到。然而,这些息肉在外观、位置和大小上的变化使得它们的检测和移除变得更加复杂,导致有效监测、干预以及最终CRC预防面临挑战。结肠镜监测和息肉移除过程高度依赖于胃肠科医生的专业知识,并发生在复杂的结肠结构中。因此,息肉的漏检率和移除不完全率较高,这可能对患者预后产生不利影响。最近,开发了使用机器学习的自动化方法来提高息肉的检测和分割,从而帮助临床流程并减少漏检率。这些进展突显了在实时应用中提高诊断准确性潜力,最终有助于更有效的患者管理。此外,整合序列数据和时间信息可以显著提高这些方法的精度,通过捕捉息肉生长的动态特性和随时间的变化。为了严格调查这些挑战,数据科学家和胃肠科专家合作,编制了一个涵盖多个中心和多样化人群的综合数据集。这一举措旨在强调在开发稳健的自动化检测和分割方法中整合序列数据和时间信息的重要性。本研究评估了在实时临床结肠镜检查任务中开发的深度学习技术的适用性,突显了帧之间的时间关系在提高诊断精度中的关键作用。

英文摘要

Colonic polyps are well-recognized precursors to colorectal cancer (CRC), typically detected during colonoscopy. However, the variability in appearance, location, and size of these polyps complicates their detection and removal, leading to challenges in effective surveillance, intervention, and subsequently CRC prevention. The processes of colonoscopy surveillance and polyp removal are highly reliant on the expertise of gastroenterologists and occur within the complexities of the colonic structure. As a result, there is a high rate of missed detections and incomplete removal of colonic polyps, which can adversely impact patient outcomes. Recently, automated methods that use machine learning have been developed to enhance polyps detection and segmentation, thus helping clinical processes and reducing missed rates. These advancements highlight the potential for improving diagnostic accuracy in real-time applications, which ultimately facilitates more effective patient management. Furthermore, integrating sequence data and temporal information could significantly enhance the precision of these methods by capturing the dynamic nature of polyp growth and the changes that occur over time. To rigorously investigate these challenges, data scientists and experts gastroenterologists collaborated to compile a comprehensive dataset that spans multiple centers and diverse populations. This initiative aims to underscore the critical importance of incorporating sequence data and temporal information in the development of robust automated detection and segmentation methods. This study evaluates the applicability of deep learning techniques developed in real-time clinical colonoscopy tasks using sequence data, highlighting the critical role of temporal relationships between frames in improving diagnostic precision.

URL PDF HTML 收藏
2601.14625 2026-01-22 cs.CV stat.ML

Diffusion Epistemic Uncertainty with Asymmetric Learning for Diffusion-Generated Image Detection

扩散epistemic不确定性与非对称学习用于扩散生成图像检测

Yingsong Huang, Hui Guo, Jing Huang, Bing Bai, Qi Xiong

机构 * Tencent Inc.(腾讯公司) Hikvision(海康威视) Microsoft MAI(微软MAI)

AI总结 本文提出DEUA框架,通过非对称学习和扩散epistemic不确定性估计,提升扩散生成图像检测的性能。

详情
AI中文摘要

扩散模型的快速发展突显了检测生成图像的迫切需求。先前研究表明,结合基于扩散的测量,如重建误差,可以提高检测器的泛化能力。然而,忽视aleatoric和epistemic不确定性对重建误差的不同影响会损害检测性能。aleatoric不确定性源于数据固有的噪声,产生模糊性,阻碍准确检测生成图像。由于它反映了数据中的随机变化(例如自然纹理中的噪声),它无助于区分生成图像。相反,epistemic不确定性代表模型对不熟悉模式的缺乏知识,支持检测。在本文中,我们提出了一种新的框架,即扩散epistemic不确定性与非对称学习(DEUA),用于检测扩散生成图像。我们通过拉普拉斯近似法引入扩散epistemic不确定性(DEU)估计,以评估数据与扩散生成样本流形的接近程度。此外,引入了非对称损失函数来训练具有更大边距的平衡分类器,进一步提高泛化能力。在大规模基准上的广泛实验验证了我们方法的最先进性能。

英文摘要

The rapid progress of diffusion models highlights the growing need for detecting generated images. Previous research demonstrates that incorporating diffusion-based measurements, such as reconstruction error, can enhance the generalizability of detectors. However, ignoring the differing impacts of aleatoric and epistemic uncertainty on reconstruction error can undermine detection performance. Aleatoric uncertainty, arising from inherent data noise, creates ambiguity that impedes accurate detection of generated images. As it reflects random variations within the data (e.g., noise in natural textures), it does not help distinguish generated images. In contrast, epistemic uncertainty, which represents the model's lack of knowledge about unfamiliar patterns, supports detection. In this paper, we propose a novel framework, Diffusion Epistemic Uncertainty with Asymmetric Learning~(DEUA), for detecting diffusion-generated images. We introduce Diffusion Epistemic Uncertainty~(DEU) estimation via the Laplace approximation to assess the proximity of data to the manifold of diffusion-generated samples. Additionally, an asymmetric loss function is introduced to train a balanced classifier with larger margins, further enhancing generalizability. Extensive experiments on large-scale benchmarks validate the state-of-the-art performance of our method.

URL PDF HTML 收藏
2512.06726 2025-12-09 cs.CV cs.AI cs.CL

The Role of Entropy in Visual Grounding: Analysis and Optimization

Shuo Li, Jiajun Sun, Zhihao Zhang, Xiaoran Fan, Senjie Jin, Hui Li, Yuming Yang, Junjie Ye, Lixing Shen, Tao Ji, Tao Gui, Qi Zhang, Xuanjing Huang

机构 * Fudan University(复旦大学) Hikvision Research Institute(海康威视研究院)

详情
英文摘要

Recent advances in fine-tuning multimodal large language models (MLLMs) using reinforcement learning have achieved remarkable progress, particularly with the introduction of various entropy control techniques. However, the role and characteristics of entropy in perception-oriented tasks like visual grounding, as well as effective strategies for controlling it, remain largely unexplored. To address this issue, we focus on the visual grounding task and analyze the role and characteristics of entropy in comparison to reasoning tasks. Building on these findings, we introduce ECVGPO (Entropy Control Visual Grounding Policy Optimization), an interpretable algorithm designed for effective entropy regulation. Through entropy control, the trade-off between exploration and exploitation is better balanced. Experiments show that ECVGPO achieves broad improvements across various benchmarks and models.

URL PDF HTML 收藏
2511.12575 2025-11-18 cs.CV

Beyond Pixels: Semantic-aware Typographic Attack for Geo-Privacy Protection

Jiayi Zhu, Yihao Huang, Yue Cao, Xiaojun Jia, Qing Guo, Felix Juefei-Xu, Geguang Pu, Bin Wang

机构 * Hangzhou Institute of Technology, Xidian University, China(杭州科技学院,西安电子科技大学,中国) National University of Singapore(新加坡国立大学) Nanyang Technological University(南洋理工大学) Nankai University(南开大学) New York University(纽约大学) East China Normal University(华东师范大学) Hikvision Digital Technology Co., Ltd(海康威视数字技术有限公司) Shanghai Industrial Control Safety Innovation Tech. Co., Ltd(上海工业控制安全创新技术有限公司)

详情
英文摘要

Large Visual Language Models (LVLMs) now pose a serious yet overlooked privacy threat, as they can infer a social media user's geolocation directly from shared images, leading to unintended privacy leakage. While adversarial image perturbations provide a potential direction for geo-privacy protection, they require relatively strong distortions to be effective against LVLMs, which noticeably degrade visual quality and diminish an image's value for sharing. To overcome this limitation, we identify typographical attacks as a promising direction for protecting geo-privacy by adding text extension outside the visual content. We further investigate which textual semantics are effective in disrupting geolocation inference and design a two-stage, semantics-aware typographical attack that generates deceptive text to protect user privacy. Extensive experiments across three datasets demonstrate that our approach significantly reduces geolocation prediction accuracy of five state-of-the-art commercial LVLMs, establishing a practical and visually-preserving protection strategy against emerging geo-privacy threats.

URL PDF HTML 收藏
2510.26446 2025-10-31 cs.CL

1+1>2: A Synergistic Sparse and Low-Rank Compression Method for Large Language Models

Zeliang Zong, Kai Zhang, Zheyang Li, Wenming Tan, Ye Ren, Yiyan Zhai, Jilin Hu

机构 * Hikvision Research Institute(海康威视研究院) School of Data Science and Engineering, East China Normal University(华东师范大学数据科学与工程学院)

Comments 15 pages, 6 figures, EMNLP 2025 findings

详情
英文摘要

Large Language Models (LLMs) have demonstrated remarkable proficiency in language comprehension and generation; however, their widespread adoption is constrained by substantial bandwidth and computational demands. While pruning and low-rank approximation have each demonstrated promising performance individually, their synergy for LLMs remains underexplored. We introduce \underline{S}ynergistic \underline{S}parse and \underline{L}ow-Rank \underline{C}ompression (SSLC) methods for LLMs, which leverages the strengths of both techniques: low-rank approximation compresses the model by retaining its essential structure with minimal information loss, whereas sparse optimization eliminates non-essential weights, preserving those crucial for generalization. Based on theoretical analysis, we first formulate the low-rank approximation and sparse optimization as a unified problem and solve it by iterative optimization algorithm. Experiments on LLaMA and Qwen2.5 models (7B-70B) show that SSLC, without any additional training steps, consistently surpasses standalone methods, achieving state-of-the-arts results. Notably, SSLC compresses Qwen2.5 by 50\% with no performance drop and achieves at least 1.63$\times$ speedup, offering a practical solution for efficient LLM deployment.

URL PDF HTML 收藏
2502.14837 2025-10-06 cs.CL cs.AI

Towards Economical Inference: Enabling DeepSeek's Multi-Head Latent Attention in Any Transformer-based LLMs

Tao Ji, Bin Guo, Yuanbin Wu, Qipeng Guo, Lixing Shen, Zhan Chen, Xipeng Qiu, Qi Zhang, Tao Gui

机构 * School of Computer Science, Fudan University(复旦大学计算机科学学院) School of Computer Science and Technology, East China Normal University(华东师范大学计算机科学与技术学院) Institute of Modern Languages and Linguistics, Fudan University(复旦大学现代语言与语言学研究所) Institute of Trustworthy Embodied Artificial Intelligence, Fudan University(复旦大学可信具身人工智能研究所) Shanghai Collaborative Innovation Center of Intelligent Visual Computing(上海智能视觉计算协同创新中心) Pengcheng Laboratory(鹏城实验室) Hikvision Inc(海康威视公司)

Comments 16 pages, 8 figures; Accepted to ACL 2025

详情
英文摘要

Multi-head Latent Attention (MLA) is an innovative architecture proposed by DeepSeek, designed to ensure efficient and economical inference by significantly compressing the Key-Value (KV) cache into a latent vector. Compared to MLA, standard LLMs employing Multi-Head Attention (MHA) and its variants such as Grouped-Query Attention (GQA) exhibit significant cost disadvantages. Enabling well-trained LLMs (e.g., Llama) to rapidly adapt to MLA without pre-training from scratch is both meaningful and challenging. This paper proposes the first data-efficient fine-tuning method for transitioning from MHA to MLA (MHA2MLA), which includes two key components: for partial-RoPE, we remove RoPE from dimensions of queries and keys that contribute less to the attention scores, for low-rank approximation, we introduce joint SVD approximations based on the pre-trained parameters of keys and values. These carefully designed strategies enable MHA2MLA to recover performance using only a small fraction (0.3% to 0.6%) of the data, significantly reducing inference costs while seamlessly integrating with compression techniques such as KV cache quantization. For example, the KV cache size of Llama2-7B is reduced by 92.19%, with only a 0.5% drop in LongBench performance.

URL PDF HTML 收藏