English

Rethinking the Zigzag Flattening for Image Reading

Computer Vision and Pattern Recognition 2024-08-21 v8

Abstract

Sequence ordering of word vector matters a lot to text reading, which has been proven in natural language processing (NLP). However, the rule of different sequence ordering in computer vision (CV) was not well explored, e.g., why the ``zigzag" flattening (ZF) is commonly utilized as a default option to get the image patches ordering in vision networks. Notably, when decomposing multi-scale images, the ZF could not maintain the invariance of feature point positions. To this end, we investigate the Hilbert fractal flattening (HF) as another method for sequence ordering in CV and contrast it against ZF. The HF has proven to be superior to other curves in maintaining spatial locality, when performing multi-scale transformations of dimensional space. And it can be easily plugged into most deep neural networks (DNNs). Extensive experiments demonstrate that it can yield consistent and significant performance boosts for a variety of architectures. Finally, we hope that our studies spark further research about the flattening strategy of image reading.

Keywords

Cite

@article{arxiv.2202.10240,
  title  = {Rethinking the Zigzag Flattening for Image Reading},
  author = {Qingsong Zhao and Yi Wang and Zhipeng Zhou and Duoqian Miao and Limin Wang and Yu Qiao and Cairong Zhao},
  journal= {arXiv preprint arXiv:2202.10240},
  year   = {2024}
}

Comments

Modify the title, and introduce more innovative content

R2 v1 2026-06-24T09:47:50.101Z