paper-with-me

홈 › Papers

Exploration of Optimized Semantic Segmentation Architectures for edge-Deployment on Drones

2020-07-06 · Vivek Parmar, Narayani Bhatia, Shubham Negi, Manan Suri

In this paper, we present an analysis on the impact of network parameters for semantic segmentation architectures in context of UAV data processing. We present the analysis on the DroneDeploy Segmentation benchmark. Based on the comparative analysis we identify the optimal network architecture to be FPN-EfficientNetB3 with pretrained encoder backbones based on Imagenet Dataset. The network achieves IoU score of 0.65 and F1-score of 0.71 over the validation dataset. We also compare the various architectures in terms of their memory footprint and inference latency with further exploration of the impact of TensorRT based optimizations. We achieve memory savings of ~4.1x and latency improvement of 10% compared to Model: FPN and Backbone: InceptionResnetV2.

📄 PDF Abstract BibTeX arXiv:2007.02839

Code (0)

등록된 구현이 없습니다.

Tasks

SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
FPN 설명 없음

Similar Papers 제목 키워드 기반

SqueezeNAS: Fast neural architecture search for faster semantic segmentation

2019-08-05 · Albert Shaw, Daniel Hunter, Forrest Iandola, Sammy Sidhu

For real time applications utilizing Deep Neural Networks (DNNs), it is critical that the models achieve high-accuracy on the target task and low-latency inference on the target computing platform. While Neural Architect…

image-classificationImage ClassificationNeural Architecture SearchSemantic Segmentation

EdgeSegNet: A Compact Network for Semantic Segmentation

2019-05-10 · Zhong Qiu Lin, Brendan Chwyl, Alexander Wong

In this study, we introduce EdgeSegNet, a compact deep convolutional neural network for the task of semantic segmentation. A human-machine collaborative design strategy is leveraged to create EdgeSegNet, where principled…

SegmentationSemantic Segmentation

Distilling Knowledge from Heterogeneous Architectures for Semantic Segmentation

2025-04-10 · Yanglin Huang, Kai Hu, Yuan Zhang, Zhineng Chen 외

Current knowledge distillation (KD) methods for semantic segmentation focus on guiding the student to imitate the teacher's knowledge within homogeneous architectures. However, these methods overlook the diverse knowledg…

Knowledge DistillationSemantic Segmentation

GSANet: Semantic Segmentation with Global and Selective Attention

2020-02-14 · Qing-Feng Liu, Mostafa El-Khamy, Dongwoon Bai, Jungwon Lee

This paper proposes a novel deep learning architecture for semantic segmentation. The proposed Global and Selective Attention Network (GSANet) features Atrous Spatial Pyramid Pooling (ASPP) with a novel sparsemax global …

DecoderSegmentationSemantic Segmentation

FAKD: Feature Augmented Knowledge Distillation for Semantic Segmentation

2022-08-30 · Jianlong Yuan, Qian Qi, Fei Du, Zhibin Wang 외

In this work, we explore data augmentations for knowledge distillation on semantic segmentation. To avoid over-fitting to the noise in the teacher network, a large number of training examples is essential for knowledge d…

Knowledge DistillationSegmentationSemantic Segmentation