Skip to main content

Showing 1–25 of 25 results for author: Kaul, M

Searching in archive cs. Search in all archives.
.
  1. Comparative Analysis of Carbon Footprint in Manual vs. LLM-Assisted Code Development

    Authors: Kuen Sum Cheung, Mayuri Kaul, Gunel Jahangirova, Mohammad Reza Mousavi, Eric Zie

    Abstract: Large Language Models (LLM) have significantly transformed various domains, including software development. These models assist programmers in generating code, potentially increasing productivity and efficiency. However, the environmental impact of utilising these AI models is substantial, given their high energy consumption during both training and inference stages. This research aims to compare… ▽ More

    Submitted 7 May, 2025; originally announced May 2025.

  2. arXiv:2501.05048  [pdf, other

    cs.DS

    Approximate Minimum Tree Cover in All Symmetric Monotone Norms Simultaneously

    Authors: Matthias Kaul, Kelin Luo, Matthias Mnich, Heiko Röglin

    Abstract: We study the problem of partitioning a set of $n$ objects in a metric space into $k$ clusters $V_1,\dots,V_k$. The quality of the clustering is measured by considering the vector of cluster costs and then minimizing some monotone symmetric norm of that vector (in particular, this includes the $\ell_p$-norms). For the costs of the clusters we take the weight of a minimum-weight spanning tree on the… ▽ More

    Submitted 9 January, 2025; originally announced January 2025.

    Comments: 34 Pages, 10 Figures. Full version of paper to appear at STACS 2025

  3. arXiv:2412.12766  [pdf, other

    cs.CV

    Towards a Training Free Approach for 3D Scene Editing

    Authors: Vivek Madhavaram, Shivangana Rawat, Chaitanya Devaguptapu, Charu Sharma, Manohar Kaul

    Abstract: Text driven diffusion models have shown remarkable capabilities in editing images. However, when editing 3D scenes, existing works mostly rely on training a NeRF for 3D editing. Recent NeRF editing methods leverages edit operations by deploying 2D diffusion models and project these edits into 3D space. They require strong positional priors alongside text prompt to identify the edit location. These… ▽ More

    Submitted 17 December, 2024; originally announced December 2024.

  4. arXiv:2408.12967  [pdf, other

    cs.DS cs.DM

    Single-Machine Scheduling to Minimize the Number of Tardy Jobs with Release Dates

    Authors: Matthias Kaul, Matthias Mnich, Hendrik Molter

    Abstract: We study the fundamental scheduling problem $1\mid r_j\mid\sum w_j U_j$: schedule a set of $n$ jobs with weights, processing times, release dates, and due dates on a single machine, such that each job starts after its release date and we maximize the weighted number of jobs that complete execution before their due date. Problem $1\mid r_j\mid\sum w_j U_j$ generalizes both Knapsack and Partition, a… ▽ More

    Submitted 23 August, 2024; originally announced August 2024.

  5. arXiv:2406.12944  [pdf, other

    cs.CV

    Semantic Graph Consistency: Going Beyond Patches for Regularizing Self-Supervised Vision Transformers

    Authors: Chaitanya Devaguptapu, Sumukh Aithal, Shrinivas Ramasubramanian, Moyuru Yamada, Manohar Kaul

    Abstract: Self-supervised learning (SSL) with vision transformers (ViTs) has proven effective for representation learning as demonstrated by the impressive performance on various downstream tasks. Despite these successes, existing ViT-based SSL architectures do not fully exploit the ViT backbone, particularly the patch tokens of the ViT. In this paper, we introduce a novel Semantic Graph Consistency (SGC) m… ▽ More

    Submitted 18 June, 2024; originally announced June 2024.

  6. arXiv:2406.06027  [pdf, other

    cs.CL

    HOLMES: Hyper-Relational Knowledge Graphs for Multi-hop Question Answering using LLMs

    Authors: Pranoy Panda, Ankush Agarwal, Chaitanya Devaguptapu, Manohar Kaul, Prathosh A P

    Abstract: Given unstructured text, Large Language Models (LLMs) are adept at answering simple (single-hop) questions. However, as the complexity of the questions increase, the performance of LLMs degrade. We believe this is due to the overhead associated with understanding the complex question followed by filtering and aggregating unstructured information in the raw text. Recent methods try to reduce this b… ▽ More

    Submitted 10 June, 2024; originally announced June 2024.

    Comments: Accepted at ACL 2024 in the main track

  7. arXiv:2308.14126  [pdf, other

    cs.CV

    Synergizing Contrastive Learning and Optimal Transport for 3D Point Cloud Domain Adaptation

    Authors: Siddharth Katageri, Arkadipta De, Chaitanya Devaguptapu, VSSV Prasad, Charu Sharma, Manohar Kaul

    Abstract: Recently, the fundamental problem of unsupervised domain adaptation (UDA) on 3D point clouds has been motivated by a wide variety of applications in robotics, virtual reality, and scene understanding, to name a few. The point cloud data acquisition procedures manifest themselves as significant domain discrepancies and geometric variations among both similar and dissimilar classes. The standard dom… ▽ More

    Submitted 27 August, 2023; originally announced August 2023.

  8. A Uniform Representation of Classical and Quantum Source Code for Static Code Analysis

    Authors: Maximilian Kaul, Alexander Küchler, Christian Banse

    Abstract: The emergence of quantum computing raises the question of how to identify (security-relevant) programming errors during development. However, current static code analysis tools fail to model information specific to quantum computing. In this paper, we identify this information and propose to extend classical code analysis tools accordingly. Among such tools, we identify the Code Property Graph to… ▽ More

    Submitted 12 December, 2023; v1 submitted 11 August, 2023; originally announced August 2023.

    Comments: 2023 IEEE International Conference on Quantum Computing and Engineering (QCE)

  9. arXiv:2307.07180  [pdf, other

    cs.DS

    A $(3/2 + \varepsilon)$-Approximation for Multiple TSP with a Variable Number of Depots

    Authors: Max Deppert, Matthias Kaul, Matthias Mnich

    Abstract: One of the most studied extensions of the famous Traveling Salesperson Problem (TSP) is the {\sc Multiple TSP}: a set of $m\geq 1$ salespersons collectively traverses a set of $n$ cities by $m$ non-trivial tours, to minimize the total length of their tours. This problem can also be considered to be a variant of {\sc Uncapacitated Vehicle Routing} where the objective function is the sum of all to… ▽ More

    Submitted 14 July, 2023; originally announced July 2023.

    Comments: To be published at ESA 2023

  10. arXiv:2205.00953  [pdf, other

    cs.LG

    BERTops: Studying BERT Representations under a Topological Lens

    Authors: Jatin Chauhan, Manohar Kaul

    Abstract: Proposing scoring functions to effectively understand, analyze and learn various properties of high dimensional hidden representations of large-scale transformer models like BERT can be a challenging task. In this work, we explore a new direction by studying the topological features of BERT hidden representations using persistent homology (PH). We propose a novel scoring function named "persistenc… ▽ More

    Submitted 29 October, 2022; v1 submitted 2 May, 2022; originally announced May 2022.

    Journal ref: IJCNN 2022

  11. Approximating Sparsest Cut in Low-Treewidth Graphs via Combinatorial Diameter

    Authors: Parinya Chalermsook, Matthias Kaul, Matthias Mnich, Joachim Spoerhase, Sumedha Uniyal, Daniel Vaz

    Abstract: The fundamental sparsest cut problem takes as input a graph $G$ together with the edge costs and demands, and seeks a cut that minimizes the ratio between the costs and demands across the cuts. For $n$-node graphs~$G$ of treewidth~$k$, \chlamtac, Krauthgamer, and Raghavendra (APPROX 2010) presented an algorithm that yields a factor-$2^{2^k}$ approximation in time… ▽ More

    Submitted 11 November, 2021; originally announced November 2021.

    Comments: 15 pages, 3 figures

  12. arXiv:2109.01691  [pdf, other

    cs.CL cs.LG

    ALLWAS: Active Learning on Language models in WASserstein space

    Authors: Anson Bastos, Manohar Kaul

    Abstract: Active learning has emerged as a standard paradigm in areas with scarcity of labeled training data, such as in the medical domain. Language models have emerged as the prevalent choice of several natural language tasks due to the performance boost offered by these models. However, in several domains, such as medicine, the scarcity of labeled training data is a common issue. Also, these models may n… ▽ More

    Submitted 3 September, 2021; originally announced September 2021.

  13. arXiv:2106.07047  [pdf, other

    cs.LG cs.CR

    Target Model Agnostic Adversarial Attacks with Query Budgets on Language Understanding Models

    Authors: Jatin Chauhan, Karan Bhukar, Manohar Kaul

    Abstract: Despite significant improvements in natural language understanding models with the advent of models like BERT and XLNet, these neural-network based classifiers are vulnerable to blackbox adversarial attacks, where the attacker is only allowed to query the target model outputs. We add two more realistic restrictions on the attack methods, namely limiting the number of queries allowed (query budget)… ▽ More

    Submitted 13 June, 2021; originally announced June 2021.

  14. arXiv:2102.03609  [pdf, other

    cs.LG stat.ML

    Understanding Higher-order Structures in Evolving Graphs: A Simplicial Complex based Kernel Estimation Approach

    Authors: Manohar Kaul, Masaaki Imaizumi

    Abstract: Dynamic graphs are rife with higher-order interactions, such as co-authorship relationships and protein-protein interactions in biological networks, that naturally arise between more than two nodes at once. In spite of the ubiquitous presence of such higher-order interactions, limited attention has been paid to the higher-order counterpart of the popular pairwise link prediction problem. Existing… ▽ More

    Submitted 6 February, 2021; originally announced February 2021.

  15. arXiv:2009.14168  [pdf, other

    cs.LG stat.ML

    Self-Supervised Few-Shot Learning on Point Clouds

    Authors: Charu Sharma, Manohar Kaul

    Abstract: The increased availability of massive point clouds coupled with their utility in a wide variety of applications such as robotics, shape synthesis, and self-driving cars has attracted increased attention from both industry and academia. Recently, deep neural networks operating on labeled point clouds have shown promising results on supervised learning tasks like classification and segmentation. How… ▽ More

    Submitted 29 September, 2020; originally announced September 2020.

    Comments: Accepted at NeurIPS 2020

  16. arXiv:2009.12928  [pdf, other

    cs.LG stat.ML

    A Weighted Quiver Kernel using Functor Homology

    Authors: Manohar Kaul, Dai Tamaki

    Abstract: In this paper, we propose a new homological method to study weighted directed networks. Our model of such networks is a directed graph $Q$ equipped with a weight function $w$ on the set $Q_{1}$ of arrows in $Q$. We require that the range $W$ of our weight function is equipped with an addition or a multiplication, i.e., $W$ is a monoid in the mathematical terminology. When $W$ is equipped with a re… ▽ More

    Submitted 27 September, 2020; originally announced September 2020.

    Comments: 23 pages, 5 figures

  17. arXiv:2009.08694  [pdf, other

    cs.CL cs.AI

    RECON: Relation Extraction using Knowledge Graph Context in a Graph Neural Network

    Authors: Anson Bastos, Abhishek Nadgeri, Kuldeep Singh, Isaiah Onando Mulang', Saeedeh Shekarpour, Johannes Hoffart, Manohar Kaul

    Abstract: In this paper, we present a novel method named RECON, that automatically identifies relations in a sentence (sentential relation extraction) and aligns to a knowledge graph (KG). RECON uses a graph neural network to learn representations of both the sentence as well as facts stored in a KG, improving the overall extraction quality. These facts, including entity attributes (label, alias, descriptio… ▽ More

    Submitted 17 January, 2021; v1 submitted 18 September, 2020; originally announced September 2020.

    Comments: The Web Conference 2021 (WWW'21) full paper

  18. arXiv:2007.02381  [pdf, other

    cs.CV cs.LG

    Simplicial Complex based Point Correspondence between Images warped onto Manifolds

    Authors: Charu Sharma, Manohar Kaul

    Abstract: Recent increase in the availability of warped images projected onto a manifold (e.g., omnidirectional spherical images), coupled with the success of higher-order assignment methods, has sparked an interest in the search for improved higher-order matching algorithms on warped images due to projection. Although currently, several existing methods "flatten" such 3D images to use planar graph / hyperg… ▽ More

    Submitted 29 July, 2020; v1 submitted 5 July, 2020; originally announced July 2020.

    Comments: Accepted at ECCV 2020

  19. arXiv:2005.09752  [pdf, other

    cs.LG cs.SI stat.ML

    Learning Representations using Spectral-Biased Random Walks on Graphs

    Authors: Charu Sharma, Jatin Chauhan, Manohar Kaul

    Abstract: Several state-of-the-art neural graph embedding methods are based on short random walks (stochastic processes) because of their ease of computation, simplicity in capturing complex local graph properties, scalability, and interpretibility. In this work, we are interested in studying how much a probabilistic bias in this stochastic process affects the quality of the nodes picked by the process. In… ▽ More

    Submitted 29 July, 2020; v1 submitted 19 May, 2020; originally announced May 2020.

    Comments: Accepted at IJCNN 2020: International Joint Conference on Neural Networks

  20. arXiv:2002.12815  [pdf, other

    cs.LG stat.ML

    Few-Shot Learning on Graphs via Super-Classes based on Graph Spectral Measures

    Authors: Jatin Chauhan, Deepak Nathani, Manohar Kaul

    Abstract: We propose to study the problem of few shot graph classification in graph neural networks (GNNs) to recognize unseen classes, given limited labeled graph examples. Despite several interesting GNN variants being proposed recently for node and graph classification tasks, when faced with scarce labeled examples in the few shot setting, these GNNs exhibit significant loss in classification performance… ▽ More

    Submitted 27 February, 2020; originally announced February 2020.

    Comments: 19 pages, 9 figures, Published as a conference paper at ICLR 2020

    Journal ref: ICLR 2020

  21. arXiv:1907.01739  [pdf, other

    cs.LG stat.ML

    Solving Partial Assignment Problems using Random Clique Complexes

    Authors: Charu Sharma, Deepak Nathani, Manohar Kaul

    Abstract: We present an alternate formulation of the partial assignment problem as matching random clique complexes, that are higher-order analogues of random graphs, designed to provide a set of invariants that better detect higher-order structure. The proposed method creates random clique adjacency matrices for each k-skeleton of the random clique complexes and matches them, taking into account each point… ▽ More

    Submitted 29 July, 2020; v1 submitted 3 July, 2019; originally announced July 2019.

    Comments: Accepted as a long talk at ICML 2018

  22. arXiv:1906.01195  [pdf, other

    cs.LG cs.CL stat.ML

    Learning Attention-based Embeddings for Relation Prediction in Knowledge Graphs

    Authors: Deepak Nathani, Jatin Chauhan, Charu Sharma, Manohar Kaul

    Abstract: The recent proliferation of knowledge graphs (KGs) coupled with incomplete or partial information, in the form of missing relations (links) between entities, has fueled a lot of research on knowledge base completion (also known as relation prediction). Several recent works suggest that convolutional neural network (CNN) based models generate richer and more expressive feature embeddings and hence… ▽ More

    Submitted 4 June, 2019; originally announced June 2019.

    Comments: accepted as long paper in ACL 2019

  23. arXiv:1811.04049  [pdf, other

    cs.SI math.AT

    Understanding and Predicting Links in Graphs: A Persistent Homology Perspective

    Authors: Sumit Bhatia, Bapi Chatterjee, Deepak Nathani, Manohar Kaul

    Abstract: Persistent Homology is a powerful tool in Topological Data Analysis (TDA) to capture topological properties of data succinctly at different spatial resolutions. For graphical data, shape, and structure of the neighborhood of individual data items (nodes) is an essential means of characterizing their properties. In this paper, we propose the use of persistent homology methods to capture structural… ▽ More

    Submitted 9 November, 2018; originally announced November 2018.

  24. arXiv:1609.03219  [pdf, other

    stat.ML cs.LG

    Sharing Hash Codes for Multiple Purposes

    Authors: Wikor Pronobis, Danny Panknin, Johannes Kirschnick, Vignesh Srinivasan, Wojciech Samek, Volker Markl, Manohar Kaul, Klaus-Robert Mueller, Shinichi Nakajima

    Abstract: Locality sensitive hashing (LSH) is a powerful tool for sublinear-time approximate nearest neighbor search, and a variety of hashing schemes have been proposed for different dissimilarity measures. However, hash codes significantly depend on the dissimilarity, which prohibits users from adjusting the dissimilarity at query time. In this paper, we propose {multiple purpose LSH (mp-LSH) which shares… ▽ More

    Submitted 1 June, 2017; v1 submitted 11 September, 2016; originally announced September 2016.

  25. arXiv:1308.0484  [pdf, ps, other

    cs.LG cs.DB

    Using Incomplete Information for Complete Weight Annotation of Road Networks -- Extended Version

    Authors: Bin Yang, Manohar Kaul, Christian S. Jensen

    Abstract: We are witnessing increasing interests in the effective use of road networks. For example, to enable effective vehicle routing, weighted-graph models of transportation networks are used, where the weight of an edge captures some cost associated with traversing the edge, e.g., greenhouse gas (GHG) emissions or travel time. It is a precondition to using a graph model for routing that all edges have… ▽ More

    Submitted 15 August, 2013; v1 submitted 2 August, 2013; originally announced August 2013.

    Comments: This is an extended version of "Using Incomplete Information for Complete Weight Annotation of Road Networks," which is accepted for publication in IEEE TKDE