paper-with-me

Papers

DefMamba: Deformable Visual State Space Model

2025-01-01 · CVPR 2025 1 · Leiye Liu, Miao Zhang, Jihao Yin, TingWei Liu, Wei Ji, Yongri Piao, Huchuan Lu

Recently, state space models (SSM), particularly Mamba, have attracted significant attention from scholars due to their ability to effectively balance computational efficiency and performance. However, most existing visual Mamba methods flatten images into 1D sequences using predefined scan orders, which results the model being less capable of utilizing the spatial structural information of the image during the feature extraction process. To address this issue, we proposed a novel visual foundation model called DefMamba. This model includes a multi-scale backbone structure and deformable mamba (DM) blocks, which dynamically adjust the scanning path to prioritize important information, thus enhancing the capture and processing of relevant input features. By combining a deformable scanning (DS) strategy, this model significantly improves its ability to learn image structures and detects changes in object details. Numerous experiments have shown that DefMamba achieves state-of-the-art performance in various visual tasks, including image classification, object detection, instance segmentation, and semantic segmentation. The code is open source on DefMamba.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiencyimage-classificationImage ClassificationInstance SegmentationMambamodelobject-detectionObject DetectionSemantic SegmentationState Space Models

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
Mamba Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module.…

Similar Papers 제목 키워드 기반

Latent Space Roadmap for Visual Action Planning of Deformable and Rigid Object Manipulation

2020-03-19 · Martina Lippi, Petra Poklukar, Michael C. Welle, Anastasiia Varava 외

We present a framework for visual action planning of complex manipulation tasks with high-dimensional state spaces such as manipulation of deformable objects. Planning is performed in a low-dimensional latent state space…

Learning visual-based deformable object rearrangement with local graph neural networks

2023-10-16 · Yuhong Deng, Xueqian Wang, Lipeng Chen

Goal-conditioned rearrangement of deformable objects (e.g. straightening a rope and folding a cloth) is one of the most common deformable manipulation tasks, where the robot needs to rearrange a deformable object into a …

Graph Neural NetworkMulti-Task LearningObject Rearrangement

Learning Foresightful Dense Visual Affordance for Deformable Object Manipulation

2023-03-20 · ICCV 2023 1 · Ruihai Wu, Chuanruo Ning, Hao Dong

Understanding and manipulating deformable objects (e.g., ropes and fabrics) is an essential yet challenging task with broad applications. Difficulties come from complex states and dynamics, diverse configurations and hig…

Deformable Object ManipulationObject

Self-Supervised Learning of State Estimation for Manipulating Deformable Linear Objects

2019-11-14 · Mengyuan Yan, Yilin Zhu, Ning Jin, Jeannette Bohg

We demonstrate model-based, visual robot manipulation of linear deformable objects. Our approach is based on a state-space representation of the physical system that the robot aims to control. This choice has multiple ad…

Robot ManipulationSelf-Supervised LearningState Estimation

Graph-Transporter: A Graph-based Learning Method for Goal-Conditioned Deformable Object Rearranging Task

2023-02-21 · Yuhong Deng, Chongkun Xia, Xueqian Wang, Lipeng Chen

Rearranging deformable objects is a long-standing challenge in robotic manipulation for the high dimensionality of configuration space and the complex dynamics of deformable objects. We present a novel framework, Graph-T…

Object