paper-with-me

Papers

Accurate Open-set Recognition for Memory Workload

2022-12-17 · Jun-Gi Jang, Sooyeon Shim, Vladimir Egay, Jeeyong Lee, Jongmin Park, Suhyun Chae, U Kang

How can we accurately identify new memory workloads while classifying known memory workloads? Verifying DRAM (Dynamic Random Access Memory) using various workloads is an important task to guarantee the quality of DRAM. A crucial component in the process is open-set recognition which aims to detect new workloads not seen in the training phase. Despite its importance, however, existing open-set recognition methods are unsatisfactory in terms of accuracy since they fail to exploit the characteristics of workload sequences. In this paper, we propose Acorn, an accurate open-set recognition method capturing the characteristics of workload sequences. Acorn extracts two types of feature vectors to capture sequential patterns and spatial locality patterns in memory access. Acorn then uses the feature vectors to accurately classify a subsequence into one of the known classes or identify it as the unknown class. Experiments show that Acorn achieves state-of-the-art accuracy, giving up to 37% points higher unknown class detection accuracy while achieving comparable known class classification accuracy than existing methods.

📄 PDF Abstract BibTeX arXiv:2212.08817

Code (1)

snudatalab/acorn 공식 구현 pytorch

Tasks

Open Set Learning

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

G10: Enabling An Efficient Unified GPU Memory and Storage Architecture with Smart Tensor Migrations

2023-10-13 · Haoyang Zhang, Yirui Eric Zhou, Yuqi Xue, Yiqi Liu 외

To break the GPU memory wall for scaling deep learning workloads, a variety of architecture and system techniques have been proposed recently. Their typical approaches include memory extension with flash memory and direc…

Deep LearningGPU

Evaluation Mappings of Spatial Accelerator Based On Data Placement

2023-09-04 · Zhipeng Wu, Yu Liu

The scheduling strategies of workloads are critical to fully exploiting the performance of spatial accelerators, accurate performance models are required to evaluate the mapping of workloads.Recent works proposed various…

RelationScheduling

Towards Accurate Prediction for High-Dimensional and Highly-Variable Cloud Workloads with Deep Learning

2020-04-01 · Zheyi Chen, Jia Hu, Geyong Min, Albert Y. Zomaya 외

Resource provisioning for cloud computing necessitates the adaptive and accurate prediction of cloud workloads. However, the existing methods cannot effectively predict the high-dimensional and highly-variable cloud work…

Cloud ComputingPrediction

PIM-Opt: Demystifying Distributed Optimization Algorithms on a Real-World Processing-In-Memory System

2024-04-10 · Steve Rhyner, Haocong Luo, Juan Gómez-Luna, Mohammad Sadrosadati 외

Modern Machine Learning (ML) training on large-scale datasets is a very time-consuming workload. It relies on the optimization algorithm Stochastic Gradient Descent (SGD) due to its effectiveness, simplicity, and general…

CPUDistributed OptimizationGPU

CNTK: Microsoft's Open-Source Deep-Learning Toolkit

2016-08-01 · ACM SIGKDD 2016 8 · Frank Seide, Amit Agarwal

This tutorial will introduce the Computational Network Toolkit, or CNTK, Microsoft's cutting-edge open-source deep-learning toolkit for Windows and Linux. CNTK is a powerful computation-graph based deep-learning toolkit …

ClusteringDeep LearningDimensionality ReductionGeneral Classification+2