paper-with-me

홈 › Papers

OffRoadTranSeg: Semi-Supervised Segmentation using Transformers on OffRoad environments

2021-06-26 · Anukriti Singh, Kartikeya Singh, P. B. Sujit

We present OffRoadTranSeg, the first end-to-end framework for semi-supervised segmentation in unstructured outdoor environment using transformers and automatic data selection for labelling. The offroad segmentation is a scene understanding approach that is widely used in autonomous driving. The popular offroad segmentation method is to use fully connected convolution layers and large labelled data, however, due to class imbalance, there will be several mismatches and also some classes may not be detected. Our approach is to do the task of offroad segmentation in a semi-supervised manner. The aim is to provide a model where self supervised vision transformer is used to fine-tune offroad datasets with self-supervised data collection for labelling using depth estimation. The proposed method is validated on RELLIS-3D and RUGD offroad datasets. The experiments show that OffRoadTranSeg outperformed other state of the art models, and also solves the RELLIS-3D class imbalance problem.

📄 PDF Abstract BibTeX arXiv:2106.13963

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingDepth EstimationScene UnderstandingSegmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Excavating in the Wild: The GOOSE-Ex Dataset for Semantic Segmentation

2024-09-27 · Raphael Hagmanns, Peter Mortimer, Miguel Granero, Thorsten Luettel 외

The successful deployment of deep learning-based techniques for autonomous systems is highly dependent on the data availability for the respective system in its deployment environment. Especially for unstructured outdoor…

Semantic Segmentation

ZJU ReLER Submission for EPIC-KITCHEN Challenge 2023: Semi-Supervised Video Object Segmentation

2023-07-05 · Jiahao Li, Yuanyou Xu, Zongxin Yang, Yi Yang 외

The Associating Objects with Transformers (AOT) framework has exhibited exceptional performance in a wide range of complex scenarios for video object segmentation. In this study, we introduce MSDeAOT, a variant of the AO…

ObjectPositionSegmentationSemantic Segmentation+3

Exploring Token-Level Augmentation in Vision Transformer for Semi-Supervised Semantic Segmentation

2025-03-04 · Dengke Zhang, Quan Tang, Fagui Liu, C. L. Philip Chen 외

Semi-supervised semantic segmentation has witnessed remarkable advancements in recent years. However, existing algorithms are based on convolutional neural networks and directly applying them to Vision Transformers poses…

Data AugmentationDiversityImage AugmentationSemantic Segmentation+1

Visual Prompt Based Reasoning for Offroad Mapping using Multimodal LLMs

2026-04-06 · Abdelmoamen Nasser, Yousef Baba'a, Murad Mebrahtu, Nadya Abdel Madjid 외 arxiv

Traditional approaches to off-road autonomy rely on separate models for terrain classification, height estimation, and quantifying slip or slope conditions. Utilizing several models requires training each component separ…

Semi-Supervised Medical Image Segmentation via Cross Teaching between CNN and Transformer

2021-12-09 · Xiangde Luo, Minhao Hu, Tao Song, Guotai Wang 외

Recently, deep learning with Convolutional Neural Networks (CNNs) and Transformers has shown encouraging results in fully supervised medical image segmentation. However, it is still challenging for them to achieve good p…

Image SegmentationMedical Image SegmentationPseudo LabelSegmentation+2