paper-with-me

Papers

What Happens on the Edge, Stays on the Edge: Toward Compressive Deep Learning

2019-09-04 · Yang Li, Thomas Strohmer

Machine learning at the edge offers great benefits such as increased privacy and security, low latency, and more autonomy. However, a major challenge is that many devices, in particular edge devices, have very limited memory, weak processors, and scarce energy supply. We propose a hybrid hardware-software framework that has the potential to significantly reduce the computational complexity and memory requirements of on-device machine learning. In the first step, inspired by compressive sensing, data is collected in compressed form simultaneously with the sensing process. Thus this compression happens already at the hardware level during data acquisition. But unlike in compressive sensing, this compression is achieved via a projection operator that is specifically tailored to the desired machine learning task. The second step consists of a specially designed and trained deep network. As concrete example we consider the task of image classification, although the proposed framework is more widely applicable. An additional benefit of our approach is that it can be easily combined with existing on-device techniques. Numerical simulations illustrate the viability of our method.

📄 PDF Abstract BibTeX arXiv:1909.01539

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningCompressive Sensingimage-classificationImage Classification

Similar Papers 제목 키워드 기반

A Hybrid Architecture for On-Device Compressive Machine Learning

2019-09-14 · NeurIPS Workshop Deep_Invers 2019 12 · Yang Li, Thomas Strohmer

Developing machine learning techniques that can protect the privacy of users’ data is of utmost importance, as tracking and selling our digital data (often without our permission and knowledge) has become a booming busin…

BIG-bench Machine LearningCompressive Sensingimage-classificationImage Classification

GRADE: Graph Representation of LLM Agent Dependency and Execution

2026-06-22 · Yue Zhao arxiv

Can one graph represent every kind of LLM agent's run? A trace records what each step did, never what it relied on, the state it read, and the results it reused. GRADE recovers that missing layer: it models any run as on…

Resolving Distributed Knowledge

2016-06-24 · Thomas Ågotnes, Yì N. Wáng

Distributed knowledge is the sum of the knowledge in a group; what someone who is able to discern between two possible worlds whenever any member of the group can discern between them, would know. Sometimes distributed k…

PIGLeT: Language Grounding Through Neuro-Symbolic Interaction in a 3D World

2021-06-01 · ACL 2021 5 · Rowan Zellers, Ari Holtzman, Matthew Peters, Roozbeh Mottaghi 외

We propose PIGLeT: a model that learns physical commonsense knowledge through interaction, and then uses this knowledge to ground language. We factorize PIGLeT into a physical dynamics model, and a separate language mode…

Language ModelingLanguage ModellingSentence

Everything Happens for a Reason: Discovering the Purpose of Actions in Procedural Text

2019-09-10 · IJCNLP 2019 11 · Bhavana Dalvi Mishra, Niket Tandon, Antoine Bosselut, Wen-tau Yih 외

Our goal is to better comprehend procedural text, e.g., a paragraph about photosynthesis, by not only predicting what happens, but why some actions need to happen before others. Our approach builds on a prior process com…

Reading Comprehension