Skip to main content

Showing 1–12 of 12 results for author: Zadeh, R

Searching in archive cs. Search in all archives.
.
  1. Autonomy and Unmanned Vehicles Augmented Reactive Mission-Motion Planning Architecture for Autonomous Vehicles

    Authors: Somaiyeh MahmoudZadeh, David MW Powers, Reza Bairam Zadeh

    Abstract: Advances in hardware technology have facilitated more integration of sophisticated software toward augmenting the development of Unmanned Vehicles (UVs) and mitigating constraints for onboard intelligence. As a result, UVs can operate in complex missions where continuous trans-formation in environmental condition calls for a higher level of situational responsiveness and autonomous decision making… ▽ More

    Submitted 18 July, 2020; originally announced July 2020.

    Journal ref: Book: Springer Nature (2019), Cognitive Science and Technology, ISBN 978-981-13-2245-7, Series ISSN: 2195-3988. 2019

  2. arXiv:1910.06302  [pdf, other

    eess.IV cs.CV cs.LG

    Finding New Diagnostic Information for Detecting Glaucoma using Neural Networks

    Authors: Erfan Noury, Suria S. Mannil, Robert T. Chang, An Ran Ran, Carol Y. Cheung, Suman S. Thapa, Harsha L. Rao, Srilakshmi Dasari, Mohammed Riyazuddin, Dolly Chang, Sriharsha Nagaraj, Clement C. Tham, Reza Zadeh

    Abstract: We describe a new approach to automated Glaucoma detection in 3D Spectral Domain Optical Coherence Tomography (OCT) optic nerve scans. First, we gathered a unique and diverse multi-ethnic dataset of OCT scans consisting of glaucoma and non-glaucomatous cases obtained from four tertiary care eye hospitals located in four different countries. Using this longitudinal data, we achieved state-of-the-ar… ▽ More

    Submitted 2 September, 2020; v1 submitted 14 October, 2019; originally announced October 2019.

    Comments: 28 pages, 12 figures, 15 tables, title changed, new authors added

  3. Category-Aware Location Embedding for Point-of-Interest Recommendation

    Authors: Hossein A. Rahmani, Mohammad Aliannejadi, Rasoul Mirzaei Zadeh, Mitra Baratchi, Mohsen Afsharchi, Fabio Crestani

    Abstract: Recently, Point of interest (POI) recommendation has gained ever-increasing importance in various Location-Based Social Networks (LBSNs). With the recent advances of neural models, much work has sought to leverage neural networks to learn neural embeddings in a pre-training phase that achieve an improved representation of POIs and consequently a better recommendation. However, previous studies fai… ▽ More

    Submitted 31 July, 2019; originally announced July 2019.

    Comments: 4 pages, 1 figures

  4. arXiv:1607.05695  [pdf, other

    cs.CV

    FusionNet: 3D Object Classification Using Multiple Data Representations

    Authors: Vishakh Hegde, Reza Zadeh

    Abstract: High-quality 3D object recognition is an important component of many vision and robotics systems. We tackle the object recognition problem using two data representations, to achieve leading results on the Princeton ModelNet challenge. The two representations: 1. Volumetric representation: the 3D object is discretized spatially as binary voxels - $1$ if the voxel is occupied and $0$ otherwise. 2. P… ▽ More

    Submitted 26 November, 2016; v1 submitted 19 July, 2016; originally announced July 2016.

  5. arXiv:1509.02256  [pdf, other

    cs.DC

    Matrix Computations and Optimization in Apache Spark

    Authors: Reza Bosagh Zadeh, Xiangrui Meng, Aaron Staple, Burak Yavuz, Li Pu, Shivaram Venkataraman, Evan Sparks, Alexander Ulanov, Matei Zaharia

    Abstract: We describe matrix computations available in the cluster programming framework, Apache Spark. Out of the box, Spark provides abstractions and implementations for distributed matrices and optimization routines using these matrices. When translating single-node algorithms to run on a distributed cluster, we observe that often a simple idea is enough: separating matrix operations from vector operatio… ▽ More

    Submitted 12 July, 2016; v1 submitted 8 September, 2015; originally announced September 2015.

  6. arXiv:1505.06807  [pdf, other

    cs.LG cs.DC cs.MS stat.ML

    MLlib: Machine Learning in Apache Spark

    Authors: Xiangrui Meng, Joseph Bradley, Burak Yavuz, Evan Sparks, Shivaram Venkataraman, Davies Liu, Jeremy Freeman, DB Tsai, Manish Amde, Sean Owen, Doris Xin, Reynold Xin, Michael J. Franklin, Reza Zadeh, Matei Zaharia, Ameet Talwalkar

    Abstract: Apache Spark is a popular open-source platform for large-scale data processing that is well-suited for iterative machine learning tasks. In this paper we present MLlib, Spark's open-source distributed machine learning library. MLlib provides efficient functionality for a wide range of learning settings and includes several underlying statistical, optimization, and linear algebra primitives. Shippe… ▽ More

    Submitted 26 May, 2015; originally announced May 2015.

  7. arXiv:1411.0602  [pdf, other

    cs.LG

    Factorbird - a Parameter Server Approach to Distributed Matrix Factorization

    Authors: Sebastian Schelter, Venu Satuluri, Reza Zadeh

    Abstract: We present Factorbird, a prototype of a parameter server approach for factorizing large matrices with Stochastic Gradient Descent-based algorithms. We designed Factorbird to meet the following desiderata: (a) scalability to tall and wide matrices with dozens of billions of non-zeros, (b) extensibility to different kinds of models and loss functions as long as they can be optimized using Stochastic… ▽ More

    Submitted 3 November, 2014; originally announced November 2014.

    Comments: 10 pages. Submitted to the NIPS 2014 Workshop on Distributed Matrix Computations

  8. arXiv:1410.0342  [pdf, other

    stat.ML cs.LG math.OC

    Generalized Low Rank Models

    Authors: Madeleine Udell, Corinne Horn, Reza Zadeh, Stephen Boyd

    Abstract: Principal components analysis (PCA) is a well-known technique for approximating a tabular data set by a low rank matrix. Here, we extend the idea of PCA to handle arbitrary data sets consisting of numerical, Boolean, categorical, ordinal, and other data types. This framework encompasses many well known techniques in data analysis, such as nonnegative matrix factorization, matrix completion, sparse… ▽ More

    Submitted 5 May, 2015; v1 submitted 1 October, 2014; originally announced October 2014.

    Comments: 84 pages, 19 figures

  9. arXiv:1304.1467  [pdf, other

    cs.DS cs.DC math.SP

    Dimension Independent Matrix Square using MapReduce

    Authors: Reza Bosagh Zadeh, Gunnar Carlsson

    Abstract: We compute the singular values of an $m \times n$ sparse matrix $A$ in a distributed setting, without communication dependence on $m$, which is useful for very large $m$. In particular, we give a simple nonadaptive sampling scheme where the singular values of $A$ are estimated within relative error with constant probability. Our proven bounds focus on the MapReduce framework, which has become the… ▽ More

    Submitted 24 March, 2016; v1 submitted 4 April, 2013; originally announced April 2013.

    Comments: arXiv admin note: text overlap with arXiv:1206.2082

  10. arXiv:1210.5664  [pdf, ps, other

    cs.DS cs.DM

    Characterizing Properties for Q-Clustering

    Authors: Reza Bosagh Zadeh, Gunnar Carlsson

    Abstract: We uniquely characterize two members of the Q-Clustering family in an axiomatic framework. We introduce properties that use known tree constructions for the purpose of characterization. To characterize the Max-Sum clustering algorithm, we use the Gomory-Hu construction, and to characterize Single-Linkage, we use the Maximum Spanning Tree. Although at first glance it seems these properties are `obv… ▽ More

    Submitted 20 October, 2012; originally announced October 2012.

  11. arXiv:1206.2082  [pdf, ps, other

    cs.DS cs.AI cs.DC

    Dimension Independent Similarity Computation

    Authors: Reza Bosagh Zadeh, Ashish Goel

    Abstract: We present a suite of algorithms for Dimension Independent Similarity Computation (DISCO) to compute all pairwise similarities between very high dimensional sparse vectors. All of our results are provably independent of dimension, meaning apart from the initial cost of trivially reading in the data, all subsequent operations are independent of the dimension, thus the dimension can be very large. W… ▽ More

    Submitted 23 May, 2013; v1 submitted 10 June, 2012; originally announced June 2012.

  12. arXiv:1205.2600  [pdf

    cs.LG

    A Uniqueness Theorem for Clustering

    Authors: Reza Bosagh Zadeh, Shai Ben-David

    Abstract: Despite the widespread use of Clustering, there is distressingly little general theory of clustering available. Questions like "What distinguishes a clustering of data from other data partitioning?", "Are there any principles governing all clustering paradigms?", "How should a user choose an appropriate clustering algorithm for a particular task?", etc. are almost completely unanswered by the exis… ▽ More

    Submitted 9 May, 2012; originally announced May 2012.

    Comments: Appears in Proceedings of the Twenty-Fifth Conference on Uncertainty in Artificial Intelligence (UAI2009)

    Report number: UAI-P-2009-PG-639-646