中文
相关论文

相关论文: Advanced Bloom Filter Based Algorithms for Efficie…

200 篇论文

Invertible Bloom Filter (IBF) is a data structure, which employs a small set of hash functions. An IBF allows for an efficient insertion and, with high probability, for an efficient extraction of the data. However, the success probability…

信息论 · 计算机科学 2020-08-04 Ivo Kubjas , Vitaly Skachek

Diffusion and flow-matching have emerged as powerful methodologies for generative modeling, with remarkable success in capturing complex data distributions and enabling flexible guidance at inference time. Many downstream applications,…

机器学习 · 计算机科学 2026-04-28 Zeyang Li , Kaveh Alim , Navid Azizan

Diffusion models can learn rich representations during data generation, showing potential for Self-Supervised Learning (SSL), but they face a trade-off between generative quality and discriminative performance. Their iterative sampling also…

机器学习 · 计算机科学 2025-12-24 Kosuke Ukita , Tsuyoshi Okita

Tracking and approximating data matrices in streaming fashion is a fundamental challenge. The problem requires more care and attention when data comes from multiple distributed sites, each receiving a stream of data. This paper considers…

数据库 · 计算机科学 2014-05-01 Mina Ghashami , Jeff M. Phillips , Feifei Li

Modern large-scale finite-sum optimization relies on two key aspects: distribution and stochastic updates. For smooth and strongly convex problems, existing decentralized algorithms are slower than modern accelerated variance-reduced…

最优化与控制 · 数学 2019-06-13 Hadrien Hendrikx , Francis Bach , Laurent Massoulie

There has been a recent trend in training neural networks to replace data structures that have been crafted by hand, with an aim for faster execution, better accuracy, or greater compression. In this setting, a neural data structure is…

机器学习 · 计算机科学 2019-06-12 Jack W Rae , Sergey Bartunov , Timothy P Lillicrap

Efficient sampling of complex data distributions can be achieved using trained invertible flows (IF), where the model distribution is generated by pushing a simple base distribution through multiple non-linear bijective transformations.…

机器学习 · 计算机科学 2021-07-13 Daniel O'Connor , Walter Vinci

Recommendation algorithms that incorporate techniques from deep learning are becoming increasingly popular. Due to the structure of the data coming from recommendation domains (i.e., one-hot-encoded vectors of item preferences), these…

机器学习 · 计算机科学 2017-06-14 Joan Serrà , Alexandros Karatzoglou

We introduce Statistical Flow Matching (SFM), a novel and mathematically rigorous flow-matching framework on the manifold of parameterized probability measures inspired by the results from information geometry. We demonstrate the…

机器学习 · 计算机科学 2025-11-26 Chaoran Cheng , Jiahan Li , Jian Peng , Ge Liu

Rapid technological advances are inherently linked to the increased amount of data, a substantial portion of which can be interpreted as data stream, capable of exhibiting the phenomenon of concept drift and having a high imbalance ratio.…

机器学习 · 计算机科学 2024-04-25 Paweł Zyblewski

Feature upsampling is a fundamental and indispensable ingredient of almost all current network structures for dense prediction tasks. Recently, a popular similarity-based feature upsampling pipeline has been proposed, which utilizes a…

计算机视觉与模式识别 · 计算机科学 2025-02-11 Minghao Zhou , Hong Wang , Yefeng Zheng , Deyu Meng

Practical tools for clustering streaming data must be fast enough to handle the arrival rate of the observations. Typically, they also must adapt on the fly to possible lack of stationarity; i.e., the data statistics may be time-dependent…

机器学习 · 计算机科学 2022-03-01 Or Dinari , Oren Freifeld

In the reordering buffer management problem (RBM) a sequence of $n$ colored items enters a buffer with limited capacity $k$. When the buffer is full, one item is removed to the output sequence, making room for the next input item. This step…

数据结构与算法 · 计算机科学 2012-02-22 Noa Avigdor-Elgrabli , Yuval Rabani

This article presents a new high-level parallel computational model named BSF - Bulk Synchronous Farm. The BSF model extends the BSP model to deal with the compute-intensive iterative numerical methods executed on distributed-memory…

分布式、并行与集群计算 · 计算机科学 2018-05-29 Leonid B. Sokolinsky

This work proposes a modified version of an emerging nature-inspired technique, named Flower Pollination Algorithm (FPA), for equalizing digital multiuser channels. This equalization involves two different tasks: 1) estimation of the…

信号处理 · 电气工程与系统科学 2024-12-04 Luis M. San-José-Revuelta , Pablo Casaseca-de-la-Higuera

This paper addresses the scheduling problem of coflows in identical parallel networks, which is a well-known $NP$-hard problem. Coflow is a relatively new network abstraction used to characterize communication patterns in data centers. We…

数据结构与算法 · 计算机科学 2023-12-21 Chi-Yeh Chen

To maintain the accuracy of supervised learning models in the presence of evolving data streams, we provide temporally-biased sampling schemes that weight recent data most heavily, with inclusion probabilities for a given data item decaying…

数据库 · 计算机科学 2019-06-14 Brian Hentschel , Peter J. Haas , Yuanyuan Tian

This paper studies the coordinated beamforming (CoBF) design for the multiple-input single-output interference channel, provided that only channel distribution information is known to the transmitters. The problem under consideration is a…

信息论 · 计算机科学 2023-07-19 Wei-Chiang Li , Tsung-Hui Chang , Chong-Yung Chi

Robust change-point detection for large-scale data streams has many real-world applications in industrial quality control, signal detection, biosurveillance. Unfortunately, it is highly non-trivial to develop efficient schemes due to three…

统计方法学 · 统计学 2021-10-18 Ruizhi Zhang , Yajun Mei , Jianjun Shi

A Bloom filter is a simple data structure supporting membership queries on a set. The standard Bloom filter does not support the delete operation, therefore, many applications use a counting Bloom filter to enable deletion. This paper…

数据结构与算法 · 计算机科学 2019-08-13 Denis Kleyko , Abbas Rahimi , Ross W. Gayler , Evgeny Osipov