Skip to main content

Showing 1–34 of 34 results for author: Kovacs, A

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

    cs.CL cs.AI

    LettuceDetect: A Hallucination Detection Framework for RAG Applications

    Authors: Ádám Kovács, Gábor Recski

    Abstract: Retrieval Augmented Generation (RAG) systems remain vulnerable to hallucinated answers despite incorporating external knowledge sources. We present LettuceDetect a framework that addresses two critical limitations in existing hallucination detection methods: (1) the context window constraints of traditional encoder-based methods, and (2) the computational inefficiency of LLM based approaches. Buil… ▽ More

    Submitted 24 February, 2025; originally announced February 2025.

    Comments: 6 pages

  2. arXiv:2408.15923  [pdf, other

    stat.ML cs.LG

    Generalized Naive Bayes

    Authors: Edith Alice Kovács, Anna Ország, Dániel Pfeifer, András Benczúr

    Abstract: In this paper we introduce the so-called Generalized Naive Bayes structure as an extension of the Naive Bayes structure. We give a new greedy algorithm that finds a good fitting Generalized Naive Bayes (GNB) probability distribution. We prove that this fits the data at least as well as the probability distribution determined by the classical Naive Bayes (NB). Then, under a not very restrictive con… ▽ More

    Submitted 28 August, 2024; originally announced August 2024.

    Comments: 44 pages, 19 figures

    MSC Class: 62C12; 62C10; 62-07

  3. arXiv:2408.15695  [pdf, other

    cs.GR cs.AI cs.CV

    G-Style: Stylized Gaussian Splatting

    Authors: Áron Samuel Kovács, Pedro Hermosilla, Renata G. Raidou

    Abstract: We introduce G-Style, a novel algorithm designed to transfer the style of an image onto a 3D scene represented using Gaussian Splatting. Gaussian Splatting is a powerful 3D representation for novel view synthesis, as -- compared to other approaches based on Neural Radiance Fields -- it provides fast scene renderings and user control over the scene. Recent pre-prints have demonstrated that the styl… ▽ More

    Submitted 5 September, 2024; v1 submitted 28 August, 2024; originally announced August 2024.

  4. arXiv:2403.06855  [pdf

    cs.GR

    Surface-aware Mesh Texture Synthesis with Pre-trained 2D CNNs

    Authors: Áron Samuel Kovács, Pedro Hermosilla, Renata G. Raidou

    Abstract: Mesh texture synthesis is a key component in the automatic generation of 3D content. Existing learning-based methods have drawbacks -- either by disregarding the shape manifold during texture generation or by requiring a large number of different views to mitigate occlusion-related inconsistencies. In this paper, we present a novel surface-aware approach for mesh texture synthesis that overcomes t… ▽ More

    Submitted 11 March, 2024; originally announced March 2024.

  5. arXiv:2308.01703  [pdf, other

    cs.CR

    Anonymity Analysis of the Umbra Stealth Address Scheme on Ethereum

    Authors: Alex Kovács, István András Seres

    Abstract: Stealth addresses are a privacy-enhancing technology that provides recipient anonymity on blockchains. In this work, we investigate the recipient anonymity and unlinkability guarantees of Umbra, the most widely used implementation of the stealth address scheme on Ethereum, and its three off-chain scalability solutions, e.g., Arbitrum, Optimism, and Polygon. We define and evaluate four heuristics t… ▽ More

    Submitted 31 August, 2023; v1 submitted 3 August, 2023; originally announced August 2023.

    Comments: Pre-print in 7 pages

  6. arXiv:2306.17473  [pdf

    astro-ph.EP cs.CY physics.soc-ph

    An Orbital Solution for WASP-12 b: Updated Ephemeris and Evidence for Decay Leveraging Citizen Science Data

    Authors: Avinash S. Nediyedath, Martin J. Fowler, A. Norris, Shivaraj R. Maidur, Kyle A. Pearson, S. Dixon, P. Lewin, Andre O. Kovacs, A. Odasso, K. Davis, M. Primm, P. Das, Bryan E. Martin, D. Lalla

    Abstract: NASA Citizen Scientists have used Exoplanet Transit Interpretation Code (EXOTIC) to reduce 40 sets of time-series images of WASP-12 taken by privately owned telescopes and a 6-inch telescope operated by the Center for Astrophysics | Harvard & Smithsonian MicroObservatory (MOBs). Of these sets, 24 result in clean transit light curves of WASP-12 b which are included in the NASA Exoplanet Watch websi… ▽ More

    Submitted 10 November, 2023; v1 submitted 30 June, 2023; originally announced June 2023.

    Comments: https://app.aavso.org/jaavso/article/3901/

    Journal ref: JAAVSO Volume 51 number 2 (2023)

  7. arXiv:2305.16561  [pdf, other

    physics.soc-ph cs.SI

    Proper network randomization is key to assessing social balance

    Authors: Bingjie Hao, István A. Kovács

    Abstract: Studying significant network patterns, known as graphlets (or motifs), has been a popular approach to understand the underlying organizing principles of complex networks. Statistical significance is routinely assessed by comparing to null models that randomize the connections while preserving some key aspects of the data. However, in signed networks, capturing both positive (friendly) and negative… ▽ More

    Submitted 25 May, 2023; originally announced May 2023.

    Journal ref: Sci. Adv.10,eadj0104(2024)

  8. arXiv:2302.08837  [pdf, other

    cs.LO

    Type-Theoretic Signatures for Algebraic Theories and Inductive Types

    Authors: András Kovács

    Abstract: We develop the usage of certain type theories as specification languages for algebraic theories and inductive types. We observe that the expressive power of dependent type theories proves useful in the specification of more complicated algebraic theories. We describe syntax and semantics for three classes of algebraic theories: finitary quotient inductive-inductive theories, their infinitary gener… ▽ More

    Submitted 10 September, 2023; v1 submitted 17 February, 2023; originally announced February 2023.

  9. arXiv:2301.11905  [pdf, ps, other

    cs.GT

    A proof of the Nisan-Ronen conjecture

    Authors: George Christodoulou, Elias Koutsoupias, Annamaria Kovacs

    Abstract: Noam Nisan and Amir Ronen conjectured that the best approximation ratio of deterministic truthful mechanisms for makespan-minimization for $n$ unrelated machines is $n$. This work validates the conjecture.

    Submitted 27 January, 2023; originally announced January 2023.

  10. arXiv:2209.09729  [pdf, other

    cs.PL cs.LO

    Staged Compilation with Two-Level Type Theory

    Authors: András Kovács

    Abstract: The aim of staged compilation is to enable metaprogramming in a way such that we have guarantees about the well-formedness of code output, and we can also mix together object-level and meta-level code in a concise and convenient manner. In this work, we observe that two-level type theory (2LTT), a system originally devised for the purpose of developing synthetic homotopy theory, also serves as a s… ▽ More

    Submitted 20 September, 2022; originally announced September 2022.

  11. arXiv:2206.04089  [pdf, other

    math.CO cs.DM

    On Minimally Non-Firm Binary Matrices

    Authors: Reka Agnes Kovacs

    Abstract: For a binary matrix X, the Boolean rank br(X) is the smallest integer k for which X equals the Boolean sum of k rank-1 binary matrices, and the isolation number i(X) is the maximum number of 1s no two of which are in a same row, column and a 2x2 submatrix of all 1s. In this paper, we continue Lubiw's study of firm matrices. X is said to be firm if i(X)=br(X) and this equality holds for all its sub… ▽ More

    Submitted 8 June, 2022; originally announced June 2022.

    Comments: ISCO 2022

  12. arXiv:2205.04783  [pdf, other

    stat.ML cs.LG

    Matrix and graph representations of vine copula structures

    Authors: Dániel Pfeifer, Edith Alice Kovács

    Abstract: Vine copulas can efficiently model multivariate probability distributions. This paper focuses on a more thorough understanding of their structures, since in the literature, vine copula representations are often ambiguous. The graph representations include the original, cherry and chordal graph sequence structures, which we show equivalence between. Importantly we also show a new result, namely tha… ▽ More

    Submitted 10 March, 2023; v1 submitted 10 May, 2022; originally announced May 2022.

    Comments: 23 pages, 27 figures

    MSC Class: 62H10 (Primary); 68P05; 05C62; 05C85 (Seconday)

  13. POTATO: exPlainable infOrmation exTrAcTion framewOrk

    Authors: Ádám Kovács, Kinga Gémes, Eszter Iklódi, Gábor Recski

    Abstract: We present POTATO, a task- and languageindependent framework for human-in-the-loop (HITL) learning of rule-based text classifiers using graph-based features. POTATO handles any type of directed graph and supports parsing text into Abstract Meaning Representations (AMR), Universal Dependencies (UD), and 4lang semantic graphs. A streamlit-based user interface allows users to build rule systems from… ▽ More

    Submitted 16 October, 2022; v1 submitted 31 January, 2022; originally announced January 2022.

    Comments: 4 pages

  14. arXiv:2112.04768  [pdf, other

    quant-ph cond-mat.dis-nn cs.SI physics.bio-ph

    Quantum Link Prediction in Complex Networks

    Authors: João P. Moutinho, André Melo, Bruno Coutinho, István A. Kovács, Yasser Omar

    Abstract: Predicting new links in physical, biological, social, or technological networks has a significant scientific and societal impact. Path-based link prediction methods utilize explicit counting of even and odd-length paths between nodes to quantify a score function and infer new or unobserved links. Here, we propose a quantum algorithm for path-based link prediction, QLP, using a controlled continuou… ▽ More

    Submitted 25 November, 2022; v1 submitted 9 December, 2021; originally announced December 2021.

    Comments: Keywords: Complex Networks, Quantum Algorithms, Link Prediction, Social Networks, Protein-Protein Interaction Networks

  15. arXiv:2106.13434  [pdf, other

    math.OC cs.DM cs.LG

    Binary Matrix Factorisation and Completion via Integer Programming

    Authors: Reka A. Kovacs, Oktay Gunluk, Raphael A. Hauser

    Abstract: Binary matrix factorisation is an essential tool for identifying discrete patterns in binary data. In this paper we consider the rank-k binary matrix factorisation problem (k-BMF) under Boolean arithmetic: we are given an n x m binary matrix X with possibly missing entries and need to find two binary matrices A and B of dimension n x k and k x m respectively, which minimise the distance between X… ▽ More

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

  16. arXiv:2106.03724  [pdf, ps, other

    cs.GT

    Truthful allocation in graphs and hypergraphs

    Authors: George Christodoulou, Elias Koutsoupias, Annamaria Kovacs

    Abstract: We study truthful mechanisms for allocation problems in graphs, both for the minimization (i.e., scheduling) and maximization (i.e., auctions) setting. The minimization problem is a special case of the well-studied unrelated machines scheduling problem, in which every given task can be executed only by two pre-specified machines in the case of graphs or a given subset of machines in the case of hy… ▽ More

    Submitted 7 June, 2021; originally announced June 2021.

  17. arXiv:2104.02741  [pdf, other

    cs.LG cond-mat.mtrl-sci

    Conditional physics informed neural networks

    Authors: Alexander Kovacs, Lukas Exl, Alexander Kornell, Johann Fischbacher, Markus Hovorka, Markus Gusenbauer, Leoni Breth, Harald Oezelt, Masao Yano, Noritsugu Sakuma, Akihito Kinoshita, Tetsuya Shoji, Akira Kato, Thomas Schrefl

    Abstract: We introduce conditional PINNs (physics informed neural networks) for estimating the solution of classes of eigenvalue problems. The concept of PINNs is expanded to learn not only the solution of one particular differential equation but the solutions to a class of problems. We demonstrate this idea by estimating the coercive field of permanent magnets which depends on the width and strength of loc… ▽ More

    Submitted 6 April, 2021; originally announced April 2021.

    Comments: 18 pages, 11 figures

    MSC Class: I.2.6

  18. arXiv:2103.00223  [pdf, other

    cs.LO

    Generalized Universe Hierarchies and First-Class Universe Levels

    Authors: András Kovács

    Abstract: In type theories, universe hierarchies are commonly used to increase the expressive power of the theory while avoiding inconsistencies arising from size issues. There are numerous ways to specify universe hierarchies, and theories may differ in details of cumulativity, choice of universe levels, specification of type formers and eliminators, and available internal operations on levels. In the curr… ▽ More

    Submitted 29 October, 2021; v1 submitted 27 February, 2021; originally announced March 2021.

    ACM Class: F.4.1

  19. arXiv:2011.14434  [pdf, ps, other

    cs.GT

    On the Nisan-Ronen conjecture

    Authors: George Christodoulou, Elias Koutsoupias, Annamaria Kovacs

    Abstract: The Nisan-Ronen conjecture states that no truthful mechanism for makespan-minimization when allocating $m$ tasks to $n$ unrelated machines can have approximation ratio less than $n$. Over more than two decades since its formulation, little progress has been made in resolving it and the best known lower bound is still a small constant. This work makes progress towards validating the conjecture by s… ▽ More

    Submitted 7 June, 2021; v1 submitted 29 November, 2020; originally announced November 2020.

    Comments: Improvements on presentation

  20. arXiv:2011.04457  [pdf, other

    math.OC cs.DM cs.LG

    Binary Matrix Factorisation via Column Generation

    Authors: Reka A. Kovacs, Oktay Gunluk, Raphael A. Hauser

    Abstract: Identifying discrete patterns in binary data is an important dimensionality reduction tool in machine learning and data mining. In this paper, we consider the problem of low-rank binary matrix factorisation (BMF) under Boolean arithmetic. Due to the hardness of this problem, most previous attempts rely on heuristic techniques. We formulate the problem as a mixed integer linear program and use a la… ▽ More

    Submitted 3 August, 2021; v1 submitted 9 November, 2020; originally announced November 2020.

    Comments: final version as published by AAAI2021, plus including Appendix

  21. Large and Infinitary Quotient Inductive-Inductive Types

    Authors: András Kovács, Ambrus Kaposi

    Abstract: Quotient inductive-inductive types (QIITs) are generalized inductive types which allow sorts to be indexed over previously declared sorts, and allow usage of equality constructors. QIITs are especially useful for algebraic descriptions of type theories and constructive definitions of real, ordinal and surreal numbers. We develop new metatheory for large QIITs, large elimination, recursive equation… ▽ More

    Submitted 23 June, 2020; v1 submitted 21 June, 2020; originally announced June 2020.

    MSC Class: 03B38

    Journal ref: Proceedings of the 35th Annual ACM/IEEE Symposium on Logic in Computer Science, July 2020, Pages 648-661

  22. arXiv:1910.09279  [pdf, other

    physics.comp-ph cs.LG

    Extracting local switching fields in permanent magnets using machine learning

    Authors: Markus Gusenbauer, Harald Oezelt, Johann Fischbacher, Alexander Kovacs, Panpan Zhao, Thomas George Woodcock, Thomas Schrefl

    Abstract: Microstructural features play an important role for the quality of permanent magnets. The coercivity is greatly influenced by crystallographic defects, which is well known for MnAl-C, for example. In this work we show a direct link of microstructural features to the local coercivity of MnAl-C grains by machine learning. A large number of micromagnetic simulations is performed directly from Electro… ▽ More

    Submitted 18 December, 2019; v1 submitted 21 October, 2019; originally announced October 2019.

    Journal ref: npj Comput Mater 6, 89 (2020)

  23. arXiv:1907.12733  [pdf, other

    cs.GT

    On the Nisan-Ronen conjecture for submodular valuations

    Authors: George Christodoulou, Elias Koutsoupias, Annamaria Kovacs

    Abstract: We consider incentive compatible mechanisms for a domain that is very close to the domain of scheduling $n$ unrelated machines: the single exception is that the valuation of just one machine is submodular. For the scheduling problem with such cost functions, we give a lower bound of $Ω(\sqrt{n})$ on the approximation ratio of incentive compatible deterministic mechanisms. This is a strong informat… ▽ More

    Submitted 30 July, 2019; originally announced July 2019.

  24. arXiv:1907.07562  [pdf

    cs.LO

    Shallow Embedding of Type Theory is Morally Correct

    Authors: Ambrus Kaposi, András Kovács, Nicolai Kraus

    Abstract: There are multiple ways to formalise the metatheory of type theory. For some purposes, it is enough to consider specific models of a type theory, but sometimes it is necessary to refer to the syntax, for example in proofs of canonicity and normalisation. One option is to embed the syntax deeply, by using inductive definitions in a proof assistant. However, in this case the handling of definitional… ▽ More

    Submitted 17 July, 2019; originally announced July 2019.

    Comments: 36 pages, to be presented at the 13th International Conference on Mathematics of Program Construction (MPC 2019)

  25. arXiv:1904.03910  [pdf

    q-bio.MN cond-mat.dis-nn cs.CV physics.bio-ph

    The EntOptLayout Cytoscape plug-in for the efficient visualization of major protein complexes in protein-protein interaction and signalling networks

    Authors: Bence Agg, Andrea Csaszar, Mate Szalay-Beko, Daniel V. Veres, Reka Mizsei, Peter Ferdinandy, Peter Csermely, Istvan A. Kovacs

    Abstract: Motivation: Network visualizations of complex biological datasets usually result in 'hairball' images, which do not discriminate network modules. Results: We present the EntOptLayout Cytoscape plug-in based on a recently developed network representation theory. The plug-in provides an efficient visualization of network modules, which represent major protein complexes in protein-protein interaction… ▽ More

    Submitted 1 November, 2019; v1 submitted 8 April, 2019; originally announced April 2019.

    Journal ref: Bioinformatics 2019 35, 4490-4492

  26. Signatures and Induction Principles for Higher Inductive-Inductive Types

    Authors: Ambrus Kaposi, András Kovács

    Abstract: Higher inductive-inductive types (HIITs) generalize inductive types of dependent type theories in two ways. On the one hand they allow the simultaneous definition of multiple sorts that can be indexed over each other. On the other hand they support equality constructors, thus generalizing higher inductive types of homotopy type theory. Examples that make use of both features are the Cauchy real nu… ▽ More

    Submitted 12 February, 2020; v1 submitted 1 February, 2019; originally announced February 2019.

    Journal ref: Logical Methods in Computer Science, Volume 16, Issue 1 (February 13, 2020) lmcs:5173

  27. Who is the director of this movie? Automatic style recognition based on shot features

    Authors: Michele Svanera, Mattia Savardi, Alberto Signoroni, András Bálint Kovács, Sergio Benini

    Abstract: We show how low-level formal features, such as shot duration, meant as length of camera takes, and shot scale, i.e. the distance between the camera and the subject, are distinctive of a director's style in art movies. So far such features were thought of not having enough varieties to become distinctive of an author. However our investigation on the full filmographies of six different authors (Sco… ▽ More

    Submitted 25 July, 2018; originally announced July 2018.

  28. arXiv:1312.2371  [pdf, other

    cs.GT

    Tight Bounds for the Price of Anarchy of Simultaneous First Price Auctions

    Authors: George Christodoulou, Annamária Kovács, Alkmini Sgouritsa, Bo Tang

    Abstract: We study the Price of Anarchy of simultaneous first-price auctions for buyers with submodular and subadditive valuations. The current best upper bounds for the Bayesian Price of Anarchy of these auctions are e/(e-1) [Syrgkanis and Tardos 2013] and 2 [Feldman et al. 2013], respectively. We provide matching lower bounds for both cases even for the case of full information and for mixed Nash equilibr… ▽ More

    Submitted 5 August, 2015; v1 submitted 9 December, 2013; originally announced December 2013.

    Comments: 37 pages, 5 figures, ACM Transactions on Economics and Computation

  29. arXiv:1305.7072  [pdf, ps, other

    physics.bio-ph cs.CE physics.comp-ph physics.flu-dyn

    Guided self-assembly of magnetic beads for biomedical applications

    Authors: Markus Gusenbauer, Ha Nguyen, Franz Reichel, Lukas Exl, Simon Bance, Johann Fischbacher, Harald Özelt, Alexander Kovacs, Martin Brandl, Thomas Schrefl

    Abstract: Micromagnetic beads are widely used in biomedical applications for cell separation, drug delivery, and hypothermia cancer treatment. Here we propose to use self-organized magnetic bead structures which accumulate on fixed magnetic seeding points to isolate circulating tumor cells. The analysis of circulating tumor cells is an emerging tool for cancer biology research and clinical cancer management… ▽ More

    Submitted 30 May, 2013; originally announced May 2013.

  30. arXiv:1111.3033  [pdf

    physics.comp-ph cond-mat.dis-nn cs.SI q-bio.MN

    ModuLand plug-in for Cytoscape: determination of hierarchical layers of overlapping network modules and community centrality

    Authors: Mate Szalay-Beko, Robin Palotai, Balazs Szappanos, Istvan A. Kovacs, Balazs Papp, Peter Csermely

    Abstract: Summary: The ModuLand plug-in provides Cytoscape users an algorithm for determining extensively overlapping network modules. Moreover, it identifies several hierarchical layers of modules, where meta-nodes of the higher hierarchical layer represent modules of the lower layer. The tool assigns module cores, which predict the function of the whole module, and determines key nodes bridging two or mul… ▽ More

    Submitted 2 December, 2012; v1 submitted 13 November, 2011; originally announced November 2011.

    Comments: 39 pages, 1 figure and a Supplement with 9 figures and 10 tables

    Journal ref: Bioinformatics (2012) 28: 2202-2204

  31. arXiv:1110.0983  [pdf, ps, other

    physics.bio-ph cs.CE physics.flu-dyn

    Self-organizing magnetic beads for biomedical applications

    Authors: Markus Gusenbauer, Alexander Kovacs, Franz Reichel, Lukas Exl, Simon Bance, Harald Ozelt, Thomas Schrefl

    Abstract: In the field of biomedicine magnetic beads are used for drug delivery and to treat hyperthermia. Here we propose to use self-organized bead structures to isolate circulating tumor cells using lab-on-chip technologies. Typically blood flows past microposts functionalized with antibodies for circulating tumor cells. Creating these microposts with interacting magnetic beads makes it possible to tune… ▽ More

    Submitted 5 October, 2011; originally announced October 2011.

    Journal ref: Journal of Magnetism and Magnetic Materials 324.6 (2012): 977-982

  32. arXiv:1003.1395  [pdf, other

    cs.DC

    Start-phase control of distributed systems written in Erlang/OTP

    Authors: Peter Burcsi, Attila Kovács, Antal Tátrai

    Abstract: This paper presents a realization for the reliable and fast startup of distributed systems written in Erlang. The traditional startup provided by the Erlang/OTP library is sequential, parallelization usually requires unsafe and ad-hoc solutions. The proposed method calls only for slight modifications in the Erlang/OTP stdlib by applying a system dependency graph. It makes the startup safe, quick… ▽ More

    Submitted 9 March, 2010; v1 submitted 6 March, 2010; originally announced March 2010.

    MSC Class: 68M20 ACM Class: C.4

    Journal ref: Acta Univ. Sapientiae, Informatica, 2, 1 (2010) 10-27

  33. arXiv:0912.0161  [pdf

    physics.comp-ph cond-mat.dis-nn cs.MS physics.data-an physics.soc-ph q-bio.MN

    Community landscapes: an integrative approach to determine overlapping network module hierarchy, identify key nodes and predict network dynamics

    Authors: Istvan A. Kovacs, Robin Palotai, Mate S. Szalay, Peter Csermely

    Abstract: Background: Network communities help the functional organization and evolution of complex networks. However, the development of a method, which is both fast and accurate, provides modular overlaps and partitions of a heterogeneous network, has proven to be rather difficult. Methodology/Principal Findings: Here we introduce the novel concept of ModuLand, an integrative method family determining ove… ▽ More

    Submitted 3 September, 2010; v1 submitted 1 December, 2009; originally announced December 2009.

    Comments: 25 pages with 6 figures and a Glossary + Supporting Information containing pseudo-codes of all algorithms used, 14 Figures, 5 Tables (with 18 module definitions, 129 different modularization methods, 13 module comparision methods) and 396 references. All algorithms can be downloaded from this web-site: http://www.linkgroup.hu/modules.php

    Journal ref: PLoS ONE 5, e12528 (2010)

  34. arXiv:0907.3068  [pdf, ps, other

    cs.GT

    A deterministic truthful PTAS for scheduling related machines

    Authors: George Christodoulou, Annamaria Kovacs

    Abstract: Scheduling on related machines ($Q||C_{\max}$) is one of the most important problems in the field of Algorithmic Mechanism Design. Each machine is controlled by a selfish agent and her valuation can be expressed via a single parameter, her {\em speed}. In contrast to other similar problems, Archer and Tardos \cite{AT01} showed that an algorithm that minimizes the makespan can be truthfully imple… ▽ More

    Submitted 17 July, 2009; originally announced July 2009.