Skip to main content

Showing 1–50 of 70 results for author: Venkatesan, R

.
  1. arXiv:2212.02687  [pdf, other

    cs.CV cs.AR

    Vision Transformer Computation and Resilience for Dynamic Inference

    Authors: Kavya Sreedhar, Jason Clemons, Rangharajan Venkatesan, Stephen W. Keckler, Mark Horowitz

    Abstract: State-of-the-art deep learning models for computer vision tasks are based on the transformer architecture and often deployed in real-time applications. In this scenario, the resources available for every inference can vary, so it is useful to be able to dynamically adapt execution to trade accuracy for efficiency. To create dynamic models, we leverage the resilience of vision transformers to pruni… ▽ More

    Submitted 15 April, 2024; v1 submitted 5 December, 2022; originally announced December 2022.

    Journal ref: 2024 IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS)

  2. arXiv:2206.06501  [pdf, other

    cs.LG

    Optimal Clip** and Magnitude-aware Differentiation for Improved Quantization-aware Training

    Authors: Charbel Sakr, Steve Dai, Rangharajan Venkatesan, Brian Zimmer, William J. Dally, Brucek Khailany

    Abstract: Data clip** is crucial in reducing noise in quantization operations and improving the achievable accuracy of quantization-aware training (QAT). Current practices rely on heuristics to set clip** threshold scalars and cannot be shown to be optimal. We propose Optimally Clipped Tensors And Vectors (OCTAV), a recursive algorithm to determine MSE-optimal clip** scalars. Derived from the fast New… ▽ More

    Submitted 13 June, 2022; originally announced June 2022.

    Comments: Published as a spotlight paper at ICML 2022. Paper contains 16 pages, 5 figures, and 6 tables

  3. arXiv:2106.15405  [pdf, other

    eess.SP

    PDL Impact on Linearly Coded Digital Phase Conjugation Techniques in CO-OFDM Systems

    Authors: O. S. Sunish Kumar, A. Amari, O. A. Dobre, R. Venkatesan

    Abstract: We investigate the impact of polarization-dependent loss (PDL) on the linearly coded digital phase conjugation (DPC) techniques in coherent optical orthogonal frequency division multiplexing (CO-OFDM) superchannel systems. We consider two DPC approaches: one uses orthogonal polarizations to transmit the linearly coded signal and its phase conjugate, while the other uses two orthogonal time slots o… ▽ More

    Submitted 27 June, 2021; originally announced June 2021.

  4. arXiv:2106.14230  [pdf, other

    eess.SP

    Second-Order Perturbation Theory-Based Digital Predistortion for Fiber Nonlinearity Compensation

    Authors: O. S. Sunish Kumar, A. Amari, O. A. Dobre, R. Venkatesan

    Abstract: The first-order (FO) perturbation theory-based nonlinearity compensation (PB-NLC) technique has been widely investigated to combat the detrimental effects of the intra-channel Kerr nonlinearity in polarization-multiplexed (Pol-Mux) optical fiber communication systems. However, the NLC performance of the FO-PB-NLC technique is significantly limited in highly nonlinear regimes of the Pol-Mux long-ha… ▽ More

    Submitted 27 June, 2021; originally announced June 2021.

  5. arXiv:2106.14212  [pdf, other

    eess.SP

    A Joint Technique for Nonlinearity Compensation in CO-OFDM Superchannel Systems

    Authors: O. S. Sunish Kumar, A. Amari, O. A. Dobre, R. Venkatesan, S. K. Wilson

    Abstract: We propose a technique combining the singlechannel digital-back-propagation (SC-DBP) with phaseconjugated-twin-wave (PCTW) to compensate nonlinearities in CO-OFDM superchannel systems. This exhibits a similar performance as multi-channel DBP while providing increased transmission reach compared to SC-DBP, PCTW, and linear dispersion compensation (LDC).

    Submitted 27 June, 2021; originally announced June 2021.

  6. arXiv:2106.14205  [pdf, other

    eess.SP

    A Spectrally Efficient Linear Polarization Coding Scheme for Fiber Nonlinearity Compensation in CO-OFDM Systems

    Authors: O. S. Sunish Kumar, O. A. Dobre, R. Venkatesan, S. K. Wilson, O. Omomukuyo, A. Amari, D. Chang

    Abstract: In this paper, we propose a linear polarization coding scheme (LPC) combined with the phase conjugated twin signals (PCTS) technique, referred to as LPC-PCTS, for fiber nonlinearity mitigation in coherent optical orthogonal frequency division multiplexing (CO-OFDM) systems. The LPC linearly combines the data symbols on the adjacent subcarriers of the OFDM symbol, one at full amplitude and the othe… ▽ More

    Submitted 27 June, 2021; originally announced June 2021.

  7. arXiv:2106.13914  [pdf, other

    cs.LG cs.AR

    LNS-Madam: Low-Precision Training in Logarithmic Number System using Multiplicative Weight Update

    Authors: Jiawei Zhao, Steve Dai, Rangharajan Venkatesan, Brian Zimmer, Mustafa Ali, Ming-Yu Liu, Brucek Khailany, Bill Dally, Anima Anandkumar

    Abstract: Representing deep neural networks (DNNs) in low-precision is a promising approach to enable efficient acceleration and memory reduction. Previous methods that train DNNs in low-precision typically keep a copy of weights in high-precision during the weight updates. Directly training with low-precision weights leads to accuracy degradation due to complex interactions between the low-precision number… ▽ More

    Submitted 23 August, 2022; v1 submitted 25 June, 2021; originally announced June 2021.

  8. arXiv:2103.09301  [pdf, other

    cs.AR

    Softermax: Hardware/Software Co-Design of an Efficient Softmax for Transformers

    Authors: Jacob R. Stevens, Rangharajan Venkatesan, Steve Dai, Brucek Khailany, Anand Raghunathan

    Abstract: Transformers have transformed the field of natural language processing. This performance is largely attributed to the use of stacked self-attention layers, each of which consists of matrix multiplies as well as softmax operations. As a result, unlike other neural networks, the softmax operation accounts for a significant fraction of the total run-time of Transformers. To address this, we propose S… ▽ More

    Submitted 16 March, 2021; originally announced March 2021.

    Comments: To appear in Proceedings of the 58th Design Automation Conference (DAC '21)

  9. arXiv:2102.06326  [pdf, other

    cs.LO cs.AR cs.FL

    Verifying High-Level Latency-Insensitive Designs with Formal Model Checking

    Authors: Steve Dai, Alicia Klinefelter, Haoxing Ren, Rangharajan Venkatesan, Ben Keller, Nathaniel Pinckney, Brucek Khailany

    Abstract: Latency-insensitive design mitigates increasing interconnect delay and enables productive component reuse in complex digital systems. This design style has been adopted in high-level design flows because untimed functional blocks connected through latency-insensitive interfaces provide a natural communication abstraction. However, latency-insensitive design with high-level languages also introduce… ▽ More

    Submitted 11 February, 2021; originally announced February 2021.

  10. arXiv:2102.04503  [pdf, other

    cs.LG cs.AR

    VS-Quant: Per-vector Scaled Quantization for Accurate Low-Precision Neural Network Inference

    Authors: Steve Dai, Rangharajan Venkatesan, Haoxing Ren, Brian Zimmer, William J. Dally, Brucek Khailany

    Abstract: Quantization enables efficient acceleration of deep neural networks by reducing model memory footprint and exploiting low-cost integer math hardware units. Quantization maps floating-point weights and activations in a trained model to low-bitwidth integer values using scale factors. Excessive quantization, reducing precision too aggressively, results in accuracy degradation. When scale factors are… ▽ More

    Submitted 8 February, 2021; originally announced February 2021.

  11. arXiv:2010.04249  [pdf, ps, other

    cs.CL

    Evaluating the Effectiveness of Efficient Neural Architecture Search for Sentence-Pair Tasks

    Authors: Ansel MacLaughlin, Jwala Dhamala, Anoop Kumar, Sriram Venkatapathy, Ragav Venkatesan, Rahul Gupta

    Abstract: Neural Architecture Search (NAS) methods, which automatically learn entire neural model or individual neural cell architectures, have recently achieved competitive or state-of-the-art (SOTA) performance on variety of natural language processing and computer vision tasks, including language modeling, natural language inference, and image classification. In this work, we explore the applicability of… ▽ More

    Submitted 8 October, 2020; originally announced October 2020.

  12. arXiv:2005.01191  [pdf, other

    cs.IT eess.SP

    Intra-Channel Nonlinearity Compensation Based on Second-Order Perturbation Theory

    Authors: O. S. Sunish Kumar, A. Amari, O. A. Dobre, R. Venkatesan

    Abstract: The first-order (FO) perturbation theory has been widely investigated to design the digital nonlinearity compensation (NLC) technique to deal with the intra-channel fiber nonlinearity effect in coherent optical communication systems. The main advantages of the perturbation theory-based approach are the possibility of the implementation on a single stage for the entire fiber link and one sample per… ▽ More

    Submitted 3 May, 2020; originally announced May 2020.

  13. arXiv:2004.14584  [pdf, other

    cs.LG cs.CV stat.ML

    Out-of-the-box channel pruned networks

    Authors: Ragav Venkatesan, Gurumurthy Swaminathan, Xiong Zhou, Anna Luo

    Abstract: In the last decade convolutional neural networks have become gargantuan. Pre-trained models, when used as initializers are able to fine-tune ever larger networks on small datasets. Consequently, not all the convolutional features that these fine-tuned models detect are requisite for the end-task. Several works of channel pruning have been proposed to prune away compute and memory from models that… ▽ More

    Submitted 30 April, 2020; originally announced April 2020.

    Comments: Under review at ECCV 2020

  14. arXiv:1909.08188  [pdf

    eess.SP cs.IT cs.LG stat.ML

    Fiber Nonlinearity Mitigation via the Parzen Window Classifier for Dispersion Managed and Unmanaged Links

    Authors: Abdelkerim Amari, Xiang Lin, Octavia A. Dobre, Ramachandran Venkatesan, Alex Alvarado

    Abstract: Machine learning techniques have recently received significant attention as promising approaches to deal with the optical channel impairments, and in particular, the nonlinear effects. In this work, a machine learning-based classification technique, known as the Parzen window (PW) classifier, is applied to mitigate the nonlinear effects in the optical channel. The PW classifier is used as a detect… ▽ More

    Submitted 17 September, 2019; originally announced September 2019.

    Comments: 4 pages, 6 figures

  15. arXiv:1905.12775  [pdf, other

    cs.CV cs.LG

    $d$-SNE: Domain Adaptation using Stochastic Neighborhood Embedding

    Authors: Xiang Xu, Xiong Zhou, Ragav Venkatesan, Gurumurthy Swaminathan, Orchid Majumder

    Abstract: Deep neural networks often require copious amount of labeled-data to train their scads of parameters. Training larger and deeper networks is hard without appropriate regularization, particularly while using a small dataset. Laterally, collecting well-annotated data is expensive, time-consuming and often infeasible. A popular way to regularize these networks is to simply train the network with more… ▽ More

    Submitted 29 May, 2019; originally announced May 2019.

    Comments: Accepted as Oral at CVPR 2019

  16. arXiv:1903.01740  [pdf

    physics.optics

    Detection of excited state absorption cross-section of porphyrin through cw and femto-second laser pump-probe technique

    Authors: A. Srinivasa Rao, Alok Sharan, N Venkatramaiah, R Venkatesan

    Abstract: We report on direct detection of excited states absorption cross-section using dual wavelength pump-probe technique. Also, we experimentally demonstrate using porphyrin composite molecules (porphyrin derivatives such as 5,10,15,20-meso-tetrakis phenyl porphyrin (H2TPP), 5,10,15,20 - meso-tetrakis(4-hydroxyphenyl) porphyrin (H2TPP(OH)4)). The cw laser at 761 nm wavelength is used as a pump to maint… ▽ More

    Submitted 5 March, 2019; originally announced March 2019.

    Comments: 5 pages, 4 figures

  17. A Machine Learning-Based Detection Technique for Optical Fiber Nonlinearity Mitigation

    Authors: Abdelkerim Amari, Xiang Lin, Octavia A. Dobre, Ramachandran Venkatesan, Alex Alvarado

    Abstract: We investigate the performance of a machine learning classification technique, called the Parzen window, to mitigate the fiber nonlinearity in the context of dispersion managed and dispersion unmanaged systems. The technique is applied for detection at the receiver side, and deals with the non-Gaussian nonlinear effects by designing improved decision boundaries. We also propose a two-stage mitigat… ▽ More

    Submitted 6 March, 2019; v1 submitted 27 February, 2019; originally announced March 2019.

    Comments: Accepted for publication in IEEE Photonics Technology Letters

  18. arXiv:1901.05136  [pdf, other

    cond-mat.mtrl-sci

    Bright magnetic dipole radiation from two-dimensional lead-halide perovskites

    Authors: Ryan A. DeCrescent, Naveen R. Venkatesan, Clayton J. Dahlman, Rhys M. Kennard, Xie Zhang, Wenhao Li, Xinhong Du, Michael L. Chabinyc, Rashid Zia, Jon A. Schuller

    Abstract: Light-matter interactions in semiconductor systems are uniformly treated within the electric dipole (ED) approximation, as multipolar interactions are considered "forbidden". Here, we demonstrate that this approximation inadequately describes light emission in novel two-dimensional hybrid organic-inorganic perovskite materials (2D HOIPs) --- a class of solution processable layered semiconductor wi… ▽ More

    Submitted 15 April, 2019; v1 submitted 16 January, 2019; originally announced January 2019.

    Comments: 8 Pages + References, 5 Figures, Supporting Information arXiv replace (2019/04/15): updated references, updated (optical power) units in Fig. 4, updated figure commentary, new supporting information figure

  19. Rigorous Analysis of a Randomised Number Field Sieve

    Authors: Jonathan Lee, Ramarathnam Venkatesan

    Abstract: Factorisation of integers $n$ is of number theoretic and cryptographic significance. The Number Field Sieve (NFS) introduced circa 1990, is still the state of the art algorithm, but no rigorous proof that it halts or generates relationships is known. We propose and analyse an explicitly randomised variant. For each $n$, we show that these randomised variants of the NFS and Coppersmith's multiple p… ▽ More

    Submitted 22 May, 2018; originally announced May 2018.

    MSC Class: 11Y05

    Journal ref: J. of Number Theory Vol. 187 (2018) 92-159

  20. arXiv:1804.00288  [pdf

    physics.optics

    Nonlinear Spectroscopic Study of Porphyrin Under cw and Femto-second Laser Pulse Excitation

    Authors: A. Srinivasa Rao, Alok Sharan, N Venkatramaiah, R Venkatesan

    Abstract: Single Beam Transmittance (SBT) was used as nonlinear spectroscopic tool to investigate the absorption cross-sections and lifetimes of Tetra Phenyl porphyrin (H2TPP) and its OH- group derivative (H2TPP(OH)4) doped in boric acid glass (BAG). We have used 671 nm wavelength as exciting wavelength for both CW (incident intensity up to 1010 W/cm2) and femto-second laser pulse (up to fluence of 102 mJ/c… ▽ More

    Submitted 1 April, 2018; originally announced April 2018.

    Comments: 9 pages and 13 figures

  21. Simple sampling clock synchronisation scheme for reduced-guard-interval coherent optical OFDM systems

    Authors: Oluyemi Omomukuyo, Deyuan Chang, Octavia A. Dobre, Ramachandran Venkatesan, Telex M. N. Ngatched

    Abstract: A simple data-aided scheme for sampling clock synchronisation in reduced-guard-interval coherent optical orthogonal frequency division multiplexing (RGI-CO-OFDM) systems is proposed. In the proposed scheme, the sampling clock offset (SCO) is estimated by using the training symbols reserved for channel estimation, thus avoiding extra training overhead. The SCO is then compensated by resampling, usi… ▽ More

    Submitted 4 January, 2018; originally announced January 2018.

    Comments: 2 pages, 5 figures, Journal

    Journal ref: Electronics Letters, vol. 51, no. 24, pp. 2026-2028, Nov. 2015

  22. Joint timing and frequency synchronization based on weighted CAZAC sequences for reduced-guard-interval CO-OFDM systems

    Authors: Oluyemi Omomukuyo, Deyuan Chang, **gwen Zhu, Octavia Dobre, Ramachandran Venkatesan, Telex Ngatched, Chuck Rumbolt

    Abstract: A novel joint symbol timing and carrier frequency offset (CFO) estimation algorithm is proposed for reduced-guard-interval coherent optical orthogonal frequency-division multiplexing (RGI-CO-OFDM) systems. The proposed algorithm is based on a constant amplitude zero autocorrelation (CAZAC) sequence weighted by a pseudo-random noise (PN) sequence. The symbol timing is accomplished by using only one… ▽ More

    Submitted 4 January, 2018; originally announced January 2018.

    Comments: 13 pages, 9 figures, Journal

    Journal ref: Opt. Express., vol. 23, no. 5, pp. 5777-5788, Mar. 2015

  23. Robust Frame and Frequency Synchronization Based on Alamouti Coding for RGI-CO-OFDM

    Authors: Oluyemi Omomukuyo, Deyuan Chang, Octavia Dobre, Ramachandran Venkatesan, Telex M. N. Ngatched

    Abstract: We propose an algorithm for carrying out joint frame and frequency synchronization in reduced-guard-interval coherent optical orthogonal frequency division multiplexing (RGI-CO-OFDM) systems. The synchronization is achieved by using the same training symbols (TS) employed for training-aided channel estimation (TA-CE), thereby avoiding additional training overhead. The proposed algorithm is designe… ▽ More

    Submitted 4 January, 2018; originally announced January 2018.

    Comments: 4 pages, 3 figures, Journal

    Journal ref: IEEE Photonics Technology Letters, vol. 28, no. 24, pp. 2783-2786, Dec. 2016

  24. Bandwidth-Efficient Synchronization for Fiber Optic Transmission: System Performance Measurements

    Authors: Oluyemi Omomukuyo, Octavia A. Dobre, Ramachandran Venkatesan, Telex M. N. Ngatched

    Abstract: In this article, we first provide a brief overview of optical transmission systems and some of their performance specifications. We then present a simple, robust, and bandwidth-efficient OFDM synchronization method, and carry out measurements to validate the presented synchronization method with the aid of an experimental setup.

    Submitted 4 January, 2018; originally announced January 2018.

    Comments: 13 pages, 5 figures, Magazine article

    Journal ref: IEEE IMM Magazine, vol. 20, no. 5, pp. 39-45, Oct. 2017

  25. Discrete FRFT-Based Frame and Frequency Synchronization for Coherent Optical Systems

    Authors: Oluyemi Omomukuyo, Shu Zhang, Octavia Dobre, Ramachandran Venkatesan, Telex M. N. Ngatched

    Abstract: A joint frame and carrier frequency synchronization algorithm for coherent optical systems, based on the digital computation of the fractional Fourier transform (FRFT), is proposed. The algorithm utilizes the characteristics of energy centralization of chirp signals in the FRFT domain, together with the time and phase shift properties of the FRFT. Chirp signals are used to construct a training seq… ▽ More

    Submitted 4 January, 2018; originally announced January 2018.

    Comments: 4 pages, 5 figures, Journal

    Journal ref: IEEE Photonics Technology Letters, vol. 29, no. 23, pp. 2016-2019, Dec. 2017

  26. Robust Faster-than-Nyquist PDM-mQAM Systems with Tomlinson-Harashima Precoding

    Authors: Deyuan Chang, Oluyemi Omomukuyo, Xiang Lin, Shu Zhang, Octavia A. Dobre, Ramachandran Venkatesan

    Abstract: A training-based channel estimation algorithm is proposed for the faster-than-Nyquist PDM-mQAM (m = 4, 16, 64) systems with Tomlinson-Harashima precoding (THP). This is robust to the convergence failure phenomenon suffered by the existing algorithm, yet remaining format-transparent. Simulation results show that the proposed algorithm requires a reduced optical signal-to-noise ratio (OSNR) to achie… ▽ More

    Submitted 4 January, 2018; originally announced January 2018.

  27. arXiv:1801.01150  [pdf

    eess.SP

    Training Symbol-Based Equalization for Quadrature Duobinary PDM-FTN Systems

    Authors: S. Zhang, D. Chang, O. A. Dobre, O. Omomukuyo, X. Lin, R. Venkatesan

    Abstract: A training symbol-based equalization algorithm is proposed for polarization de-multiplexing in quadrature duobinary (QDB) modulated polarization division multiplexedfaster-than-Nyquist (FTN) coherent optical systems. The proposed algorithm is based on the least mean square algorithm, and multiple location candidates of a symbol are considered in order to make use of the training symbols with QDB m… ▽ More

    Submitted 3 January, 2018; originally announced January 2018.

    Journal ref: Photonics Technology Letters, vol.29 (5), 2017

  28. arXiv:1708.09445  [pdf, other

    cs.CR math.NT

    Coppersmith's lattices and "focus groups": an attack on small-exponent RSA

    Authors: Stephen D. Miller, Bhargav Narayanan, Ramarathnam Venkatesan

    Abstract: We present a principled technique for reducing the lattice and matrix size in some applications of Coppersmith's lattice method for finding roots of modular polynomial equations. Motivated by ideas from machine learning, it relies on extrapolating patterns from the actual behavior of Coppersmith's attack for smaller parameter sizes, which can be thought of as "focus group" testing. When applied to… ▽ More

    Submitted 16 December, 2020; v1 submitted 30 August, 2017; originally announced August 2017.

    Comments: 21 pages, 5 figures

    MSC Class: 11

  29. A survey on fiber nonlinearity compensation for 400 Gbps and beyond optical communication systems

    Authors: Abdelkerim Amari, Octavia A. Dobre, Ramachandran Venkatesan, O. S. Sunish Kumar, Philippe Ciblat, Yves Jaouën

    Abstract: Optical communication systems represent the backbone of modern communication networks. Since their deployment, different fiber technologies have been used to deal with optical fiber impairments such as dispersion-shifted fibers and dispersion-compensation fibers. In recent years, thanks to the introduction of coherent detection based systems, fiber impairments can be mitigated using digital signal… ▽ More

    Submitted 21 August, 2017; originally announced August 2017.

    Comments: Accepted in the IEEE Communications Surveys and Tutorials

  30. arXiv:1708.04485  [pdf, other

    cs.NE cs.AR cs.LG

    SCNN: An Accelerator for Compressed-sparse Convolutional Neural Networks

    Authors: Angshuman Parashar, Minsoo Rhu, Anurag Mukkara, Antonio Puglielli, Rangharajan Venkatesan, Brucek Khailany, Joel Emer, Stephen W. Keckler, William J. Dally

    Abstract: Convolutional Neural Networks (CNNs) have emerged as a fundamental technology for machine learning. High performance and extreme energy efficiency are critical for deployments of CNNs in a wide range of situations, especially mobile platforms such as autonomous vehicles, cameras, and electronic personal assistants. This paper introduces the Sparse CNN (SCNN) accelerator architecture, which improve… ▽ More

    Submitted 23 May, 2017; originally announced August 2017.

  31. arXiv:1707.05005  [pdf, other

    cs.AI cs.CL cs.CR cs.NE cs.SE

    graph2vec: Learning Distributed Representations of Graphs

    Authors: Annamalai Narayanan, Mahinthan Chandramohan, Rajasekar Venkatesan, Lihui Chen, Yang Liu, Shantanu Jaiswal

    Abstract: Recent works on representation learning for graph structured data predominantly focus on learning distributed representations of graph substructures such as nodes and subgraphs. However, many graph analytics tasks such as graph classification and clustering require representing entire graphs as fixed length feature vectors. While the aforementioned approaches are naturally unequipped to learn such… ▽ More

    Submitted 17 July, 2017; originally announced July 2017.

  32. arXiv:1705.00744  [pdf, other

    cs.CV cs.LG

    A Strategy for an Uncompromising Incremental Learner

    Authors: Ragav Venkatesan, Hemanth Venkateswara, Sethuraman Panchanathan, Baoxin Li

    Abstract: Multi-class supervised learning systems require the knowledge of the entire range of labels they predict. Often when learnt incrementally, they suffer from catastrophic forgetting. To avoid this, generous leeways have to be made to the philosophy of incremental learning that either forces a part of the machine to not learn, or to retrain the machine again with a selection of the historic data. Whi… ▽ More

    Submitted 17 July, 2017; v1 submitted 1 May, 2017; originally announced May 2017.

    Comments: Under review at IEEE Transactions of Neural Networks and Learning Systems

  33. arXiv:1704.01264  [pdf

    cs.CV

    Classification of Diabetic Retinopathy Images Using Multi-Class Multiple-Instance Learning Based on Color Correlogram Features

    Authors: Ragav Venkatesan, Parag S. Chandakkar, Baoxin Li

    Abstract: All people with diabetes have the risk of develo** diabetic retinopathy (DR), a vision-threatening complication. Early detection and timely treatment can reduce the occurrence of blindness due to DR. Computer-aided diagnosis has the potential benefit of improving the accuracy and speed in DR detection. This study is concerned with automatic classification of images with microaneurysm (MA) and ne… ▽ More

    Submitted 5 April, 2017; originally announced April 2017.

    Comments: EMBS 2012

  34. arXiv:1611.04333  [pdf, ps, other

    stat.ME cs.IT nlin.CD physics.data-an

    Fisher Information Framework for Time Series Modeling

    Authors: R. C. Venkatesan, A. Plastino

    Abstract: A robust prediction model invoking the Takens embedding theorem, whose \textit{working hypothesis} is obtained via an inference procedure based on the minimum Fisher information principle, is presented. The coefficients of the ansatz, central to the \textit{working hypothesis} satisfy a time independent Schrödinger-like equation in a vector setting. The inference of i) the probability density func… ▽ More

    Submitted 2 December, 2016; v1 submitted 14 November, 2016; originally announced November 2016.

    Comments: 30 pages, 8 figures. Minor typographical and syntactical changes made. Eqs. (57)-(61) in Version 1 specialized to the case of α=1 to be consistent with Eq. (56). Fig.'s 3, 5, 7, and 8 enlarged to enable better visual coherence. Missing labels added to Fig.'s 3 and 4

  35. arXiv:1610.05221  [pdf, other

    math.PR math.CO

    Balancing sums of random vectors

    Authors: Juhan Aru, Bhargav Narayanan, Alex Scott, Ramarathnam Venkatesan

    Abstract: We study a higher-dimensional 'balls-into-bins' problem. An infinite sequence of i.i.d. random vectors is revealed to us one vector at a time, and we are required to partition these vectors into a fixed number of bins in such a way as to keep the sums of the vectors in the different bins close together; how close can we keep these sums almost surely? This question, our primary focus in this paper,… ▽ More

    Submitted 10 March, 2018; v1 submitted 17 October, 2016; originally announced October 2016.

    Comments: 17 pages, Discrete Analysis

    MSC Class: 60G50 (Primary); 60D05; 60C05 (Secondary)

  36. arXiv:1609.07215  [pdf

    cs.LG cs.NE

    A Novel Progressive Multi-label Classifier for Classincremental Data

    Authors: Mihika Dave, Sahil Tapiawala, Meng Joo Er, Rajasekar Venkatesan

    Abstract: In this paper, a progressive learning algorithm for multi-label classification to learn new labels while retaining the knowledge of previous labels is designed. New output neurons corresponding to new labels are added and the neural network connections and parameters are automatically restructured as if the label has been introduced from the beginning. This work is the first of the kind in multi-l… ▽ More

    Submitted 22 September, 2016; originally announced September 2016.

    Comments: 5 pages, 3 figures, 4 tables

  37. arXiv:1609.00843  [pdf

    cs.LG cs.AI cs.NE

    An Online Universal Classifier for Binary, Multi-class and Multi-label Classification

    Authors: Meng Joo Er, Rajasekar Venkatesan, Ning Wang

    Abstract: Classification involves the learning of the map** function that associates input samples to corresponding target label. There are two major categories of classification problems: Single-label classification and Multi-label classification. Traditional binary and multi-class classifications are sub-categories of single-label classification. Several classifiers are developed for binary, multi-class… ▽ More

    Submitted 3 September, 2016; originally announced September 2016.

    Comments: 6 pages, 6 tables

  38. arXiv:1609.00086  [pdf

    cs.LG cs.AI cs.NE

    A novel online multi-label classifier for high-speed streaming data applications

    Authors: Rajasekar Venkatesan, Meng Joo Er, Mihika Dave, Mahardhika Pratama, Shiqian Wu

    Abstract: In this paper, a high-speed online neural network classifier based on extreme learning machines for multi-label classification is proposed. In multi-label classification, each of the input data sample belongs to one or more than one of the target labels. The traditional binary and multi-class classification where each sample belongs to only one target class forms the subset of multi-label classifi… ▽ More

    Submitted 31 August, 2016; originally announced September 2016.

    Comments: 18 pages, 7 tables, 3 figures. arXiv admin note: text overlap with arXiv:1608.08898

  39. arXiv:1609.00085  [pdf

    cs.LG cs.AI cs.NE

    A Novel Progressive Learning Technique for Multi-class Classification

    Authors: Rajasekar Venkatesan, Meng Joo Er

    Abstract: In this paper, a progressive learning technique for multi-class classification is proposed. This newly developed learning technique is independent of the number of class constraints and it can learn new classes while still retaining the knowledge of previous classes. Whenever a new class (non-native to the knowledge learnt thus far) is encountered, the neural network structure gets remodeled autom… ▽ More

    Submitted 22 January, 2017; v1 submitted 31 August, 2016; originally announced September 2016.

    Comments: 23 pages, 13 tables, 11 figures

  40. arXiv:1608.08905  [pdf

    cs.LG cs.AI cs.NE

    A Novel Online Real-time Classifier for Multi-label Data Streams

    Authors: Rajasekar Venkatesan, Meng Joo Er, Shiqian Wu, Mahardhika Pratama

    Abstract: In this paper, a novel extreme learning machine based online multi-label classifier for real-time data streams is proposed. Multi-label classification is one of the actively researched machine learning paradigm that has gained much attention in the recent years due to its rapidly increasing real world applications. In contrast to traditional binary and multi-class classification, multi-label class… ▽ More

    Submitted 31 August, 2016; originally announced August 2016.

    Comments: 8 pages, 7 tables, 3 figures. arXiv admin note: text overlap with arXiv:1609.00086

  41. A High Speed Multi-label Classifier based on Extreme Learning Machines

    Authors: Meng Joo Er, Rajasekar Venkatesan, Ning Wang

    Abstract: In this paper a high speed neural network classifier based on extreme learning machines for multi-label classification problem is proposed and dis-cussed. Multi-label classification is a superset of traditional binary and multi-class classification problems. The proposed work extends the extreme learning machine technique to adapt to the multi-label problems. As opposed to the single-label problem… ▽ More

    Submitted 31 August, 2016; originally announced August 2016.

    Comments: 12 pages, 2 figures, 10 tables

  42. Multi-Label Classification Method Based on Extreme Learning Machines

    Authors: Rajasekar Venkatesan, Meng Joo Er

    Abstract: In this paper, an Extreme Learning Machine (ELM) based technique for Multi-label classification problems is proposed and discussed. In multi-label classification, each of the input data samples belongs to one or more than one class labels. The traditional binary and multi-class classification problems are the subset of the multi-label problem with the number of labels corresponding to each sample… ▽ More

    Submitted 30 August, 2016; originally announced August 2016.

    Comments: 6 pages, 7 figures, 7 tables, ICARCV

  43. Neural Dataset Generality

    Authors: Ragav Venkatesan, Vijetha Gattupalli, Baoxin Li

    Abstract: Often the filters learned by Convolutional Neural Networks (CNNs) from different datasets appear similar. This is prominent in the first few layers. This similarity of filters is being exploited for the purposes of transfer learning and some studies have been made to analyse such transferability of features. This is also being used as an initialization technique for different tasks in the same dat… ▽ More

    Submitted 13 May, 2016; originally announced May 2016.

    Comments: Long version of the paper accepted at IEEE International Conference on Image Processing 2016

  44. arXiv:1605.01092  [pdf, other

    cs.DB cs.CR

    Information Flows in Encrypted Databases

    Authors: Kapil Vaswani, Ravi Ramamurthy, Ramarathnam Venkatesan

    Abstract: In encrypted databases, sensitive data is protected from an untrusted server by encrypting columns using partially homomorphic encryption schemes, and storing encryption keys in a trusted client. However, encrypting columns and protecting encryption keys does not ensure confidentiality - sensitive data can leak during query processing due to information flows through the trusted client. In this pa… ▽ More

    Submitted 3 May, 2016; originally announced May 2016.

  45. arXiv:1604.08220  [pdf, other

    cs.LG cs.CV cs.NE

    Diving deeper into mentee networks

    Authors: Ragav Venkatesan, Baoxin Li

    Abstract: Modern computer vision is all about the possession of powerful image representations. Deeper and deeper convolutional neural networks have been built using larger and larger datasets and are made publicly available. A large swath of computer vision scientists use these pre-trained networks with varying degrees of successes in various tasks. Even though there is tremendous success in copying these… ▽ More

    Submitted 27 April, 2016; originally announced April 2016.

  46. arXiv:1512.01174  [pdf, other

    cs.SI

    Trending Chic: Analyzing the Influence of Social Media on Fashion Brands

    Authors: Lydia Manikonda, Ragav Venkatesan, Subbarao Kambhampati, Baoxin Li

    Abstract: Social media platforms are popular venues for fashion brand marketing and advertising. With the introduction of native advertising, users don't have to endure banner ads that hold very little saliency and are unattractive. Using images and subtle text overlays, even in a world of ever-depreciating attention span, brands can retain their audience and have a capacious creative potential. While an as… ▽ More

    Submitted 8 March, 2016; v1 submitted 3 December, 2015; originally announced December 2015.

    Comments: 4 pages, 3 figures

  47. arXiv:1511.00814  [pdf

    physics.optics

    Spatial self-phase modulation in the H2TPP(OH)4 doped in Boric Acid Glass

    Authors: Srinivasa Rao Allam, Mudasir H Dar, N Venkatramaiah, R Venkatesan, Alok Sharan

    Abstract: Self-diffraction rings or spatial self-phase modulation (SSPM) was observed in tetra-phenyl porphyrin derivative 5,10,15,20 - meso-tetrakis (4-hydroxyphenyl) porphyrin (H2TPP(OH)4) doped in boric acid glass (BAG) at 671 nm excitation wave-length lying within the absorption band of sample with TEM00 mode profile. Intensity modulated Z-scan was performed on these systems to study the thermal diffusi… ▽ More

    Submitted 3 November, 2015; originally announced November 2015.

    Comments: 10 pages, 8 Figures, 3 Tables, 31 Refrences

  48. arXiv:1501.03056  [pdf, ps, other

    math.GR cs.CR math.CO math.NT

    Non-Abelian Analogs of Lattice Rounding

    Authors: Evgeni Begelfor, Stephen D. Miller, Ramarathnam Venkatesan

    Abstract: Lattice rounding in Euclidean space can be viewed as finding the nearest point in the orbit of an action by a discrete group, relative to the norm inherited from the ambient space. Using this point of view, we initiate the study of non-abelian analogs of lattice rounding involving matrix groups. In one direction, we give an algorithm for solving a normed word problem when the inputs are random pro… ▽ More

    Submitted 13 January, 2015; originally announced January 2015.

    Comments: 30 pages

  49. arXiv:1412.2227  [pdf, ps, other

    cond-mat.stat-mech cs.IT math-ph physics.data-an

    Hellmann-Feynman connection for the relative Fisher information

    Authors: R. C. Venkatesan, A. Plastino

    Abstract: The $(i)$ reciprocity relations for the relative Fisher information (RFI, hereafter) and $(ii)$ a generalized RFI-Euler theorem, are self-consistently derived from the Hellmann-Feynman theorem. These new reciprocity relations generalize the RFI-Euler theorem and constitute the basis for building up a mathematical Legendre transform structure (LTS, hereafter), akin to that of thermodynamics, that u… ▽ More

    Submitted 10 May, 2015; v1 submitted 6 December, 2014; originally announced December 2014.

    Comments: 29 pages, 2 figures. Article to Appear in Annals of Physics. R. C. Venkatesan, A. Plastino, Hellmann-Feynman connection for the relative Fisher information, Annals of Physics (2015), http://dx.doi.org/10.1016/j.aop.2015.04.021

  50. arXiv:1312.4359  [pdf, ps, other

    cond-mat.stat-mech cs.IT math-ph

    Legendre transform structure and extremal properties of the relative Fisher information

    Authors: R. C. Venkatesan, A. Plastino

    Abstract: Variational extremization of the relative Fisher information (RFI, hereafter) is performed. Reciprocity relations, akin to those of thermodynamics are derived, employing the extremal results of the RFI expressed in terms of probability amplitudes. A time independent Schrödinger-like equation (Schrödinger-like link) for the RFI is derived. The concomitant Legendre transform structure (LTS, hereafte… ▽ More

    Submitted 22 March, 2014; v1 submitted 16 December, 2013; originally announced December 2013.

    Comments: 15 pages. Minor mathematical typesetting changes made