Zum Hauptinhalt springen

Showing 1–5 of 5 results for author: Levi, G

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

    cs.PL

    Fast and Precise Type Checking for JavaScript

    Authors: Avik Chaudhuri, Panagiotis Vekris, Sam Goldman, Marshall Roch, Gabriel Levi

    Abstract: In this paper we present the design and implementation of Flow, a fast and precise type checker for JavaScript that is used by thousands of developers on millions of lines of code at Facebook every day. Flow uses sophisticated type inference to understand common JavaScript idioms precisely. This helps it find non-trivial bugs in code and provide code intelligence to editors without requiring signi… ▽ More

    Submitted 30 August, 2017; v1 submitted 26 August, 2017; originally announced August 2017.

  2. arXiv:1612.06950  [pdf, other

    cs.CV

    Temporal Tessellation: A Unified Approach for Video Analysis

    Authors: Dotan Kaufman, Gil Levi, Tal Hassner, Lior Wolf

    Abstract: We present a general approach to video understanding, inspired by semantic transfer techniques that have been successfully used for 2D image analysis. Our method considers a video to be a 1D sequence of clips, each one associated with its own semantics. The nature of these semantics -- natural language captions or other labels -- depends on the task at hand. A test video is processed by forming co… ▽ More

    Submitted 14 April, 2017; v1 submitted 20 December, 2016; originally announced December 2016.

  3. arXiv:1609.03986  [pdf, other

    cs.CV

    The CUDA LATCH Binary Descriptor: Because Sometimes Faster Means Better

    Authors: Christopher Parker, Matthew Daiter, Kareem Omar, Gil Levi, Tal Hassner

    Abstract: Accuracy, descriptor size, and the time required for extraction and matching are all important factors when selecting local image descriptors. To optimize over all these requirements, this paper presents a CUDA port for the recent Learned Arrangement of Three Patches (LATCH) binary descriptors to the GPU platform. The design of LATCH makes it well suited for GPU processing. Owing to its small size… ▽ More

    Submitted 13 September, 2016; v1 submitted 13 September, 2016; originally announced September 2016.

    Comments: Accepted to ECCV'16 workshops

  4. arXiv:1501.03719  [pdf, other

    cs.CV

    LATCH: Learned Arrangements of Three Patch Codes

    Authors: Gil Levi, Tal Hassner

    Abstract: We present a novel means of describing local image appearances using binary strings. Binary descriptors have drawn increasing interest in recent years due to their speed and low memory footprint. A known shortcoming of these representations is their inferior performance compared to larger, histogram based descriptors such as the SIFT. Our goal is to close this performance gap while maintaining the… ▽ More

    Submitted 15 January, 2015; originally announced January 2015.

  5. An Abstract Semantics for Inference of Types and Effects in a Multi-Tier Web Language

    Authors: Letterio Galletta, Giorgio Levi

    Abstract: Types-and-effects are type systems, which allow one to express general semantic properties and to statically reason about program's execution. They have been widely exploited to specify static analyses, for example to track computational side effects, exceptions and communications in concurrent programs. In this paper we adopt abstract interpretation techniques to reconstruct (following the Couso… ▽ More

    Submitted 11 August, 2011; originally announced August 2011.

    Comments: In Proceedings WWV 2011, arXiv:1108.2085

    ACM Class: D.2.4; F.3.1; F.3.2

    Journal ref: EPTCS 61, 2011, pp. 81-95