中文
相关论文

相关论文: ALGM: Adaptive Local-then-Global Token Merging for…

200 篇论文

Graph-based Retrieval-augmented generation (RAG) has become a widely studied approach for improving the reasoning, accuracy, and factuality of Large Language Models (LLMs). However, many existing graph-based RAG systems overlook the high…

人工智能 · 计算机科学 2025-11-11 Qiao Xiao , Hong Ting Tsang , Jiaxin Bai

The recent development of light-weighted neural networks has promoted the applications of deep learning under resource constraints and mobile applications. Many of these applications need to perform a real-time and efficient prediction for…

计算机视觉与模式识别 · 计算机科学 2020-06-05 Weihao Jiang , Zhaozhi Xie , Yaoyi Li , Chang Liu , Hongtao Lu

Making large language models (LLMs) more efficient in memory, latency, and serving cost is crucial for edge deployment, interactive applications, and sustainable inference at scale. Pruning is a promising technique, but existing pruning…

计算与语言 · 计算机科学 2025-10-13 Eugene Kwek , Wenpeng Yin

Vision Language Models (VLMs) have demonstrated strong capabilities across various visual understanding and reasoning tasks, driven by incorporating image representations into the token inputs of Large Language Models (LLMs). However, their…

计算机视觉与模式识别 · 计算机科学 2025-04-22 Kevin Y. Li , Sachin Goyal , Joao D. Semedo , J. Zico Kolter

Vision Transformers have demonstrated exceptional performance across various computer vision tasks, yet their quadratic computational complexity concerning token length remains a significant challenge. To address this, token reduction…

计算机视觉与模式识别 · 计算机科学 2025-11-27 Dong-Jae Lee , Jiwan Hur , Jaehyun Choi , Jaemyung Yu , Junmo Kim

Diffusion models have emerged as a promising approach for generating high-quality, high-dimensional images. Nevertheless, these models are hindered by their high computational cost and slow inference, partly due to the quadratic…

计算机视觉与模式识别 · 计算机科学 2025-01-03 Omid Saghatchian , Atiyeh Gh. Moghadam , Ahmad Nickabadi

In order to obtain a compact line segment-based map representation for localization and planning of mobile robots, it is necessary to merge redundant line segments which physically represent the same part of the environment in different…

机器人学 · 计算机科学 2020-06-23 Jian Wen , Xuebo Zhang , Haiming Gao , Jing Yuan , Yongchun Fang

Vision-Language Models (VLMs) have demonstrated strong performance on multimodal reasoning tasks, but their deployment remains challenging due to high inference latency and computational cost, particularly when processing high-resolution…

计算机视觉与模式识别 · 计算机科学 2025-12-25 Putu Indah Githa Cahyani , Komang David Dananjaya Suartana , Novanto Yudistira

The landscape of image generation has been forever changed by open vocabulary diffusion models. However, at their core these models use transformers, which makes generation slow. Better implementations to increase the throughput of these…

计算机视觉与模式识别 · 计算机科学 2023-03-31 Daniel Bolya , Judy Hoffman

Modern Latent Diffusion Models (LDMs) typically operate in low-level Variational Autoencoder (VAE) latent spaces that are primarily optimized for pixel-level reconstruction. To unify vision generation and understanding, a burgeoning trend…

计算机视觉与模式识别 · 计算机科学 2025-12-22 Shilong Zhang , He Zhang , Zhifei Zhang , Chongjian Ge , Shuchen Xue , Shaoteng Liu , Mengwei Ren , Soo Ye Kim , Yuqian Zhou , Qing Liu , Daniil Pakhomov , Kai Zhang , Zhe Lin , Ping Luo

In this paper, we propose a novel locally statistical active contour model (LACM) based on Aubert-Aujol (AA) denoising model and variational level set method, which can be used for SAR images segmentation with intensity inhomogeneity. Then…

计算机视觉与模式识别 · 计算机科学 2025-08-20 Guangming Liu

With the recent advances in complex networks theory, graph-based techniques for image segmentation has attracted great attention recently. In order to segment the image into meaningful connected components, this paper proposes an image…

计算机视觉与模式识别 · 计算机科学 2019-07-12 Youssef Mourchid , Mohammed El Hassouni , Hocine Cherifi

Low-light image enhancement is an important task in computer vision, essential for improving the visibility and quality of images captured in non-optimal lighting conditions. Inadequate illumination can lead to significant information loss…

计算机视觉与模式识别 · 计算机科学 2025-05-15 Ezequiel Perez-Zarate , Oscar Ramos-Soto , Chunxiao Liu , Diego Oliva , Marco Perez-Cisneros

Obtaining a single-vector representation from a Large Language Model's (LLM) token-level outputs is a critical step for nearly all sentence-level tasks. However, standard pooling methods like mean or max aggregation treat tokens as an…

机器学习 · 计算机科学 2026-03-05 Krishna Sri Ipsit Mantri , Carola-Bibiane Schönlieb , Zorah Lähner , Moshe Eliasof

Accurate lumbar spine segmentation is crucial for diagnosing spinal disorders. Existing methods typically use coarse-grained segmentation strategies that lack the fine detail needed for precise diagnosis. Additionally, their reliance on…

计算机视觉与模式识别 · 计算机科学 2026-04-24 Sheng Lian , Jianlong Cai , Dengfeng Pan , Guang-Yong Chen , Hao Xu , Fan Zhang , Guodong Fan , Shuo Li

Deploying vision-language models (VLMs) in resource-constrained settings demands low latency and high throughput, yet existing compact VLMs often fall short of the inference speedups their smaller parameter counts suggest. To explain this…

计算机视觉与模式识别 · 计算机科学 2026-03-19 Jiabo Huang , Zhizhong Li , Sina Sajadmanesh , Weiming Zhuang , Lingjuan Lyu

The escalating scale of Large Language Models (LLMs) necessitates efficient adaptation techniques. Model merging has gained prominence for its efficiency and controllability. However, existing merging techniques typically serve as post-hoc…

The rapid advancement of Multimodal Large Language Models (MLLMs) has led to remarkable performances across various domains. However, this progress is accompanied by a substantial surge in the resource consumption of these models. We…

计算与语言 · 计算机科学 2024-12-19 Dingjie Song , Wenjun Wang , Shunian Chen , Xidong Wang , Michael Guan , Benyou Wang

Vision-Language Models (VLMs) have demonstrated strong capability in a wide range of tasks such as visual recognition, document parsing, and visual grounding. Nevertheless, recent work shows that while VLMs often manage to capture the…

计算机视觉与模式识别 · 计算机科学 2026-04-20 Chengxin Liu , Wonseok Choi , Chenshuang Zhang , Tae-Hyun Oh

Multi-scale architecture, including hierarchical vision transformer, has been commonly applied to high-resolution semantic segmentation to deal with computational complexity with minimum performance loss. In this paper, we propose a novel…

计算机视觉与模式识别 · 计算机科学 2024-06-17 Jiwon Yoo , Jangwon Lee , Gyeonghwan Kim