中文
相关论文

相关论文: Lego Sketch: A Scalable Memory-augmented Neural Ne…

200 篇论文

Deep learning has been successfully adopted in mobile edge computing (MEC) to optimize task offloading and resource allocation. However, the dynamics of edge networks raise two challenges in neural network (NN)-based optimization methods:…

系统与控制 · 电气工程与系统科学 2023-06-21 Xiucheng Wang , Nan Cheng , Lianhao Fu , Wei Quan , Ruijin Sun , Yilong Hui , Tom Luan , Xuemin Shen

Sketching algorithms or sketches have emerged as a promising alternative to the traditional packet sampling-based network telemetry solutions. At a high level, they are attractive because of their high resource efficiency and accuracy…

网络与互联网体系结构 · 计算机科学 2020-12-14 Zaoxing Liu , Hun Namkung , Anup Agarwal , Antonis Manousis , Peter Steenkiste , Srinivasan Seshan , Vyas Sekar

The rapid growth of large language models (LLMs) has outpaced the memory constraints of edge devices, necessitating extreme weight compression beyond the 1-bit limit. While quantization reduces model size, it is fundamentally limited to 1…

机器学习 · 计算机科学 2025-06-24 Sunan Zou , Ziyun Zhang , Xueting Sun , Guojie Luo

Sketching is a randomized dimensionality-reduction method that aims to preserve relevant information in large-scale datasets. Count sketch is a simple popular sketch which uses a randomized hash function to achieve compression. In this…

机器学习 · 统计学 2019-11-05 Yang Shi , Animashree Anandkumar

Linear sketches are powerful algorithmic tools that turn an n-dimensional input into a concise lower-dimensional representation via a linear transformation. Such sketches have seen a wide range of applications including norm estimation over…

数据结构与算法 · 计算机科学 2012-11-07 Moritz Hardt , David P. Woodruff

Current uncertainty quantification is memory and compute expensive, which hinders practical uptake. To counter, we develop Sketched Lanczos Uncertainty (SLU): an architecture-agnostic uncertainty score that can be applied to pre-trained…

数值分析 · 数学 2024-10-28 Marco Miani , Lorenzo Beretta , Søren Hauberg

In Online Continual Learning (OCL), a neural network sequentially learns from a non-stationary data stream in a single-pass with access only to a limited memory replay buffer. This contrasts sharply with off-line continual learning where…

机器学习 · 计算机科学 2026-05-20 Ankita Awasthi , Marco Apolinario , Kaushik Roy

Effective human-robot collaboration requires the ability to learn personalized concepts from a limited number of demonstrations, while exhibiting inductive generalization, hierarchical composition, and adaptability to novel constraints.…

When machine learning models are trained continually on a sequence of tasks, they are often liable to forget what they learned on previous tasks--a phenomenon known as catastrophic forgetting. Proposed solutions to catastrophic forgetting…

机器学习 · 计算机科学 2025-12-18 Youngjae Min , Benjamin Wright , Jeremy Bernstein , Navid Azizan

Large language models (LLMs) are essential in natural language processing (NLP) but are costly in data collection, pre-training, fine-tuning, and inference. Task-specific small language models (SLMs) offer a cheaper alternative but lack…

计算与语言 · 计算机科学 2024-10-25 Shrenik Bhansali , Alwin Jin , Tyler Lizzo , Larry Heck

Humans show high-level of abstraction capabilities in games that require quickly communicating object information. They decompose the message content into multiple parts and communicate them in an interpretable protocol. Toward equipping…

计算机视觉与模式识别 · 计算机科学 2022-07-28 Stephan Alaniz , Massimiliano Mancini , Anjan Dutta , Diego Marcos , Zeynep Akata

Training robotic manipulation policies traditionally requires numerous demonstrations and/or environmental rollouts. While recent Imitation Learning (IL) and Reinforcement Learning (RL) methods have reduced the number of required…

机器人学 · 计算机科学 2025-03-18 Peihong Yu , Amisha Bhaskar , Anukriti Singh , Zahiruddin Mahammad , Pratap Tokekar

We study algorithms in the resettable streaming model, where the value of each key can either be increased or reset to zero. The model is suitable for applications such as active resource monitoring with support for deletions and machine…

数据结构与算法 · 计算机科学 2026-01-30 Edith Cohen , Elena Gribelyuk , Jelani Nelson , Uri Stemmer

Freehand sketching is a dynamic process where points are sequentially sampled and grouped as strokes for sketch acquisition on electronic devices. To recognize a sketched object, most existing methods discard such important temporal…

计算机视觉与模式识别 · 计算机科学 2018-11-21 Lei Li , Changqing Zou , Youyi Zheng , Qingkun Su , Hongbo Fu , Chiew-Lan Tai

Recent work has explored transforming data sets into smaller, approximate summaries in order to scale Bayesian inference. We examine a related problem in which the parameters of a Bayesian model are very large and expensive to store in…

机器学习 · 计算机科学 2018-10-03 Joseph Tassarotti , Jean-Baptiste Tristan , Michael Wick

We adapt a well known streaming algorithm for approximating item frequencies to the matrix sketching setting. The algorithm receives the rows of a large matrix $A \in \R^{n \times m}$ one after the other in a streaming fashion. It maintains…

数据结构与算法 · 计算机科学 2012-07-12 Edo Liberty

We present a sketch-based CAD modeling system, where users create objects incrementally by sketching the desired shape edits, which our system automatically translates to CAD operations. Our approach is motivated by the close similarities…

图形学 · 计算机科学 2020-09-11 Changjian Li , Hao Pan , Adrien Bousseau , Niloy J. Mitra

We present a simple and efficient method based on deep learning to automatically decompose sketched objects into semantically valid parts. We train a deep neural network to transfer existing segmentations and labelings from 3D models to…

图形学 · 计算机科学 2018-08-01 Lei Li , Hongbo Fu , Chiew-Lan Tai

Sketching techniques have become popular for scaling up machine learning algorithms by reducing the sample size or dimensionality of massive data sets, while still maintaining the statistical power of big data. In this paper, we study…

机器学习 · 计算机科学 2016-10-11 Jialei Wang , Jason D. Lee , Mehrdad Mahdavi , Mladen Kolar , Nathan Srebro

Generating images from human sketches typically requires dedicated networks trained from scratch. In contrast, the emergence of the pre-trained Vision-Language models (e.g., CLIP) has propelled generative applications based on controlling…

计算机视觉与模式识别 · 计算机科学 2023-10-31 Shaocong Zhang