Skip to main content

Showing 1–2 of 2 results for author: Dalal, K

Searching in archive cs. Search in all archives.
.
  1. arXiv:2310.13807  [pdf, other

    cs.LG

    Learning to (Learn at Test Time)

    Authors: Yu Sun, Xinhao Li, Karan Dalal, Chloe Hsu, Sanmi Koyejo, Carlos Guestrin, Xiaolong Wang, Tatsunori Hashimoto, Xinlei Chen

    Abstract: We reformulate the problem of supervised learning as learning to learn with two nested loops (i.e. learning problems). The inner loop learns on each individual instance with self-supervision before final prediction. The outer loop learns the self-supervised task used by the inner loop, such that its final prediction improves. Our inner loop turns out to be equivalent to linear attention when the i… ▽ More

    Submitted 7 January, 2024; v1 submitted 20 October, 2023; originally announced October 2023.

    Comments: Fixed a few small typos

  2. arXiv:2309.05308  [pdf, ps, other

    cs.DS

    Two-way Linear Probing Revisited

    Authors: Ketan Dalal, Luc Devroye, Ebrahim Malalla

    Abstract: We introduce linear probing hashing schemes that construct a hash table of size $n$, with constant load factor $α$, on which the worst-case unsuccessful search time is asymptotically almost surely $O(\log \log n)$. The schemes employ two linear probe sequences to find empty cells for the keys. Matching lower bounds on the maximum cluster size produced by any algorithm that uses two linear probe se… ▽ More

    Submitted 18 September, 2023; v1 submitted 11 September, 2023; originally announced September 2023.

    Comments: 31 pages, 8 figures, 5 tables, references added

    ACM Class: E.2; F.2.2