paper-with-me

Papers

pCTFusion: Point Convolution-Transformer Fusion with Semantic Aware Loss for Outdoor LiDAR Point Cloud Segmentation

2023-07-27 · Abhishek Kuriyal, Vaibhav Kumar, Bharat Lohani

LiDAR-generated point clouds are crucial for perceiving outdoor environments. The segmentation of point clouds is also essential for many applications. Previous research has focused on using self-attention and convolution (local attention) mechanisms individually in semantic segmentation architectures. However, there is limited work on combining the learned representations of these attention mechanisms to improve performance. Additionally, existing research that combines convolution with self-attention relies on global attention, which is not practical for processing large point clouds. To address these challenges, this study proposes a new architecture, pCTFusion, which combines kernel-based convolutions and self-attention mechanisms for better feature learning and capturing local and global dependencies in segmentation. The proposed architecture employs two types of self-attention mechanisms, local and global, based on the hierarchical positions of the encoder blocks. Furthermore, the existing loss functions do not consider the semantic and position-wise importance of the points, resulting in reduced accuracy, particularly at sharp class boundaries. To overcome this, the study models a novel attention-based loss function called Pointwise Geometric Anisotropy (PGA), which assigns weights based on the semantic distribution of points in a neighborhood. The proposed architecture is evaluated on SemanticKITTI outdoor dataset and showed a 5-7% improvement in performance compared to the state-of-the-art architectures. The results are particularly encouraging for minor classes, often misclassified due to class imbalance, lack of space, and neighbor-aware feature encoding. These developed methods can be leveraged for the segmentation of complex datasets and can drive real-world applications of LiDAR point cloud.

📄 PDF Abstract BibTeX arXiv:2307.14777

Code (1)

GeoAI-Research-Lab/PCTFusion 공식 구현 pytorch

Tasks

Point Cloud SegmentationSegmentationSemantic 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…

Similar Papers 제목 키워드 기반

SWCF-Net: Similarity-weighted Convolution and Local-global Fusion for Efficient Large-scale Point Cloud Semantic Segmentation

2024-06-17 · Zhenchao Lin, Li He, Hongqiang Yang, Xiaoqun Sun 외

Large-scale point cloud consists of a multitude of individual objects, thereby encompassing rich structural and underlying semantic contextual information, resulting in a challenging problem in efficiently segmenting a p…

Semantic Segmentation

Deep FusionNet for Point Cloud Semantic Segmentation

2020-08-01 · ECCV 2020 8 · Feihu Zhang Jin Fang Benjamin Wah Philip Torr

Many point cloud segmentation methods rely on transferring irregular points into a voxel-based regular representation. Although voxel-based convolutions are useful for feature aggregation, they produce ambiguous or wrong…

3D Semantic SegmentationGPUPoint Cloud SegmentationSegmentation+1

TIGER: Time-Varying Denoising Model for 3D Point Cloud Generation with Diffusion Process

2024-01-01 · CVPR 2024 1 · Zhiyuan Ren, Minchul Kim, Feng Liu, Xiaoming Liu

Recently diffusion models have emerged as a new powerful generative method for 3D point cloud generation tasks. However few works study the effect of the architecture of the diffusion model in the 3D point cloud reso…

DenoisingDiversityPoint Cloud Generation

GraphFusion3D: Dynamic Graph Attention Convolution with Adaptive Cross-Modal Transformer for 3D Object Detection

2025-12-02 · Md Sohag Mia, Md Nahid Hasan, Muhammad Abdullah Adnan arxiv

Despite significant progress in 3D object detection, point clouds remain challenging due to sparse data, incomplete structures, and limited semantic information. Capturing contextual relationships between distant objects…

3D Object DetectionPoint Clouds

PointDiffuse: A Dual-Conditional Diffusion Model for Enhanced Point Cloud Semantic Segmentation

2025-03-08 · Yong He, Hongshan Yu, Mingtao Feng, Tongjia Chen 외

Diffusion probabilistic models are traditionally used to generate colors at fixed pixel positions in 2D images. Building on this, we extend diffusion models to point cloud semantic segmentation, where point positions als…

DenoisingSemantic Segmentation