Skip to main content

Showing 1–11 of 11 results for author: Tatwawadi, K

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

    eess.IV cs.AI cs.CV cs.LG

    ELF-VC: Efficient Learned Flexible-Rate Video Coding

    Authors: Oren Rippel, Alexander G. Anderson, Kedar Tatwawadi, Sanjay Nair, Craig Lytle, Lubomir Bourdev

    Abstract: While learned video codecs have demonstrated great promise, they have yet to achieve sufficient efficiency for practical deployment. In this work, we propose several novel ideas for learned video compression which allow for improved performance for the low-latency mode (I- and P-frames only) along with a considerable increase in computational efficiency. In this setting, for natural videos our app… ▽ More

    Submitted 29 April, 2021; originally announced April 2021.

    Journal ref: International Conference on Computer Vision, 2021

  2. arXiv:1911.03572  [pdf, other

    cs.LG cs.IT stat.ML

    DZip: improved general-purpose lossless compression based on novel neural network modeling

    Authors: Mohit Goyal, Kedar Tatwawadi, Shubham Chandak, Idoia Ochoa

    Abstract: We consider lossless compression based on statistical data modeling followed by prediction-based encoding, where an accurate statistical model for the input data leads to substantial improvements in compression. We propose DZip, a general-purpose compressor for sequential data that exploits the well-known modeling capabilities of neural networks (NNs) for prediction, followed by arithmetic coding.… ▽ More

    Submitted 18 September, 2020; v1 submitted 8 November, 2019; originally announced November 2019.

    Comments: Updated manuscript and an efficient implementation added

  3. arXiv:1911.00208  [pdf, other

    eess.SP cs.LG

    LFZip: Lossy compression of multivariate floating-point time series data via improved prediction

    Authors: Shubham Chandak, Kedar Tatwawadi, Chengtao Wen, Lingyun Wang, Juan Aparicio, Tsachy Weissman

    Abstract: Time series data compression is emerging as an important problem with the growth in IoT devices and sensors. Due to the presence of noise in these datasets, lossy compression can often provide significant compression gains without impacting the performance of downstream applications. In this work, we propose an error-bounded lossy compressor, LFZip, for multivariate floating-point time series data… ▽ More

    Submitted 13 January, 2020; v1 submitted 1 November, 2019; originally announced November 2019.

  4. arXiv:1906.07887  [pdf, ps, other

    cs.DS cs.IT eess.SP

    Tutorial on algebraic deletion correction codes

    Authors: Kedar Tatwawadi, Shubham Chandak

    Abstract: The deletion channel is known to be a notoriously diffcult channel to design error-correction codes for. In spite of this difficulty, there are some beautiful code constructions which give some intuition about the channel and about what good deletion codes look like. In this tutorial we will take a look at some of them. This document is a transcript of my talk at the coding theory reading group on… ▽ More

    Submitted 18 June, 2019; originally announced June 2019.

  5. arXiv:1904.03271  [pdf, ps, other

    cs.IT cs.DC math.CO

    Optimal Communication Rates and Combinatorial Properties for Common Randomness Generation

    Authors: Yanjun Han, Kedar Tatwawadi, Gowtham R. Kurri, Zhengqing Zhou, Vinod M. Prabhakaran, Tsachy Weissman

    Abstract: We study common randomness generation problems where $n$ players aim to generate same sequences of random coin flips where some subsets of the players share an independent common coin which can be tossed multiple times, and there is a publicly seen blackboard through which the players communicate with each other. We provide a tight representation of the optimal communication rates via linear progr… ▽ More

    Submitted 6 October, 2021; v1 submitted 5 April, 2019; originally announced April 2019.

    Comments: 17 pages, 10 figures

  6. arXiv:1811.08162  [pdf, other

    cs.CL eess.SP q-bio.GN

    DeepZip: Lossless Data Compression using Recurrent Neural Networks

    Authors: Mohit Goyal, Kedar Tatwawadi, Shubham Chandak, Idoia Ochoa

    Abstract: Sequential data is being generated at an unprecedented pace in various forms, including text and genomic data. This creates the need for efficient compression mechanisms to enable better storage, transmission and processing of such data. To solve this problem, many of the existing compressors attempt to learn models for the data and perform prediction-based compression. Since neural networks are k… ▽ More

    Submitted 20 November, 2018; originally announced November 2018.

  7. arXiv:1811.07557  [pdf, other

    cs.LG cs.IT stat.ML

    Neural Joint Source-Channel Coding

    Authors: Kristy Choi, Kedar Tatwawadi, Aditya Grover, Tsachy Weissman, Stefano Ermon

    Abstract: For reliable transmission across a noisy communication channel, classical results from information theory show that it is asymptotically optimal to separate out the source and channel coding processes. However, this decomposition can fall short in the finite bit-length regime, as it requires non-trivial tuning of hand-crafted codes and assumes infinite computational power for decoding. In this wor… ▽ More

    Submitted 14 May, 2019; v1 submitted 19 November, 2018; originally announced November 2018.

  8. arXiv:1810.11137  [pdf, other

    eess.IV cs.CV cs.IT cs.MM

    Towards improved lossy image compression: Human image reconstruction with public-domain images

    Authors: Ashutosh Bhown, Soham Mukherjee, Sean Yang, Shubham Chandak, Irena Fischer-Hwang, Kedar Tatwawadi, Judith Fan, Tsachy Weissman

    Abstract: Lossy image compression has been studied extensively in the context of typical loss functions such as RMSE, MS-SSIM, etc. However, compression at low bitrates generally produces unsatisfying results. Furthermore, the availability of massive public image datasets appears to have hardly been exploited in image compression. Here, we present a paradigm for eliciting human image reconstruction in order… ▽ More

    Submitted 24 June, 2019; v1 submitted 25 October, 2018; originally announced October 2018.

  9. arXiv:1809.05054  [pdf, other

    cs.CL cs.AI cs.DB cs.LG

    IncSQL: Training Incremental Text-to-SQL Parsers with Non-Deterministic Oracles

    Authors: Tianze Shi, Kedar Tatwawadi, Kaushik Chakrabarti, Yi Mao, Oleksandr Polozov, Weizhu Chen

    Abstract: We present a sequence-to-action parsing approach for the natural language to SQL task that incrementally fills the slots of a SQL query with feasible actions from a pre-defined inventory. To account for the fact that typically there are multiple correct SQL queries with the same or very similar semantics, we draw inspiration from syntactic parsing techniques and propose to train our sequence-to-ac… ▽ More

    Submitted 1 October, 2018; v1 submitted 13 September, 2018; originally announced September 2018.

  10. arXiv:1807.03100  [pdf, other

    cs.CL cs.AI cs.DB cs.LG cs.PL

    Robust Text-to-SQL Generation with Execution-Guided Decoding

    Authors: Chenglong Wang, Kedar Tatwawadi, Marc Brockschmidt, Po-Sen Huang, Yi Mao, Oleksandr Polozov, Rishabh Singh

    Abstract: We consider the problem of neural semantic parsing, which translates natural language questions into executable SQL queries. We introduce a new mechanism, execution guidance, to leverage the semantics of SQL. It detects and excludes faulty programs during the decoding procedure by conditioning on the execution of partially generated program. The mechanism can be used with any autoregressive genera… ▽ More

    Submitted 12 September, 2018; v1 submitted 9 July, 2018; originally announced July 2018.

  11. arXiv:1805.01355  [pdf, ps, other

    cs.IT eess.SP

    Minimax redundancy for Markov chains with large state space

    Authors: Kedar Shriram Tatwawadi, Jiantao Jiao, Tsachy Weissman

    Abstract: For any Markov source, there exist universal codes whose normalized codelength approaches the Shannon limit asymptotically as the number of samples goes to infinity. This paper investigates how fast the gap between the normalized codelength of the "best" universal compressor and the Shannon limit (i.e. the compression redundancy) vanishes non-asymptotically in terms of the alphabet size and mixing… ▽ More

    Submitted 5 May, 2018; v1 submitted 1 May, 2018; originally announced May 2018.

    Comments: 22 pages, 1 figure