Papers › Visual Reinforcement Learning with Self-Supervised 3D Representations

Visual Reinforcement Learning with Self-Supervised 3D Representations

13 Oct 2022arXiv:2210.07241archive 2025-07-28

Yanjie Ze, Nicklas Hansen, Yinbo Chen, Mohit Jain, Xiaolong Wang

A prominent approach to visual Reinforcement Learning (RL) is to learn an internal state representation using self-supervised methods, which has the potential benefit of improved sample-efficiency and generalization through additional learning signal and inductive biases. However, while the real world is inherently 3D, prior efforts have largely been focused on leveraging 2D computer vision techniques as auxiliary self-supervision. In this work, we present a unified framework for self-supervised learning of 3D representations for motor control. Our proposed framework consists of two phases: a pretraining phase where a deep voxel-based 3D autoencoder is pretrained on a large object-centric dataset, and a finetuning phase where the representation is jointly finetuned together with RL on in-domain data. We empirically show that our method enjoys improved sample efficiency in simulated manipulation tasks compared to 2D representation learning methods. Additionally, our learned policies transfer zero-shot to a real robot setup with only approximate geometric correspondence, and successfully solve motor control tasks that involve grasping and lifting from a single, uncalibrated RGB camera. Code and videos are available at https://yanjieze.com/3d4rl/ .

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

Code

Syntology Ran 6 of 17 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 4 ran with no contract checked.

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

YanjieZe/rl3d officialmentioned on GitHubpytorchMIT 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

17 samples harvested; 6 ran; 0 honoured the contract we drafted; 11 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 · our draft was wrong
1ran · fixture could not drive it
4ran
11unverified

Licence: 0 of the 17 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 YanjieZe/rl3d. “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.

cat YanjieZe/rl3d/src/utils.py official repository ran fingerprinted MIT (permissive) · 6c2c84b4ccb7f17b · report
gaussian_logprob YanjieZe/rl3d/src/algorithms/modules.py official repository ran fingerprinted MIT (permissive) · 2df17488b927be0b · report
hsv2rgb YanjieZe/rl3d/src/color_jitter.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 718e1902f65f1be2 · report
make_dir YanjieZe/rl3d/src/utils.py official repository ran fingerprinted MIT (permissive) · 1ac4e5bffc3dbbd3 · report
rgb2hsv YanjieZe/rl3d/src/color_jitter.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 1c24bb2fb72c4f9d · report
squash YanjieZe/rl3d/src/algorithms/modules.py official repository ran fingerprinted MIT (permissive) · 121cb336a1e1278a · report
conv YanjieZe/rl3d/src/algorithms/modules_3d.py official repository unverified MIT (permissive) · 64155049b60f0d6b · report
euler2mat YanjieZe/rl3d/src/algorithms/rot_utils.py official repository unverified MIT (permissive) · 797689fffbce98da · report
load_config YanjieZe/rl3d/src/utils.py official repository unverified MIT (permissive) · 5912a589c21e0e7f · report
prefill YanjieZe/rl3d/src/algorithms/per.py official repository unverified MIT (permissive) · a935467503363d78 · report
prefill_memory YanjieZe/rl3d/src/algorithms/per.py official repository unverified MIT (permissive) · 8cb3ce3c5bb986f0 · report
quat2euler YanjieZe/rl3d/src/algorithms/rot_utils.py official repository unverified MIT (permissive) · a0a7fcf830f831b6 · report
quat2mat YanjieZe/rl3d/src/algorithms/rot_utils.py official repository unverified MIT (permissive) · 86eaf46a4e1b7005 · report
random_conv YanjieZe/rl3d/src/augmentations.py official repository unverified MIT (permissive) · 0604211861b8f1e9 · report
stn YanjieZe/rl3d/src/algorithms/modules_3d.py official repository unverified MIT (permissive) · 8ec40d7c6f748f4e · report
visual_representation YanjieZe/rl3d/load_3d.py official repository unverified MIT (permissive) · 05f8b4749415d195 · report
xavier_uniform_init YanjieZe/rl3d/src/algorithms/modules.py official repository unverified MIT (permissive) · c71774582015fd4b · report

Tasks

Reinforcement LearningReinforcement Learning (RL)Representation LearningSelf-Supervised Learningreinforcement-learning

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