paper-with-me

Papers

FastPCI: Motion-Structure Guided Fast Point Cloud Frame Interpolation

2024-10-25 · Tianyu Zhang, Guocheng Qian, Jin Xie, Jian Yang

Point cloud frame interpolation is a challenging task that involves accurate scene flow estimation across frames and maintaining the geometry structure. Prevailing techniques often rely on pre-trained motion estimators or intensive testing-time optimization, resulting in compromised interpolation accuracy or prolonged inference. This work presents FastPCI that introduces Pyramid Convolution-Transformer architecture for point cloud frame interpolation. Our hybrid Convolution-Transformer improves the local and long-range feature learning, while the pyramid network offers multilevel features and reduces the computation. In addition, FastPCI proposes a unique Dual-Direction Motion-Structure block for more accurate scene flow estimation. Our design is motivated by two facts: (1) accurate scene flow preserves 3D structure, and (2) point cloud at the previous timestep should be reconstructable using reverse motion from future timestep. Extensive experiments show that FastPCI significantly outperforms the state-of-the-art PointINet and NeuralPCI with notable gains (e.g. 26.6% and 18.3% reduction in Chamfer Distance in KITTI), while being more than 10x and 600x faster, respectively. Code is available at https://github.com/genuszty/FastPCI

📄 PDF Abstract BibTeX arXiv:2410.19573

Code (1)

genuszty/fastpci 공식 구현 pytorch

Tasks

Scene Flow Estimation

Similar Papers 제목 키워드 기반

IM-MoCo: Self-supervised MRI Motion Correction using Motion-Guided Implicit Neural Representations

2024-07-03 · Ziad Al-Haj Hemidi, Christian Weihsbach, Mattias P. Heinrich

Motion artifacts in Magnetic Resonance Imaging (MRI) arise due to relatively long acquisition times and can compromise the clinical utility of acquired images. Traditional motion correction methods often fail to address …

DiagnosticImage ReconstructionMotion CompensationMRI Reconstruction+1

Prostate motion modelling using biomechanically-trained deep neural networks on unstructured nodes

2020-07-09 · Shaheer U. Saeed, Zeike A. Taylor, Mark A. Pinnock, Mark Emberton 외

In this paper, we propose to train deep neural networks with biomechanical simulations, to predict the prostate motion encountered during ultrasound-guided interventions. In this application, unstructured points are samp…

Fast 3D Foundation Model Initialized Gaussian Splatting

2026-07-03 · Anurag Dalal, Daniel Hagen, Kjell G. Robbersmyr, Kristian Muri Knausgård arxiv

This paper introduces a fast method for high-quality 3D Gaussian Splatting (3DGS) reconstruction without traditional Structure-from-Motion (SfM). The proposed approach leverages 3D Foundation Models (3DFMs) for camera po…

FastMap: Revisiting Dense and Scalable Structure from Motion

2025-05-07 · Jiahao Li, Haochen Wang, Muhammad Zubair Irshad, Igor Vasiljevic 외

We propose FastMap, a new global structure from motion method focused on speed and simplicity. Previous methods like COLMAP and GLOMAP are able to estimate high-precision camera poses, but suffer from poor scalability wh…

GPU

TapLab: A Fast Framework for Semantic Video Segmentation Tapping into Compressed-Domain Knowledge

2020-03-30 · Junyi Feng, Songyuan Li, Xi Li, Fei Wu 외

Real-time semantic video segmentation is a challenging task due to the strict requirements of inference speed. Recent approaches mainly devote great efforts to reducing the model size for high efficiency. In this paper, …

GPUImage SegmentationSemantic SegmentationVideo Segmentation+1