paper-with-me

홈 › Papers

PointABM:Integrating Bidirectional State Space Model with Multi-Head Self-Attention for Point Cloud Analysis

2024-06-10 · Jia-Wei Chen, Yu-jie Xiong, Yong-bin Gao

Mamba, based on state space model (SSM) with its linear complexity and great success in classification provide its superiority in 3D point cloud analysis. Prior to that, Transformer has emerged as one of the most prominent and successful architectures for point cloud analysis. We present PointABM, a hybrid model that integrates the Mamba and Transformer architectures for enhancing local feature to improve performance of 3D point cloud analysis. In order to enhance the extraction of global features, we introduce a bidirectional SSM (bi-SSM) framework, which comprises both a traditional token forward SSM and an innovative backward SSM. To enhance the bi-SSM's capability of capturing more comprehensive features without disrupting the sequence relationships required by the bidirectional Mamba, we introduce Transformer, utilizing its self-attention mechanism to process point clouds. Extensive experimental results demonstrate that integrating Mamba with Transformer significantly enhance the model's capability to analysis 3D point cloud.

📄 PDF Abstract BibTeX arXiv:2406.06069

Code (0)

등록된 구현이 없습니다.

Tasks

Mamba

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Image Captioning with Deep Bidirectional LSTMs

2016-04-04 · Cheng Wang, Haojin Yang, Christian Bartz, Christoph Meinel

This work presents an end-to-end trainable deep bidirectional LSTM (Long-Short Term Memory) model for image captioning. Our model builds on a deep convolutional neural network (CNN) and two separate LSTM networks. It is …

Caption GenerationData AugmentationImage Captioningobject-detection+4

Event USKT : U-State Space Model in Knowledge Transfer for Event Cameras

2024-11-22 · Yuhui Lin, Jiahao Zhang, Siyuan Li, Jimin Xiao 외

Event cameras, as an emerging imaging technology, offer distinct advantages over traditional RGB cameras, including reduced energy consumption and higher frame rates. However, the limited quantity of available event data…

Transfer Learning

MV-GMN: State Space Model for Multi-View Action Recognition

2025-01-23 · Yuhui Lin, Jiaxuan Lu, Yue Yong, Jiahao Zhang

Recent advancements in multi-view action recognition have largely relied on Transformer-based models. While effective and adaptable, these models often require substantial computational resources, especially in scenarios…

Action RecognitionMambaTemporal Sequences

PixelBytes: Catching Unified Embedding for Multimodal Generation

2024-09-03 · Fabien Furfaro

This report introduces PixelBytes Embedding, a novel approach for unified multimodal representation learning. Our method captures diverse inputs in a single, cohesive representation, enabling emergent properties for mult…

Mambamultimodal generationRepresentation LearningState Space Models

SAR Target Recognition Using the Multi-aspect-aware Bidirectional LSTM Recurrent Neural Networks

2017-07-25 · Fan Zhang, Chen Hu, Qiang Yin, Wei Li 외

The outstanding pattern recognition performance of deep learning brings new vitality to the synthetic aperture radar (SAR) automatic target recognition (ATR). However, there is a limitation in current deep learning based…

Deep LearningDimensionality Reduction