paper-with-me

Papers

Knowledge Projection for Deep Neural Networks

2017-10-26 · Zhi Zhang, Guanghan Ning, Zhihai He

While deeper and wider neural networks are actively pushing the performance limits of various computer vision and machine learning tasks, they often require large sets of labeled data for effective training and suffer from extremely high computational complexity. In this paper, we will develop a new framework for training deep neural networks on datasets with limited labeled samples using cross-network knowledge projection which is able to improve the network performance while reducing the overall computational complexity significantly. Specifically, a large pre-trained teacher network is used to observe samples from the training data. A projection matrix is learned to project this teacher-level knowledge and its visual representations from an intermediate layer of the teacher network to an intermediate layer of a thinner and faster student network to guide and regulate its training process. Both the intermediate layers from the teacher network and the injection layers from the student network are adaptively selected during training by evaluating a joint loss function in an iterative manner. This knowledge projection framework allows us to use crucial knowledge learned by large networks to guide the training of thinner student networks, avoiding over-fitting, achieving better network performance, and significantly reducing the complexity. Extensive experimental results on benchmark datasets have demonstrated that our proposed knowledge projection approach outperforms existing methods, improving accuracy by up to 4% while reducing network complexity by 4 to 10 times, which is very attractive for practical applications of deep neural networks.

📄 PDF Abstract BibTeX arXiv:1710.09505

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

360SFUDA++: Towards Source-free UDA for Panoramic Segmentation by Learning Reliable Category Prototypes

2024-04-25 · Xu Zheng, Pengyuan Zhou, Athanasios V. Vasilakos, Lin Wang

In this paper, we address the challenging source-free unsupervised domain adaptation (SFUDA) for pinhole-to-panoramic semantic segmentation, given only a pinhole image pre-trained model (i.e., source) and unlabeled panor…

Domain AdaptationERPSemantic SegmentationUnsupervised Domain Adaptation

Restricted Orthogonal Gradient Projection for Continual Learning

2023-01-28 · Zeyuan Yang, Zonghan Yang, Peng Li, Yang Liu

Continual learning aims to avoid catastrophic forgetting and effectively leverage learned experiences to master new knowledge. Existing gradient projection approaches impose hard constraints on the optimization space for…

Continual LearningTransfer Learning

Projection: A Mechanism for Human-like Reasoning in Artificial Intelligence

2021-03-24 · Frank Guerin

Artificial Intelligence systems cannot yet match human abilities to apply knowledge to situations that vary from what they have been programmed for, or trained for. In visual object recognition methods of inference explo…

Object Recognition

Knowledge Graph Embedding with Multiple Relation Projections

2018-01-26 · Kien Do, Truyen Tran, Svetha Venkatesh

Knowledge graphs contain rich relational structures of the world, and thus complement data-driven machine learning in heterogeneous data. One of the most effective methods in representing knowledge graphs is to embed sym…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsLink Prediction+2

From Discourse to Narrative: Knowledge Projection for Event Relation Extraction

2021-06-16 · ACL 2021 5 · Jialong Tang, Hongyu Lin, Meng Liao, Yaojie Lu 외

Current event-centric knowledge graphs highly rely on explicit connectives to mine relations between events. Unfortunately, due to the sparsity of connectives, these methods severely undermine the coverage of EventKGs. T…

Event Relation ExtractionKnowledge GraphsRelationRelation Extraction