paper-with-me

홈 › Papers

SpiderCNN: Deep Learning on Point Sets with Parameterized Convolutional Filters

2018-03-30 · ECCV 2018 9 · Yifan Xu, Tianqi Fan, Mingye Xu, Long Zeng, Yu Qiao

Deep neural networks have enjoyed remarkable success for various vision tasks, however it remains challenging to apply CNNs to domains lacking a regular underlying structures such as 3D point clouds. Towards this we propose a novel convolutional architecture, termed SpiderCNN, to efficiently extract geometric features from point clouds. SpiderCNN is comprised of units called SpiderConv, which extend convolutional operations from regular grids to irregular point sets that can be embedded in R^n, by parametrizing a family of convolutional filters. We design the filter as a product of a simple step function that captures local geodesic information and a Taylor polynomial that ensures the expressiveness. SpiderCNN inherits the multi-scale hierarchical architecture from classical CNNs, which allows it to extract semantic deep features. Experiments on ModelNet40 demonstrate that SpiderCNN achieves state-of-the-art accuracy 92.4% on standard benchmarks, and shows competitive performance on segmentation task.

📄 PDF Abstract BibTeX arXiv:1803.11527

Code (1)

xyf513/SpiderCNN tf

Tasks

3D Part Segmentation3D Point Cloud ClassificationDeep Learning

Similar Papers 제목 키워드 기반

Parameterized Convolutional Neural Networks for Aspect Level Sentiment Classification

2019-09-13 · EMNLP 2018 10 · Binxuan Huang, Kathleen M. Carley

We introduce a novel parameterized convolutional neural network for aspect level sentiment classification. Using parameterized filters and parameterized gates, we incorporate aspect information into convolutional neural …

ClassificationGeneral ClassificationSentiment AnalysisSentiment Classification

Provable Filter Pruning for Efficient Neural Networks

2019-11-18 · ICLR 2020 1 · Lucas Liebenwein, Cenk Baykal, Harry Lang, Dan Feldman 외

We present a provable, sampling-based approach for generating compact Convolutional Neural Networks (CNNs) by identifying and removing redundant filters from an over-parameterized network. Our algorithm uses a small batc…

Regularizing linear inverse problems with convolutional neural networks

2019-07-06 · Reinhard Heckel

Deep convolutional neural networks trained on large datsets have emerged as an intriguing alternative for compressing images and solving inverse problems such as denoising and compressive sensing. However, it has only re…

Compressive SensingDenoising

Full-Stack Filters to Build Minimum Viable CNNs

2019-08-06 · Kai Han, Yunhe Wang, Yixing Xu, Chunjing Xu 외

Deep convolutional neural networks (CNNs) are usually over-parameterized, which cannot be easily deployed on edge devices such as mobile phones and smart cameras. Existing works used to decrease the number or size of req…

Diversity

Dependency Aware Filter Pruning

2020-05-06 · Kai Zhao, Xin-Yu Zhang, Qi Han, Ming-Ming Cheng

Convolutional neural networks (CNNs) are typically over-parameterized, bringing considerable computational overhead and memory footprint in inference. Pruning a proportion of unimportant filters is an efficient way to mi…