paper-with-me

홈 › Papers

Playing Atari with Capsule Networks: A systematic comparison of CNN and CapsNets-based agents.

2021-01-01 · Akash Singh, Kevin Mets, Jose Oramas, Steven Latré

In recent years, Capsule Networks (CapsNets) have achieved promising results in tasks in the object recognition task thanks to their invariance characteristics towards pose and lighting. They have been proposed as an alternative to relational insensitive and translation invariant Convolutional Neural Networks (CNN). It has been empirically proven that CapsNets are capable of achieving competitive performance while requiring significantly fewer parameters. This is a desirable characteristic for Deep reinforcement learning which is known to be sample-inefficient during training. In this paper, we conduct a systematic analysis to explore the potential of CapsNets-based agents in the deep reinforcement learning setting. More specifically, we compare the performance of a CNN-based agent with a CapsNets-based agent in a deep Q-network using the Atari suite as the testbed of our analysis. To the best of our knowledge, this work constitutes the first CapsNets based deep reinforcement learning model to learn state-action value functions without the need of task-specific adaptation. Our results show that, in this setting, CapsNets-based architectures require 92% fewer parameters compared to their CNN-based counterparts. Moreover, despite their smaller size, the CapsNets-based agents provide significant boosts in performance (score), ranging between 10% - 77%. This is supported by our empirical results which shows that CapsNets-based agents outperform the CNN-based agent, in a Double-DQN with Prioritized experience replay setting, in eight out of the nine selected environments.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Capsule Network A capsule is an activation vector that basically executes on its inputs some complex internal computations. Length of these activation vectors signifies the probability of…
Prioritized Experience Replay Prioritized Experience Replay is a type of experience replay in reinforcement learning where we more frequently replay…
Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…

Similar Papers 제목 키워드 기반

RobCaps: Evaluating the Robustness of Capsule Networks against Affine Transformations and Adversarial Attacks

2023-04-08 · Alberto Marchisio, Antonio De Marco, Alessio Colucci, Maurizio Martina 외

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 Cap…

image-classificationImage Classification

PT-CapsNet: A Novel Prediction-Tuning Capsule Network Suitable for Deeper Architectures

2021-01-01 · ICCV 2021 10 · Chenbin Pan, Senem Velipasalar

Capsule Networks (CapsNets) create internal representations by parsing inputs into various instances at different resolution levels via a two-phase process -- part-whole transformation and hierarchical component rout…

object-detectionObject DetectionSemantic Segmentation

Task Independent Capsule-Based Agents for Deep Q-Learning

2022-01-11 · Benelux Conference on Artificial Intelligence 2022 1 · Akash Singh, Tom De Schepper, Kevin Mets, Peter Hellinckx 외

In recent years, Capsule Networks (CapsNets) have achieved promising results in tasks such as object recognition thanks to their invariance characteristics towards pose and lighting. They have been proposed as an alterna…

Deep Reinforcement LearningObject RecognitionQ-Learningreinforcement-learning+2

PrunedCaps: A Case For Primary Capsules Discrimination

2025-12-02 · Ramin Sharifi, Pouya Shiri, Amirali Baniasadi arxiv

Capsule Networks (CapsNets) are a generation of image classifiers with proven advantages over Convolutional Neural Networks (CNNs). Better robustness to affine transformation and overlapping image detection are some of t…

Parallel Capsule Networks for Classification of White Blood Cells

2021-08-05 · Juan P. Vigueras-Guillén, Arijit Patra, Ola Engkvist, Frank Seeliger

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 imag…

Classification