paper-with-me

홈 › Papers

A Non-Technical Survey on Deep Convolutional Neural Network Architectures

2018-03-06 · Felix Altenberger, Claus Lenz

Artificial neural networks have recently shown great results in many disciplines and a variety of applications, including natural language understanding, speech processing, games and image data generation. One particular application in which the strong performance of artificial neural networks was demonstrated is the recognition of objects in images, where deep convolutional neural networks are commonly applied. In this survey, we give a comprehensive introduction to this topic (object recognition with deep convolutional neural networks), with a strong focus on the evolution of network architectures. Therefore, we aim to compress the most important concepts in this field in a simple and non-technical manner to allow for future researchers to have a quick general understanding. This work is structured as follows: 1. We will explain the basic ideas of (convolutional) neural networks and deep learning and examine their usage for three object recognition tasks: image classification, object localization and object detection. 2. We give a review on the evolution of deep convolutional neural networks by providing an extensive overview of the most important network architectures presented in chronological order of their appearances.

📄 PDF Abstract BibTeX arXiv:1803.02129

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationNatural Language UnderstandingObjectobject-detectionObject DetectionObject LocalizationObject RecognitionSurvey

Similar Papers 제목 키워드 기반

A Survey on Deep Learning-based Architectures for Semantic Segmentation on 2D images

2019-12-21 · Irem Ulku, Erdem Akagunduz

Semantic segmentation is the pixel-wise labelling of an image. Since the problem is defined at the pixel level, determining image class labels only is not acceptable, but localising them at the original image pixel resol…

2D Semantic SegmentationDeep LearningSegmentationSemantic Segmentation+1

Survey of Specialized Large Language Model

2025-08-27 · Chenghan Yang, Ruiyu Zhao, Yang Liu, Ling Jiang arxiv

The rapid evolution of specialized large language models (LLMs) has transitioned from simple domain adaptation to sophisticated native architectures, marking a paradigm shift in AI development. This survey systematically…

Domain Adaptation

Speed Always Wins: A Survey on Efficient Architectures for Large Language Models

2025-08-13 · Weigao Sun, Jiaxi Hu, Yucheng Zhou, Jusen Du 외 arxiv

Large Language Models (LLMs) have delivered impressive results in language understanding, generation, reasoning, and pushes the ability boundary of multimodal models. Transformer models, as the foundation of modern LLMs,…

A Comprehensive Survey on Video Scene Parsing:Advances, Challenges, and Prospects

2025-06-16 · Guohuan Xie, Syed Ariff Syed Hesham, Wenya Guo, Bing Li 외

Video Scene Parsing (VSP) has emerged as a cornerstone in computer vision, facilitating the simultaneous segmentation, recognition, and tracking of diverse visual entities in dynamic scenes. In this survey, we present a …

BenchmarkingInstance SegmentationOpen-Vocabulary Video SegmentationPanoptic Segmentation+8

Deep learning: Technical introduction

2017-09-05 · Thomas Epelbaum

This note presents in a technical though hopefully pedagogical way the three most common forms of neural network architectures: Feedforward, Convolutional and Recurrent. For each network, their fundamental building block…

Deep Learning