Papers › FlowPolicy: Enabling Fast and Robust 3D Flow-based Policy via Consistency Flow...

FlowPolicy: Enabling Fast and Robust 3D Flow-based Policy via Consistency Flow Matching for Robot Manipulation

6 Dec 2024arXiv:2412.04987links table onlyarchive 2025-07-28

Qinglun Zhang, Zhen Liu, Haoqiang Fan, Guanghui Liu, Bing Zeng, Shuaicheng Liu

The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.

Robots can acquire complex manipulation skills by learning policies from expert demonstrations, which is often known as vision-based imitation learning. Generating policies based on diffusion and flow matching models has been shown to be effective, particularly in robotic manipulation tasks. However, recursion-based approaches are inference inefficient in working from noise distributions to policy distributions, posing a challenging trade-off between efficiency and quality. This motivates us to propose FlowPolicy, a novel framework for fast policy generation based on consistency flow matching and 3D vision. Our approach refines the flow dynamics by normalizing the self-consistency of the velocity field, enabling the model to derive task execution policies in a single inference step. Specifically, FlowPolicy conditions on the observed 3D point cloud, where consistency flow matching directly defines straight-line flows from different time states to the same action space, while simultaneously constraining their velocity values, that is, we approximate the trajectories from noise to robot actions by normalizing the self-consistency of the velocity field within the action space, thus improving the inference efficiency. We validate the effectiveness of FlowPolicy in Adroit and Metaworld, demonstrating a 7× increase in inference speed while maintaining competitive average success rates compared to state-of-the-art methods. Code is available at https://github.com/zql-kk/FlowPolicy.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2412.04987")

Code

Syntology Ran 1 of 11 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 1 ran with no contract checked.

By repository: official repository: 11 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

zql-kk/flowpolicy officialmentioned in papermentioned on GitHubMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 1 ran; 0 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran
10unverified

Licence: 0 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from zql-kk/flowpolicy. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

variance_scaling zql-kk/flowpolicy/FlowPolicy/flow_policy_3d/models/layers.py official repository ran MIT (permissive) · 3ac11bfe0ae80195 · report
get_act zql-kk/flowpolicy/FlowPolicy/flow_policy_3d/models/layers.py official repository unverified MIT (permissive) · db5f935a1d6b4c2c · report
get_consistency_flow_matching_loss_fn zql-kk/flowpolicy/FlowPolicy/flow_policy_3d/losses.py official repository unverified MIT (permissive) · 4ef47725fbf57309 · report
get_model zql-kk/flowpolicy/FlowPolicy/flow_policy_3d/models/utils.py official repository unverified MIT (permissive) · b3e18524b8df81a1 · report
get_normalization zql-kk/flowpolicy/FlowPolicy/flow_policy_3d/models/normalization.py official repository unverified MIT (permissive) · 1b8adb3294e53c6d · report
get_sigmas zql-kk/flowpolicy/FlowPolicy/flow_policy_3d/models/utils.py official repository unverified MIT (permissive) · cff310f0f7ccdf0c · report
get_weight zql-kk/flowpolicy/FlowPolicy/flow_policy_3d/models/up_or_down_sampling.py official repository unverified MIT (permissive) · 8db300b9f1afb2d3 · report
naive_downsample_2d zql-kk/flowpolicy/FlowPolicy/flow_policy_3d/models/up_or_down_sampling.py official repository unverified MIT (permissive) · e0ca74cc0ccd0e50 · report
naive_upsample_2d zql-kk/flowpolicy/FlowPolicy/flow_policy_3d/models/up_or_down_sampling.py official repository unverified MIT (permissive) · f425357463a3de36 · report
ncsn_conv1x1 zql-kk/flowpolicy/FlowPolicy/flow_policy_3d/models/layers.py official repository unverified MIT (permissive) · 85b2235eb7afaa4f · report
register_model zql-kk/flowpolicy/FlowPolicy/flow_policy_3d/models/utils.py official repository unverified MIT (permissive) · e4b39361eb110388 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections