paper-with-me

Papers

NestedNet: Learning Nested Sparse Structures in Deep Neural Networks

2017-12-11 · CVPR 2018 6 · Eunwoo Kim, Chanho Ahn, Songhwai Oh

Recently, there have been increasing demands to construct compact deep architectures to remove unnecessary redundancy and to improve the inference speed. While many recent works focus on reducing the redundancy by eliminating unneeded weight parameters, it is not possible to apply a single deep architecture for multiple devices with different resources. When a new device or circumstantial condition requires a new deep architecture, it is necessary to construct and train a new network from scratch. In this work, we propose a novel deep learning framework, called a nested sparse network, which exploits an n-in-1-type nested structure in a neural network. A nested sparse network consists of multiple levels of networks with a different sparsity ratio associated with each level, and higher level networks share parameters with lower level networks to enable stable nested learning. The proposed framework realizes a resource-aware versatile architecture as the same network can meet diverse resource requirements. Moreover, the proposed nested network can learn different forms of knowledge in its internal networks at different levels, enabling multiple tasks using a single network, such as coarse-to-fine hierarchical classification. In order to train the proposed nested sparse network, we propose efficient weight connection learning and channel and layer scheduling strategies. We evaluate our network in multiple tasks, including adaptive deep compression, knowledge distillation, and learning class hierarchy, and demonstrate that nested sparse networks perform competitively, but more efficiently, compared to existing methods.

📄 PDF Abstract BibTeX arXiv:1712.03781

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationScheduling

Similar Papers 제목 키워드 기반

Dynamic ConvNets on Tiny Devices via Nested Sparsity

2022-03-07 · Matteo Grimaldi, Luca Mocerino, Antonio Cipolletta, Andrea Calimera

This work introduces a new training and compression pipeline to build Nested Sparse ConvNets, a class of dynamic Convolutional Neural Networks (ConvNets) suited for inference tasks deployed on resource-constrained device…

image-classificationImage Classificationobject-detectionObject Detection

Merge and Label: A novel neural network architecture for nested NER

2019-06-30 · ACL 2019 7 · Joseph Fisher, Andreas Vlachos

Named entity recognition (NER) is one of the best studied tasks in natural language processing. However, most approaches are not capable of handling nested structures which are common in many applications. In this paper …

Entity Embeddingsnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3

Nested Event Extraction upon Pivot Element Recogniton

2023-09-22 · Weicheng Ren, Zixuan Li, Xiaolong Jin, Long Bai 외

Nested Event Extraction (NEE) aims to extract complex event structures where an event contains other events as its arguments recursively. Nested events involve a kind of Pivot Elements (PEs) that simultaneously act as ar…

Event ExtractionPrompt Learning

Sparse Symmetric Linear Arrays with Low Redundancy and a Contiguous Sum Co-Array

2020-10-18 · Robin Rajamäki, Visa Koivunen

Sparse arrays can resolve significantly more scatterers or sources than sensor by utilizing the co-array - a virtual array structure consisting of pairwise differences or sums of sensor positions. Although several sparse…

A Search-based Neural Model for Biomedical Nested and Overlapping Event Detection

2019-10-22 · IJCNLP 2019 11 · Kurt Espinosa, Makoto Miwa, Sophia Ananiadou

We tackle the nested and overlapping event detection task and propose a novel search-based neural network (SBNN) structured prediction model that treats the task as a search problem on a relation graph of trigger-argumen…

Dependency ParsingEvent DetectionEvent ExtractionRelation+1