paper-with-me

홈 › Papers

Blurred Encoding for Trajectory Representation Learning

2025-11-12 · Silin Zhou, Yao Chen, Shuo Shang, Lisi Chen, Bingsheng He, Ryosuke Shibasaki arxiv

Trajectory representation learning (TRL) maps trajectories to vector embeddings and facilitates tasks such as trajectory classification and similarity search. State-of-the-art (SOTA) TRL methods transform raw GPS trajectories to grid or road trajectories to capture high-level travel semantics, i.e., regions and roads. However, they lose fine-grained spatial-temporal details as multiple GPS points are grouped into a single grid cell or road segment. To tackle this problem, we propose the BLUrred Encoding method, dubbed BLUE, which gradually reduces the precision of GPS coordinates to create hierarchical patches with multiple levels. The low-level patches are small and preserve fine-grained spatial-temporal details, while the high-level patches are large and capture overall travel patterns. To complement different patch levels with each other, our BLUE is an encoder-decoder model with a pyramid structure. At each patch level, a Transformer is used to learn the trajectory embedding at the current level, while pooling prepares inputs for the higher level in the encoder, and up-resolution provides guidance for the lower level in the decoder. BLUE is trained using the trajectory reconstruction task with the MSE loss. We compare BLUE with 8 SOTA TRL methods for 3 downstream tasks, the results show that BLUE consistently achieves higher accuracy than all baselines, outperforming the best-performing baselines by an average of 30.90%. Our code is available at https://github.com/slzhou-xy/BLUE.

📄 PDF Abstract BibTeX arXiv:2511.13741

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

MoTDiff: High-resolution Motion Trajectory estimation from a single blurred image using Diffusion models

2025-10-30 · Wontae Choi, Jaelin Lee, Hyung Sup Yun, Byeungwoo Jeon 외 arxiv

Accurate estimation of motion information is crucial in diverse computational imaging and computer vision applications. Researchers have investigated various methods to extract motion information from a single blurred im…

Image Deblurring

World From Blur

2019-06-01 · CVPR 2019 6 · Jiayan Qiu, Xinchao Wang, Stephen J. Maybank, Dacheng Tao

What can we tell from a single motion-blurred image? We show in this paper that a 3D scene can be revealed. Unlike prior methods that focus on producing a deblurred image, we propose to estimate and take advantage of t…

3D Scene Reconstruction

ExBluRF: Efficient Radiance Fields for Extreme Motion Blurred Images

2023-09-16 · ICCV 2023 1 · Dongwoo Lee, Jeongtaek Oh, Jaesung Rim, Sunghyun Cho 외

We present ExBluRF, a novel view synthesis method for extreme motion blurred images based on efficient radiance fields optimization. Our approach consists of two main components: 6-DOF camera trajectory-based motion blur…

GPUNovel View Synthesis

Deblur Gaussian Splatting SLAM

2025-03-16 · Francesco Girlanda, Denys Rozumnyi, Marc Pollefeys, Martin R. Oswald

We present Deblur-SLAM, a robust RGB SLAM pipeline designed to recover sharp reconstructions from motion-blurred inputs. The proposed method bridges the strengths of both frame-to-frame and frame-to-model approaches to m…

DeblurringImage DeblurringTrajectory Recovery

MBA-SLAM: Motion Blur Aware Dense Visual SLAM with Radiance Fields Representation

2024-11-13 · Peng Wang, Lingzhe Zhao, Yin Zhang, Shiyu Zhao 외

Emerging 3D scene representations, such as Neural Radiance Fields (NeRF) and 3D Gaussian Splatting (3DGS), have demonstrated their effectiveness in Simultaneous Localization and Mapping (SLAM) for photo-realistic renderi…

3DGSCamera LocalizationNeRFSimultaneous Localization and Mapping