TFDM: Time-Variant Frequency-Based Point Cloud Diffusion with Mamba
Jiaxu Liu, Li Li, Hubert P. H. Shum, Toby P. Breckon
TL;DR
This work tackles the computational bottlenecks of diffusion-based 3D point cloud generation by introducing TFDM, a framework that combines time-variant frequency-based encoding with latent space diffusion powered by Mamba state-space models. The core innovations are dual latent Mamba blocks arranged with space-filling curve serialization and a TF-Encoder that emphasizes high-frequency geometric details at later diffusion steps, enabling detailed yet efficient point cloud generation. Empirical evaluation on ShapeNet-v2 demonstrates state-of-the-art or competitive performance on several metrics, along with substantial reductions in parameters and inference time compared with recent baselines. The approach offers a practical advancement for high-fidelity, scalable 3D generation and suggests future work to integrate frequency analysis more deeply into end-to-end training.
Abstract
Diffusion models currently demonstrate impressive performance over various generative tasks. Recent work on image diffusion highlights the strong capabilities of Mamba (state space models) due to its efficient handling of long-range dependencies and sequential data modeling. Unfortunately, joint consideration of state space models with 3D point cloud generation remains limited. To harness the powerful capabilities of the Mamba model for 3D point cloud generation, we propose a novel diffusion framework containing dual latent Mamba block (DM-Block) and a time-variant frequency encoder (TF-Encoder). The DM-Block apply a space-filling curve to reorder points into sequences suitable for Mamba state-space modeling, while operating in a latent space to mitigate the computational overhead that arises from direct 3D data processing. Meanwhile, the TF-Encoder takes advantage of the ability of the diffusion model to refine fine details in later recovery stages by prioritizing key points within the U-Net architecture. This frequency-based mechanism ensures enhanced detail quality in the final stages of generation. Experimental results on the ShapeNet-v2 dataset demonstrate that our method achieves state-of-the-art performance (ShapeNet-v2: 0.14\% on 1-NNA-Abs50 EMD and 57.90\% on COV EMD) on certain metrics for specific categories while reducing computational parameters and inference time by up to 10$\times$ and 9$\times$, respectively. Source code is available in Supplementary Materials and will be released upon accpetance.
