← Latest papers
💻 computer science

MITE-Net: SWaP-Optimized 4K Video Tiny Target Perception for Embodied Edge SAR

This paper introduces MITE-Net, a SWaP-optimized cascaded architecture featuring a bio-inspired, learning-free motion-based region proposal network and a lightweight detection head, which achieves real-time, high-efficiency 4K tiny target perception for embodied Search-and-Rescue missions on edge devices while establishing new standardized datasets and benchmarks.

Original authors: Mingshuo Xu, Mu Hua, Jigen Peng, Qi Wang, Shigang Yue

Published 2026-08-18
📖 4 min read☕ Coffee break read

Original authors: Mingshuo Xu, Mu Hua, Jigen Peng, Qi Wang, Shigang Yue

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

In the high-stakes world of search and rescue, time is often the only resource that cannot be recovered. When a drone flies over a vast ocean or a dense city to find a lost person, it relies on cameras to scan the landscape for the smallest signs of life. These targets—a swimmer in the water, a hiker in the woods, or a person trapped in rubble—can be incredibly small, sometimes appearing as nothing more than a few pixels on a high-resolution screen. The challenge for engineers is that the computers carrying these cameras are small, light, and battery-powered. They cannot carry the massive, power-hungry processors needed to analyze every single pixel of a 4K video feed in real time. If the computer is too slow, the drone misses the target; if it tries to be too thorough, it drains the battery before the mission is complete. This creates a difficult balancing act between seeing enough detail to find a person and moving fast enough to stay airborne.

Researchers have developed a new system called MITE-Net to solve this specific problem. Instead of trying to force a standard computer vision model to work on a tiny, power-limited chip, the team designed a two-step process that mimics how some insects see the world. The system first uses a simple, ultra-fast filter to scan the video for anything that is moving. This filter does not try to understand what the object is; it simply spots motion against a static background, like a person walking against a still ocean or a car moving through a city. Because this initial step is so efficient, it can run on a downsampled, lower-resolution version of the video, saving a tremendous amount of energy. Once the system spots a moving spot, it immediately cuts out a small, high-resolution piece of the original 4K image containing that spot. Only this tiny, focused piece of the image is then sent to a second, slightly more complex computer brain to identify exactly what the object is and where it is located.

The researchers tested this approach on two very different types of environments: the open sea and a cluttered city. They created new datasets specifically for this work, labeling thousands of tiny targets in 4K video footage to ensure the system was trained on realistic scenarios. On the open sea, where the background is relatively uniform and the targets are moving, the system performed flawlessly. When deployed on a powerful edge device, the MITE-Net system processed 4K video at a speed of 30.33 frames per second, achieving a 100% search success rate by successfully locking onto target trajectories. It achieved this while consuming only 3.19 watts of power, a level of energy efficiency that far surpassed existing models. In fact, for every watt of power it used, the system could process nearly ten frames of video, making it significantly more efficient than the current leading models, which either missed too many targets or drained the battery too quickly to be practical.

However, the study also revealed the limits of this approach. When the researchers tested the system in a busy urban environment filled with static buildings, cars, and complex shadows, the performance dropped sharply. The initial motion filter struggled to distinguish between a person moving and the chaotic noise of a city street, and the lightweight second stage could not compensate for the confusion. This finding is crucial because it shows that while the system is a breakthrough for specific scenarios like maritime rescue, it is not a universal solution for every type of search and rescue mission. The researchers did not claim to have solved the problem of tiny target detection in all environments, but rather demonstrated a highly effective, energy-efficient method for situations where motion is the primary clue. By proving that a specialized, two-stage approach can outperform general-purpose models in specific conditions, the work provides a clear path forward for building smarter, longer-lasting drones that can save lives in the critical early moments of a disaster.

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 →