paper-with-me

Papers

Development of Skip Connection in Deep Neural Networks for Computer Vision and Medical Image Analysis: A Survey

2024-05-02 · Guoping Xu, Xiaxia Wang, Xinglong Wu, Xuesong Leng, Yongchao Xu

Deep learning has made significant progress in computer vision, specifically in image classification, object detection, and semantic segmentation. The skip connection has played an essential role in the architecture of deep neural networks,enabling easier optimization through residual learning during the training stage and improving accuracy during testing. Many neural networks have inherited the idea of residual learning with skip connections for various tasks, and it has been the standard choice for designing neural networks. This survey provides a comprehensive summary and outlook on the development of skip connections in deep neural networks. The short history of skip connections is outlined, and the development of residual learning in deep neural networks is surveyed. The effectiveness of skip connections in the training and testing stages is summarized, and future directions for using skip connections in residual learning are discussed. Finally, we summarize seminal papers, source code, models, and datasets that utilize skip connections in computer vision, including image classification, object detection, semantic segmentation, and image reconstruction. We hope this survey could inspire peer researchers in the community to develop further skip connections in various forms and tasks and the theory of residual learning in deep neural networks. The project page can be found at https://github.com/apple1986/Residual_Learning_For_Images

📄 PDF Abstract BibTeX arXiv:2405.01725

Code (1)

apple1986/residual_learning_for_images 공식 구현 pytorch

Tasks

image-classificationImage ClassificationImage ReconstructionMedical Image Analysisobject-detectionObject DetectionSemantic SegmentationSurvey

Similar Papers 제목 키워드 기반

UNet#: A UNet-like Redesigning Skip Connections for Medical Image Segmentation

2022-05-24 · Ledan Qian, Xiao Zhou, Yi Li, Zhongyi Hu

As an essential prerequisite for developing a medical intelligent assistant system, medical image segmentation has received extensive research and concentration from the neural network community. A series of UNet-like ne…

DecoderImage SegmentationInstance SegmentationMedical Image Segmentation+2

BiO-Net: Learning Recurrent Bi-directional Connections for Encoder-Decoder Architecture

2020-07-01 · Tiange Xiang, Chaoyi Zhang, Dongnan Liu, Yang song 외

U-Net has become one of the state-of-the-art deep learning-based approaches for modern computer vision tasks such as semantic segmentation, super resolution, image denoising, and inpainting. Previous extensions of U-Net …

DecoderDenoisingImage DenoisingMedical Image Analysis+2

The Importance of Skip Connections in Biomedical Image Segmentation

2016-08-14 · Michal Drozdzal, Eugene Vorontsov, Gabriel Chartrand, Samuel Kadoury 외

In this paper, we study the influence of both long and short skip connections on Fully Convolutional Networks (FCN) for biomedical image segmentation. In standard FCNs, only long skip connections are used to skip feature…

Image SegmentationSemantic Segmentation

Algebraic Representations for Faster Predictions in Convolutional Neural Networks

2024-08-14 · Johnny Joyce, Jan Verschelde

Convolutional neural networks (CNNs) are a popular choice of model for tasks in computer vision. When CNNs are made with many layers, resulting in a deep neural network, skip connections may be added to create an easier …

Narrowing the semantic gaps in U-Net with learnable skip connections: The case of medical image segmentation

2023-12-23 · Haonan Wang, Peng Cao, Xiaoli Liu, Jinzhu Yang 외

Most state-of-the-art methods for medical image segmentation adopt the encoder-decoder architecture. However, this U-shaped framework still has limitations in capturing the non-local multi-scale information with a simple…

DecoderImage SegmentationMedical Image SegmentationSegmentation+1