paper-with-me

Papers

SCF-Net: Learning Spatial Contextual Features for Large-Scale Point Cloud Segmentation

2021-06-19 · CVPR 2021 1 · Siqi Fan, Qiulei Dong, Fenghua Zhu, Yisheng Lv, Peijun Ye, Fei-Yue Wang

How to learn effective features from large-scale point clouds for semantic segmentation has attracted increasing attention in recent years. Addressing this problem, we propose a learnable module that learns Spatial Contextual Features from large-scale point clouds, called SCF in this paper. The proposed module mainly consists of three blocks, including the local polar representation block, the dual-distance attentive pooling block, and the global contextual feature block. For each 3D point, the local polar representation block is firstly explored to construct a spatial representation that is invariant to the z-axis rotation, then the dual-distance attentive pooling block is designed to utilize the representations of its neighbors for learning more discriminative local features according to both the geometric and feature distances among them, and finally, the global contextual feature block is designed to learn a global context for each 3D point by utilizing its spatial location and the volume ratio of the neighborhood to the global point cloud. The proposed module could be easily embedded into various network architectures for point cloud segmentation, naturally resulting in a new 3D semantic segmentation network with an encoder-decoder architecture, called SCF-Net in this work. Extensive experimental results on two public datasets demonstrate that the proposed SCF-Net performs better than several state-of-the-art methods in most cases.

📄 PDF Abstract BibTeX

Code (1)

leofansq/SCF-Net 공식 구현 tf

Tasks

3D Semantic SegmentationDecoderPoint Cloud SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

PointAtrousGraph: Deep Hierarchical Encoder-Decoder with Point Atrous Convolution for Unorganized 3D Points

2019-07-23 · Liang Pan, Chee-Meng Chew, Gim Hee Lee

Motivated by the success of encoding multi-scale contextual information for image analysis, we propose our PointAtrousGraph (PAG) - a deep permutation-invariant hierarchical encoder-decoder for efficiently exploiting mul…

Decoder

Point2Act: Efficient 3D Distillation of Multimodal LLMs for Zero-Shot Context-Aware Grasping

2025-08-05 · Sang Min Kim, Hyeongjun Heo, Junho Kim, Yonghyeon Lee 외 arxiv

We propose Point2Act, which directly retrieves the 3D action point relevant to a contextually described task, leveraging Multimodal Large Language Models (MLLMs). Foundation models opened the possibility for generalist r…

3D Reconstruction

Point Attention Network for Semantic Segmentation of 3D Point Clouds

2019-09-27 · Mingtao Feng, Liang Zhang, Xuefei Lin, Syed Zulqarnain Gilani 외

Convolutional Neural Networks (CNNs) have performed extremely well on data represented by regularly arranged grids such as images. However, directly leveraging the classic convolution kernels or parameter sharing mechani…

DecoderPoint Cloud SegmentationSemantic Segmentation

AnatoMaskGAN: GNN-Driven Slice Feature Fusion and Noise Augmentation for Medical Semantic Image Synthesis

2025-08-15 · Zonglin Wu, Yule Xue, Qianxiang Hu, Yaoyao Feng 외 arxiv

Medical semantic-mask synthesis boosts data augmentation and analysis, yet most GAN-based approaches still produce one-to-one images and lack spatial consistency in complex scans. To address this, we propose AnatoMaskGAN…

Data Augmentation

Learning Enriched Features for Real Image Restoration and Enhancement

2020-03-15 · ECCV 2020 8 · Syed Waqas Zamir, Aditya Arora, Salman Khan, Munawar Hayat 외

With the goal of recovering high-quality image content from its degraded version, image restoration enjoys numerous applications, such as in surveillance, computational photography, medical imaging, and remote sensing. R…

DenoisingImage DenoisingImage EnhancementImage Restoration+2