Skip to main content

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

.
  1. arXiv:2206.05830  [pdf, other

    cs.LG

    Stochastic Gradient Descent without Full Data Shuffle

    Authors: Lijie Xu, Shuang Qiu, Binhang Yuan, Jiawei Jiang, Cedric Renggli, Shaoduo Gan, Kaan Kara, Guoliang Li, Ji Liu, Wentao Wu, Jie** Ye, Ce Zhang

    Abstract: Stochastic gradient descent (SGD) is the cornerstone of modern machine learning (ML) systems. Despite its computational efficiency, SGD requires random data access that is inherently inefficient when implemented in systems that rely on block-addressable secondary storage such as HDD and SSD, e.g., TensorFlow/PyTorch and in-DB ML systems over large files. To address this impedance mismatch, various… ▽ More

    Submitted 12 June, 2022; originally announced June 2022.

    Comments: This technical report is an extension of our SIGMOD 2022 paper titled "In-Database Machine Learning with CorgiPile: Stochastic Gradient Descent without Full Data Shuffle". https://doi.org/10.1145/3514221.3526150

  2. Variance Reduction of Quadcopter Trajectory Tracking in Turbulent Wind

    Authors: Asma Tabassum, Rohit K. S. S. Vuppala, He Bai, Kursat Kara

    Abstract: We consider a quadcopter operating in a turbulent windy environment. The turbulent environment may be imposed on a quadcopter by structures, landscapes, terrains and most importantly by the unique physical phenomena in the lower atmosphere. Turbulence can negatively impact quadcopter's performance and operations. Modeling turbulence as a stochastic random input, we investigate control designs that… ▽ More

    Submitted 25 August, 2021; v1 submitted 20 April, 2021; originally announced April 2021.

  3. arXiv:2007.06179  [pdf, ps, other

    physics.flu-dyn physics.comp-ph

    Multifidelity Computing for Coupling Full and Reduced Order Models

    Authors: Shady E. Ahmed, Omer San, Kursat Kara, Rami Younis, Adil Rasheed

    Abstract: Hybrid physics-machine learning models are increasingly being used in simulations of transport processes. Many complex multiphysics systems relevant to scientific and engineering applications include multiple spatiotemporal scales and comprise a multifidelity problem sharing an interface between various formulations or heterogeneous computational entities. To this end, we present a robust hybrid a… ▽ More

    Submitted 12 February, 2021; v1 submitted 13 July, 2020; originally announced July 2020.

  4. arXiv:2006.10112  [pdf, other

    physics.comp-ph cs.LG physics.flu-dyn

    Interface learning of multiphysics and multiscale systems

    Authors: Shady E. Ahmed, Omer San, Kursat Kara, Rami Younis, Adil Rasheed

    Abstract: Complex natural or engineered systems comprise multiple characteristic scales, multiple spatiotemporal domains, and even multiple physical closure laws. To address such challenges, we introduce an interface learning paradigm and put forth a data-driven closure approach based on memory embedding to provide physically correct boundary conditions at the interface. To enable the interface learning for… ▽ More

    Submitted 31 October, 2020; v1 submitted 17 June, 2020; originally announced June 2020.

    Journal ref: Phys. Rev. E 102, 053304 (2020)

  5. arXiv:2005.13332  [pdf, other

    cs.DC

    HyperLogLog Sketch Acceleration on FPGA

    Authors: Amit Kulkarni, Monica Chiosa, Thomas B. Preußer, Kaan Kara, David Sidler, Gustavo Alonso

    Abstract: Data sketches are a set of widely used approximated data summarizing techniques. Their fundamental property is sub-linear memory complexity on the input cardinality, an important aspect when processing streams or data sets with a vast base domain (URLs, IP addresses, user IDs, etc.). Among the many data sketches available, HyperLogLog has become the reference for cardinality counting (how many dis… ▽ More

    Submitted 20 October, 2020; v1 submitted 24 May, 2020; originally announced May 2020.

    Comments: This paper was accepted as a full paper to FPL 2020. The latest/full version of this paper is available: https://ieeexplore.ieee.org/document/9221525

  6. arXiv:2004.01635  [pdf, other

    cs.DC cs.AR

    High Bandwidth Memory on FPGAs: A Data Analytics Perspective

    Authors: Kaan Kara, Christoph Hagleitner, Dionysios Diamantopoulos, Dimitris Syrivelis, Gustavo Alonso

    Abstract: FPGA-based data processing in datacenters is increasing in popularity due to the demands of modern workloads and the ensuing necessity for specialization in hardware. Driven by this trend, vendors are rapidly adapting reconfigurable devices to suit data and compute intensive workloads. Inclusion of High Bandwidth Memory (HBM) in FPGA devices is a recent example. HBM promises overcoming the bandwid… ▽ More

    Submitted 2 April, 2020; originally announced April 2020.

  7. Accelerating Generalized Linear Models with MLWeaving: A One-Size-Fits-All System for Any-precision Learning (Technical Report)

    Authors: Zeke Wang, Kaan Kara, Hantian Zhang, Gustavo Alonso, Onur Mutlu, Ce Zhang

    Abstract: Learning from the data stored in a database is an important function increasingly available in relational engines. Methods using lower precision input data are of special interest given their overall higher efficiency but, in databases, these methods have a hidden cost: the quantization of the real value into a smaller number is an expensive step. To address the issue, in this paper we present MLW… ▽ More

    Submitted 28 March, 2019; v1 submitted 8 March, 2019; originally announced March 2019.

    Comments: 18 pages

    Journal ref: PVLDB, 2019

  8. Compressive Sensing Using Iterative Hard Thresholding with Low Precision Data Representation: Theory and Applications

    Authors: Nezihe Merve Gürel, Kaan Kara, Alen Stojanov, Tyler Smith, Thomas Lemmin, Dan Alistarh, Markus Püschel, Ce Zhang

    Abstract: Modern scientific instruments produce vast amounts of data, which can overwhelm the processing ability of computer systems. Lossy compression of data is an intriguing solution, but comes with its own drawbacks, such as potential signal loss, and the need for careful optimization of the compression ratio. In this work, we focus on a setting where this problem is especially acute: compressive sensin… ▽ More

    Submitted 22 December, 2020; v1 submitted 13 February, 2018; originally announced February 2018.

    Comments: 19 pages, 5 figures, 1 table, in IEEE Transactions on Signal Processing Vol. 68, No. 7, pp. 4268-4282, 2020

  9. arXiv:1705.05154  [pdf, other

    cs.LG cs.DS

    Layerwise Systematic Scan: Deep Boltzmann Machines and Beyond

    Authors: Heng Guo, Kaan Kara, Ce Zhang

    Abstract: For Markov chain Monte Carlo methods, one of the greatest discrepancies between theory and system is the scan order - while most theoretical development on the mixing time analysis deals with random updates, real-world systems are implemented with systematic scans. We bridge this gap for models that exhibit a bipartite structure, including, most notably, the Restricted/Deep Boltzmann Machine. The… ▽ More

    Submitted 9 October, 2017; v1 submitted 15 May, 2017; originally announced May 2017.

    Comments: v2: typo fixes and improved presentation

  10. arXiv:1611.05402  [pdf, other

    cs.LG stat.ML

    The ZipML Framework for Training Models with End-to-End Low Precision: The Cans, the Cannots, and a Little Bit of Deep Learning

    Authors: Hantian Zhang, Jerry Li, Kaan Kara, Dan Alistarh, Ji Liu, Ce Zhang

    Abstract: Recently there has been significant interest in training machine-learning models at low precision: by reducing precision, one can reduce computation and communication by one order of magnitude. We examine training at reduced precision, both from a theoretical and practical perspective, and ask: is it possible to train models at end-to-end low precision with provable guarantees? Can this lead to co… ▽ More

    Submitted 19 June, 2017; v1 submitted 16 November, 2016; originally announced November 2016.

  11. arXiv:1306.4883  [pdf

    eess.SY

    Fault-Tolerant Control of a 2 DOF Helicopter (TRMS System) Based on H_infinity

    Authors: Abderrahmen Bouguerra, Djamel Saigaa, Kamel Kara, Samir Zeghlache, Keltoum Loukal

    Abstract: In this paper, a Fault-Tolerant control of 2 DOF Helicopter (TRMS System) Based on H-infinity is presented. In particular, the introductory part of the paper presents a Fault-Tolerant Control (FTC), the first part of this paper presents a description of the mathematical model of TRMS, and the last part of the paper presented and a polytypic Unknown Input Observer (UIO) is synthesized using equalit… ▽ More

    Submitted 20 June, 2013; originally announced June 2013.

    Comments: 6 pages, 11 figures, conference. In CEIT 2013