中文
相关论文

相关论文: Counting Triangles under Updates in Worst-Case Opt…

200 篇论文

We provide improved space-time tradeoffs for permutation problems over additively idempotent semi-rings. In particular, there is an algorithm for the Traveling Salesperson Problem that solves $N$-vertex instances using space $S$ and time…

数据结构与算法 · 计算机科学 2026-04-09 Afrouz Jabal Ameli , Jesper Nederlof , Shengzhe Wang

Combinatorial optimization problems are ubiquitous in industry. In addition to finding a solution with minimum cost, problems of high relevance involve a number of constraints that the solution must satisfy. Variational quantum algorithms…

Interpretable models are important, but what happens when the model is updated on new training data? We propose an algorithm for updating a decision tree while minimising the number of changes to the tree that a human would need to audit.…

机器学习 · 计算机科学 2024-08-30 Anj Simmons , Scott Barnett , Anupam Chaudhuri , Sankhya Singh , Shangeetha Sivasothy

Maintenance of association rules is an interesting problem. Several incremental maintenance algorithms were proposed since the work of (Cheung et al, 1996). The majority of these algorithms maintain rule bases assuming that support…

人工智能 · 计算机科学 2017-01-31 Mohamed Anis Bach Tobji , Mohamed Salah Gouider

In this paper, we study a number of well-known combinatorial optimization problems that fit in the following paradigm: the input is a collection of (potentially inconsistent) local relationships between the elements of a ground set (e.g.,…

数据结构与算法 · 计算机科学 2021-02-24 Vaggos Chatziafratis , Mohammad Mahdian , Sara Ahmadian

In (fully) dynamic set cover, the goal is to maintain an approximately optimal solution to a dynamically evolving instance of set cover, where in each step either an element is added to or removed from the instance. The two main desiderata…

数据结构与算法 · 计算机科学 2025-11-12 Sayan Bhattacharya , Ruoxu Cen , Debmalya Panigrahi

We investigate the complexity of sorting in the model of sequential quantum circuits. While it is known that in general a quantum algorithm based on comparisons alone cannot outperform classical sorting algorithms by more than a constant…

量子物理 · 物理学 2007-05-23 Hartmut Klauck

The design of machines and algorithms capable of learning in a dynamically changing environment has become an increasingly topical problem with the increase of the size and heterogeneity of data available to learning systems. As a…

计算机视觉与模式识别 · 计算机科学 2022-05-02 Francesco Pelosin , Andrea Torsello

The list update problem is one of the oldest and simplest problems in online algorithms: A set of items must be maintained in a list while requests to these items arrive over time. Whenever an item is requested, the algorithm pays a cost…

数据结构与算法 · 计算机科学 2026-03-12 Christian Coester

Motivated by robotic trajectory optimization problems we consider the Augmented Lagrangian approach to constrained optimization. We first propose an alternative augmentation of the Lagrangian to handle the inequality case (not based on…

最优化与控制 · 数学 2014-12-16 Marc Toussaint

Consider the following distance query for an $n$-node graph $G$ undergoing edge insertions and deletions: given two sets of nodes $I$ and $J$, return the distances between every pair of nodes in $I\times J$. This query is rather general and…

数据结构与算法 · 计算机科学 2019-10-18 Jan van den Brand , Danupon Nanongkai

An innovative numerical technique is presented to adjust the inflow to a supply chain in order to achieve a desired outflow, reducing the costs of inventory, or the goods timing in warehouses. The supply chain is modelled by a conservation…

数值分析 · 数学 2015-03-20 Ciro D'Apice , Rosanna Manzo , Benedetto Piccoli

We address the problem of incremental sequence classification, where predictions are updated as new elements in the sequence are revealed. Drawing on temporal-difference learning from reinforcement learning, we identify a…

Time series often appear in an additive hierarchical structure. In such cases, time series on higher levels are the sums of their subordinate time series. This hierarchical structure places a natural constraint on forecasts. However,…

统计方法学 · 统计学 2025-03-20 Louis Steinmeister , Markus Pauly

We consider the problem of reconstructing the symmetric difference between similar sets from their representations (sketches) of size linear in the number of differences. Exact solutions to this problem are based on error-correcting coding…

数据结构与算法 · 计算机科学 2024-04-16 Djamal Belazzougui , Gregory Kucherov , Stefan Walzer

We consider several problems that involve lines in three dimensions, and present improved algorithms for solving them. The problems include (i) ray shooting amid triangles in $R^3$, (ii) reporting intersections between query lines…

计算几何 · 计算机科学 2021-02-16 Esther Ezra , Micha Sharir

Online learning makes sequence of decisions with partial data arrival where next movement of data is unknown. In this paper, we have presented a new technique as multiple times weight updating that update the weight iteratively forsame…

机器学习 · 计算机科学 2019-01-09 Charanjeet , Anuj Sharma

We show that the multiplicative weight update method provides a simple recipe for designing and analyzing optimal Bayesian Incentive Compatible (BIC) auctions, and reduces the time complexity of the problem to pseudo-polynomial in…

计算机科学与博弈论 · 计算机科学 2013-04-12 Anand Bhalgat , Sreenivas Gollapudi , Kamesh Munagala

We present a framework for computing with input data specified by intervals, representing uncertainty in the values of the input parameters. To compute a solution, the algorithm can query the input parameters that yield more refined…

数据结构与算法 · 计算机科学 2015-03-19 Manoj Gupta , Yogish Sabharwal , Sandeep Sen

Given a $d$-dimensional array $A$, an update operation adds a given constant $C$ to each element within a continuous sub-array of $A$. A query operation computes the sum of all the elements within a continuous sub-array of $A$. The…

数据结构与算法 · 计算机科学 2016-08-05 Pushkar Mishra