paper-with-me

홈 › Papers

Parameter-Inverted Image Pyramid Networks

2024-06-06 · Xizhou Zhu, Xue Yang, Zhaokai Wang, Hao Li, Wenhan Dou, Junqi Ge, Lewei Lu, Yu Qiao, Jifeng Dai

Image pyramids are commonly used in modern computer vision tasks to obtain multi-scale features for precise understanding of images. However, image pyramids process multiple resolutions of images using the same large-scale model, which requires significant computational cost. To overcome this issue, we propose a novel network architecture known as the Parameter-Inverted Image Pyramid Networks (PIIP). Our core idea is to use models with different parameter sizes to process different resolution levels of the image pyramid, thereby balancing computational efficiency and performance. Specifically, the input to PIIP is a set of multi-scale images, where higher resolution images are processed by smaller networks. We further propose a feature interaction mechanism to allow features of different resolutions to complement each other and effectively integrate information from different spatial scales. Extensive experiments demonstrate that the PIIP achieves superior performance in tasks such as object detection, segmentation, and image classification, compared to traditional image pyramid methods and single-branch networks, while reducing computational cost. Notably, when applying our method on a large-scale vision foundation model InternViT-6B, we improve its performance by 1%-2% on detection and segmentation with only 40%-60% of the original computation. These results validate the effectiveness of the PIIP approach and provide a new technical direction for future vision computing tasks. Our code and models are available at https://github.com/OpenGVLab/PIIP.

📄 PDF Abstract BibTeX arXiv:2406.04330

Code (1)

opengvlab/piip 공식 구현 pytorch

Tasks

Computational Efficiencyimage-classificationImage Classificationobject-detectionObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Parameter-Inverted Image Pyramid Networks for Visual Perception and Multimodal Understanding

2025-01-14 · Zhaokai Wang, Xizhou Zhu, Xue Yang, Gen Luo 외

Image pyramids are widely adopted in top-performing methods to obtain multi-scale features for precise visual perception and understanding. However, current image pyramids use the same large-scale model to process multip…

image-classificationImage ClassificationLarge Language ModelMultimodal Large Language Model+2

DP-MDM: Detail-Preserving MR Reconstruction via Multiple Diffusion Models

2024-05-09 · Mengxiao Geng, Jiahao Zhu, Xiaolin Zhu, Qiqing Liu 외

Detail features of magnetic resonance images play a cru-cial role in accurate medical diagnosis and treatment, as they capture subtle changes that pose challenges for doc-tors when performing precise judgments. However, …

Medical DiagnosisMRI Reconstruction

A semi-automatic approach to study population dynamics based on population pyramids

2025-08-05 · Max Hahn-Klimroth, João Pedro Meireles, Laurie Bingaman Lackey, Nick van Eeuwijk Mads F. Bertelsen 외 arxiv

The depiction of populations - of humans or animals - as "population pyramids" is a useful tool for the assessment of various characteristics of populations at a glance. Although these visualisations are well-known objec…

InvPT++: Inverted Pyramid Multi-Task Transformer for Visual Scene Understanding

2023-06-08 · Hanrong Ye, Dan Xu

Multi-task scene understanding aims to design models that can simultaneously predict several scene understanding tasks with one versatile model. Previous studies typically process multi-task features in a more local way,…

DecoderMulti-Task LearningScene Understanding

InvPT: Inverted Pyramid Multi-task Transformer for Dense Scene Understanding

2022-03-15 · Hanrong Ye, Dan Xu

Multi-task dense scene understanding is a thriving research domain that requires simultaneous perception and reasoning on a series of correlated tasks with pixel-wise prediction. Most existing works encounter a severe li…

Boundary DetectionHuman ParsingMonocular Depth EstimationSaliency Detection+4