paper-with-me

홈 › Papers

Single Image Super-Resolution Based on Capsule Neural Networks

2022-10-06 · George Corrêa de Araújo, Helio Pedrini

Single image super-resolution (SISR) is the process of obtaining one high-resolution version of a low-resolution image by increasing the number of pixels per unit area. This method has been actively investigated by the research community, due to the wide variety of real-world problems where it can be applied, from aerial and satellite imaging to compressed image and video enhancement. Despite the improvements achieved by deep learning in the field, the vast majority of the used networks are based on traditional convolutions, with the solutions focusing on going deeper and/or wider, and innovations coming from jointly employing successful concepts from other fields. In this work, we decided to step up from the traditional convolutions and adopt the concept of capsules. Since their overwhelming results both in image classification and segmentation problems, we question how suitable they are for SISR. We also verify that different solutions share most of their configurations, and argue that this trend leads to fewer explorations of network varieties. During our experiments, we check various strategies to improve results, ranging from new and different loss functions to changes in the capsule layers. Our network achieved good results with fewer convolutional-based layers, showing that capsules might be a concept worth applying in the image super-resolution problem.

📄 PDF Abstract BibTeX arXiv:2210.03743

Code (1)

george-gca/sr-pytorch-lightning 공식 구현 pytorch

Tasks

image-classificationImage Super-ResolutionSuper-Resolution

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…

Similar Papers 제목 키워드 기반

Facial Attribute Capsules for Noise Face Super Resolution

2020-02-16 · Jingwei Xin, Nannan Wang, Xinrui Jiang, Jie Li 외

Existing face super-resolution (SR) methods mainly assume the input image to be noise-free. Their performance degrades drastically when applied to real-world scenarios where the input image is always contaminated by nois…

AttributeHallucinationImage Super-ResolutionSuper-Resolution

EndoL2H: Deep Super-Resolution for Capsule Endoscopy

2020-02-13 · Yasin Almalioglu, Kutsev Bengisu Ozyoruk, Abdulkadir Gokce, Kagan Incetan 외

Although wireless capsule endoscopy is the preferred modality for diagnosis and assessment of small bowel diseases, the poor camera resolution is a substantial limitation for both subjective and automated diagnostics. En…

Super-Resolution

Super-Resolution Enhancement of Medical Images Based on Diffusion Model: An Optimization Scheme for Low-Resolution Gastric Images

2025-12-22 · Haozhe Jia arxiv

Capsule endoscopy has enabled minimally invasive gastrointestinal imaging, but its clinical utility is limited by the inherently low resolution of captured images due to hardware, power, and transmission constraints. Thi…

Deep Hybrid Architecture for Very Low-Resolution Image Classification Using Capsule Attention

2024-09-27 · IEEE Access 2024 9 · Hasindu Dewasurendra, Taejoon Kim

Despite extensive applications in surveillance and remote sensing, research on very low-resolution (VLR) image classification remains relatively unexplored in comparison to high-resolution (HR) image classification. We i…

image-classificationImage ClassificationTransfer Learning

Subspace Capsule Network

2020-02-07 · Marzieh Edraki, Nazanin Rahnavard, Mubarak Shah

Convolutional neural networks (CNNs) have become a key asset to most of fields in AI. Despite their successful performance, CNNs suffer from a major drawback. They fail to capture the hierarchy of spatial relation among …

General ClassificationGenerative Adversarial Networkimage-classificationImage Classification+2