paper-with-me

Papers

Fusion-Aware Point Convolution for Online Semantic 3D Scene Segmentation

2020-03-13 · CVPR 2020 6 · Jiazhao Zhang, Chenyang Zhu, Lintao Zheng, Kai Xu

Online semantic 3D segmentation in company with real-time RGB-D reconstruction poses special challenges such as how to perform 3D convolution directly over the progressively fused 3D geometric data, and how to smartly fuse information from frame to frame. We propose a novel fusion-aware 3D point convolution which operates directly on the geometric surface being reconstructed and exploits effectively the inter-frame correlation for high quality 3D feature learning. This is enabled by a dedicated dynamic data structure which organizes the online acquired point cloud with global-local trees. Globally, we compile the online reconstructed 3D points into an incrementally growing coordinate interval tree, enabling fast point insertion and neighborhood query. Locally, we maintain the neighborhood information for each point using an octree whose construction benefits from the fast query of the global tree.Both levels of trees update dynamically and help the 3D convolution effectively exploits the temporal coherence for effective information fusion across RGB-D frames.

📄 PDF Abstract BibTeX arXiv:2003.06233

Code (1)

jzhzhang/FusionAwareConv pytorch

Tasks

RGB-D ReconstructionScene Segmentation

Methods 이 논문이 사용한 방법론

3D Convolution A 3D Convolution is a type of convolution where the kernel slides in 3 dimensions as opposed to 2 dimensions with 2D…
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 제목 키워드 기반

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 convolutio…

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

SegNet4D: Efficient Instance-Aware 4D Semantic Segmentation for LiDAR Point Cloud

2024-06-24 · Neng Wang, Ruibin Guo, Chenghao Shi, Ziyue Wang 외

4D LiDAR semantic segmentation, also referred to as multi-scan semantic segmentation, plays a crucial role in enhancing the environmental understanding capabilities of autonomous vehicles or robots. It classifies the sem…

Autonomous DrivingAutonomous NavigationAutonomous VehiclesLIDAR Semantic Segmentation+2

Segmentation-Aware Convolutional Networks Using Local Attention Masks

2017-08-15 · ICCV 2017 10 · Adam W. Harley, Konstantinos G. Derpanis, Iasonas Kokkinos

We introduce an approach to integrate segmentation information within a convolutional neural network (CNN). This counter-acts the tendency of CNNs to smooth information across regions and increases their spatial precisio…

Optical Flow EstimationSegmentationSemantic Segmentation

MSMDFusion: Fusing LiDAR and Camera at Multiple Scales with Multi-Depth Seeds for 3D Object Detection

2022-09-07 · CVPR 2023 1 · Yang Jiao, Zequn Jie, Shaoxiang Chen, Jingjing Chen 외

Fusing LiDAR and camera information is essential for achieving accurate and reliable 3D object detection in autonomous driving systems. This is challenging due to the difficulty of combining multi-granularity geometric a…

3D Object DetectionAutonomous Drivingobject-detectionObject Detection