paper-with-me

Papers

HMamba: Hyperbolic Mamba for Sequential Recommendation

2025-05-14 · Qianru Zhang, Honggang Wen, Wei Yuan, Crystal Chen, Menglin Yang, Siu-Ming Yiu, Hongzhi Yin

Sequential recommendation systems have become a cornerstone of personalized services, adept at modeling the temporal evolution of user preferences by capturing dynamic interaction sequences. Existing approaches predominantly rely on traditional models, including RNNs and Transformers. Despite their success in local pattern recognition, Transformer-based methods suffer from quadratic computational complexity and a tendency toward superficial attention patterns, limiting their ability to infer enduring preference hierarchies in sequential recommendation data. Recent advances in Mamba-based sequential models introduce linear-time efficiency but remain constrained by Euclidean geometry, failing to leverage the intrinsic hyperbolic structure of recommendation data. To bridge this gap, we propose Hyperbolic Mamba, a novel architecture that unifies the efficiency of Mamba's selective state space mechanism with hyperbolic geometry's hierarchical representational power. Our framework introduces (1) a hyperbolic selective state space that maintains curvature-aware sequence modeling and (2) stabilized Riemannian operations to enable scalable training. Experiments across four benchmarks demonstrate that Hyperbolic Mamba achieves 3-11% improvement while retaining Mamba's linear-time efficiency, enabling real-world deployment. This work establishes a new paradigm for efficient, hierarchy-aware sequential modeling.

📄 PDF Abstract BibTeX arXiv:2505.09205

Code (0)

등록된 구현이 없습니다.

Tasks

MambaRecommendation SystemsSequential Recommendation

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 제목 키워드 기반

SHMamba: Structured Hyperbolic State Space Model for Audio-Visual Question Answering

2024-06-14 · Zhe Yang, Wenrui Li, GuangHui Cheng

The Audio-Visual Question Answering (AVQA) task holds significant potential for applications. Compared to traditional unimodal approaches, the multi-modal input of AVQA makes feature extraction and fusion processes more …

Audio-visual Question AnsweringAudio-Visual Question Answering (AVQA)Question AnsweringState Space Models+1

PathMamba: A Hybrid Mamba-Transformer for Topologically Coherent Road Segmentation in Satellite Imagery

2025-11-26 · Jules Decaestecker, Nicolas Vigne arxiv

Achieving both high accuracy and topological continuity in road segmentation from satellite imagery is a critical goal for applications ranging from urban planning to disaster response. State-of-the-art methods often rel…

Road Segmentation

MeshMamba: State Space Models for Articulated 3D Mesh Generation and Reconstruction

2025-07-21 · Yusuke Yoshiyasu, Leyuan Sun, Ryusuke Sagawa arxiv

In this paper, we introduce MeshMamba, a neural network model for learning 3D articulated mesh models by employing the recently proposed Mamba State Space Models (Mamba-SSMs). MeshMamba is efficient and scalable in handl…

Human Mesh Recovery

HealthMamba: An Uncertainty-aware Spatiotemporal Graph State Space Model for Effective and Reliable Healthcare Facility Visit Prediction

2026-02-05 · Dahai Yu, Lin Jiang, Rongchao Xu, Guang Wang arxiv

Healthcare facility visit prediction is essential for optimizing healthcare resource allocation and informing public health policy. Despite advanced machine learning methods being employed for better prediction performan…

GTR-Mamba: Geometry-to-Tangent Routing Mamba for Hyperbolic POI Recommendation

2025-10-27 · Zhuoxuan Li, Jieyuan Pei, Tangwei Ye, Zhongyuan Lai 외 arxiv

Next Point-of-Interest (POI) recommendation is a critical task in modern Location-Based Social Networks (LBSNs), aiming to model the complex decision-making process of human mobility to provide personalized recommendatio…

Trajectory Modeling