Skip to main content

Showing 1–11 of 11 results for author: Ganesan, P

.
  1. arXiv:2505.22519  [pdf, ps, other

    math.OA math-ph

    Connectivity for quantum graphs via quantum adjacency operators

    Authors: Kristin Courtney, Priyanga Ganesan, Mateusz Wasilewski

    Abstract: Connectivity is a fundamental property of quantum graphs, previously studied in the operator system model for matrix quantum graphs and via graph homomorphisms in the quantum adjacency matrix model. In this paper, we develop an algebraic characterization of connectivity for general quantum graphs within the quantum adjacency matrix framework. Our approach extends earlier results to the non-tracial… ▽ More

    Submitted 28 May, 2025; originally announced May 2025.

    Comments: 16 pages

  2. arXiv:2505.18122  [pdf, ps, other

    cs.CL

    UNJOIN: Enhancing Multi-Table Text-to-SQL Generation via Schema Simplification

    Authors: Poojah Ganesan, Rajat Aayush Jha, Dan Roth, Vivek Gupta

    Abstract: Recent advances in large language models (LLMs) have greatly improved Text-to-SQL performance for single-table queries. But, it remains challenging in multi-table databases due to complex schema and relational operations. Existing methods often struggle with retrieving the right tables and columns, generating accurate JOINs and UNIONs, and generalizing across diverse schemas. To address these issu… ▽ More

    Submitted 23 May, 2025; originally announced May 2025.

  3. arXiv:2501.18488  [pdf

    math.OA

    The Operator Algebras Mentor Network: Impact of Community-Based Mentoring

    Authors: Anna Duwenig, Kari Eifler, Priyanga Ganesan, Lara Ismert, Viviana Meschitti, Sarah Plosker, Karen Strung

    Abstract: This paper aims to determine if membership within the Operator Algebras Mentor Network (OAMN) is beneficial to its members. The OAMN is an international mentoring initiative that offers support in small groups to women and minority genders in the particularly male-dominated field of operator algebras (OA) in mathematics. Expected advantages of membership include raising awareness of the lack of ge… ▽ More

    Submitted 30 January, 2025; originally announced January 2025.

    Comments: 17 pages, 2 tables, 1 figure

  4. arXiv:2411.02112  [pdf, other

    cs.CV cs.LG

    Multi-modal biometric authentication: Leveraging shared layer architectures for enhanced security

    Authors: Vatchala S, Yogesh C, Yeshwanth Govindarajan, Krithik Raja M, Vishal Pramav Amirtha Ganesan, Aashish Vinod A, Dharun Ramesh

    Abstract: In this study, we introduce a novel multi-modal biometric authentication system that integrates facial, vocal, and signature data to enhance security measures. Utilizing a combination of Convolutional Neural Networks (CNNs) and Recurrent Neural Networks (RNNs), our model architecture uniquely incorporates dual shared layers alongside modality-specific enhancements for comprehensive feature extract… ▽ More

    Submitted 4 November, 2024; originally announced November 2024.

    ACM Class: F.2.2, I.2.7

  5. arXiv:2112.01726  [pdf, ps, other

    math.OA quant-ph

    Spectral bounds for the quantum chromatic number of quantum graphs

    Authors: Priyanga Ganesan

    Abstract: Quantum graphs are an operator space generalization of classical graphs that have emerged in different branches of mathematics including operator theory, non-commutative topology and quantum information theory. In this paper, we obtain lower bounds for the classical and quantum chromatic number of a quantum graph using eigenvalues of the quantum adjacency matrix. In particular, we prove a quantum… ▽ More

    Submitted 3 December, 2021; originally announced December 2021.

    Comments: 19 pages

  6. arXiv:2110.00918  [pdf

    cs.LG cs.CV eess.IV

    Does deep learning model calibration improve performance in class-imbalanced medical image classification?

    Authors: Sivaramakrishnan Rajaraman, Prasanth Ganesan, Sameer Antani

    Abstract: In medical image classification tasks, it is common to find that the number of normal samples far exceeds the number of abnormal samples. In such class-imbalanced situations, reliable training of deep neural networks continues to be a major challenge. Under these circumstances, the predicted class probabilities may be biased toward the majority class. Calibration has been suggested to alleviate so… ▽ More

    Submitted 11 October, 2021; v1 submitted 29 September, 2021; originally announced October 2021.

    Comments: 34 pages, 21 figures, and 10 tables

    MSC Class: 68T07 ACM Class: I.2

  7. arXiv:2104.11593  [pdf

    cs.SE cs.LG

    Assessing Validity of Static Analysis Warnings using Ensemble Learning

    Authors: Anshul Tanwar, Hariharan Manikandan, Krishna Sundaresan, Prasanna Ganesan, Sathish Kumar Chandrasekaran, Sriram Ravi

    Abstract: Static Analysis (SA) tools are used to identify potential weaknesses in code and fix them in advance, while the code is being developed. In legacy codebases with high complexity, these rules-based static analysis tools generally report a lot of false warnings along with the actual ones. Though the SA tools uncover many hidden bugs, they are lost in the volume of fake warnings reported. The develop… ▽ More

    Submitted 21 April, 2021; originally announced April 2021.

  8. arXiv:2104.09225  [pdf

    cs.AI cs.SE

    Multi-context Attention Fusion Neural Network for Software Vulnerability Identification

    Authors: Anshul Tanwar, Hariharan Manikandan, Krishna Sundaresan, Prasanna Ganesan, Sathish Kumar Chandrasekaran, Sriram Ravi

    Abstract: Security issues in shipped code can lead to unforeseen device malfunction, system crashes or malicious exploitation by crackers, post-deployment. These vulnerabilities incur a cost of repair and foremost risk the credibility of the company. It is rewarding when these issues are detected and fixed well ahead of time, before release. Common Weakness Estimation (CWE) is a nomenclature describing gene… ▽ More

    Submitted 19 April, 2021; originally announced April 2021.

  9. arXiv:2009.07229  [pdf, ps, other

    math.OA quant-ph

    The quantum-to-classical graph homomorphism game

    Authors: Michael Brannan, Priyanga Ganesan, Samuel J. Harris

    Abstract: Motivated by non-local games and quantum coloring problems, we introduce a graph homomorphism game between quantum graphs and classical graphs. This game is naturally cast as a "quantum-classical game"--that is, a non-local game of two players involving quantum questions and classical answers. This game generalizes the graph homomorphism game between classical graphs. We show that winning strategi… ▽ More

    Submitted 23 September, 2021; v1 submitted 15 September, 2020; originally announced September 2020.

    Comments: v2: fixed errors in proofs of the old Theorem 4.7 and 5.6; removed Lemma 4.8

  10. arXiv:2004.12783  [pdf

    cs.SE cs.LG

    Predicting Vulnerability In Large Codebases With Deep Code Representation

    Authors: Anshul Tanwar, Krishna Sundaresan, Parmesh Ashwath, Prasanna Ganesan, Sathish Kumar Chandrasekaran, Sriram Ravi

    Abstract: Currently, while software engineers write code for various modules, quite often, various types of errors - coding, logic, semantic, and others (most of which are not caught by compilation and other tools) get introduced. Some of these bugs might be found in the later stage of testing, and many times it is reported by customers on production code. Companies have to spend many resources, both money… ▽ More

    Submitted 24 April, 2020; originally announced April 2020.

    Comments: 8 Pages

  11. Quantum Majorization on Semifinite von Neumann Algebras

    Authors: Priyanga Ganesan, Li Gao, Satish K. Pandey, Sarah Plosker

    Abstract: We extend Gour et al's characterization of quantum majorization via conditional min-entropy to the context of semifinite von Neumann algebras. Our method relies on a connection between conditional min-entropy and operator space projective tensor norm for injective von Neumann algebras. This approach also connects the tracial Hahn-Banach theorem of Helton, Klep and McCullough to noncommutative vect… ▽ More

    Submitted 22 September, 2019; originally announced September 2019.

    Comments: 39 pages. Comments are welcome!