paper-with-me

Papers

Profiling based Out-of-core Hybrid Method for Large Neural Networks

2019-07-11 · Yuki Ito, Haruki Imai, Tung Le Duc, Yasushi Negishi, Kiyokuni Kawachiya, Ryo Matsumiya, Toshio Endo

GPUs are widely used to accelerate deep learning with NNs (NNs). On the other hand, since GPU memory capacity is limited, it is difficult to implement efficient programs that compute large NNs on GPU. To compute NNs exceeding GPU memory capacity, data-swapping method and recomputing method have been proposed in existing work. However, in these methods, performance overhead occurs due to data movement or increase of computation. In order to reduce the overhead, it is important to consider characteristics of each layer such as sizes and cost for recomputation. Based on this direction, we proposed Profiling based out-of-core Hybrid method (PoocH). PoocH determines target layers of swapping or recomputing based on runtime profiling. We implemented PoocH by extending a deep learning framework, Chainer, and we evaluated its performance. With PoocH, we successfully computed an NN requiring 50 GB memory on a single GPU with 16 GB memory. Compared with in-core cases, performance degradation was 38 \% on x86 machine and 28 \% on POWER9 machine.

📄 PDF Abstract BibTeX arXiv:1907.05013

Code (0)

등록된 구현이 없습니다.

Tasks

GPU

Similar Papers 제목 키워드 기반

Learning Intermediate Representations using Graph Neural Networks for NUMA and Prefetchers Optimization

2022-03-01 · Ali TehraniJamsaz, Mihail Popov, Akash Dutta, Emmanuelle Saillard 외

There is a large space of NUMA and hardware prefetcher configurations that can significantly impact the performance of an application. Previous studies have demonstrated how a model can automatically select configuration…

Graph Neural Network

CIPHER: Cryptographic Insecurity Profiling via Hybrid Evaluation of Responses

2026-02-01 · Max Manolov, Tony Gao, Siddharth Shukla, Cheng-Ting Chou 외 arxiv

Large language models (LLMs) are increasingly used to assist developers with code, yet their implementations of cryptographic functionality often contain exploitable flaws. Minor design choices (e.g., static initializati…

Conf-Profile: A Confidence-Driven Reasoning Paradigm for Label-Free User Profiling

2025-09-23 · Yingxin Li, Jianbo Zhao, Xueyu Ren, Jie Tang 외 arxiv

User profiling, as a core technique for user understanding, aims to infer structural attributes from user information. Large Language Models (LLMs) provide a promising avenue for user profiling, yet the progress is hinde…

Reinforcement Learning

LLM-Aided Customizable Profiling of Code Data Based On Programming Language Concepts

2025-03-19 · Pankaj Thorat, Adnan Qidwai, Adrija Dhar, Aishwariya Chakraborty 외

Data profiling is critical in machine learning for generating descriptive statistics, supporting both deeper understanding and downstream tasks like data valuation and curation. This work addresses profiling specifically…

Code GenerationData ValuationDescriptive

The Eye of Sherlock Holmes: Uncovering User Private Attribute Profiling via Vision-Language Model Agentic Framework

2025-05-25 · Feiran Liu, Yuzhe Zhang, Xinyi Huang, Yinan Peng 외

Our research reveals a new privacy risk associated with the vision-language model (VLM) agentic framework: the ability to infer sensitive attributes (e.g., age and health information) and even abstract ones (e.g., person…

AttributeLanguage ModelingLanguage ModellingVisual Reasoning