Papers › Transporter Networks: Rearranging the Visual World for Robotic Manipulation

Transporter Networks: Rearranging the Visual World for Robotic Manipulation

27 Oct 2020arXiv:2010.14406links table onlyarchive 2025-07-28

Andy Zeng, Pete Florence, Jonathan Tompson, Stefan Welker, Jonathan Chien, Maria Attarian, Travis Armstrong, Ivan Krasin, Dan Duong, Ayzaan Wahid, Vikas Sindhwani, Johnny Lee

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.

Robotic manipulation can be formulated as inducing a sequence of spatial displacements: where the space being moved can encompass an object, part of an object, or end effector. In this work, we propose the Transporter Network, a simple model architecture that rearranges deep features to infer spatial displacements from visual input - which can parameterize robot actions. It makes no assumptions of objectness (e.g. canonical poses, models, or keypoints), it exploits spatial symmetries, and is orders of magnitude more sample efficient than our benchmarked alternatives in learning vision-based manipulation tasks: from stacking a pyramid of blocks, to assembling kits with unseen objects; from manipulating deformable ropes, to pushing piles of small objects with closed-loop feedback. Our method can represent complex multi-modal policy distributions and generalizes to multi-step sequential tasks, as well as 6DoF pick-and-place. Experiments on 10 simulated tasks show that it learns faster and generalizes better than a variety of end-to-end baselines, including policies that use ground-truth object poses. We validate our methods with hardware in the real world. Experiment videos and code are available at https://transporternets.github.io

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="2010.14406")

Code

Syntology Ran 0 of 25 code samples harvested from 2 repositories linked to this paper; 25 have no recorded run.

By repository: official repository: 7 samples from 1 repository, 0 ran; community (archive-listed): 18 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

google-research/ravens officialmentioned on GitHubtfApache-2.0 report
cliport/cliport pytorchApache-2.0 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

25 samples harvested; 0 ran; 0 honoured the contract we drafted; 25 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.

25unverified

Licence: 0 of the 25 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

ResNet43_8s google-research/ravens/ravens/models/resnet.py official repository unverified Apache-2.0 (permissive) · 9a0b6e051b79611e · report
compute_spatial_soft_argmax google-research/ravens/ravens/models/conv_mlp.py official repository unverified Apache-2.0 (permissive) · c0445f9a6b1dee13 · report
conv_block google-research/ravens/ravens/models/resnet.py official repository unverified Apache-2.0 (permissive) · a9fb72a7d344bddd · report
identity_block google-research/ravens/ravens/models/resnet.py official repository unverified Apache-2.0 (permissive) · d1d40a2bd9b4ceac · report
multivar_gaussian_pdf google-research/ravens/ravens/models/mdn_utils.py official repository unverified Apache-2.0 (permissive) · 817afba414cf8c60 · report
pick_max_mean google-research/ravens/ravens/models/mdn_utils.py official repository unverified Apache-2.0 (permissive) · 97e8c2493a308466 · report
sample_from_pdf google-research/ravens/ravens/models/mdn_utils.py official repository unverified Apache-2.0 (permissive) · 4aa4f490fd8f1d5a · report
call_max_payoff nimRobotics/google-research/simulation_research/tf_risk/payoffs.py community (archive-listed) unverified Apache-2.0 (permissive) · 97547251dd8bf1ea · report
call_payoff nimRobotics/google-research/simulation_research/tf_risk/payoffs.py community (archive-listed) unverified Apache-2.0 (permissive) · af5fe347cb6b1c21 · report
create_bspline_basis nimRobotics/google-research/simulation_research/traffic/point_process_model.py community (archive-listed) unverified Apache-2.0 (permissive) · 00864d4099dc6376 · report
gaussian_cdf nimRobotics/google-research/simulation_research/tf_risk/util.py community (archive-listed) unverified Apache-2.0 (permissive) · c4e259e6f90e1040 · report
half_clt_conf_interval nimRobotics/google-research/simulation_research/tf_risk/util.py community (archive-listed) unverified Apache-2.0 (permissive) · 06faedac0b5a7f7b · report
hedge_derivative nimRobotics/google-research/simulation_research/tf_risk/controllers.py community (archive-listed) unverified Apache-2.0 (permissive) · b72e0f9ec4b4e65f · report
hist_log_euler_step nimRobotics/google-research/simulation_research/tf_risk/run_replication_experiment.py community (archive-listed) unverified Apache-2.0 (permissive) · cc2b7edf2f6f80c7 · report
load_variable nimRobotics/google-research/simulation_research/traffic/file_util.py community (archive-listed) unverified Apache-2.0 (permissive) · e5510d0eeaba9cb9 · report
multistep_runner_tf_while nimRobotics/google-research/simulation_research/tf_risk/monte_carlo_manager.py community (archive-listed) unverified Apache-2.0 (permissive) · b4b4f1f2f73b76ca · report
multistep_runner_unrolled_tf nimRobotics/google-research/simulation_research/tf_risk/monte_carlo_manager.py community (archive-listed) unverified Apache-2.0 (permissive) · aeb9ddd5a60dd753 · report
non_callable_price_mc nimRobotics/google-research/simulation_research/tf_risk/monte_carlo_manager.py community (archive-listed) unverified Apache-2.0 (permissive) · 18ed7c75e6ad4c0c · report
price_derivative nimRobotics/google-research/simulation_research/tf_risk/controllers.py community (archive-listed) unverified Apache-2.0 (permissive) · 934448b79596475e · report
put_payoff nimRobotics/google-research/simulation_research/tf_risk/payoffs.py community (archive-listed) unverified Apache-2.0 (permissive) · c3a241a17bb8b5ec · report
random_antithetic_uniform nimRobotics/google-research/simulation_research/tf_risk/dynamics.py community (archive-listed) unverified Apache-2.0 (permissive) · 9834d99dd9e09ef2 · report
random_normal nimRobotics/google-research/simulation_research/tf_risk/dynamics.py community (archive-listed) unverified Apache-2.0 (permissive) · 4ece14378ed96542 · report
random_uniform nimRobotics/google-research/simulation_research/tf_risk/dynamics.py community (archive-listed) unverified Apache-2.0 (permissive) · 07c5675970cb9ee8 · report
stddev_est nimRobotics/google-research/simulation_research/tf_risk/util.py community (archive-listed) unverified Apache-2.0 (permissive) · 3f5e10b1b3013170 · report
var_and_cvar nimRobotics/google-research/simulation_research/tf_risk/risk_metrics.py community (archive-listed) unverified Apache-2.0 (permissive) · 813daf1432469b53 · 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