paper-with-me

Papers

MERCURY: Accelerating DNN Training By Exploiting Input Similarity

2021-10-28 · Vahid Janfaza, Kevin Weston, Moein Razavi, Shantanu Mandal, Farabi Mahmud, Alex Hilty, Abdullah Muzahid

Deep Neural Networks (DNN) are computationally intensive to train. It consists of a large number of multidimensional dot products between many weights and input vectors. However, there can be significant similarity among input vectors. If one input vector is similar to another, its computations with the weights are similar to those of the other and, therefore, can be skipped by reusing the already-computed results. We propose a novel scheme, called MERCURY, to exploit input similarity during DNN training in a hardware accelerator. MERCURY uses Random Projection with Quantization (RPQ) to convert an input vector to a bit sequence, called Signature. A cache (MCACHE) stores signatures of recent input vectors along with the computed results. If the Signature of a new input vector matches that of an already existing vector in the MCACHE, the two vectors are found to have similarities. Therefore, the already-computed result is reused for the new vector. To the best of our knowledge, MERCURY is the first work that exploits input similarity using RPQ for accelerating DNN training in hardware. The paper presents a detailed design, workflow, and implementation of the MERCURY. Our experimental evaluation with twelve different deep learning models shows that MERCURY saves a significant number of computations and speeds up the model training by an average of 1.97X with an accuracy similar to the baseline system.

📄 PDF Abstract BibTeX arXiv:2110.14904

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Similar Papers 제목 키워드 기반

Developing an ANFIS PSO Model to Estimate Mercury Emission in Combustion Flue Gases

2019-09-16 · Shahaboddin Shamshirband, Masoud Hadipoor, Alireza Baghban, Amir Mosavi 외

Accurate prediction of mercury content emitted from fossil fueled power stations is of utmost important for environmental pollution assessment and hazard mitigation. In this paper, mercury content in the output gas of po…

FLUE

Model Calibration of the Liquid Mercury Spallation Target using Evolutionary Neural Networks and Sparse Polynomial Expansions

2022-02-18 · Majdi I. Radaideh, Hoang Tran, Lianshan Lin, Hao Jiang 외

The mercury constitutive model predicting the strain and stress in the target vessel plays a central role in improving the lifetime prediction and future target designs of the mercury targets at the Spallation Neutron So…

parameter estimation

Mercury: Ultra-Fast Language Models Based on Diffusion

2025-06-17 · Inception Labs, Samar Khanna, Siddhant Kharbanda, Shufan Li 외

We present Mercury, a new generation of commercial-scale large language models (LLMs) based on diffusion. These models are parameterized via the Transformer architecture and trained to predict multiple tokens in parallel…

MERCURY: A fast and versatile multi-resolution based global emulator of compound climate hazards

2024-12-24 · Shruti Nath, Julie Carreau, Kai Kornhuber, Peter Pfleiderer 외

High-impact climate damages are often driven by compounding climate conditions. For example, elevated heat stress conditions can arise from a combination of high humidity and temperature. To explore future changes in com…

Image Compression

AgentMercury: Your Agent Can Synthesize Verifiable Environments for Business Scenarios at scale

2026-08-21 · Minbyul Jeong, Chanwoong Yoon arxiv

Agents learn to act through interaction with environments, yet the environments used for training are often manually constructed or synthesized around predefined tasks and benchmarks. This task-centric paradigm makes it …

Reinforcement Learning