IROS Related Work
Use this to audit novelty and eligibility. Reopen the current CFP for dual-submission, anonymity, and
prior-publication rules before advising authors. At IROS the question a reviewer asks is not only "is
this new?" but "does the paper know the nearest systems it resembles and say what it does
differently?"
Positioning checks
- Separate a systems contribution from a component tweak: a new integration, a new capability under a
constraint, a new reliability level, or a deployment insight — not merely a swapped module.
- Cover the robotics-systems lanes, not just the one nearest your method; a manipulation paper still owes
the perception and planning neighbors it builds on.
- Treat IEEE Xplore proceedings, RA-L, and T-RO as archival; position against them honestly rather
than around them.
- Cite arXiv and prior workshop versions so double-anonymous review survives — never point a reviewer
to an identity-revealing page or repository.
- Explain overlap with any prior or concurrent version of your own work, and do not submit duplicate
archival material.
The lanes robotics reviewers check
| Lane |
Typical sources |
What IROS reviewers check |
| Conference systems |
ICRA, prior IROS, RSS, CoRL |
Whether the nearest deployed system is compared or explicitly distinguished |
| Robotics journals |
RA-L, T-RO, T-ASE, IJRR, Autonomous Robots |
Whether mature, revised results are acknowledged, not dodged |
| Perception/learning |
CVPR/ICCV, NeurIPS/ICML when a component derives from them |
Whether a borrowed component is credited and evaluated in the robotics setting |
| Field/application |
Domain venues (field robotics, medical, aerial) |
Whether deployment realities and prior fielded systems are cited |
A bibliography citing only your own subfield tells a reviewer the paper may be re-deriving a neighboring
system's idea — a recognizable IROS weakness no amount of demo polish repairs.
Concurrent-work judgment calls
- Independently concurrent arXiv work: cite neutrally, state the technical difference, and avoid
priority claims a reviewer cannot verify.
- Your own workshop version: usually non-archival and citable, but verify against the current CFP and
phrase the citation so anonymity holds.
- When unsure whether a venue counts as archival for dual-submission, declare the overlap in the
submission form rather than gambling on an editor's read.
Positioning vignette
Imagine the paper presents a lidar-inertial state estimator that runs on an embedded computer. Its
nearest neighbors: a prior IROS lidar-odometry system it extends, an RA-L fusion method with a heavier
compute footprint, and a CVPR learned-odometry component it borrows a front end from. The novelty
sentence should name all three contrasts — tighter fusion than the IROS predecessor, a smaller compute
budget than the RA-L method, and the learned front end credited and re-evaluated on real field data.
Novelty sentence template:
"Unlike <nearest system> which <limitation>, our system <capability>
under <embodiment constraint>, evidenced by <embodied result>."
Output format
[Eligibility] clear / needs declaration / risky
[Closest lanes] <conference/journal/perception/field>
[Nearest 3 systems] <system -> distinction>
[Archival-overlap risk] <none/issues>
[Novelty sentence] <IROS-ready systems contrast>
Source: brycewang-stanford/Awesome-Journal-Skills → IROS-Skills/skills/iros-related-work/SKILL.md
1---2name: iros-related-work3description: Use when positioning an IROS submission against robotics-systems literature across ICRA, IROS, RSS, CoRL, RA-L, and T-RO, covering the lanes embodied-systems reviewers check, concurrent arXiv work, prior-version overlap, IEEE Xplore archival status, and keeping self-citations anonymous under the double-anonymous cycle.4---567# IROS Related Work89Use this to audit novelty and eligibility. Reopen the current CFP for dual-submission, anonymity, and10prior-publication rules before advising authors. At IROS the question a reviewer asks is not only "is11this new?" but "does the paper know the nearest *systems* it resembles and say what it does12differently?"1314## Positioning checks1516- Separate a **systems contribution** from a component tweak: a new integration, a new capability under a17 constraint, a new reliability level, or a deployment insight — not merely a swapped module.18- Cover the robotics-systems lanes, not just the one nearest your method; a manipulation paper still owes19 the perception and planning neighbors it builds on.20- Treat **IEEE Xplore proceedings, RA-L, and T-RO** as archival; position against them honestly rather21 than around them.22- Cite arXiv and prior workshop versions so **double-anonymous review survives** — never point a reviewer23 to an identity-revealing page or repository.24- Explain overlap with any prior or concurrent version of your own work, and do not submit duplicate25 archival material.2627## The lanes robotics reviewers check2829| Lane | Typical sources | What IROS reviewers check |30|---|---|---|31| Conference systems | ICRA, prior IROS, RSS, CoRL | Whether the nearest deployed system is compared or explicitly distinguished |32| Robotics journals | RA-L, T-RO, T-ASE, IJRR, Autonomous Robots | Whether mature, revised results are acknowledged, not dodged |33| Perception/learning | CVPR/ICCV, NeurIPS/ICML when a component derives from them | Whether a borrowed component is credited and evaluated in the robotics setting |34| Field/application | Domain venues (field robotics, medical, aerial) | Whether deployment realities and prior fielded systems are cited |3536A bibliography citing only your own subfield tells a reviewer the paper may be re-deriving a neighboring37system's idea — a recognizable IROS weakness no amount of demo polish repairs.3839## Concurrent-work judgment calls4041- Independently concurrent arXiv work: cite neutrally, state the technical difference, and avoid42 priority claims a reviewer cannot verify.43- Your own workshop version: usually non-archival and citable, but verify against the current CFP and44 phrase the citation so anonymity holds.45- When unsure whether a venue counts as archival for dual-submission, declare the overlap in the46 submission form rather than gambling on an editor's read.4748## Positioning vignette4950Imagine the paper presents a lidar-inertial state estimator that runs on an embedded computer. Its51nearest neighbors: a prior IROS lidar-odometry system it extends, an RA-L fusion method with a heavier52compute footprint, and a CVPR learned-odometry component it borrows a front end from. The novelty53sentence should name all three contrasts — tighter fusion than the IROS predecessor, a smaller compute54budget than the RA-L method, and the learned front end credited and re-evaluated on real field data.5556```text57Novelty sentence template:58 "Unlike <nearest system> which <limitation>, our system <capability>59 under <embodiment constraint>, evidenced by <embodied result>."60```6162## Output format6364```text65[Eligibility] clear / needs declaration / risky66[Closest lanes] <conference/journal/perception/field>67[Nearest 3 systems] <system -> distinction>68[Archival-overlap risk] <none/issues>69[Novelty sentence] <IROS-ready systems contrast>70```7172---7374**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `IROS-Skills/skills/iros-related-work/SKILL.md`