paper-with-me

홈 › Papers

Non-Hierarchical Transformers for Pedestrian Segmentation

2023-07-11 · Amani Kiruga, Xi Peng

We propose a methodology to address the challenge of instance segmentation in autonomous systems, specifically targeting accessibility and inclusivity. Our approach utilizes a non-hierarchical Vision Transformer variant, EVA-02, combined with a Cascade Mask R-CNN mask head. Through fine-tuning on the AVA instance segmentation challenge dataset, we achieved a promising mean Average Precision (mAP) of 52.68\% on the test set. Our results demonstrate the efficacy of ViT-based architectures in enhancing vision capabilities and accommodating the unique needs of individuals with disabilities.

📄 PDF Abstract BibTeX arXiv:2311.02506

Code (0)

등록된 구현이 없습니다.

Tasks

Instance SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
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…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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$…
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…

Similar Papers 제목 키워드 기반

A Novel Vision Transformer for Camera-LiDAR Fusion based Traffic Object Segmentation

2025-01-06 · Toomas Tahves, Junyi Gu, Mauro Bellone, Raivo Sell

This paper presents Camera-LiDAR Fusion Transformer (CLFT) models for traffic object segmentation, which leverage the fusion of camera and LiDAR data using vision transformers. Building on the methodology of visual trans…

Autonomous DrivingSegmentationSemantic Segmentation

Unsupervised Hierarchical Semantic Segmentation with Multiview Cosegmentation and Clustering Transformers

2022-04-25 · CVPR 2022 1 · Tsung-Wei Ke, Jyh-Jing Hwang, Yunhui Guo, Xudong Wang 외

Unsupervised semantic segmentation aims to discover groupings within and across images that capture object and view-invariance of a category without external supervision. Grouping naturally has levels of granularity, cre…

ClusteringSegmentationSemantic SegmentationUnsupervised Semantic Segmentation

A Hierarchical Pedestrian Behavior Model to Generate Realistic Human Behavior in Traffic Simulation

2022-06-01 · Scott Larter, Rodrigo Queiroz, Sean Sedwards, Atrisha Sarkar 외

Modelling pedestrian behavior is crucial in the development and testing of autonomous vehicles. In this work, we present a hierarchical pedestrian behavior model that generates high-level decisions through the use of beh…

Autonomous VehiclesDecision Making

Semantic Channels for Fast Pedestrian Detection

2016-06-01 · CVPR 2016 6 · Arthur Daniel Costea, Sergiu Nedevschi

Pedestrian detection and semantic segmentation are high potential tasks for many real-time applications. However most of the top performing approaches provide state of art results at high computational costs. In this wor…

CPUGPUPedestrian DetectionSegmentation+1

SSA-CNN: Semantic Self-Attention CNN for Pedestrian Detection

2019-02-25 · Chengju Zhou, Meiqing Wu, Siew-Kei Lam

Pedestrian detection plays an important role in many applications such as autonomous driving. We propose a method that explores semantic segmentation results as self-attention cues to significantly improve the pedestrian…

Autonomous DrivingComputational EfficiencyPedestrian DetectionSegmentation+1