paper-with-me

홈 › Papers

DeFlow: Decoder of Scene Flow Network in Autonomous Driving

2024-01-29 · Qingwen Zhang, Yi Yang, Heng Fang, Ruoyu Geng, Patric Jensfelt

Scene flow estimation determines a scene's 3D motion field, by predicting the motion of points in the scene, especially for aiding tasks in autonomous driving. Many networks with large-scale point clouds as input use voxelization to create a pseudo-image for real-time running. However, the voxelization process often results in the loss of point-specific features. This gives rise to a challenge in recovering those features for scene flow tasks. Our paper introduces DeFlow which enables a transition from voxel-based features to point features using Gated Recurrent Unit (GRU) refinement. To further enhance scene flow estimation performance, we formulate a novel loss function that accounts for the data imbalance between static and dynamic points. Evaluations on the Argoverse 2 scene flow task reveal that DeFlow achieves state-of-the-art results on large-scale point cloud data, demonstrating that our network has better performance and efficiency compared to others. The code is open-sourced at https://github.com/KTH-RPL/deflow.

📄 PDF Abstract BibTeX arXiv:2401.16122

Code (4)

kth-rpl/deflow 공식 구현 pytorch
kth-rpl/dynamicmap_benchmark
kth-rpl/seflow pytorch
tudelft-iv/voteflow pytorch

Tasks

Autonomous DrivingDecoderScene Flow Estimation

Similar Papers 제목 키워드 기반

GuideFlow: Constraint-Guided Flow Matching for Planning in End-to-End Autonomous Driving

2025-11-24 · Lin Liu, Caiyan Jia, Guanyi Yu, Ziying Song 외 arxiv

Driving planning is a critical component of end-to-end (E2E) autonomous driving. However, prevailing Imitative E2E Planners often suffer from multimodal trajectory mode collapse, failing to produce diverse trajectory pro…

Autonomous Driving

DEFLOW: Self-supervised 3D Motion Estimation of Debris Flow

2023-04-05 · Liyuan Zhu, Yuru Jia, Shengyu Huang, Nicholas Meyer 외

Existing work on scene flow estimation focuses on autonomous driving and mobile robotics, while automated solutions are lacking for motion in nature, such as that exhibited by debris flows. We propose DEFLOW, a model for…

Autonomous DrivingDepth EstimationMotion EstimationOptical Flow Estimation+2

DeFlow: Learning Complex Image Degradations from Unpaired Data with Conditional Flows

2021-01-14 · CVPR 2021 1 · Valentin Wolf, Andreas Lugmayr, Martin Danelljan, Luc van Gool 외

The difficulty of obtaining paired data remains a major bottleneck for learning image restoration and enhancement models for real-world applications. Current strategies aim to synthesize realistic training data by modeli…

DecoderImage RestorationSuper-Resolution

PDEFlow: Autonomous Agentic PDE Pipelines for Neural Operator Learning and Solver-Free Inference

2026-07-06 · Akshat Jani, Prathamesh Gadekar, Sakhinana Sagar Srinivas, Venkataramana Runkana arxiv

We present PDEFlow, an autonomous agentic framework that turns user-level ODE and PDE descriptions into solver-backed neural-operator pipelines. The workflow links problem specification, data generation, operator trainin…

CodeFlowLM: Incremental Just-In-Time Defect Prediction with Pretrained Language Models and Exploratory Insights into Defect Localization

2025-11-28 · Monique Louise Monteiro, George G. Cabral, Adriano L. I. OLiveira arxiv

This work introduces CodeFlowLM, an incremental learning framework for Just-In-Time Software Defect Prediction (JIT-SDP) that leverages pre-trained language models (PLMs). Unlike traditional online learners, CodeFlowLM e…

Incremental Learning