paper-with-me

홈 › Papers

Visual Parser: Representing Part-whole Hierarchies with Transformers

2021-07-13 · Shuyang Sun, Xiaoyu Yue, Song Bai, Philip Torr

Human vision is able to capture the part-whole hierarchical information from the entire scene. This paper presents the Visual Parser (ViP) that explicitly constructs such a hierarchy with transformers. ViP divides visual representations into two levels, the part level and the whole level. Information of each part represents a combination of several independent vectors within the whole. To model the representations of the two levels, we first encode the information from the whole into part vectors through an attention mechanism, then decode the global information within the part vectors back into the whole representation. By iteratively parsing the two levels with the proposed encoder-decoder interaction, the model can gradually refine the features on both levels. Experimental results demonstrate that ViP can achieve very competitive performance on three major tasks e.g. classification, detection and instance segmentation. In particular, it can surpass the previous state-of-the-art CNN backbones by a large margin on object detection. The tiny model of the ViP family with $7.2\times$ fewer parameters and $10.9\times$ fewer FLOPS can perform comparably with the largest model ResNeXt-101-64$\times$4d of ResNe(X)t family. Visualization results also demonstrate that the learnt parts are highly informative of the predicting class, making ViP more explainable than previous fundamental architectures. Code is available at https://github.com/kevin-ssy/ViP.

📄 PDF Abstract BibTeX arXiv:2107.05790

Code (2)

kevin-ssy/ViP 공식 구현 pytorch
yuexy/ViP-Object-Detection pytorch

Tasks

DecoderImage ClassificationInstance Segmentationobject-detectionObject DetectionSemantic Segmentation

Similar Papers 제목 키워드 기반

Representing Part-Whole Hierarchies in Foundation Models by Learning Localizability Composability and Decomposability from Anatomy via Self Supervision

2024-01-01 · CVPR 2024 1 · Mohammad Reza Hosseinzadeh Taher, Michael B. Gotway, Jianming Liang

Humans effortlessly interpret images by parsing them into part-whole hierarchies; deep learning excels in learning multi-level feature spaces but they often lack explicit coding of part-whole relations a prominent pr…

AnatomySelf-Supervised Learning

Representing Part-Whole Hierarchies in Foundation Models by Learning Localizability, Composability, and Decomposability from Anatomy via Self-Supervision

2024-04-24 · Mohammad Reza Hosseinzadeh Taher, Michael B. Gotway, Jianming Liang

Humans effortlessly interpret images by parsing them into part-whole hierarchies; deep learning excels in learning multi-level feature spaces, but they often lack explicit coding of part-whole relations, a prominent prop…

AnatomySelf-Supervised Learning

HindSight: A Graph-Based Vision Model Architecture For Representing Part-Whole Hierarchies

2021-04-08 · Muhammad AbdurRafae

This paper presents a model architecture for encoding the representations of part-whole hierarchies in images in form of a graph. The idea is to divide the image into patches of different levels and then treat all of the…

Image Captioningimage-classificationImage Classificationobject-detection+1

Recursive Neural Programs: Variational Learning of Image Grammars and Part-Whole Hierarchies

2022-06-16 · Ares Fisher, Rajesh P. N. Rao

Human vision involves parsing and representing objects and scenes using structured representations based on part-whole hierarchies. Computer vision and machine learning researchers have recently sought to emulate this ca…

Transfer Learning

Occlusion-Robust Face Alignment Using a Viewpoint-Invariant Hierarchical Network Architecture

2022-01-01 · CVPR 2022 1 · Congcong Zhu, Xintong Wan, Shaorong Xie, Xiaoqiang Li 외

The occlusion problem heavily degrades the localization performance of face alignment. Most current solutions for this problem focus on annotating new occlusion data, introducing boundary estimation, and stacking dee…

Face AlignmentRobust Face Alignment