paper-with-me

홈 › Papers

Mining Object Parts from CNNs via Active Question-Answering

2017-04-11 · CVPR 2017 7 · Quanshi Zhang, Ruiming Cao, Ying Nian Wu, Song-Chun Zhu

Given a convolutional neural network (CNN) that is pre-trained for object classification, this paper proposes to use active question-answering to semanticize neural patterns in conv-layers of the CNN and mine part concepts. For each part concept, we mine neural patterns in the pre-trained CNN, which are related to the target part, and use these patterns to construct an And-Or graph (AOG) to represent a four-layer semantic hierarchy of the part. As an interpretable model, the AOG associates different CNN units with different explicit object parts. We use an active human-computer communication to incrementally grow such an AOG on the pre-trained CNN as follows. We allow the computer to actively identify objects, whose neural patterns cannot be explained by the current AOG. Then, the computer asks human about the unexplained objects, and uses the answers to automatically discover certain CNN patterns corresponding to the missing knowledge. We incrementally grow the AOG to encode new knowledge discovered during the active-learning process. In experiments, our method exhibits high learning efficiency. Our method uses about 1/6-1/3 of the part annotations for training, but achieves similar or better part-localization performance than fast-RCNN methods.

📄 PDF Abstract BibTeX arXiv:1704.03173

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningObjectQuestion Answering

Similar Papers 제목 키워드 기반

Mining Deep And-Or Object Structures via Cost-Sensitive Question-Answer-Based Active Annotations

2017-08-13 · Quanshi Zhang, Ying Nian Wu, Hao Zhang, Song-Chun Zhu

This paper presents a cost-sensitive active Question-Answering (QA) framework for learning a nine-layer And-Or graph (AOG) from web images. The AOG explicitly represents object categories, poses/viewpoints, parts, and de…

Question Answering

Mining Interpretable AOG Representations from Convolutional Networks via Active Question Answering

2018-12-18 · Quanshi Zhang, Ruiming Cao, Ying Nian Wu, Song-Chun Zhu

In this paper, we present a method to mine object-part patterns from conv-layers of a pre-trained convolutional neural network (CNN). The mined object-part patterns are organized by an And-Or graph (AOG). This interpreta…

ObjectQuestion Answering

Unsupervised learning of object semantic parts from internal states of CNNs by population encoding

2015-11-21 · Jianyu Wang, Zhishuai Zhang, Cihang Xie, Vittal Premachandran 외

We address the key question of how object part representations can be found from the internal states of CNNs that are trained for high-level tasks, such as object classification. This work provides a new unsupervised met…

ClusteringKeypoint DetectionObject

Large Language Models as a Tool for Mining Object Knowledge

2024-10-16 · Hannah Youngeun An, Lenhart K. Schubert

Commonsense knowledge is essential for machines to reason about the world. Large language models (LLMs) have demonstrated their ability to perform almost human-like text generation. Despite this success, they fall short …

General KnowledgeKnowledge Base ConstructionKnowledge GraphsMulti-hop Question Answering+2

Object Discovery From a Single Unlabeled Image by Mining Frequent Itemset With Multi-scale Features

2019-02-26 · Runsheng Zhang, Yaping Huang, Mengyang Pu, Jian Zhang 외

TThe goal of our work is to discover dominant objects in a very general setting where only a single unlabeled image is given. This is far more challenge than typical co-localization or weakly-supervised localization task…

Object DiscoverySaliency DetectionUnsupervised Saliency Detection