中文
相关论文

相关论文: RSRWKV: A Linear-Complexity 2D Attention Mechanism…

200 篇论文

Existing paradigms for remote sensing change detection are caught in a trade-off: CNNs excel at efficiency but lack global context, while Transformers capture long-range dependencies at a prohibitive computational cost. This paper…

计算机视觉与模式识别 · 计算机科学 2026-03-23 Zhenyu Yang , Gensheng Pei , Tao Chen , Xia Yuan , Haofeng Zhang , Xiangbo Shu , Yazhou Yao

Transformers have revolutionized computer vision and natural language processing, but their high computational complexity limits their application in high-resolution image processing and long-context analysis. This paper introduces…

计算机视觉与模式识别 · 计算机科学 2025-04-01 Yuchen Duan , Weiyun Wang , Zhe Chen , Xizhou Zhu , Lewei Lu , Tong Lu , Yu Qiao , Hongsheng Li , Jifeng Dai , Wenhai Wang

In recent years, significant advancements have been made in deep learning for medical image segmentation, particularly with convolutional neural networks (CNNs) and transformer models. However, CNNs face limitations in capturing long-range…

图像与视频处理 · 电气工程与系统科学 2025-10-28 Juntao Jiang , Jiangning Zhang , Weixuan Liu , Muxuan Gao , Xiaobin Hu , Zhucun Xue , Yong Liu , Shuicheng Yan

The Receptance Weighted Key Value (RWKV) model offers a novel alternative to the Transformer architecture, merging the benefits of recurrent and attention-based systems. Unlike conventional Transformers, which depend heavily on…

计算与语言 · 计算机科学 2025-01-07 Zhiyuan Li , Tingyu Xia , Yi Chang , Yuan Wu

Transformers have revolutionized medical image restoration, but the quadratic complexity still poses limitations for their application to high-resolution medical images. The recent advent of the Receptance Weighted Key Value (RWKV) model in…

图像与视频处理 · 电气工程与系统科学 2025-01-07 Zhiwen Yang , Jiayin Li , Hui Zhang , Dan Zhao , Bingzheng Wei , Yan Xu

Style transfer aims to generate a new image preserving the content but with the artistic representation of the style source. Most of the existing methods are based on Transformers or diffusion models, however, they suffer from quadratic…

计算机视觉与模式识别 · 计算机科学 2024-12-30 Miaomiao Dai , Qianyu Zhou , Lizhuang Ma

In this paper, we introduce RWKV-X, a novel hybrid architecture that combines the efficiency of RWKV for short-range modeling with a sparse attention mechanism designed to capture long-range context. Unlike previous hybrid approaches that…

计算与语言 · 计算机科学 2025-05-12 Haowen Hou , Zhiyi Huang , Kaifeng Tan , Rongchang Lu , Fei Richard Yu

Transformers have revolutionized almost all natural language processing (NLP) tasks but suffer from memory and computational complexity that scales quadratically with sequence length. In contrast, recurrent neural networks (RNNs) exhibit…

Models based on the Transformer architecture have seen widespread application across fields such as natural language processing, computer vision, and robotics, with large language models like ChatGPT revolutionizing machine understanding of…

机器人学 · 计算机科学 2024-07-24 Yujian Dong , Tianyu Wu , Chaoyang Song

To address the challenges of high computational costs and long-distance dependencies in exist ing video understanding methods, such as CNNs and Transformers, this work introduces RWKV to the video domain in a novel way. We propose a LSTM…

计算机视觉与模式识别 · 计算机科学 2024-11-11 Zhuowen Yin , Chengru Li , Xingbo Dong

Deep learning-based single-image super-resolution (SISR) technology focuses on enhancing low-resolution (LR) images into high-resolution (HR) ones. Although significant progress has been made, challenges remain in computational complexity…

计算机视觉与模式识别 · 计算机科学 2025-12-23 Rongchang Lu , Changyu Li , Donghang Li , Guojing Zhang , Jianqiang Huang , Xilai Li

Ultra-high-field 7T MRI offers enhanced spatial resolution and tissue contrast that enables the detection of subtle pathological changes in neurological disorders. However, the limited availability of 7T scanners restricts widespread…

图像与视频处理 · 电气工程与系统科学 2025-10-13 Yingtie Lei , Zimeng Li , Chi-Man Pun , Yupeng Liu , Xuhang Chen

Owing to the impressive dot-product attention, the Transformers have been the dominant architectures in various natural language processing (NLP) tasks. Recently, the Receptance Weighted Key Value (RWKV) architecture follows a…

计算与语言 · 计算机科学 2024-09-16 Leilei Wang

In this research, we deal with the problem of visual question answering (VQA) in remote sensing. While remotely sensed images contain information significant for the task of identification and object detection, they pose a great challenge…

计算机视觉与模式识别 · 计算机科学 2023-06-27 Jayesh Songara , Shivam Pande , Shabnam Choudhury , Biplab Banerjee , Rajbabu Velmurugan

Transformers have revolutionized the point cloud learning task, but the quadratic complexity hinders its extension to long sequence and makes a burden on limited computational resources. The recent advent of RWKV, a fresh breed of deep…

计算机视觉与模式识别 · 计算机科学 2024-09-04 Qingdong He , Jiangning Zhang , Jinlong Peng , Haoyang He , Xiangtai Li , Yabiao Wang , Chengjie Wang

Medical image segmentation is a fundamental and key technology in computer-aided diagnosis and treatment. Previous methods can be broadly classified into three categories: convolutional neural network (CNN) based, Transformer based, and…

图像与视频处理 · 电气工程与系统科学 2025-06-13 Zhenhuan Zhou

Deep learning methods have traditionally been difficult to apply to compression of hyperspectral images onboard of spacecrafts, due to the large computational complexity needed to achieve adequate representational power, as well as the lack…

图像与视频处理 · 电气工程与系统科学 2024-03-27 Diego Valsesia , Tiziano Bianchi , Enrico Magli

Recently, deep convolutional neural networks (CNNs) have obtained promising results in image processing tasks including super-resolution (SR). However, most CNN-based SR methods treat low-resolution (LR) inputs and features equally across…

计算机视觉与模式识别 · 计算机科学 2019-01-03 Jun Gu , Guangluan Xu , Yue Zhang , Xian Sun , Ran Wen , Lei Wang

Visual Language Models (VLMs) have rapidly progressed with the recent success of large language models. However, there have been few attempts to incorporate efficient linear Recurrent Neural Networks (RNNs) architectures into VLMs. In this…

计算机视觉与模式识别 · 计算机科学 2024-12-20 Haowen Hou , Peigen Zeng , Fei Ma , Fei Richard Yu

Remote Sensing Visual Question Answering (RSVQA) is a challenging task that involves interpreting complex satellite imagery to answer natural language questions. Traditional approaches often rely on separate visual feature extractors and…

计算机视觉与模式识别 · 计算机科学 2024-11-19 Surasakdi Siripong , Apirak Chaiyapan , Thanakorn Phonchai
‹ 上一页 1 2 3 10 下一页 ›