SenSys Topic Selection
SenSys accepts a system you built and measured under embedded constraints. The 2026 merger
of SenSys, IPSN, and IoTDI widened the mandate — low-power networked sensing, embedded systems,
IoT, and on-device AI now share one venue — but it did not soften the systems bar: a strong
SenSys paper still has a buildable mechanism whose value is shown in energy, latency,
memory, and deployment behavior on real hardware, not in a proof or a leaderboard delta.
The fit test
Ask these in order; a "no" is a routing signal, not a verdict on the work's quality.
- Is there a system? Can you point to the artifact — firmware, a node, a protocol, a
deployment — that embodies the contribution? A pure algorithm with no embedded realization
is a signal-processing or ML contribution.
- Do embedded constraints bind? Does energy, memory, compute, bandwidth, or intermittent
power actually shape the design? If the method would run unchanged on a workstation, the
constraint is not doing work and SenSys is a weak fit.
- Is the evidence physical? Are the headline numbers measured on hardware — current
draw, duty cycle, on-device latency, deployment uptime — or are they simulation/offline
accuracy? SenSys reviewers discount simulation-only and single-run results.
- Is sensing or embedded computation central? SenSys is about turning physical signals
into information under resource limits, or computing on constrained nodes — not about the
wireless link itself (that is MobiCom) or the mobile application platform (that is MobiSys).
Routing table
| If the core contribution is... |
The likely home is... |
Because |
| A built sensing system measured on real hardware for energy/latency/accuracy |
SenSys |
The merged venue's center of mass |
| Low-power networked sensing / mote-class protocols (formerly IPSN) |
SenSys (post-merger) |
IPSN's community joined SenSys in 2026 |
| IoT design/implementation, edge deployments (formerly IoTDI) |
SenSys (post-merger) |
IoTDI's community joined SenSys in 2026 |
| An on-device / TinyML model with measured footprint on an MCU |
SenSys |
Embedded-AI systems are in-scope after the merger |
| A wireless link, PHY/MAC, or over-the-air networking mechanism |
MobiCom |
The mechanism is the radio, not the sensing system |
| A mobile-platform / smartphone systems contribution |
MobiSys |
The platform, not embedded sensing under energy limits |
| A new estimator/algorithm with no embedded realization |
an ML or DSP venue |
The contribution is the math, not a built system |
| A datacenter/OS/networking systems result |
NSDI / OSDI / SIGCOMM |
Not sensing/embedded and not energy-bound |
Post-merger boundary calls
The merger creates new adjacencies to reason about explicitly:
- On-device AI vs. an ML paper. If the novelty is model architecture or accuracy, it is an
ML venue. If the novelty is running inference within a real MCU's RAM/flash/energy budget
— quantization-for-hardware, intermittent-power inference, on-sensor compute — it is SenSys.
- IoT deployment vs. an applications paper. A deployment is SenSys when the system design
or measurement methodology is the contribution, not merely that a known stack was installed.
- Sensing vs. signal processing. A new algorithm belongs at a DSP venue unless it is
embodied and measured on the constrained node where it must actually run.
Fit self-check (answer before choosing SenSys):
[ ] There is a concrete built system/artifact, not only a method.
[ ] An embedded constraint (energy/memory/compute/power) shapes the design.
[ ] Headline numbers are measured on real hardware, not simulation-only.
[ ] Sensing or on-node computation — not the radio or the app platform — is central.
[ ] If on-device AI: the claim is measured footprint/latency, not offline accuracy.
When two venues both fit
Some work genuinely spans SenSys and MobiCom (e.g. a sensing system that also innovates on its
link). Route by where the reviewable novelty lives: if a reviewer would spend most of their
judgment on the sensing/embedded system and its energy behavior, submit to SenSys and treat the
link as engineering; if the defensible novelty is the wireless mechanism, submit to MobiCom.
Pick one — a paper straddling both usually reads as under-contributing to each.
Output format
[Verdict] SenSys fit: strong / plausible / weak
[System] the concrete artifact that embodies the contribution
[Constraint] which embedded limit binds the design (energy/memory/compute/power)
[Evidence] hardware-measured? or simulation/offline (a re-route risk)
[Reroute] if weak — target venue + the one sentence that would move it
[Open] any post-merger boundary ambiguity to resolve before committing
Source: brycewang-stanford/Awesome-Journal-Skills → SenSys-Skills/skills/sensys-topic-selection/SKILL.md
1---2name: sensys-topic-selection3description: Use when deciding whether a project belongs at SenSys after the 2026 merger absorbed IPSN and IoTDI — testing whether the contribution is a built, measured sensing/embedded/IoT/on-device-AI system rather than a pure algorithm, a mobile-networking mechanism, or an offline ML result, and routing misfits to MobiCom, MobiSys, or an ML/DSP venue.4---567# SenSys Topic Selection89SenSys accepts a **system you built and measured under embedded constraints**. The 2026 merger10of SenSys, IPSN, and IoTDI widened the mandate — low-power networked sensing, embedded systems,11IoT, and on-device AI now share one venue — but it did not soften the systems bar: a strong12SenSys paper still has a **buildable mechanism** whose value is shown in **energy, latency,13memory, and deployment behavior on real hardware**, not in a proof or a leaderboard delta.1415## The fit test1617Ask these in order; a "no" is a routing signal, not a verdict on the work's quality.18191. **Is there a system?** Can you point to the artifact — firmware, a node, a protocol, a20 deployment — that embodies the contribution? A pure algorithm with no embedded realization21 is a signal-processing or ML contribution.222. **Do embedded constraints bind?** Does energy, memory, compute, bandwidth, or intermittent23 power actually shape the design? If the method would run unchanged on a workstation, the24 constraint is not doing work and SenSys is a weak fit.253. **Is the evidence physical?** Are the headline numbers **measured on hardware** — current26 draw, duty cycle, on-device latency, deployment uptime — or are they simulation/offline27 accuracy? SenSys reviewers discount simulation-only and single-run results.284. **Is sensing or embedded computation central?** SenSys is about turning **physical signals29 into information under resource limits**, or computing on constrained nodes — not about the30 wireless link itself (that is MobiCom) or the mobile application platform (that is MobiSys).3132## Routing table3334| If the core contribution is... | The likely home is... | Because |35|---|---|---|36| A built sensing system measured on real hardware for energy/latency/accuracy | **SenSys** | The merged venue's center of mass |37| Low-power networked sensing / mote-class protocols (formerly IPSN) | **SenSys** (post-merger) | IPSN's community joined SenSys in 2026 |38| IoT design/implementation, edge deployments (formerly IoTDI) | **SenSys** (post-merger) | IoTDI's community joined SenSys in 2026 |39| An on-device / TinyML model with measured footprint on an MCU | **SenSys** | Embedded-AI systems are in-scope after the merger |40| A wireless link, PHY/MAC, or over-the-air networking mechanism | **MobiCom** | The mechanism is the radio, not the sensing system |41| A mobile-platform / smartphone systems contribution | **MobiSys** | The platform, not embedded sensing under energy limits |42| A new estimator/algorithm with no embedded realization | **an ML or DSP venue** | The contribution is the math, not a built system |43| A datacenter/OS/networking systems result | **NSDI / OSDI / SIGCOMM** | Not sensing/embedded and not energy-bound |4445## Post-merger boundary calls4647The merger creates new adjacencies to reason about explicitly:4849- **On-device AI vs. an ML paper.** If the novelty is model *architecture or accuracy*, it is an50 ML venue. If the novelty is **running inference within a real MCU's RAM/flash/energy budget**51 — quantization-for-hardware, intermittent-power inference, on-sensor compute — it is SenSys.52- **IoT deployment vs. an applications paper.** A deployment is SenSys when the **system design53 or measurement methodology** is the contribution, not merely that a known stack was installed.54- **Sensing vs. signal processing.** A new algorithm belongs at a DSP venue unless it is55 **embodied and measured on the constrained node** where it must actually run.5657```text58Fit self-check (answer before choosing SenSys):59[ ] There is a concrete built system/artifact, not only a method.60[ ] An embedded constraint (energy/memory/compute/power) shapes the design.61[ ] Headline numbers are measured on real hardware, not simulation-only.62[ ] Sensing or on-node computation — not the radio or the app platform — is central.63[ ] If on-device AI: the claim is measured footprint/latency, not offline accuracy.64```6566## When two venues both fit6768Some work genuinely spans SenSys and MobiCom (e.g. a sensing system that also innovates on its69link). Route by **where the reviewable novelty lives**: if a reviewer would spend most of their70judgment on the sensing/embedded system and its energy behavior, submit to SenSys and treat the71link as engineering; if the defensible novelty is the wireless mechanism, submit to MobiCom.72Pick one — a paper straddling both usually reads as under-contributing to each.7374## Output format7576```text77[Verdict] SenSys fit: strong / plausible / weak78[System] the concrete artifact that embodies the contribution79[Constraint] which embedded limit binds the design (energy/memory/compute/power)80[Evidence] hardware-measured? or simulation/offline (a re-route risk)81[Reroute] if weak — target venue + the one sentence that would move it82[Open] any post-merger boundary ambiguity to resolve before committing83```8485---8687**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `SenSys-Skills/skills/sensys-topic-selection/SKILL.md`