paper-with-me

홈 › Papers

FPConv: Learning Local Flattening for Point Convolution

2020-02-25 · CVPR 2020 6 · Yiqun Lin, Zizheng Yan, Haibin Huang, Dong Du, Ligang Liu, Shuguang Cui, Xiaoguang Han

We introduce FPConv, a novel surface-style convolution operator designed for 3D point cloud analysis. Unlike previous methods, FPConv doesn't require transforming to intermediate representation like 3D grid or graph and directly works on surface geometry of point cloud. To be more specific, for each point, FPConv performs a local flattening by automatically learning a weight map to softly project surrounding points onto a 2D grid. Regular 2D convolution can thus be applied for efficient feature learning. FPConv can be easily integrated into various network architectures for tasks like 3D object classification and 3D scene segmentation, and achieve comparable performance with existing volumetric-type convolutions. More importantly, our experiments also show that FPConv can be a complementary of volumetric convolutions and jointly training them can further boost overall performance into state-of-the-art results.

📄 PDF Abstract BibTeX arXiv:2002.10701

Code (1)

lyqun/FPConv 공식 구현 pytorch

Tasks

3D Object ClassificationScene 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 제목 키워드 기반

Full Point Encoding for Local Feature Aggregation in 3D Point Clouds

2023-03-08 · Yong He, Hongshan Yu, Zhengeng Yang, Xiaoyan Liu 외

Point cloud processing methods exploit local point features and global context through aggregation which does not explicity model the internal correlations between local and global features. To address this problem, we p…

object-detectionObject DetectionPositionSemantic Segmentation

Flattening-Net: Deep Regular 2D Representation for 3D Point Cloud Analysis

2022-12-17 · Qijian Zhang, Junhui Hou, Yue Qian, Yiming Zeng 외

Point clouds are characterized by irregularity and unstructuredness, which pose challenges in efficient data exploitation and discriminative feature extraction. In this paper, we present an unsupervised deep neural archi…

Rethinking the Zigzag Flattening for Image Reading

2022-02-21 · Qingsong Zhao, Yi Wang, Zhipeng Zhou, Duoqian Miao 외

Sequence ordering of word vector matters a lot to text reading, which has been proven in natural language processing (NLP). However, the rule of different sequence ordering in computer vision (CV) was not well explored, …

Image ClassificationRepresentation LearningSemantic Segmentation

Spectral Clustering with Jensen-type kernels and their multi-point extensions

2014-03-18 · CVPR 2014 6 · Debarghya Ghoshdastidar, Ambedkar Dukkipati, Ajay P. Adsul, Aparna S. Vijayan

Motivated by multi-distribution divergences, which originate in information theory, we propose a notion of `multi-point' kernels, and study their applications. We study a class of kernels based on Jensen type divergences…

ClusteringImage SegmentationSemantic SegmentationVocal Bursts Type Prediction

FlatteNet: A Simple Versatile Framework for Dense Pixelwise Prediction

2019-09-22 · Xin Cai, Yi-Fei PU

In this paper, we focus on devising a versatile framework for dense pixelwise prediction whose goal is to assign a discrete or continuous label to each pixel for an image. It is well-known that the reduced feature resolu…

Decoderobject-detectionObject DetectionPose Estimation+1