Related Experiment Video
Updated: Jan 7, 2026

08:16
Collecting and Processing Drone-based Remotely Sensed Data for Use in Forest Recovery Monitoring
Published on: October 24, 2025
416
LU-mamba: LiDAR upsampling via bidirectional state space modeling on range images
Summary
LU-Mamba enhances LiDAR upsampling by using a novel state space model (SSM) approach. This method reconstructs dense 3D point clouds from sparse inputs, outperforming existing techniques for autonomous systems.
Area of Science:
- Computer Vision
- Robotics
- Machine Learning
Background:
- LiDAR upsampling is crucial for generating high-resolution 3D point clouds from sparse inputs, vital for autonomous driving and robotics perception.
- Current methods often convert 3D LiDAR data to 2D range images and use convolutional or Transformer architectures for super-resolution.
- Adapting advanced sequence models like State Space Models (SSMs) to LiDAR upsampling presents a promising research avenue.
Purpose of the Study:
- To introduce LU-Mamba, a novel framework for LiDAR upsampling utilizing the Mamba architecture.
- To tailor the Mamba model specifically for the directional characteristics of LiDAR range images, focusing on vertical axis upsampling.
- To improve the accuracy and efficiency of reconstructing dense point clouds from sparse LiDAR data.
Main Methods:
- Developed LU-Mamba, a framework based on Mamba, an efficient State Space Model (SSM) for long sequence modeling.
- Introduced a Bidirectional Mamba Group to capture long-range vertical dependencies by scanning image rows top-down and bottom-up.
- Incorporated a Direction-Aware Mamba Module with directional modulation to enhance sensitivity to scanning direction and adaptive fusion.
Main Results:
- LU-Mamba achieved state-of-the-art performance on benchmark LiDAR upsampling datasets.
- The proposed method surpassed existing convolutional and Transformer-based approaches in point cloud reconstruction quality.
- Ablation studies confirmed the effectiveness of the Bidirectional Mamba Group and Direction-Aware Mamba Module.
Conclusions:
- LU-Mamba represents a significant advancement in LiDAR upsampling by leveraging Mamba's sequence modeling capabilities.
- The directional adaptations are key to effectively processing LiDAR range images for improved perception tasks.
- The framework offers a new, high-performing alternative for high-resolution 3D point cloud generation in autonomous systems.
Related Concept Videos
Upsampling
565
Managing signal sampling rates is essential in digital signal processing to maintain signal integrity. A decimated signal, characterized by a reduced frequency range due to its lower sampling rate, can be upsampled by inserting zeros between each sample. This upsampling process expands the original spectrum and introduces repeated spectral replicas at intervals dictated by the new Nyquist frequency. To refine this zero-inserted sequence, it is passed through a lowpass filter with a cutoff...
565
State Space Representation
496
The frequency-domain technique, commonly used in analyzing and designing feedback control systems, is effective for linear, time-invariant systems. However, it falls short when dealing with nonlinear, time-varying, and multiple-input multiple-output systems. The time-domain or state-space approach addresses these limitations by utilizing state variables to construct simultaneous, first-order differential equations, known as state equations, for an nth-order system.
Consider an RLC circuit, a...
Consider an RLC circuit, a...
496
Bandpass Sampling
456
In signal processing, bandpass sampling is an effective technique for sampling signals that have most of their energy concentrated within a narrow frequency band. This type of signal is known as a bandpass signal. The key principle of bandpass sampling involves sampling the signal at a rate that is greater than twice the signal's bandwidth to prevent aliasing.
A bandpass signal has a spectrum with a lower frequency limit, denoted as ω1, and an upper frequency limit, denoted as ω2....
A bandpass signal has a spectrum with a lower frequency limit, denoted as ω1, and an upper frequency limit, denoted as ω2....
456
State Space to Transfer Function
533
The conversion of state-space representation to a transfer function is a fundamental process in system analysis. It provides a method for transitioning from a time-domain description to a frequency-domain representation, which is crucial for simplifying the analysis and design of control systems.
The transformation process begins with the state-space representation, characterized by the state equation and the output equation. These equations are typically represented as:
The transformation process begins with the state-space representation, characterized by the state equation and the output equation. These equations are typically represented as:
533

