← Latest papers
⚡ electrical engineering

Secure Energy Efficient Wireless Transmission: A Finite v/s Infinite-Horizon RL Solution

This paper proposes a finite-horizon reinforcement learning algorithm for joint transmit and jamming power allocation in energy-harvesting full-duplex wireless networks, demonstrating that it outperforms both greedy and infinite-horizon approaches in maximizing secrecy energy efficiency while reducing computational time.

Original authors: Shalini Tripathi, Ankur Bansal, Holger Claussen, Lester Ho, Chinmoy Kundu

Published 2026-01-23
📖 4 min read☕ Coffee break read

Original authors: Shalini Tripathi, Ankur Bansal, Holger Claussen, Lester Ho, Chinmoy Kundu

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are running a relay race where two runners, Source and Destination, are trying to pass a secret message to each other. However, there's a catch: a sneaky Eavesdropper is lurking nearby, trying to steal the message. To stop the Eavesdropper, the Destination runner has a special trick: they can shout a loud, confusing noise (jamming) at the Eavesdropper while simultaneously listening to the Source.

But here's the real challenge: both runners are powered by solar panels (Energy Harvesting). They don't have a battery that lasts forever; they only have the energy they collect from the sun (or wind) at that exact moment, stored in a small, limited battery. If they use too much energy now, they might run out later. If they use too little, the message might get stolen.

The goal of this paper is to figure out the perfect strategy for how much power the Source should use to talk and how much power the Destination should use to shout (jam) so that they get the most "secret bits" across for every drop of energy they use. This is called Secrecy Energy Efficiency (SEE).

The authors compare three different ways to make these decisions:

1. The "Time-Traveling Planner" (FHJPA)

This is the paper's main solution. Imagine you know exactly how many minutes the race will last (a Finite Horizon). You can look at the entire race schedule from start to finish.

  • How it works: This algorithm works backward from the very last minute of the race to the first. It asks, "If I use a lot of energy now, will I have enough left for the final, crucial minutes?" It calculates the perfect balance for every single moment, knowing exactly when the race ends.
  • The Result: This is the smartest approach. It wins because it understands the "deadline." It doesn't waste energy early on if it needs to save it for the end, and it doesn't hold back if the end is far away.

2. The "Greedy Sprinter" (GA)

This is a simple, low-complexity approach. Imagine a runner who only cares about the very next step.

  • How it works: At every moment, it asks, "What gives me the best result right now?" It doesn't worry about tomorrow or the next minute. It just grabs the biggest immediate reward.
  • The Result: Usually, this is a bad idea because you might run out of energy before the race ends. However, the paper found a surprising twist: If the runners have plenty of solar energy (their batteries are full), this simple "greedy" strategy works almost as well as the complex planner. When energy is abundant, you don't need to worry about saving it for later, so the simple strategy is nearly perfect.

3. The "Forever Runner" (IHJPA)

This approach assumes the race never ends (an Infinite Horizon).

  • How it works: It plans for a steady state, assuming the race goes on forever. It creates a strategy that works well on average over an infinite amount of time.
  • The Result: This is a poor fit for a race with a known, short deadline. It's like trying to plan a budget for a lifetime when you only have a week to live. The paper shows that when the race is short, this method performs poorly because it doesn't account for the "end of the line." However, as the race gets longer (more time slots), this method gets better and starts to look more like the "Time-Traveling Planner."

The Big Takeaways

  • Knowing the Deadline Matters: The "Time-Traveling Planner" (Finite Horizon) is the best because it knows exactly when the transmission stops. It optimizes the energy usage specifically for that duration.
  • Abundance Changes the Game: If the energy harvest is high (lots of sun), you don't need a complex brain. A simple "greedy" strategy that just maximizes the current moment works almost as well as the complex one.
  • The Trade-off: The paper highlights a tricky balance. The "Time-Traveling Planner" is great at efficiency (getting the most bits per energy drop), but sometimes the "Greedy Sprinter" actually sends more total secret bits overall because it isn't afraid to use more power.
  • Speed vs. Smarts: The complex "Time-Traveling Planner" is actually faster to compute (16.6% faster) than the "Forever Runner" method, making it a practical choice for real-world devices.

In short, the paper teaches us that for short, energy-limited wireless transmissions, you need a strategy that knows the deadline. But if you have plenty of energy, you can get away with a much simpler, "live-in-the-moment" strategy.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →