English

RendNet: Unified 2D/3D Recognizer With Latent Space Rendering

Computer Vision and Pattern Recognition 2022-06-22 v1

Abstract

Vector graphics (VG) have been ubiquitous in our daily life with vast applications in engineering, architecture, designs, etc. The VG recognition process of most existing methods is to first render the VG into raster graphics (RG) and then conduct recognition based on RG formats. However, this procedure discards the structure of geometries and loses the high resolution of VG. Recently, another category of algorithms is proposed to recognize directly from the original VG format. But it is affected by the topological errors that can be filtered out by RG rendering. Instead of looking at one format, it is a good solution to utilize the formats of VG and RG together to avoid these shortcomings. Besides, we argue that the VG-to-RG rendering process is essential to effectively combine VG and RG information. By specifying the rules on how to transfer VG primitives to RG pixels, the rendering process depicts the interaction and correlation between VG and RG. As a result, we propose RendNet, a unified architecture for recognition on both 2D and 3D scenarios, which considers both VG/RG representations and exploits their interaction by incorporating the VG-to-RG rasterization process. Experiments show that RendNet can achieve state-of-the-art performance on 2D and 3D object recognition tasks on various VG datasets.

Keywords

Cite

@article{arxiv.2206.10066,
  title  = {RendNet: Unified 2D/3D Recognizer With Latent Space Rendering},
  author = {Ruoxi Shi and Xinyang Jiang and Caihua Shan and Yansen Wang and Dongsheng Li},
  journal= {arXiv preprint arXiv:2206.10066},
  year   = {2022}
}

Comments

CVPR 2022 Oral

R2 v1 2026-06-24T11:57:52.418Z