Skip to main content

Showing 1–10 of 10 results for author: Rubin, O

.
  1. arXiv:2406.18481  [pdf, other

    cs.CV

    Robust Surgical Phase Recognition From Annotation Efficient Supervision

    Authors: Or Rubin, Shlomi Laufer

    Abstract: Surgical phase recognition is a key task in computer-assisted surgery, aiming to automatically identify and categorize the different phases within a surgical procedure. Despite substantial advancements, most current approaches rely on fully supervised training, requiring expensive and time-consuming frame-level annotations. Timestamp supervision has recently emerged as a promising alternative, sig… ▽ More

    Submitted 26 June, 2024; originally announced June 2024.

  2. arXiv:2405.05067  [pdf, other

    math.CV

    Computing Chebyshev polynomials using the complex Remez algorithm

    Authors: Olof Rubin

    Abstract: We employ the generalized Remez algorithm, initially suggested by P. T. P. Tang, to perform an experimental study of Chebyshev polynomials in the complex plane. Our focus lies particularly on the examination of their norms and zeros. What sets our study apart is the breadth of examples considered, coupled with the fact that the degrees under investigation are substantially higher than those in pre… ▽ More

    Submitted 16 May, 2024; v1 submitted 8 May, 2024; originally announced May 2024.

    MSC Class: 41A50; 65E05; 30C10

  3. arXiv:2403.07700  [pdf, other

    cs.CV

    CuVLER: Enhanced Unsupervised Object Discoveries through Exhaustive Self-Supervised Transformers

    Authors: Shahaf Arica, Or Rubin, Sapir Gershov, Shlomi Laufer

    Abstract: In this paper, we introduce VoteCut, an innovative method for unsupervised object discovery that leverages feature representations from multiple self-supervised models. VoteCut employs normalized-cut based graph partitioning, clustering and a pixel voting approach. Additionally, We present CuVLER (Cut-Vote-and-LEaRn), a zero-shot model, trained using pseudo-labels, generated by VoteCut, and a nove… ▽ More

    Submitted 12 March, 2024; originally announced March 2024.

    Comments: Accepted to CVPR 2024

  4. arXiv:2312.12992  [pdf, other

    math.CA math.CV

    Extremal polynomials and polynomial preimages

    Authors: Jacob S. Christiansen, Benjamin Eichinger, Olof Rubin

    Abstract: This article examines the asymptotic behavior of the Widom factors, denoted $\mathcal{W}_n$, for Chebyshev polynomials of finite unions of Jordan arcs. We prove that, in contrast to Widom's proposal, when dealing with a single smooth Jordan arc, $\mathcal{W}_n$ converges to 2 exclusively when the arc is a straight line segment. Our main focus is on analysing polynomial preimages of the interval… ▽ More

    Submitted 20 December, 2023; originally announced December 2023.

    MSC Class: 41A50; 30C10; 26D05

  5. Chebyshev polynomials corresponding to a vanishing weight

    Authors: Alex Bergman, Olof Rubin

    Abstract: We consider weighted Chebyshev polynomials on the unit circle corresponding to a weight of the form $(z-1)^s$ where $s>0$. For integer values of $s$ this corresponds to prescribing a zero of the polynomial on the boundary. As such, we extend findings of Lachance, Saff and Varga, to non-integer $s$. Using this generalisation, we are able to relate Chebyshev polynomials on lemniscates and other, mor… ▽ More

    Submitted 15 January, 2024; v1 submitted 5 September, 2023; originally announced September 2023.

    MSC Class: 41A50; 30C10; 30A10; 26D05; 41A17

  6. arXiv:2306.13421  [pdf, other

    cs.CL

    Long-range Language Modeling with Self-retrieval

    Authors: Ohad Rubin, Jonathan Berant

    Abstract: Retrieval-augmented language models (LMs) have received much attention recently. However, typically the retriever is not trained jointly as a native component of the LM, but added to an already-pretrained LM, which limits the ability of the LM and the retriever to adapt to one another. In this work, we propose the Retrieval-Pretrained Transformer (RPT), an architecture and training procedure for j… ▽ More

    Submitted 23 June, 2023; originally announced June 2023.

  7. arXiv:2303.07814  [pdf, other

    cs.CV cs.LG cs.RO eess.IV

    Kinematic Data-Based Action Segmentation for Surgical Applications

    Authors: Adam Goldbraikh, Omer Shubi, Or Rubin, Carla M Pugh, Shlomi Laufer

    Abstract: Action segmentation is a challenging task in high-level process analysis, typically performed on video or kinematic data obtained from various sensors. In the context of surgical procedures, action segmentation is critical for workflow analysis algorithms. This work presents two contributions related to action segmentation on kinematic data. Firstly, we introduce two multi-stage architectures, MS-… ▽ More

    Submitted 14 March, 2023; originally announced March 2023.

    Comments: 15 pages, 8 figures

  8. arXiv:2205.12665  [pdf, other

    cs.CL

    QAMPARI: An Open-domain Question Answering Benchmark for Questions with Many Answers from Multiple Paragraphs

    Authors: Samuel Joseph Amouyal, Tomer Wolfson, Ohad Rubin, Ori Yoran, Jonathan Herzig, Jonathan Berant

    Abstract: Existing benchmarks for open-domain question answering (ODQA) typically focus on questions whose answers can be extracted from a single paragraph. By contrast, many natural questions, such as "What players were drafted by the Brooklyn Nets?" have a list of answers. Answering such questions requires retrieving and reading from many passages, in a large corpus. We introduce QAMPARI, an ODQA benchmar… ▽ More

    Submitted 29 May, 2023; v1 submitted 25 May, 2022; originally announced May 2022.

  9. arXiv:2112.08633  [pdf, other

    cs.CL cs.LG

    Learning To Retrieve Prompts for In-Context Learning

    Authors: Ohad Rubin, Jonathan Herzig, Jonathan Berant

    Abstract: In-context learning is a recent paradigm in natural language understanding, where a large pre-trained language model (LM) observes a test instance and a few training examples as its input, and directly decodes the output without any update to its parameters. However, performance has been shown to strongly depend on the selected training examples (termed prompt). In this work, we propose an efficie… ▽ More

    Submitted 8 May, 2022; v1 submitted 16 December, 2021; originally announced December 2021.

    Comments: NAACL-HLT 2022

  10. arXiv:2010.12412  [pdf, other

    cs.CL

    SmBoP: Semi-autoregressive Bottom-up Semantic Parsing

    Authors: Ohad Rubin, Jonathan Berant

    Abstract: The de-facto standard decoding method for semantic parsing in recent years has been to autoregressively decode the abstract syntax tree of the target program using a top-down depth-first traversal. In this work, we propose an alternative approach: a Semi-autoregressive Bottom-up Parser (SmBoP) that constructs at decoding step $t$ the top-$K$ sub-trees of height $\leq t$. Our parser enjoys several… ▽ More

    Submitted 11 April, 2021; v1 submitted 23 October, 2020; originally announced October 2020.

    Comments: Accepted to NAACL-HLT 2021