paper-with-me

Papers

Optical Flow Representation Alignment Mamba Diffusion Model for Medical Video Generation

2024-11-03 · Zhenbin Wang, Lei Zhang, Lituan Wang, Minjuan Zhu, Zhenwei Zhang

Medical video generation models are expected to have a profound impact on the healthcare industry, including but not limited to medical education and training, surgical planning, and simulation. Current video diffusion models typically build on image diffusion architecture by incorporating temporal operations (such as 3D convolution and temporal attention). Although this approach is effective, its oversimplification limits spatio-temporal performance and consumes substantial computational resources. To counter this, we propose Medical Simulation Video Generator (MedSora), which incorporates three key elements: i) a video diffusion framework integrates the advantages of attention and Mamba, balancing low computational load with high-quality video generation, ii) an optical flow representation alignment method that implicitly enhances attention to inter-frame pixels, and iii) a video variational autoencoder (VAE) with frequency compensation addresses the information loss of medical features that occurs when transforming pixel space into latent features and then back to pixel frames. Extensive experiments and applications demonstrate that MedSora exhibits superior visual quality in generating medical videos, outperforming the most advanced baseline methods. Further results and code are available at https://wongzbb.github.io/MedSora

📄 PDF Abstract BibTeX arXiv:2411.01647

Code (0)

등록된 구현이 없습니다.

Tasks

MambaOptical Flow EstimationVideo Generation

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 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
3D Convolution A 3D Convolution is a type of convolution where the kernel slides in 3 dimensions as opposed to 2 dimensions with 2D…
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 제목 키워드 기반

MambaFlow: A Mamba-Centric Architecture for End-to-End Optical Flow Estimation

2025-03-10 · Juntian Du, Yuan Sun, Zhihu Zhou, Pinyi Chen 외

Recently, the Mamba architecture has demonstrated significant successes in various computer vision tasks, such as classification and segmentation. However, its application to optical flow estimation remains unexplored. I…

MambaOptical Flow Estimation

MambaVF: State Space Model for Efficient Video Fusion

2026-02-05 · Zixiang Zhao, Yukun Cui, Lilun Deng, Haowen Bai 외 arxiv

Video fusion is a fundamental technique in various video processing tasks. However, existing video fusion methods heavily rely on optical flow estimation and feature warping, resulting in severe computational overhead an…

Optical Flow Estimation

VADMamba: Exploring State Space Models for Fast Video Anomaly Detection

2025-03-27 · Jiahao Lyu, Minghua Zhao, Jing Hu, Xuewen Huang 외

Video anomaly detection (VAD) methods are mostly CNN-based or Transformer-based, achieving impressive results, but the focus on detection accuracy often comes at the expense of inference speed. The emergence of state spa…

Anomaly DetectionComputational EfficiencyLong-range modelingMamba+5

DemMamba: Alignment-free Raw Video Demoireing with Frequency-assisted Spatio-Temporal Mamba

2024-08-20 · Shuning Xu, Xina Liu, Binbin Song, Xiangyu Chen 외

Moire patterns, resulting from the interference of two similar repetitive patterns, are frequently observed during the capture of images or videos on screens. These patterns vary in color, shape, and location across vide…

MambaOptical Flow Estimation

MotionAgent: Fine-grained Controllable Video Generation via Motion Field Agent

2025-02-05 · Xinyao Liao, Xianfang Zeng, Liao Wang, Gang Yu 외

We propose MotionAgent, enabling fine-grained motion control for text-guided image-to-video generation. The key technique is the motion field agent that converts motion information in text prompts into explicit motion fi…

Image to Video GenerationMotion GenerationOptical Flow EstimationVideo Generation