Dual-Integrated Low-Latency Single-Lens Infrared Computational Imaging for Object Detection

· Source: cs.CV updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems, Internet of Things (IoT) & Connected Devices · Depth: Expert, extended

Summary

The Physics-aware Dual-Integrated Network (PDI-Net) introduces a novel approach for low-latency single-lens infrared computational imaging, addressing the trade-off between accuracy and inference speed in compact systems. This network integrates physical priors from the optical path with deep learning, combining infrared image reconstruction and object detection. PDI-Net utilizes a U-Net for reconstruction, with a semi-U-Net acting as a feature-sharing layer connected to a YOLO backbone. A Physics-aware Large-Small Bridge (PALS-Bridge) aligns fidelity-oriented features from the semi-U-Net with detection-oriented semantic representations in YOLO, adaptively modulating multiscale convolutional branches using Point Spread Function (PSF) priors. Deployed on a single-lens infrared camera with an RK3588 edge AI chip, PDI-Net reduces system weight by approximately 50% (from 700g to 372g). It also cuts inference time by 84.06% to 5.52 ms and improves mAP@0.5:0.95 by 5.07% compared to a pruned Rec+Det strategy in low-SNR conditions, enabling real-time object detection on UAVs.

Key takeaway

For Machine Learning Engineers deploying real-time object detection on resource-constrained edge devices with infrared cameras, PDI-Net offers a compelling solution. Its integration of optical physics priors and joint reconstruction-detection significantly reduces system weight by 50% and inference latency by 84.06% while boosting detection accuracy (mAP@0.5:0.95 by 5.07%). You should explore physics-aware, dual-integrated architectures to optimize performance on compact, low-power platforms.

Key insights

Integrating optical physics priors with deep learning for joint reconstruction-detection enables compact, low-latency infrared object detection.

Principles

Method

PDI-Net uses a U-Net encoder for shared features, PALS-Bridge with PSF priors to align them, and a YOLO backbone, bypassing full reconstruction during inference.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.