Skip to content

Author

Jiehui Shen

2 papers indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

Open access Jul 2026

LCA-Net: A Lightweight Network for Small Object Detection in Road Traffic Scenes

Detecting small and distant objects in road traffic scenarios remains challenging owing to limited pixel resolution, cluttered backgrounds, and resource constraints on edge computing platforms. This work presents LCA-Net, a computationally efficient framework for small object detection that balances accuracy with model complexity. The framework incorporates three complementary designs: an Adaptive Deformable Downsampling Module (ADDM) that merges asymmetric and deformable convolution operations to improve spatial feature encoding while explicitly accounting for the parameter and computational cost of offset and modulation-mask prediction; a Cross-Scale Feature Fusion Pyramid (CSFFP) specifically engineered for minute objects, which augments multi-scale feature learning and enhances detection of far-field small targets; and a Lightweight Feature-Gated Detection Head (LFGDH) that employs channel–spatial attention to selectively emphasize informative features, thereby reducing both parameter count and computational cost. On Udacity, LCA-Net improves mAP@0.5 by 2.3 percentage points; on VisDrone2019, it improves mAP@0.5 by 1.7 percentage points. Across both benchmarks, the complete model reduces the parameter count by 25.58% and GFLOPs by 16.05% relative to YOLOv8-N. On the RTX A6000, LCA-Net-N reduces forward-pass latency from 1.82 to 1.63 ms, increases throughput from 549 to 613 FPS, and lowers peak GPU memory from 1180 to 1015 MiB. These results demonstrate a favorable accuracy–efficiency trade-off for real-time traffic perception.

Shan Lin, Bensheng Yun, Zhenyu Lin et al. · 0 citations
Open access 2026

Lightweight Visual Enhancement for Reliable Vision Systems in Adverse Port Weather

Vision-based perception systems are central to monitoring, inspection, and safety assurance in smart ports. However, adverse weather, particularly rain and fog, degrades image quality, suppresses structural details, and impairs downstream visual perception. Meanwhile, practical port vision systems are often deployed on resource-constrained edge platforms, imposing strict requirements on computational efficiency. To address these challenges, we propose PortVE, a lightweight visual enhancement framework for adverse port weather conditions. PortVE is built on an encoder-decoder architecture and combines degradation-aware Multi-Scale Pooling with Pool-Conv Downsampling and Frequency Directional Modulation. This design captures coarse-to-fine degradation cues, directional structures, and frequency-domain information while maintaining a compact computational profile. Experiments on public benchmarks and a self-collected port-scene synthetic weather dataset demonstrate that PortVE achieves strong restoration performance and efficient inference. It achieves 37.64 dB PSNR on SOTS outdoor and 34.21 dB PSNR on Test2800 with 6.17 M parameters and 42.83 GFLOPs. Downstream object detection experiments further demonstrate that PortVE improves detection robustness under adverse weather. The source code is publicly available at https://github.com/jssc-ZhaoBG/PortVE

Baigan Zhao, Zhiyang Guo, Zhihua Zhang et al. · 0 citations