Arrow Research search

Author name cluster

Fengbo Ren

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.

3 papers
2 author rows

Possible papers

3

IROS Conference 2023 Conference Paper

TransUPR: A Transformer-based Plug-and-Play Uncertain Point Refiner for LiDAR Point Cloud Semantic Segmentation

  • Zifan Yu
  • Meida Chen
  • Zhikang Zhang
  • Suya You
  • Raghuveer Rao
  • Sanjeev Agarwal
  • Fengbo Ren

Common image-based LiDAR point cloud semantic segmentation (LiDAR PCSS) approaches have bottlenecks resulting from the boundary-blurring problem of convolution neural networks (CNNs) and quantitation loss of spherical projection. In this work, we propose a transformer-based plug-and-play uncertain point refiner, i. e. , TransUPR, to refine selected uncertain points in a learnable manner, which leads to an improved segmentation performance. Uncertain points are sampled from coarse semantic segmentation results of 2D image segmentation where uncertain points are located close to the object boundaries in the 2D range image representation and 3D spherical projection background points. Following that, the geometry and coarse semantic features of uncertain points are aggregated by neighbor points in 3D space without adding expensive computation and memory footprint. Finally, the transformer-based refiner, which contains four stacked self-attention layers, along with an MLP module, is utilized for uncertain point classification on the concatenated features of self-attention layers. As the proposed refiner is independent of 2D CNNs, our TransUPR can be easily integrated into any existing image-based LiDAR PCSS approaches, e. g. , CENet. Our TransUPR with the CENet achieves state-of-the-art performance, i. e. , 68. 2% mean Intersection over Union (mIoU) on the Semantic KITTI benchmark, which provides a performance improvement of 0. 6% on the mIoU compared to the original CENet.

ICML Conference 2020 Conference Paper

MoNet3D: Towards Accurate Monocular 3D Object Localization in Real Time

  • Xichuan Zhou
  • Yicong Peng
  • Chunqiao Long
  • Fengbo Ren
  • Cong Shi 0003

Monocular multi-object detection and localization in 3D space has been proven to be a challenging task. The MoNet3D algorithm is a novel and effective framework that can predict the 3D position of each object in a monocular image, and draw a 3D bounding box on each object. The MoNet3D method incorporates the prior knowledge of spatial geometric correlation of neighboring objects into the deep neural network training process, in order to improve the accuracy of 3D object localization. Experiments over the KITTI data set show that the accuracy of predicting the depth and horizontal coordinate of the object in 3D space can reach 96. 25% and 94. 74%, respectively. Meanwhile, the method can realize the real-time image processing capability of 27. 85 FPS. Our code is publicly available at https: //github. com/CQUlearningsystemgroup/YicongPeng

AAAI Conference 2018 Conference Paper

SqueezedText: A Real-Time Scene Text Recognition by Binary Convolutional Encoder-Decoder Network

  • Zichuan Liu
  • Yixing Li
  • Fengbo Ren
  • Wang Ling Goh
  • Hao Yu

A new approach for real-time scene text recognition is proposed in this paper. A novel binary convolutional encoderdecoder network (B-CEDNet) together with a bidirectional recurrent neural network (Bi-RNN). The B-CEDNet is engaged as a visual front-end to provide elaborated character detection, and a back-end Bi-RNN performs characterlevel sequential correction and classification based on learned contextual knowledge. The front-end B-CEDNet can process multiple regions containing characters using a one-off forward operation, and is trained under binary constraints with significant compression. Hence it leads to both remarkable inference run-time speedup as well as memory usage reduction. With the elaborated character detection, the back-end Bi-RNN merely processes a low dimension feature sequence with category and spatial information of extracted characters for sequence correction and classification. By training with over 1, 000, 000 synthetic scene text images, the B-CEDNet achieves a recall rate of 0. 86, precision of 0. 88 and F-score of 0. 87 on ICDAR-03 and ICDAR-13. With the correction and classification by Bi-RNN, the proposed real-time scene text recognition achieves state-of-the-art accuracy while only consumes less than 1-ms inference run-time. The flow processing flow is realized on GPU with a small network size of 1. 01 MB for B-CEDNet and 3. 23 MB for Bi-RNN, which is much faster and smaller than the existing solutions.

v2026.09.13