CoRL Topic Selection
CoRL sits at a deliberate intersection: it was founded in 2017 precisely because
learning-centric robotics papers were being squeezed between robotics conferences
that undervalued the learning and ML conferences that undervalued the robot. Routing
to CoRL is therefore a two-axis decision, and a project must score on both axes
to belong here.
The two-axis test
Ask the two questions separately and honestly:
- Is learning the contribution? If you replaced the learned policy, model, or
representation with a hand-engineered module and the paper's story survived, the
learning is decoration. CoRL reviewers — drawn from the robot-learning community,
not general robotics — will notice within one page.
- Does the claim need embodiment? If the result would be equally convincing on
a static vision benchmark or a gridworld, the robot is decoration. NeurIPS, ICML,
or ICLR will serve that paper better and reach a larger methods audience.
Only a yes-yes project is CoRL-shaped. A yes-no project is an ML paper; a no-yes
project is a robotics-systems paper; a no-no project needs rethinking, not routing.
Routing map
| Project profile |
Best home |
Why not CoRL |
| Imitation / RL / VLA policy with real-robot or credible sim evaluation |
CoRL |
— |
| Sim-to-real transfer method, transfer gap quantified |
CoRL |
— |
| Robot foundation model, data scaling, cross-embodiment training |
CoRL |
— |
| New gripper, SLAM pipeline, planner with hardware demo, learning peripheral |
ICRA / IROS |
Reviewers here score the learning question first |
| Broad robotics science where learning is one of several components |
RSS |
CoRL wants the learning claim central |
| Representation learning evaluated only on offline datasets |
NeurIPS / ICLR / ICML |
No embodied claim to judge |
| Benchmark or dataset for robot learning |
CoRL (fits) or RA-L/journal for archival scope |
Check the current CFP wording |
| Mature system with extensive field validation, long paper |
T-RO / IJRR / Science Robotics |
Conference format too small |
Signals from the venue itself
- The CoRL 2026 Call for Papers (https://www.corl.org/contributions/call-for-papers,
read 2026-07-08) frames the conference around the role of machine learning in
robotics; the community's recent proceedings (PMLR v270 for 2024, v305 for 2025)
are dominated by manipulation, locomotion, humanoid, VLA-model, and sim-to-real
work.
- Exemplar routing datapoints: SayCan (PMLR v205) and RT-2 (PMLR v229) — language
models grounded in robot affordances — went to CoRL, not to an NLP or ML venue,
because the grounding on hardware was the claim. See
../../resources/exemplars/library.md.
- CoRL is young (first edition 2017, Mountain View; the 2026 Austin edition is the
10th) and single-track in spirit: it publishes far fewer papers than ICRA/IROS,
so incremental fits that would survive at a mega-conference get filtered here.
Timing reality for 2026-07-08
The CoRL 2026 deadline (paper: May 29, 2026) has passed. Routing decisions made
today are about the next deadlines, so build the comparison calendar forward:
Routing calendar as of 2026-07-08 (verify each venue's own pages):
CoRL 2027 — CFP not yet posted; recent cycles closed late May/early June [待核实]
ICRA 2027 — direct-submission deadline historically mid-September
RSS 2027 — historically late January / early February
NeurIPS 2026 — main deadline has also passed for this year
ICLR 2027 — historically late September; nearest big ML deadline
RA-L (journal) — rolling; pairs with ICRA/IROS presentation options
A learning-heavy project missing CoRL 2026 typically weighs ICLR 2027 (if the sim
evidence stands alone) against ICRA 2027 (if the hardware story stands alone)
against waiting for CoRL 2027 (if the paper genuinely needs both audiences).
Common misroutes seen in review
- The benchmark-only RL paper. Strong returns on standard sim suites, no
robot-specific insight — reviewers ask "why is this not at an ML venue?" and
score fit, not just quality.
- The teleop-data demo. Beautiful hardware video, but the learning method is an
off-the-shelf recipe with no analysis; reviewers ask what the community learns.
- The one-task policy. Learning contribution present, but evaluated on a single
task instance with no generalization axis; CoRL's evaluation culture (multiple
tasks, objects, seeds, episodes — see
corl-experiments) makes this fragile.
- The theory paper without any environment. Pure sample-complexity analysis
travels better at COLT/NeurIPS unless it predicts something testable on a robot.
Framing once you commit
If the answer is CoRL, write the fit into the paper rather than assuming it:
- Name the embodied task family in the first paragraph, and the learned component
in the second — both before any architecture detail.
- State the evidence scale early (how many tasks, trials, robots, sim environments)
so the reviewer's evaluation expectations are anchored by you, not by habit.
- Reserve explicit space for the Limitations section — mandatory at CoRL and
counted inside the 8-page limit in the 2026 instructions — from day one.
- Choose baselines from the robot-learning literature (BC, offline RL, diffusion
policies, VLA models), not only from the classical-control literature.
Output format
[CoRL fit] yes / no / borderline
[Axis 1 — learning is the contribution] yes / no + one-line justification
[Axis 2 — claim needs embodiment] yes / no + one-line justification
[Alternative venue] <name + reason, if either axis fails>
[Next actionable deadline] <venue, date, source URL to reverify>
Re-verify the current cycle at https://www.corl.org/ before acting: CoRL scope
wording, deadlines, and policies are re-issued each year by that year's chairs.
1---2name: corl-topic-selection3description: Use when deciding whether a project belongs at CoRL, the Conference on Robot Learning, or should be routed to ICRA, IROS, RSS, NeurIPS, ICLR, ICML, or a journal — based on whether the learned component is the contribution, what embodied evidence exists, and which reviewer community should judge the claim.4---56# CoRL Topic Selection78CoRL sits at a deliberate intersection: it was founded in 2017 precisely because9learning-centric robotics papers were being squeezed between robotics conferences10that undervalued the learning and ML conferences that undervalued the robot. Routing11to CoRL is therefore a two-axis decision, and a project must score on **both** axes12to belong here.1314## The two-axis test1516Ask the two questions separately and honestly:17181. **Is learning the contribution?** If you replaced the learned policy, model, or19 representation with a hand-engineered module and the paper's story survived, the20 learning is decoration. CoRL reviewers — drawn from the robot-learning community,21 not general robotics — will notice within one page.222. **Does the claim need embodiment?** If the result would be equally convincing on23 a static vision benchmark or a gridworld, the robot is decoration. NeurIPS, ICML,24 or ICLR will serve that paper better and reach a larger methods audience.2526Only a yes-yes project is CoRL-shaped. A yes-no project is an ML paper; a no-yes27project is a robotics-systems paper; a no-no project needs rethinking, not routing.2829## Routing map3031| Project profile | Best home | Why not CoRL |32|---|---|---|33| Imitation / RL / VLA policy with real-robot or credible sim evaluation | **CoRL** | — |34| Sim-to-real transfer method, transfer gap quantified | **CoRL** | — |35| Robot foundation model, data scaling, cross-embodiment training | **CoRL** | — |36| New gripper, SLAM pipeline, planner with hardware demo, learning peripheral | ICRA / IROS | Reviewers here score the learning question first |37| Broad robotics science where learning is one of several components | RSS | CoRL wants the learning claim central |38| Representation learning evaluated only on offline datasets | NeurIPS / ICLR / ICML | No embodied claim to judge |39| Benchmark or dataset for robot learning | CoRL (fits) or RA-L/journal for archival scope | Check the current CFP wording |40| Mature system with extensive field validation, long paper | T-RO / IJRR / Science Robotics | Conference format too small |4142## Signals from the venue itself4344- The CoRL 2026 Call for Papers (https://www.corl.org/contributions/call-for-papers,45 read 2026-07-08) frames the conference around the role of machine learning in46 robotics; the community's recent proceedings (PMLR v270 for 2024, v305 for 2025)47 are dominated by manipulation, locomotion, humanoid, VLA-model, and sim-to-real48 work.49- Exemplar routing datapoints: SayCan (PMLR v205) and RT-2 (PMLR v229) — language50 models grounded in robot affordances — went to CoRL, not to an NLP or ML venue,51 because the grounding on hardware *was* the claim. See52 `../../resources/exemplars/library.md`.53- CoRL is young (first edition 2017, Mountain View; the 2026 Austin edition is the54 10th) and single-track in spirit: it publishes far fewer papers than ICRA/IROS,55 so incremental fits that would survive at a mega-conference get filtered here.5657## Timing reality for 2026-07-085859The CoRL 2026 deadline (paper: May 29, 2026) has passed. Routing decisions made60today are about the **next** deadlines, so build the comparison calendar forward:6162```text63Routing calendar as of 2026-07-08 (verify each venue's own pages):64 CoRL 2027 — CFP not yet posted; recent cycles closed late May/early June [待核实]65 ICRA 2027 — direct-submission deadline historically mid-September66 RSS 2027 — historically late January / early February67 NeurIPS 2026 — main deadline has also passed for this year68 ICLR 2027 — historically late September; nearest big ML deadline69 RA-L (journal) — rolling; pairs with ICRA/IROS presentation options70```7172A learning-heavy project missing CoRL 2026 typically weighs ICLR 2027 (if the sim73evidence stands alone) against ICRA 2027 (if the hardware story stands alone)74against waiting for CoRL 2027 (if the paper genuinely needs both audiences).7576## Common misroutes seen in review7778- **The benchmark-only RL paper.** Strong returns on standard sim suites, no79 robot-specific insight — reviewers ask "why is this not at an ML venue?" and80 score fit, not just quality.81- **The teleop-data demo.** Beautiful hardware video, but the learning method is an82 off-the-shelf recipe with no analysis; reviewers ask what the community learns.83- **The one-task policy.** Learning contribution present, but evaluated on a single84 task instance with no generalization axis; CoRL's evaluation culture (multiple85 tasks, objects, seeds, episodes — see `corl-experiments`) makes this fragile.86- **The theory paper without any environment.** Pure sample-complexity analysis87 travels better at COLT/NeurIPS unless it predicts something testable on a robot.8889## Framing once you commit9091If the answer is CoRL, write the fit into the paper rather than assuming it:9293- Name the embodied task family in the first paragraph, and the learned component94 in the second — both before any architecture detail.95- State the evidence scale early (how many tasks, trials, robots, sim environments)96 so the reviewer's evaluation expectations are anchored by you, not by habit.97- Reserve explicit space for the **Limitations section — mandatory at CoRL and98 counted inside the 8-page limit** in the 2026 instructions — from day one.99- Choose baselines from the robot-learning literature (BC, offline RL, diffusion100 policies, VLA models), not only from the classical-control literature.101102## Output format103104```text105[CoRL fit] yes / no / borderline106[Axis 1 — learning is the contribution] yes / no + one-line justification107[Axis 2 — claim needs embodiment] yes / no + one-line justification108[Alternative venue] <name + reason, if either axis fails>109[Next actionable deadline] <venue, date, source URL to reverify>110```111112Re-verify the current cycle at https://www.corl.org/ before acting: CoRL scope113wording, deadlines, and policies are re-issued each year by that year's chairs.