Real-Time Semantic Segmentation

86 papers with code • 8 benchmarks • 12 datasets

Semantic Segmentation is a computer vision task that involves assigning a semantic label to each pixel in an image. In Real-Time Semantic Segmentation, the goal is to perform this labeling quickly and accurately in real-time, allowing for the segmentation results to be used for tasks such as object recognition, scene understanding, and autonomous navigation.

( Image credit: TorchSeg )

Libraries

Use these libraries to find Real-Time Semantic Segmentation models and implementations
16 papers
2,917
14 papers
8,252
4 papers
322
See all 10 libraries.

Multi-Level Aggregation and Recursive Alignment Architecture for Efficient Parallel Inference Segmentation Network

yanhua-zhang/mfaranet 3 Feb 2024

Real-time semantic segmentation is a crucial research for real-world applications.

5
03 Feb 2024

SCTNet: Single-Branch CNN with Transformer Semantic Information for Real-Time Segmentation

xzz777/sctnet 28 Dec 2023

Recent real-time semantic segmentation methods usually adopt an additional semantic branch to pursue rich long-range context.

112
28 Dec 2023

Bilateral Network with Residual U-blocks and Dual-Guided Attention for Real-time Semantic Segmentation

likelidoa/bidganet 31 Oct 2023

To be precise, we use the Dual-Guided Attention (DGA) module we proposed to replace some multi-scale transformations with the calculation of attention which means we only use several attention layers of near linear complexity to achieve performance comparable to frequently-used multi-layer fusion.

10
31 Oct 2023

Spatial-Assistant Encoder-Decoder Network for Real Time Semantic Segmentation

cuzaoo/sanet-main 19 Sep 2023

To ascertain the effectiveness of our approach, our SANet model achieved competitive results on the real-time CamVid and cityscape datasets.

17
19 Sep 2023

JetSeg: Efficient Real-Time Semantic Segmentation Model for Low-Power GPU-Embedded Systems

mmontielpz/jetseg 19 May 2023

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 embedded systems, and an innovative loss function named JetLoss, which integrates the Precision, Recall, and IoUB losses to improve semantic segmentation and reduce computational complexity.

20
19 May 2023

Real-Time Semantic Segmentation using Hyperspectral Images for Mapping Unstructured and Unknown Environments

tamu-edu-students/hypertools 27 Mar 2023

In our work we propose the use of hyperspectral images for real-time pixel-wise semantic classification and segmentation, without the need of any prior training data.

8
27 Mar 2023

COVERED, CollabOratiVE Robot Environment Dataset for 3D Semantic segmentation

fatemeh-ma/covered-a-dataset-for-3d-semantic-segmentation 24 Feb 2023

Despite the importance of semantic understanding for such applications, 3D semantic segmentation of collaborative robot workspaces lacks sufficient research and dedicated datasets.

6
24 Feb 2023

Lightweight Real-time Semantic Segmentation Network with Efficient Transformer and CNN

iviplab/letnet 21 Feb 2023

In the past decade, convolutional neural networks (CNNs) have shown prominence for semantic segmentation.

8
21 Feb 2023

Uncertainty in Real-Time Semantic Segmentation on Embedded Systems

ethangoan/eu-seg 20 Dec 2022

Application for semantic segmentation models in areas such as autonomous vehicles and human computer interaction require real-time predictive capabilities.

5
20 Dec 2022