子流形卷积层_子流形稀疏卷积网络

本文深入探讨了子流形卷积层的概念,它源于深度学习领域,特别是卷积神经网络(CNN)的一个创新。子流形卷积通过高效地处理数据的稀疏结构,提升了网络性能。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

子流形卷积层

Convolution is the most common operation for processing data in deep learning. However, since most of the data we paid attention to, such as pictures and videos, can be seen as regular dense grids, convolution is also based on the characteristics of this dense structure, but in fact, there are a lot of data that do not meet the characteristics of regular and dense, such as one-dimensional curves in two-dimensional space, two-dimensional curved surfaces in three-dimensional space, and 3D point clouds.

卷积是深度学习中处理数据的最常见操作。 但是,由于我们关注的大多数数据(例如图片和视频)可以看作是规则的密集网格,因此卷积也基于这种密集结构的特征,但是实际上,有很多数据可以不满足规则和密集的特征,例如二维空间中的一维曲线,三维空间中的二维曲面和3D点云。

When the data structure is sparse, directly applying the traditional dense convolution to these data will waste a lot of computing resources due to invalid calculations in the empty space, so it is very important to use sparsity to process these data. As the convolution layer deepens, the sparsity of the data cannot be maintained. As shown in Figure above, the input data is a one-dimensional curve in a two-dimensional space. But after traditional convolution, the extracted features are no longer sparse. The author calls this phenomenon the submanifold expansion problem, submanifolds refer to sparse input data, such as one-dimensional curves in two-dimensional space, two-dimensional curved surfaces and point clouds in three-dimensional space, and they do not occupy the space in which they are located.

当数据结构稀疏时,由于在空空间中无效的计算,直接对这些数据应用传统的密集卷积将浪费大量计算资源,因此使用稀疏性来处理这些数据非常重要。 随着卷积层加深,无法保持数据的稀疏性。 如上图所示,输入数据是二维空间中的一维曲线。 但是在传统的卷积之后,提取的特征不再稀疏。 作者将此现象称为子流形扩展问题,子流形是指稀疏的输入数据,例如二维空间中的一维曲线,二维空间中的二维曲面和点云,它们不占据空间它们所在的位置。

In order to extract point cloud features with spar

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值