paper-with-me

Papers

GhostShiftAddNet: More Features from Energy-Efficient Operations

2021-09-20 · Jia Bi, Jonathon Hare, Geoff V. Merrett

Deep convolutional neural networks (CNNs) are computationally and memory intensive. In CNNs, intensive multiplication can have resource implications that may challenge the ability for effective deployment of inference on resource-constrained edge devices. This paper proposes GhostShiftAddNet, where the motivation is to implement a hardware-efficient deep network: a multiplication-free CNN with fewer redundant features. We introduce a new bottleneck block, GhostSA, that converts all multiplications in the block to cheap operations. The bottleneck uses an appropriate number of bit-shift filters to process intrinsic feature maps, then applies a series of transformations that consist of bit-wise shifts with addition operations to generate more feature maps that fully learn to capture information underlying intrinsic features. We schedule the number of bit-shift and addition operations for different hardware platforms. We conduct extensive experiments and ablation studies with desktop and embedded (Jetson Nano) devices for implementation and measurements. We demonstrate the proposed GhostSA block can replace bottleneck blocks in the backbone of state-of-the-art networks architectures and gives improved performance on image classification benchmarks. Further, our GhostShiftAddNet can achieve higher classification accuracy with fewer FLOPs and parameters (reduced by up to 3x) than GhostNet. When compared to GhostNet, inference latency on the Jetson Nano is improved by 1.3x and 2x on the GPU and CPU respectively. Code is available open-source on \url{https://github.com/JIABI/GhostShiftAddNet}.

📄 PDF Abstract BibTeX arXiv:2109.09495

Code (3)

jiabi/ghostshiftaddnet 공식 구현 pytorch
2023-MindSpore-1/ms-code-214/tree/main/ghostnet_quant mindspore
MindSpore-paper-code-3/code7/tree/main/ghostnet_quant mindspore

Tasks

CPUGPUimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Residual Connection 설명 없음
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution
Batch Normalization 설명 없음
Ghost Module A Ghost Module is an image block for convolutional neural network that aims to generate more features by using fewer parameters. Specifically, an ordinary convolutional layer…
Sigmoid Activation 설명 없음

Similar Papers 제목 키워드 기반

Behavioral Generative Agents for Energy Operations

2025-06-14 · Cong Chen, Omer Karaduman, Xu Kuang

Accurately modeling consumer behavior in energy operations remains challenging due to inherent uncertainties, behavioral complexities, and limited empirical data. This paper introduces a novel approach leveraging generat…

Decision Makingenergy managementManagement

Novel scheme for a PCM-based cold energy storage system. Design, modelling, and simulation

2024-02-04 · G. Bejarano, J. J. Suffo, M. Vargas, M. G Ortega

This paper studies the design and dynamic modelling of a novel thermal energy storage (TES) system combined with a refrigeration system based on phase change materials (PCM). Cold-energy production supported by TES syste…

energy managementManagement

Attention Mechanism with Energy-Friendly Operations

2021-09-17 · ACL ARR September 2021 9 · Anonymous

Attention mechanism has become the dominant module in natural language processing models. It is computationally intensive and depends on massive power-hungry multiplications. In this paper, we rethink variants of attenti…

Machine TranslationTranslation

Attention Mechanism with Energy-Friendly Operations

2022-04-28 · Findings (ACL) 2022 5 · Yu Wan, Baosong Yang, Dayiheng Liu, Rong Xiao 외

Attention mechanism has become the dominant module in natural language processing models. It is computationally intensive and depends on massive power-hungry multiplications. In this paper, we rethink variants of attenti…

Machine TranslationTranslation

OccuEMBED: Occupancy Extraction Merged with Building Energy Disaggregation for Occupant-Responsive Operation at Scale

2025-04-23 · Yufei Zhang, Andrew Sonta

Buildings account for a significant share of global energy consumption and emissions, making it critical to operate them efficiently. As electricity grids become more volatile with renewable penetration, buildings must p…

Kolmogorov-Arnold Networks