paper-with-me

Papers

SPNet: Multi-Shell Kernel Convolution for Point Cloud Semantic Segmentation

2021-09-23 · Yuyan Li, Chuanmao Fan, Xu Wang, Ye Duan

Feature encoding is essential for point cloud analysis. In this paper, we propose a novel point convolution operator named Shell Point Convolution (SPConv) for shape encoding and local context learning. Specifically, SPConv splits 3D neighborhood space into shells, aggregates local features on manually designed kernel points, and performs convolution on the shells. Moreover, SPConv incorporates a simple yet effective attention module that enhances local feature aggregation. Based upon SPConv, a deep neural network named SPNet is constructed to process large-scale point clouds. Poisson disk sampling and feature propagation are incorporated in SPNet for better efficiency and accuracy. We provided details of the shell design and conducted extensive experiments on challenging large-scale point cloud datasets. Experimental results show that SPConv is effective in local shape encoding, and our SPNet is able to achieve top-ranking performances in semantic segmentation tasks.

📄 PDF Abstract BibTeX arXiv:2109.11610

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Segmentation

Methods 이 논문이 사용한 방법론

SPNet Spatial pooling usually operates on a small region which limits its capability to capture long-range dependencies and focus on distant regions. To overcome this, Hou et al.…
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 제목 키워드 기반

A Study of Transducer based End-to-End ASR with ESPnet: Architecture, Auxiliary Loss and Decoding Strategies

2022-01-14 · Florian Boyer, Yusuke Shinohara, Takaaki Ishii, Hirofumi Inaguma 외

In this study, we present recent developments of models trained with the RNN-T loss in ESPnet. It involves the use of various architectures such as recently proposed Conformer, multi-task learning with different auxiliar…

Multi-Task Learning

基于改进Conformer的新闻领域端到端语音识别(End-to-End Speech Recognition in News Field based on Conformer)

2021-08-01 · CCL 2021 8 · Jimin Zhang, Kerekadeer Zao, Yunfei Shen, Shanwumaier Ai 외

“目前,开源的中文语音识别数据集多为面向通用领域,缺少面向新闻领域的开源语音识别语料库,因此本文构建了面向新闻领域的中文语音识别数据集CHNEWSASR并使用ESPNET-0.9.6框架的RNN、Transformer和Conformer等模型对数据集的有效性进行了验证,实验表明本文所构建的语料在最好的模型上CER为4.8%,SER为39.4%。由于新闻联播主持人说话语速相对较快,本文构建的数据集文本平均长度为28个字符是Aishell…

speech-recognitionSpeech Recognition

ShellNet: Efficient Point Cloud Convolutional Neural Networks using Concentric Shells Statistics

2019-08-17 · ICCV 2019 10 · Zhiyuan Zhang, Binh-Son Hua, Sai-Kit Yeung

Deep learning with 3D data has progressed significantly since the introduction of convolutional neural networks that can handle point order ambiguity in point cloud data. While being able to achieve good accuracies in va…

3D Point Cloud Classification3D Semantic SegmentationEfficient Neural NetworkSegmentation+1

ESPNetv2: A Light-weight, Power Efficient, and General Purpose Convolutional Neural Network

2018-11-28 · CVPR 2019 6 · Sachin Mehta, Mohammad Rastegari, Linda Shapiro, Hannaneh Hajishirzi

We introduce a light-weight, power efficient, and general purpose convolutional neural network, ESPNetv2, for modeling visual and sequential data. Our network uses group point-wise and depth-wise dilated separable convol…

General Classificationimage-classificationImage ClassificationLanguage Modeling+7

GraRe: Grasp Candidate Re-Ranking for Frozen 6-DoF Grasp Detectors

2026-08-02 · Jibao Yuan, Yuhui Zhao, Yinzhen Lv, Chao Xu 외 arxiv

Existing 6-DoF grasp detectors typically rank grasp candidates by detector confidence. However, our analysis on GraspNet-1Billion shows that detector confidence is often poorly aligned with grasp quality, causing success…