Arrow Research search

Author name cluster

Yu Wen

Possible papers associated with this exact author name in Arrow. This page groups case-insensitive exact name matches and is not a full identity disambiguation profile.

2 papers
1 author row

Possible papers

2

AAAI Conference 2025 Conference Paper

Achieving Lightweight Super-Resolution for Real-Time Computer Graphics

  • Yu Wen
  • Chen Zhang
  • Chenhao Xie
  • Xin Fu

Image super-resolution (SR) is essential for bridging the gap between modern hardware and real-time computer graphics (CG) applications. It reduces CG workload by allowing low-resolution rendering, with original quality restored later via mathematical operations or machine learning. However, recent learning-based SR methods often rely on complex models, demanding high computational resources and undermining the benefits of reduced rendering workload. Our qualitative and quantitative analysis of the SR process and rendering reveals that readily accessible rendering information can significantly enhance neural network design by serving as additional features. To capitalize on this, we propose CGSR, an optimization framework designed for lightweight real-time super-resolution. CGSR utilizes rendering information to boost both network extensibility and efficiency. It utilizes progressively available rendering information from the pipeline, which arrives earlier than the rendered frame, enabling pre-processing and masking of latency. These features are then integrated into a selected SR network backbone to form a CG-enhanced network. This network is further optimized and refined into a CG-optimized version using neural architecture search (NAS). To improve runtime performance, CGSR also employs rendering-aware hybrid pruning, which dynamically prunes the network based on temporal rendering data. Evaluation results show that CGSR significantly reduces parameter size, multi-add operations, and inference time while maintaining high SR quality across various backbone SR networks.

EAAI Journal 2024 Journal Article

Detection of fruit tree diseases in natural environments: A novel approach based on stereo camera and deep learning

  • Han Sun
  • Jinlin Xue
  • Yue Song
  • Peixiao Wang
  • Yu Wen
  • Tianyu Zhang

The occurrence of diseases in orchards has a significant impact on fruit yield and quality. Inspection devices equipped with cameras can effectively replace manual intervention in the process of orchard management by swiftly detecting diseases. However, the images captured by such devices often exhibit a wide vision field and contain a significant amount of extraneous information. This paper presented a method for detecting diseases in natural environments based on binocular cameras and deep learning techniques applied to fruit tree leaf images with a wide visual field. Firstly, the ZED2i binocular camera was utilized to capture image pairs from a long distance, simulating the visual field of an inspection device. These image pairs were then processed using the Unimatch stereo matching algorithm to obtain a disparity map and calculated the corresponding depth map. The depth information was used to create a mask, eliminating irrelevant background information from the images. Secondly, a lightweight disease detection (LDD) model was proposed based on the advanced YOLOv5 framework for detecting pear rust and plum perforation diseases. The backbone network consisted of shuffle channel block, inverted shuffle channel block, and convolutional block attention module, with only one detection head used in the classifier part. The final experiments evaluated the segmentation, model improvement, and disease spots detection performance. The results showed that the depth map obtained using Unimatch for stereo matching was more accurate than that obtained using the ZED software development kit. In ablation experiments, LDD achieved a mean average precision of 93. 0%, with a model size of only 3. 9 MB, outperforming the original YOLOv5-s model. Preprocessed images with depth information exhibited improved detection performance, achieved a F1 score of 93. 62%, which was a 10. 92% improvement over direct detection of the original images. Overall, the presented method successfully addresses the issue of background interference when detecting diseases of fruit tree leaf with a wide visual field, providing a technical basis for automated orchard inspection operations.

v2026.09.13