paper-with-me

Papers

Faster Neural Network Training with Data Echoing

2019-07-12 · Dami Choi, Alexandre Passos, Christopher J. Shallue, George E. Dahl

In the twilight of Moore's law, GPUs and other specialized hardware accelerators have dramatically sped up neural network training. However, earlier stages of the training pipeline, such as disk I/O and data preprocessing, do not run on accelerators. As accelerators continue to improve, these earlier stages will increasingly become the bottleneck. In this paper, we introduce "data echoing," which reduces the total computation used by earlier pipeline stages and speeds up training whenever computation upstream from accelerators dominates the training time. Data echoing reuses (or "echoes") intermediate outputs from earlier pipeline stages in order to reclaim idle capacity. We investigate the behavior of different data echoing algorithms on various workloads, for various amounts of echoing, and for various batch sizes. We find that in all settings, at least one data echoing algorithm can match the baseline's predictive performance using less upstream computation. We measured a factor of 3.25 decrease in wall-clock time for ResNet-50 on ImageNet when reading training data over a network.

📄 PDF Abstract BibTeX arXiv:1907.05550

Code (1)

EdwardTyantov/siim-isic-melanoma-2020 pytorch

Similar Papers 제목 키워드 기반

Echoing: Identity Failures when LLM Agents Talk to Each Other

2025-11-12 · Sarath Shekkizhar, Romain Cosentino, Adam Earle, Silvio Savarese arxiv

As large language model (LLM) based agents interact autonomously with one another, a new class of failures emerges that cannot be predicted from single agent performance: behavioral drifts in agent-agent conversations (A…

On Secret-Message Transmission by Echoing Encrypted Probes

2024-10-04 · Yingbo Hua

A scheme for secure communications, called ``Secret-message Transmission by Echoing Encrypted Probes (STEEP)'', is revisited. STEEP is a round-trip scheme with a probing phase from one user to another and an echoing phas…

Avoiding Echo-Responses in a Retrieval-Based Conversation System

2017-12-15 · Denis Fedorenko, Nikita Smetanin, Artem Rodichev

Retrieval-based conversation systems generally tend to highly rank responses that are semantically similar or even identical to the given conversation context. While the system's goal is to find the most appropriate resp…

Retrieval

Ask Twice, Look Twice: Prompt Echoing Resolves the Question-First Paradox in Vision-Language Models

2026-07-17 · Rakshanda Hassan Abhinandan, John Galeotti, Deva Ramanan, Gautam Rajendrakumar Gare arxiv

Where should the question go in a vision-language model (VLM) prompt: before the image or after it? Intuition says before: knowing what is asked should tell the model where to look. Yet across visual question answering b…

Visual Question Answering

EchoingECG: An Electrocardiogram Cross-Modal Model for Echocardiogram Tasks

2025-09-30 · Yuan Gao, Sangwook Kim, Chris McIntosh arxiv

Electrocardiogram (ECG) is a widely used tool for assessing cardiac function due to its low cost and accessibility. Emergent research shows that ECGs can help make predictions on key outcomes traditionally derived from m…