Zum Hauptinhalt springen

Showing 1–39 of 39 results for author: Balasubramanian, S

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

    cs.CV cs.LG

    Decomposing and Interpreting Image Representations via Text in ViTs Beyond CLIP

    Authors: Sriram Balasubramanian, Samyadeep Basu, Soheil Feizi

    Abstract: Recent works have explored how individual components of the CLIP-ViT model contribute to the final representation by leveraging the shared image-text representation space of CLIP. These components, such as attention heads and MLPs, have been shown to capture distinct image features like shape, color or texture. However, understanding the role of these components in arbitrary vision transformers (V… ▽ More

    Submitted 3 June, 2024; originally announced June 2024.

    Comments: 22 pages, 15 figures

    ACM Class: I.5.1

  2. arXiv:2405.11407  [pdf

    cs.CL cs.LG

    Can Public LLMs be used for Self-Diagnosis of Medical Conditions ?

    Authors: Nikil Sharan Prabahar Balasubramanian, Sagnik Dakshit

    Abstract: Advancements in deep learning have generated a large-scale interest in the development of foundational deep learning models. The development of Large Language Models (LLM) has evolved as a transformative paradigm in conversational tasks, which has led to its integration and extension even in the critical domain of healthcare. With LLMs becoming widely popular and their public access through open-s… ▽ More

    Submitted 25 June, 2024; v1 submitted 18 May, 2024; originally announced May 2024.

    Comments: 11 Pages, 4 figures, Submitted to ACM Transactions on Computing for Healthcare

  3. arXiv:2404.08030  [pdf, other

    cs.CV cs.AI

    Rethinking Artistic Copyright Infringements in the Era of Text-to-Image Generative Models

    Authors: Mazda Moayeri, Samyadeep Basu, Sriram Balasubramanian, Priyatham Kattakinda, Atoosa Chengini, Robert Brauneis, Soheil Feizi

    Abstract: Recent text-to-image generative models such as Stable Diffusion are extremely adept at mimicking and generating copyrighted content, raising concerns amongst artists that their unique styles may be improperly copied. Understanding how generative models copy "artistic style" is more complex than duplicating a single image, as style is comprised by a set of elements (or signature) that frequently co… ▽ More

    Submitted 11 April, 2024; originally announced April 2024.

  4. arXiv:2310.19889  [pdf, other

    cs.CV cs.AI cs.LG

    Exploring Geometry of Blind Spots in Vision Models

    Authors: Sriram Balasubramanian, Gaurang Sriramanan, Vinu Sankar Sadasivan, Soheil Feizi

    Abstract: Despite the remarkable success of deep neural networks in a myriad of settings, several works have demonstrated their overwhelming sensitivity to near-imperceptible perturbations, known as adversarial attacks. On the other hand, prior works have also observed that deep networks can be under-sensitive, wherein large-magnitude perturbations in input space do not induce appreciable changes to network… ▽ More

    Submitted 30 October, 2023; originally announced October 2023.

    Comments: 25 pages, 20 figures, Accepted at NeurIPS 2023 (spotlight)

    ACM Class: I.2.6; I.2.10

  5. arXiv:2305.01884  [pdf, other

    cs.CV

    Class adaptive threshold and negative class guided noisy annotation robust Facial Expression Recognition

    Authors: Darshan Gera, Badveeti Naveen Siva Kumar, Bobbili Veerendra Raj Kumar, S Balasubramanian

    Abstract: The hindering problem in facial expression recognition (FER) is the presence of inaccurate annotations referred to as noisy annotations in the datasets. These noisy annotations are present in the datasets inherently because the labeling is subjective to the annotator, clarity of the image, etc. Recent works use sample selection methods to solve this noisy annotation problem in FER. In our work, we… ▽ More

    Submitted 3 May, 2023; originally announced May 2023.

    Comments: 14 pages, 9 figures

  6. arXiv:2303.11156  [pdf, other

    cs.CL cs.AI cs.LG

    Can AI-Generated Text be Reliably Detected?

    Authors: Vinu Sankar Sadasivan, Aounon Kumar, Sriram Balasubramanian, Wenxiao Wang, Soheil Feizi

    Abstract: The unregulated use of LLMs can potentially lead to malicious consequences such as plagiarism, generating fake news, spamming, etc. Therefore, reliable detection of AI-generated text can be critical to ensure the responsible use of LLMs. Recent works attempt to tackle this problem either using certain model signatures present in the generated text outputs or by applying watermarking techniques tha… ▽ More

    Submitted 19 February, 2024; v1 submitted 17 March, 2023; originally announced March 2023.

  7. arXiv:2303.09785  [pdf, ps, other

    cs.CV

    ABAW : Facial Expression Recognition in the wild

    Authors: Darshan Gera, Badveeti Naveen Siva Kumar, Bobbili Veerendra Raj Kumar, S Balasubramanian

    Abstract: The fifth Affective Behavior Analysis in-the-wild (ABAW) competition has multiple challenges such as Valence-Arousal Estimation Challenge, Expression Classification Challenge, Action Unit Detection Challenge, Emotional Reaction Intensity Estimation Challenge. In this paper we have dealt only expression classification challenge using multiple approaches such as fully supervised, semi-supervised and… ▽ More

    Submitted 17 March, 2023; originally announced March 2023.

    Comments: 6 pages

  8. arXiv:2302.13482  [pdf, other

    cs.LO cs.AI cs.PL

    PyReason: Software for Open World Temporal Logic

    Authors: Dyuman Aditya, Kaustuv Mukherji, Srikar Balasubramanian, Abhiraj Chaudhary, Paulo Shakarian

    Abstract: The growing popularity of neuro symbolic reasoning has led to the adoption of various forms of differentiable (i.e., fuzzy) first order logic. We introduce PyReason, a software framework based on generalized annotated logic that both captures the current cohort of differentiable logics and temporal extensions to support inference over finite periods of time with capabilities for open world reasoni… ▽ More

    Submitted 4 March, 2023; v1 submitted 26 February, 2023; originally announced February 2023.

    Comments: Equal contributions from first two authors. Accepted at 2023 AAAI Spring Symposium on Challenges Requiring the Combination of Machine Learning and Knowledge Engineering (AAAI: MAKE)

  9. arXiv:2211.14646  [pdf, other

    cs.CV cs.AI

    Towards Improved Input Masking for Convolutional Neural Networks

    Authors: Sriram Balasubramanian, Soheil Feizi

    Abstract: The ability to remove features from the input of machine learning models is very important to understand and interpret model predictions. However, this is non-trivial for vision models since masking out parts of the input image typically causes large distribution shifts. This is because the baseline color used for masking (typically grey or black) is out of distribution. Furthermore, the shape of… ▽ More

    Submitted 29 October, 2023; v1 submitted 26 November, 2022; originally announced November 2022.

    Comments: 29 pages, 19 figures. Accepted at ICCV 2023

    ACM Class: I.2.10; I.5.1

  10. arXiv:2210.11095  [pdf

    cs.CV

    Iterative collaborative routing among equivariant capsules for transformation-robust capsule networks

    Authors: Sai Raam Venkataraman, S. Balasubramanian, R. Raghunatha Sarma

    Abstract: Transformation-robustness is an important feature for machine learning models that perform image classification. Many methods aim to bestow this property to models by the use of data augmentation strategies, while more formal guarantees are obtained via the use of equivariant models. We recognise that compositional, or part-whole structure is also an important aspect of images that has to be consi… ▽ More

    Submitted 20 October, 2022; originally announced October 2022.

  11. arXiv:2210.11092  [pdf

    cs.CV

    Robustcaps: a transformation-robust capsule network for image classification

    Authors: Sai Raam Venkataraman, S. Balasubramanian, R. Raghunatha Sarma

    Abstract: Geometric transformations of the training data as well as the test data present challenges to the use of deep neural networks to vision-based learning tasks. In order to address this issue, we present a deep neural network model that exhibits the desirable property of transformation-robustness. Our model, termed RobustCaps, uses group-equivariant convolutions in an improved capsule network model.… ▽ More

    Submitted 20 October, 2022; originally announced October 2022.

  12. arXiv:2208.10784  [pdf, other

    physics.chem-ph cond-mat.soft cs.LG

    Building Robust Machine Learning Models for Small Chemical Science Data: The Case of Shear Viscosity

    Authors: Nikhil V. S. Avula, Shivanand K. Veesam, Sudarshan Behera, Sundaram Balasubramanian

    Abstract: Shear viscosity, though being a fundamental property of all liquids, is computationally expensive to estimate from equilibrium molecular dynamics simulations. Recently, Machine Learning (ML) methods have been used to augment molecular simulations in many contexts, thus showing promise to estimate viscosity too in a relatively inexpensive manner. However, ML methods face significant challenges like… ▽ More

    Submitted 23 August, 2022; originally announced August 2022.

    Comments: main: 17 pages, 11 figures ; SI: 55 pages, 29 figures ; to be submitted to Journal of Chemical Physics

    Journal ref: Mach. Learn.: Sci. Technol. 3 (2022) 045032

  13. arXiv:2208.10221  [pdf, other

    cs.CV cs.AI

    Dynamic Adaptive Threshold based Learning for Noisy Annotations Robust Facial Expression Recognition

    Authors: Darshan Gera, Naveen Siva Kumar Badveeti, Bobbili Veerendra Raj Kumar, S Balasubramanian

    Abstract: The real-world facial expression recognition (FER) datasets suffer from noisy annotations due to crowd-sourcing, ambiguity in expressions, the subjectivity of annotators and inter-class similarity. However, the recent deep networks have strong capacity to memorize the noisy annotations leading to corrupted feature embedding and poor generalization. To handle noisy annotations, we propose a dynamic… ▽ More

    Submitted 22 August, 2022; originally announced August 2022.

  14. arXiv:2207.09012  [pdf, other

    cs.CV

    SS-MFAR : Semi-supervised Multi-task Facial Affect Recognition

    Authors: Darshan Gera, Badveeti Naveen Siva Kumar, Bobbili Veerendra Raj Kumar, S Balasubramanian

    Abstract: Automatic affect recognition has applications in many areas such as education, gaming, software development, automotives, medical care, etc. but it is non trivial task to achieve appreciable performance on in-the-wild data sets. In-the-wild data sets though represent real-world scenarios better than synthetic data sets, the former ones suffer from the problem of incomplete labels. Inspired by semi… ▽ More

    Submitted 5 August, 2022; v1 submitted 18 July, 2022; originally announced July 2022.

    Comments: ABAW 2022 test set results added

  15. arXiv:2204.01790  [pdf, other

    cs.SI cs.IR

    Leaders or Followers? A Temporal Analysis of Tweets from IRA Trolls

    Authors: Siva K. Balasubramanian, Mustafa Bilgic, Aron Culotta, Libby Hemphill, Anita Nikolich, Matthew A. Shapiro

    Abstract: The Internet Research Agency (IRA) influences online political conversations in the United States, exacerbating existing partisan divides and sowing discord. In this paper we investigate the IRA's communication strategies by analyzing trending terms on Twitter to identify cases in which the IRA leads or follows other users. Our analysis focuses on over 38M tweets posted between 2016 and 2017 from… ▽ More

    Submitted 4 April, 2022; originally announced April 2022.

    Comments: ICWSM 2022

  16. arXiv:2203.07664  [pdf, other

    cs.CV cs.AI

    Can you even tell left from right? Presenting a new challenge for VQA

    Authors: Sai Raam Venkatraman, Rishi Rao, S. Balasubramanian, Chandra Sekhar Vorugunti, R. Raghunatha Sarma

    Abstract: Visual Question Answering (VQA) needs a means of evaluating the strengths and weaknesses of models. One aspect of such an evaluation is the evaluation of compositional generalisation, or the ability of a model to answer well on scenes whose scene-setups are different from the training set. Therefore, for this purpose, we need datasets whose train and test sets differ significantly in composition.… ▽ More

    Submitted 15 March, 2022; originally announced March 2022.

  17. arXiv:2202.13870  [pdf, other

    cs.NI cs.LG eess.SY

    Simulating Network Paths with Recurrent Buffering Units

    Authors: Divyam Anshumaan, Sriram Balasubramanian, Shubham Tiwari, Nagarajan Natarajan, Sundararajan Sellamanickam, Venkata N. Padmanabhan

    Abstract: Simulating physical network paths (e.g., Internet) is a cornerstone research problem in the emerging sub-field of AI-for-networking. We seek a model that generates end-to-end packet delay values in response to the time-varying load offered by a sender, which is typically a function of the previously output delays. The problem setting is unique, and renders the state-of-the-art text and time-series… ▽ More

    Submitted 6 December, 2022; v1 submitted 23 February, 2022; originally announced February 2022.

    Comments: Accepted in AAAI 2023, 19 pages, 14 figures

  18. arXiv:2111.03971  [pdf, ps, other

    cs.SD cs.LG eess.AS

    Towards noise robust trigger-word detection with contrastive learning pre-task for fast on-boarding of new trigger-words

    Authors: Sivakumar Balasubramanian, Aditya Jajodia, Gowtham Srinivasan

    Abstract: Trigger-word detection plays an important role as the entry point of user's communication with voice assistants. But supporting a particular word as a trigger-word involves huge amount of data collection, augmentation and labelling for that word. This makes supporting new trigger-words a tedious and time consuming process. To combat this, we explore the use of contrastive learning as a pre-trainin… ▽ More

    Submitted 27 July, 2022; v1 submitted 6 November, 2021; originally announced November 2021.

    Comments: submitted to ICMLA

  19. Affect Expression Behaviour Analysis in the Wild using Consensual Collaborative Training

    Authors: Darshan Gera, S Balasubramanian

    Abstract: Facial expression recognition (FER) in the wild is crucial for building reliable human-computer interactive systems. However, annotations of large scale datasets in FER has been a key challenge as these datasets suffer from noise due to various factors like crowd sourcing, subjectivity of annotators, poor quality of images, automatic labelling based on key word search etc. Such noisy annotations i… ▽ More

    Submitted 24 July, 2021; v1 submitted 8 July, 2021; originally announced July 2021.

    Comments: 7 pages, 2 figures. arXiv admin note: substantial text overlap with arXiv:2009.14440. substantial text overlap with arXiv:2107.04746

    Journal ref: International Journal of Engineering Trends and Technology 69.7(2021):244-254

  20. Consensual Collaborative Training And Knowledge Distillation Based Facial Expression Recognition Under Noisy Annotations

    Authors: Darshan Gera, S. Balasubramanian

    Abstract: Presence of noise in the labels of large scale facial expression datasets has been a key challenge towards Facial Expression Recognition (FER) in the wild. During early learning stage, deep networks fit on clean data. Then, eventually, they start overfitting on noisy labels due to their memorization ability, which limits FER performance. This work proposes an effective training strategy in the pre… ▽ More

    Submitted 9 July, 2021; originally announced July 2021.

    Comments: 11 pages, 6 figures, Published with International Journal of Engineering Trends and Technology (IJETT), Codes: https://github.com/1980x/CCT

    Journal ref: International Journal of Engineering Trends and Technology 69.7(2021):244-254

  21. arXiv:2105.12309  [pdf, other

    cs.RO eess.SY

    Comparison of Dynamic and Kinematic Model Driven Extended Kalman Filters (EKF) for the Localization of Autonomous Underwater Vehicles

    Authors: Sharan Balasubramanian, Ayush Rajput, Rodra W. Hascaryo, Chirag Rastogi, William R. Norris

    Abstract: Autonomous Underwater Vehicles (AUVs) and Remotely Operated Vehicles (ROVs) are used for a wide variety of missions related to exploration and scientific research. Successful navigation by these systems requires a good localization system. Kalman filter based localization techniques have been prevalent since the early 1960s and extensive research has been carried out using them, both in developmen… ▽ More

    Submitted 25 May, 2021; originally announced May 2021.

    Comments: Preprint for ASME Journal for Mechanisms and Robotics, not peer reviewed yet

  22. arXiv:2103.15136  [pdf, other

    cs.CV

    Imponderous Net for Facial Expression Recognition in the Wild

    Authors: Darshan Gera, S. Balasubramanian

    Abstract: Since the renaissance of deep learning (DL), facial expression recognition (FER) has received a lot of interest, with continual improvement in the performance. Hand-in-hand with performance, new challenges have come up. Modern FER systems deal with face images captured under uncontrolled conditions (also called in-the-wild scenario) including occlusions and pose variations. They successfully handl… ▽ More

    Submitted 28 March, 2021; originally announced March 2021.

  23. arXiv:2012.10526  [pdf

    cs.DC cs.SE

    Achieving Operational Scalability Using Razee Continuous Deployment Model and Kubernetes Operators

    Authors: Srini Bhagavan, Saravanan Balasubramanian, Prasad Reddy Annem, Thuan Ngo, Arun Soundararaj

    Abstract: Recent advancements in the cloud computing domain have resulted in huge strides toward simplifying the procurement of hardware and software for diverse needs. By moving enterprise workloads to managed cloud offerings (private, public, hybrid), customers are delegating mundane tasks and labor-intensive maintenance activities related to network connectivity, procurement of cloud resource, applicatio… ▽ More

    Submitted 18 December, 2020; originally announced December 2020.

    Comments: 9 pages, 18 figures, 1 table

    ACM Class: C.0

  24. arXiv:2010.01488  [pdf, other

    cs.LG stat.ML

    Learning Compositional Structures for Deep Learning: Why Routing-by-agreement is Necessary

    Authors: Sai Raam Venkatraman, Ankit Anand, S. Balasubramanian, R. Raghunatha Sarma

    Abstract: A formal description of the compositionality of neural networks is associated directly with the formal grammar-structure of the objects it seeks to represent. This formal grammar-structure specifies the kind of components that make up an object, and also the configurations they are allowed to be in. In other words, objects can be described as a parse-tree of its components -- a structure that can… ▽ More

    Submitted 6 October, 2020; v1 submitted 4 October, 2020; originally announced October 2020.

  25. arXiv:2009.14440  [pdf, other

    cs.CV cs.HC

    Affect Expression Behaviour Analysis in the Wild using Spatio-Channel Attention and Complementary Context Information

    Authors: Darshan Gera, S Balasubramanian

    Abstract: Facial expression recognition(FER) in the wild is crucial for building reliable human-computer interactive systems. However, current FER systems fail to perform well under various natural and un-controlled conditions. This report presents attention based framework used in our submission to expression recognition track of the Affective Behaviour Analysis in-the-wild (ABAW) 2020 competition. Spatial… ▽ More

    Submitted 10 October, 2020; v1 submitted 29 September, 2020; originally announced September 2020.

    Comments: arXiv admin note: text overlap with arXiv:2007.10298 (ABAW2020 challenge test set results added)

  26. Predicting Risk of Developing Diabetic Retinopathy using Deep Learning

    Authors: Ashish Bora, Siva Balasubramanian, Boris Babenko, Sunny Virmani, Subhashini Venugopalan, Akinori Mitani, Guilherme de Oliveira Marinho, Jorge Cuadros, Paisan Ruamviboonsuk, Greg S Corrado, Lily Peng, Dale R Webster, Avinash V Varadarajan, Naama Hammel, Yun Liu, Pinal Bavishi

    Abstract: Diabetic retinopathy (DR) screening is instrumental in preventing blindness, but faces a scaling challenge as the number of diabetic patients rises. Risk stratification for the development of DR may help optimize screening intervals to reduce costs while improving vision-related outcomes. We created and validated two versions of a deep learning system (DLS) to predict the development of mild-or-wo… ▽ More

    Submitted 10 August, 2020; originally announced August 2020.

    Journal ref: The Lancet Digital Health (2021)

  27. Landmark Guidance Independent Spatio-channel Attention and Complementary Context Information based Facial Expression Recognition

    Authors: Darshan Gera, S Balasubramanian

    Abstract: A recent trend to recognize facial expressions in the real-world scenario is to deploy attention based convolutional neural networks (CNNs) locally to signify the importance of facial regions and, combine it with global facial features and/or other complementary context information for performance gain. However, in the presence of occlusions and pose variations, different channels respond differen… ▽ More

    Submitted 25 July, 2020; v1 submitted 20 July, 2020; originally announced July 2020.

    Comments: A couple of reference citations corrected, few details added and code link provided

    Journal ref: Pattern Recognition Letters 145 (2021)

  28. arXiv:2007.06897  [pdf, other

    cs.CL cs.LG

    What's in a Name? Are BERT Named Entity Representations just as Good for any other Name?

    Authors: Sriram Balasubramanian, Naman Jain, Gaurav Jindal, Abhijeet Awasthi, Sunita Sarawagi

    Abstract: We evaluate named entity representations of BERT-based NLP models by investigating their robustness to replacements from the same typed class in the input. We highlight that on several tasks while such perturbations are natural, state of the art trained models are surprisingly brittle. The brittleness continues even with the recent entity-aware BERT models. We also try to discern the cause of this… ▽ More

    Submitted 14 July, 2020; originally announced July 2020.

    Comments: Accepted at RepL4NLP, ACL2020

  29. arXiv:2007.05500  [pdf, other

    cs.CV cs.LG eess.IV

    Scientific Discovery by Generating Counterfactuals using Image Translation

    Authors: Arunachalam Narayanaswamy, Subhashini Venugopalan, Dale R. Webster, Lily Peng, Greg Corrado, Paisan Ruamviboonsuk, Pinal Bavishi, Rory Sayres, Abigail Huang, Siva Balasubramanian, Michael Brenner, Philip Nelson, Avinash V. Varadarajan

    Abstract: Model explanation techniques play a critical role in understanding the source of a model's performance and making its decisions transparent. Here we investigate if explanation techniques can also be used as a mechanism for scientific discovery. We make three contributions: first, we propose a framework to convert predictions from explanation techniques to a mechanism of discovery. Second, we show… ▽ More

    Submitted 19 July, 2020; v1 submitted 10 July, 2020; originally announced July 2020.

    Comments: Accepted at MICCAI 2020. This version combines camera-ready and supplement

    Journal ref: MICCAI 2020

  30. arXiv:2005.05438  [pdf

    cs.HC

    How Does COVID-19 impact Students with Disabilities/Health Concerns?

    Authors: Han Zhang, Paula Nurius, Yasaman Sefidgar, Margaret Morris, Sreenithi Balasubramanian, Jennifer Brown, Anind K. Dey, Kevin Kuehn, Eve Riskin, Xuhai Xu, Jen Mankoff

    Abstract: The impact of COVID-19 on students has been enormous, with an increase in worries about fiscal and physical health, a rapid shift to online learning, and increased isolation. In addition to these changes, students with disabilities/health concerns may face accessibility problems with online learning or communication tools, and their stress may be compounded by additional risks such as financial st… ▽ More

    Submitted 6 May, 2021; v1 submitted 11 May, 2020; originally announced May 2020.

    Comments: 15 pages

  31. arXiv:1908.01300  [pdf, ps, other

    cs.LG cs.CV stat.ML

    Building Deep, Equivariant Capsule Networks

    Authors: Sairaam Venkatraman, S. Balasubramanian, R. Raghunatha Sarma

    Abstract: Capsule networks are constrained by the parameter-expensive nature of their layers, and the general lack of provable equivariance guarantees. We present a variation of capsule networks that aims to remedy this. We identify that learning all pair-wise part-whole relationships between capsules of successive layers is inefficient. Further, we also realise that the choice of prediction networks and th… ▽ More

    Submitted 26 September, 2019; v1 submitted 4 August, 2019; originally announced August 2019.

  32. arXiv:1904.05478  [pdf

    cs.CV

    Predicting Progression of Age-related Macular Degeneration from Fundus Images using Deep Learning

    Authors: Boris Babenko, Siva Balasubramanian, Katy E. Blumer, Greg S. Corrado, Lily Peng, Dale R. Webster, Naama Hammel, Avinash V. Varadarajan

    Abstract: Background: Patients with neovascular age-related macular degeneration (AMD) can avoid vision loss via certain therapy. However, methods to predict the progression to neovascular age-related macular degeneration (nvAMD) are lacking. Purpose: To develop and validate a deep learning (DL) algorithm to predict 1-year progression of eyes with no, early, or intermediate AMD to nvAMD, using color fundus… ▽ More

    Submitted 10 April, 2019; originally announced April 2019.

    Comments: 27 pages, 7 figures

  33. arXiv:1904.03620  [pdf, other

    cs.GR cs.LG stat.ML

    Teaching GANs to Sketch in Vector Format

    Authors: Varshaneya V, S Balasubramanian, Vineeth N Balasubramanian

    Abstract: Sketching is more fundamental to human cognition than speech. Deep Neural Networks (DNNs) have achieved the state-of-the-art in speech-related tasks but have not made significant development in generating stroke-based sketches a.k.a sketches in vector format. Though there are Variational Auto Encoders (VAEs) for generating sketches in vector format, there is no Generative Adversarial Network (GAN)… ▽ More

    Submitted 7 April, 2019; originally announced April 2019.

  34. arXiv:1812.03364  [pdf, other

    cs.HC

    Engagement Estimation in Advertisement Videos with EEG

    Authors: Sangeetha Balasubramanian, Shruti Shriya Gullapuram, Abhinav Shukla

    Abstract: Engagement is a vital metric in the advertising industry and its automatic estimation has huge commercial implications. This work presents a basic and simple framework for engagement estimation using EEG (electroencephalography) data specifically recorded while watching advertisement videos, and is meant to be a first step in a promising line of research. The system combines recent advances in low… ▽ More

    Submitted 8 December, 2018; originally announced December 2018.

  35. arXiv:1808.07269  [pdf, other

    hep-ex cs.CV physics.data-an physics.ins-det

    A Deep Neural Network for Pixel-Level Electromagnetic Particle Identification in the MicroBooNE Liquid Argon Time Projection Chamber

    Authors: MicroBooNE collaboration, C. Adams, M. Alrashed, R. An, J. Anthony, J. Asaadi, A. Ashkenazi, M. Auger, S. Balasubramanian, B. Baller, C. Barnes, G. Barr, M. Bass, F. Bay, A. Bhat, K. Bhattacharya, M. Bishai, A. Blake, T. Bolton, L. Camilleri, D. Caratelli, I. Caro Terrazas, R. Carr, R. Castillo Fernandez, F. Cavanna , et al. (148 additional authors not shown)

    Abstract: We have developed a convolutional neural network (CNN) that can make a pixel-level prediction of objects in image data recorded by a liquid argon time projection chamber (LArTPC) for the first time. We describe the network design, training techniques, and software tools developed to train this network. The goal of this work is to develop a complete deep neural network based data reconstruction cha… ▽ More

    Submitted 22 August, 2018; originally announced August 2018.

    Journal ref: Phys. Rev. D 99, 092001 (2019)

  36. arXiv:1808.06324   

    cs.LG stat.ML

    PAC-learning is Undecidable

    Authors: Sairaam Venkatraman, S Balasubramanian, R Raghunatha Sarma

    Abstract: The problem of attempting to learn the mapping between data and labels is the crux of any machine learning task. It is, therefore, of interest to the machine learning community on practical as well as theoretical counts to consider the existence of a test or criterion for deciding the feasibility of attempting to learn. We investigate the existence of such a criterion in the setting of PAC-learnin… ▽ More

    Submitted 20 October, 2022; v1 submitted 20 August, 2018; originally announced August 2018.

    Comments: Error in paper

  37. arXiv:1310.3333  [pdf, other

    cs.IR cs.CL cs.LG

    Visualizing Bags of Vectors

    Authors: Sriramkumar Balasubramanian, Raghuram Reddy Nagireddy

    Abstract: The motivation of this work is two-fold - a) to compare between two different modes of visualizing data that exists in a bag of vectors format b) to propose a theoretical model that supports a new mode of visualizing data. Visualizing high dimensional data can be achieved using Minimum Volume Embedding, but the data has to exist in a format suitable for computing similarities while preserving loca… ▽ More

    Submitted 11 October, 2013; originally announced October 2013.

  38. Implementation of Distributed Time Exchange Based Cooperative Forwarding

    Authors: Muhammad Nazmul Islam, Shantharam Balasubramanian, Narayan B. Mandayam, Ivan Seskar, Sastry Kompella

    Abstract: In this paper, we design and implement time exchange (TE) based cooperative forwarding where nodes use transmission time slots as incentives for relaying. We focus on distributed joint time slot exchange and relay selection in the sum goodput maximization of the overall network. We formulate the design objective as a mixed integer nonlinear programming (MINLP) problem and provide a polynomial time… ▽ More

    Submitted 19 October, 2012; originally announced October 2012.

    Comments: Accepted in 2012 Military Communications Conference

    Journal ref: Military Communications Conference 2012 (Page 1-6)

  39. arXiv:1204.3052  [pdf

    cs.DC cs.MS math.NA

    Heterogeneous Highly Parallel Implementation of Matrix Exponentiation Using GPU

    Authors: Chittampally Vasanth Raja, Srinivas Balasubramanian, Prakash S Raghavendra

    Abstract: The vision of super computer at every desk can be realized by powerful and highly parallel CPUs or GPUs or APUs. Graphics processors once specialized for the graphics applications only, are now used for the highly computational intensive general purpose applications. Very expensive GFLOPs and TFLOP performance has become very cheap with the GPGPUs. Current work focuses mainly on the highly paralle… ▽ More

    Submitted 13 April, 2012; originally announced April 2012.

    Comments: 15 pages, 12 figures, International Journal of Distributed and Parallel systems (IJDPS) ISSN : 0976 - 9757 [Online] ; 2229 - 3957 [Print]

    Journal ref: International Journal of Distributed and Parallel Systems, Vol 3, No. 2, March 2012 issue