paper-with-me

홈 › Papers

DRESS: Dynamic REal-time Sparse Subnets

2022-07-01 · Zhongnan Qu, Syed Shakib Sarwar, Xin Dong, Yuecheng Li, Ekin Sumbul, Barbara De Salvo

The limited and dynamically varied resources on edge devices motivate us to deploy an optimized deep neural network that can adapt its sub-networks to fit in different resource constraints. However, existing works often build sub-networks through searching different network architectures in a hand-crafted sampling space, which not only can result in a subpar performance but also may cause on-device re-configuration overhead. In this paper, we propose a novel training algorithm, Dynamic REal-time Sparse Subnets (DRESS). DRESS samples multiple sub-networks from the same backbone network through row-based unstructured sparsity, and jointly trains these sub-networks in parallel with weighted loss. DRESS also exploits strategies including parameter reusing and row-based fine-grained sampling for efficient storage consumption and efficient on-device adaptation. Extensive experiments on public vision datasets show that DRESS yields significantly higher accuracy than state-of-the-art sub-networks.

📄 PDF Abstract BibTeX arXiv:2207.00670

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Subnet-Aware Dynamic Supernet Training for Neural Architecture Search

2025-03-13 · CVPR 2025 1 · Jeimin Jeon, Youngmin Oh, Junghyup Lee, Donghyeon Baek 외

N-shot neural architecture search (NAS) exploits a supernet containing all candidate subnets for a given search space. The subnets are typically trained with a static training strategy (e.g., using the same learning rate…

Neural Architecture Search

MCF: Mutual Correction Framework for Semi-Supervised Medical Image Segmentation

2023-01-01 · CVPR 2023 1 · Yongchao Wang, Bin Xiao, Xiuli Bi, Weisheng Li 외

Semi-supervised learning is a promising method for medical image segmentation under limited annotation. However, the model cognitive bias impairs the segmentation performance, especially for edge regions. Furthermore…

Image SegmentationMedical Image SegmentationPseudo LabelSegmentation+2

ARM: Any-Time Super-Resolution Method

2022-03-21 · Bohong Chen, Mingbao Lin, Kekai Sheng, Mengdan Zhang 외

This paper proposes an Any-time super-Resolution Method (ARM) to tackle the over-parameterized single image super-resolution (SISR) models. Our ARM is motivated by three observations: (1) The performance of different ima…

Image Super-ResolutionSuper-Resolution

PSpan:Mining Frequent Subnets of Petri Nets

2021-01-28 · Ruqian Lu, Shuhan Zhang

This paper proposes for the first time an algorithm PSpan for mining frequent complete subnets from a set of Petri nets. We introduced the concept of complete subnets and the net graph representation. PSpan transforms Pe…

Graph Mining

AmoebaLLM: Constructing Any-Shape Large Language Models for Efficient and Instant Deployment

2024-11-15 · Yonggan Fu, Zhongzhi Yu, Junwei Li, Jiayi Qian 외

Motivated by the transformative capabilities of large language models (LLMs) across various natural language tasks, there has been a growing demand to deploy these models effectively across diverse real-world application…