中文
相关论文

相关论文: Capsules with Inverted Dot-Product Attention Routi…

200 篇论文

Capsule networks (see e.g. Hinton et al., 2018) aim to encode knowledge of and reason about the relationship between an object and its parts. In this paper we specify a generative model for such data, and derive a variational algorithm for…

机器学习 · 计算机科学 2023-03-29 Alfredo Nazabal , Nikolaos Tsagkas , Christopher K. I. Williams

Spiking Neural Networks (SNNs) have been recently integrated into Transformer architectures due to their potential to reduce computational demands and to improve power efficiency. Yet, the implementation of the attention mechanism using…

硬件体系结构 · 计算机科学 2024-11-12 Zihang Song , Prabodh Katti , Osvaldo Simeone , Bipin Rajendran

Attention mechanisms have revolutionized sequence learning but suffer from quadratic computational complexity. This paper introduces \model, a novel recurrent neural network (RNN) mechanism that leverages the inherent low-rank structure of…

机器学习 · 计算机科学 2026-01-01 Mahdi Karami , Razvan Pascanu , Vahab Mirrokni

Convolutional neural networks use pooling and other downscaling operations to maintain translational invariance for detection of features, but in their architecture they do not explicitly maintain a representation of the locations of the…

计算机视觉与模式识别 · 计算机科学 2021-03-16 Prem Nair , Rohan Doshi , Stefan Keselj

Capsules are grouping of neurons that allow to represent sophisticated information of a visual entity such as pose and features. In the view of this property, Capsule Networks outperform CNNs in challenging tasks like object recognition in…

计算机视觉与模式识别 · 计算机科学 2020-07-10 Barış Özcan , Furkan Kınlı , Furkan Kıraç

Learning invariant representations has been the long-standing approach to self-supervised learning. However, recently progress has been made in preserving equivariant properties in representations, yet do so with highly prescribed…

计算机视觉与模式识别 · 计算机科学 2025-10-07 Miles Everett , Aiden Durrant , Mingjun Zhong , Georgios Leontidis

Capsule network is a recent new deep network architecture that has been applied successfully for medical image segmentation tasks. This work extends capsule networks for volumetric medical image segmentation with self-supervised learning.…

图像与视频处理 · 电气工程与系统科学 2022-03-30 Minh Tran , Loi Ly , Binh-Son Hua , Ngan Le

Transformer-based architectures achieve state-of-the-art performance across a wide range of tasks in natural language processing, computer vision, and speech processing. However, their immense capacity often leads to overfitting, especially…

计算机视觉与模式识别 · 计算机科学 2025-09-22 Mirza Samad Ahmed Baig , Syeda Anshrah Gillani , Abdul Akbar Khan , Shahid Munir Shah , Muhammad Omer Khan

As the core building block of vision transformers, attention is a powerful tool to capture long-range dependency. However, such power comes at a cost: it incurs a huge computation burden and heavy memory footprint as pairwise token…

计算机视觉与模式识别 · 计算机科学 2023-03-16 Lei Zhu , Xinjiang Wang , Zhanghan Ke , Wayne Zhang , Rynson Lau

Convolutional Neural Networks (CNNs) were the driving force behind many advancements in Computer Vision research in recent years. This progress has spawned many practical applications and we see an increased need to efficiently move CNNs to…

计算机视觉与模式识别 · 计算机科学 2020-05-13 Thomas Kurbiel , Shahrzad Khaleghian

A compact, accurate, and bitwidth-programmable in-memory computing (IMC) static random-access memory (SRAM) macro, named CAP-RAM, is presented for energy-efficient convolutional neural network (CNN) inference. It leverages a novel…

硬件体系结构 · 计算机科学 2021-07-07 Zhiyu Chen , Zhanghao Yu , Qing Jin , Yan He , Jingyu Wang , Sheng Lin , Dai Li , Yanzhi Wang , Kaiyuan Yang

With the development of new technologies and applications, such as the Internet of Things, smart cities, 5G, and edge computing, traditional Internet Protocol-based (IP-based) networks have been exposed as having many problems.…

网络与互联网体系结构 · 计算机科学 2022-01-11 Pei-Hsuan Tsai , Junbin Zhang , Meng-Hsun Tsai

Convolutional Neural Networks (CNNs) frequently "cheat" by exploiting superficial correlations, raising concerns about whether they make predictions for the right reasons. Inspired by cognitive science, which highlights the role of…

计算机视觉与模式识别 · 计算机科学 2025-09-26 Ryan L. Yang , Dipkamal Bhusal , Nidhi Rastogi

The Linear Attention Recurrent Neural Network (LARNN) is a recurrent attention module derived from the Long Short-Term Memory (LSTM) cell and ideas from the consciousness Recurrent Neural Network (RNN). Yes, it LARNNs. The LARNN uses…

机器学习 · 计算机科学 2018-08-17 Guillaume Chevalier

Image classification is a challenging problem which aims to identify the category of object in the image. In recent years, deep Convolutional Neural Networks (CNNs) have been applied to handle this task, and impressive improvement has been…

计算机视觉与模式识别 · 计算机科学 2022-11-29 Hao Ren , Jianlin Su , Hong Lu

In this paper, we propose a capsule-based neural network model to solve the semantic segmentation problem. By taking advantage of the extractable part-whole dependencies available in capsule layers, we derive the probabilities of the class…

计算机视觉与模式识别 · 计算机科学 2020-07-17 Tao Sun , Zhewei Wang , C. D. Smith , Jundong Liu

Recently, Transformer-based image restoration networks have achieved promising improvements over convolutional neural networks due to parameter-independent global interactions. To lower computational cost, existing works generally limit…

计算机视觉与模式识别 · 计算机科学 2023-02-06 Jiale Zhang , Yulun Zhang , Jinjin Gu , Yongbing Zhang , Linghe Kong , Xin Yuan

In industrial defect segmentation tasks, while pixel accuracy and Intersection over Union (IoU) are commonly employed metrics to assess segmentation performance, the output consistency (also referred to equivalence) of the model is often…

计算机视觉与模式识别 · 计算机科学 2023-10-02 Zhen Qu , Xian Tao , Fei Shen , Zhengtao Zhang , Tao Li

Multimodal machine translation (MMT), which mainly focuses on enhancing text-only translation with visual features, has attracted considerable attention from both computer vision and natural language processing communities. Most current MMT…

计算与语言 · 计算机科学 2020-09-07 Huan Lin , Fandong Meng , Jinsong Su , Yongjing Yin , Zhengyuan Yang , Yubin Ge , Jie Zhou , Jiebo Luo

Capsule networks (CapsNets) are an emerging trend in image processing. In contrast to a convolutional neural network, CapsNets are not vulnerable to object deformation, as the relative spatial information of the objects is preserved across…

机器学习 · 计算机科学 2024-04-09 Miguel Costa , Diogo Costa , Tiago Gomes , Sandro Pinto
‹ 上一页 1 8 9 10 下一页 ›