JetSeg: Efficient Real-Time Semantic Segmentation Model for Low-Power GPU-Embedded Systems
Miguel Lopez-Montiel, Daniel Alejandro Lopez, Oscar Montiel

TL;DR
JetSeg is a novel, efficient real-time semantic segmentation model optimized for low-power GPU-embedded systems, combining lightweight architecture, innovative convolution strategies, and a new loss function to outperform existing models in speed and parameter efficiency.
Contribution
The paper introduces JetSeg, a new semantic segmentation model with a lightweight encoder, novel convolution blocks, and a combined loss function, optimized for embedded systems and achieving superior speed and efficiency.
Findings
JetSeg reduces parameters by 46.70M compared to state-of-the-art models.
JetSeg is up to 2x faster on NVIDIA Titan RTX and Jetson Xavier.
JetSeg outperforms existing models in speed and parameter efficiency.
Abstract
Real-time semantic segmentation is a challenging task that requires high-accuracy models with low-inference times. Implementing these models on embedded systems is limited by hardware capability and memory usage, which produces bottlenecks. We propose an efficient model for real-time semantic segmentation called JetSeg, consisting of an encoder called JetNet, and an improved RegSeg decoder. The JetNet is designed for GPU-Embedded Systems and includes two main components: a new light-weight efficient block called JetBlock, that reduces the number of parameters minimizing memory usage and inference time without sacrificing accuracy; a new strategy that involves the combination of asymmetric and non-asymmetric convolutions with depthwise-dilated convolutions called JetConv, a channel shuffle operation, light-weight activation functions, and a convenient number of group convolutions for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Advanced Image and Video Retrieval Techniques · Domain Adaptation and Few-Shot Learning
MethodsChannel Shuffle
