中文
相关论文

相关论文: PrunedCaps: A Case For Primary Capsules Discrimina…

200 篇论文

Past few years have witnessed exponential growth of interest in deep learning methodologies with rapidly improving accuracies and reduced computational complexity. In particular, architectures using Convolutional Neural Networks (CNNs) have…

计算机视觉与模式识别 · 计算机科学 2018-05-11 Sai Samarth R Phaye , Apoorva Sikka , Abhinav Dhall , Deepti Bathula

Capsule Network (CapsNet) classifier has several advantages over CNNs, including better detection of images containing overlapping categories and higher accuracy on transformed images. Despite the advantages, CapsNet is slow due to its…

计算机视觉与模式识别 · 计算机科学 2025-11-18 Pouya Shiri , Amirali Baniasadi

A Capsule Network (CapsNet) is a relatively new classifier and one of the possible successors of Convolutional Neural Networks (CNNs). CapsNet maintains the spatial hierarchies between the features and outperforms CNNs at classifying images…

计算机视觉与模式识别 · 计算机科学 2025-11-11 Pouya Shiri , Amirali Baniasadi

Image classification has become one of the main tasks in the field of computer vision technologies. In this context, a recent algorithm called CapsNet that implements an approach based on activity vectors and dynamic routing between…

计算机视觉与模式识别 · 计算机科学 2018-05-30 Rinat Mukhometzianov , Juan Carrillo

A key component to the success of deep learning is the availability of massive amounts of training data. Building and annotating large datasets for solving medical image classification problems is today a bottleneck for many applications.…

计算机视觉与模式识别 · 计算机科学 2019-02-05 Amelia Jiménez-Sánchez , Shadi Albarqouni , Diana Mateus

Capsule Networks (CapsNets) is a machine learning architecture proposed to overcome some of the shortcomings of convolutional neural networks (CNNs). However, CapsNets have mainly outperformed CNNs in datasets where images are small and/or…

计算机视觉与模式识别 · 计算机科学 2021-09-07 Juan P. Vigueras-Guillén , Arijit Patra , Ola Engkvist , Frank Seeliger

Deep convolutional neural networks, assisted by architectural design strategies, make extensive use of data augmentation techniques and layers with a high number of feature maps to embed object transformations. That is highly inefficient…

计算机视觉与模式识别 · 计算机科学 2021-12-21 Vittorio Mazzia , Francesco Salvetti , Marcello Chiaberge

In recent years, the CNNs have achieved great successes in the image processing tasks, e.g., image recognition and object detection. Unfortunately, traditional CNN's classification is found to be easily misled by increasingly complex image…

分布式、并行与集群计算 · 计算机科学 2019-11-12 Xingyao Zhang , Shuaiwen Leon Song , Chenhao Xie , Jing Wang , Weigong Zhang , Xin Fu

We propose Pure CapsNets (P-CapsNets) which is a generation of normal CNNs structurally. Specifically, we make three modifications to current CapsNets. First, we remove routing procedures from CapsNets based on the observation that the…

计算机视觉与模式识别 · 计算机科学 2019-12-19 Zhenhua Chen , Xiwen Li , Chuhua Wang , David Crandall

We propose Cluster Pruning (CUP) for compressing and accelerating deep neural networks. Our approach prunes similar filters by clustering them based on features derived from both the incoming and outgoing weight connections. With CUP, we…

计算机视觉与模式识别 · 计算机科学 2019-11-21 Rahul Duggal , Cao Xiao , Richard Vuduc , Jimeng Sun

The Capsule Network is widely believed to be more robust than Convolutional Networks. However, there are no comprehensive comparisons between these two networks, and it is also unknown which components in the CapsNet affect its robustness.…

计算机视觉与模式识别 · 计算机科学 2021-03-30 Jindong Gu , Volker Tresp , Han Hu

Capsule Networks outperform Convolutional Neural Networks in learning the part-whole relationships with viewpoint invariance, and the credit goes to their multidimensional capsules. It was assumed that increasing the number of capsule…

计算机视觉与模式识别 · 计算机科学 2024-10-23 Siddharth Sahu , Abdulrahman Altahhan

Capsule Networks (CapsNets) are able to hierarchically preserve the pose relationships between multiple objects for image classification tasks. Other than achieving high accuracy, another relevant factor in deploying CapsNets in…

机器学习 · 计算机科学 2023-04-26 Alberto Marchisio , Antonio De Marco , Alessio Colucci , Maurizio Martina , Muhammad Shafique

Capsule Network is a promising concept in deep learning, yet its true potential is not fully realized thus far, providing sub-par performance on several key benchmark datasets with complex data. Drawing intuition from the success achieved…

计算机视觉与模式识别 · 计算机科学 2019-04-23 Jathushan Rajasegaran , Vinoj Jayasundara , Sandaru Jayasekara , Hirunima Jayasekara , Suranga Seneviratne , Ranga Rodrigo

The basic computational unit in Capsule Network (CapsNet) is a capsule (vs. neurons in Convolutional Neural Networks (CNNs)). A capsule is a set of neurons, which form a vector. CapsNet is used for supervised classification of data and has…

计算机视觉与模式识别 · 计算机科学 2025-10-10 Pouya Shiri , Ramin Sharifi , Amirali Baniasadi

The remarkable performance of deep Convolutional neural networks (CNNs) is generally attributed to their deeper and wider architectures, which can come with significant computational costs. Pruning neural networks has thus gained interest…

计算机视觉与模式识别 · 计算机科学 2023-12-01 Yang He , Lingao Xiao

Recently there has been a lot of work on pruning filters from deep convolutional neural networks (CNNs) with the intention of reducing computations.The key idea is to rank the filters based on a certain criterion (say, l1-norm) and retain…

机器学习 · 计算机科学 2018-12-27 Deepak Mittal , Shweta Bhardwaj , Mitesh M. Khapra , Balaraman Ravindran

Convolutional neural networks (CNNs) achieve translational invariance by using pooling operations. However, the operations do not preserve the spatial relationships in the learned representations. Hence, CNNs cannot extrapolate to various…

计算机视觉与模式识别 · 计算机科学 2020-04-01 Jindong Gu , Volker Tresp

From the moment Neural Networks dominated the scene for image processing, the computational complexity needed to solve the targeted tasks skyrocketed: against such an unsustainable trend, many strategies have been developed, ambitiously…

计算机视觉与模式识别 · 计算机科学 2022-08-22 Riccardo Renzulli , Marco Grangetto

Capsule Networks have emerged as a powerful class of deep learning architectures, known for robust performance with relatively few parameters compared to Convolutional Neural Networks (CNNs). However, their inherent efficiency is often…

计算机视觉与模式识别 · 计算机科学 2024-03-11 Miles Everett , Mingjun Zhong , Georgios Leontidis
‹ 上一页 1 2 3 10 下一页 ›