Skip to main content

Showing 1–13 of 13 results for author: Georgiev, D

  1. arXiv:2403.04526  [pdf, other

    cs.LG cs.AI cs.CV

    Hyperspectral unmixing for Raman spectroscopy via physics-constrained autoencoders

    Authors: Dimitar Georgiev, Álvaro Fernández-Galiana, Simon Vilms Pedersen, Georgios Papadopoulos, Ruoxiao Xie, Molly M. Stevens, Mauricio Barahona

    Abstract: Raman spectroscopy is widely used across scientific domains to characterize the chemical composition of samples in a non-destructive, label-free manner. Many applications entail the unmixing of signals from mixtures of molecular species to identify the individual components present and their proportions, yet conventional methods for chemometrics often struggle with complex mixture scenarios encoun… ▽ More

    Submitted 7 March, 2024; originally announced March 2024.

  2. arXiv:2402.06445  [pdf, other

    cs.LG

    The Deep Equilibrium Algorithmic Reasoner

    Authors: Dobrik Georgiev, Pietro Liò, Davide Buffelli

    Abstract: Recent work on neural algorithmic reasoning has demonstrated that graph neural networks (GNNs) could learn to execute classical algorithms. Doing so, however, has always used a recurrent architecture, where each iteration of the GNN aligns with an algorithm's iteration. Since an algorithm's solution is often an equilibrium, we conjecture and empirically validate that one can train a network to sol… ▽ More

    Submitted 9 April, 2024; v1 submitted 9 February, 2024; originally announced February 2024.

  3. arXiv:2307.13650  [pdf, other

    cond-mat.mtrl-sci cs.MS physics.data-an

    RamanSPy: An open-source Python package for integrative Raman spectroscopy data analysis

    Authors: Dimitar Georgiev, Simon Vilms Pedersen, Ruoxiao Xie, Álvaro Fernández-Galiana, Molly M. Stevens, Mauricio Barahona

    Abstract: Raman spectroscopy is a non-destructive and label-free chemical analysis technique, which plays a key role in the analysis and discovery cycle of various branches of science. Nonetheless, progress in Raman spectroscopic analysis is still impeded by the lack of software, methodological and data standardisation, and the ensuing fragmentation and lack of reproducibility of analysis workflows thereof.… ▽ More

    Submitted 5 July, 2023; originally announced July 2023.

  4. arXiv:2307.04049  [pdf, other

    cs.LG

    Parallel Algorithms Align with Neural Execution

    Authors: Valerie Engelmayer, Dobrik Georgiev, Petar Veličković

    Abstract: Neural algorithmic reasoners are parallel processors. Teaching them sequential algorithms contradicts this nature, rendering a significant share of their computations redundant. Parallel algorithms however may exploit their full computational power, therefore requiring fewer layers to be executed. This drastically reduces training times, as we observe when comparing parallel implementations of sea… ▽ More

    Submitted 3 January, 2024; v1 submitted 8 July, 2023; originally announced July 2023.

    Comments: 13 pages, 7 figures, Proceedings of the Second Learning on Graphs Conference (LoG 2023), PMLR 231

  5. arXiv:2306.14818  [pdf, other

    cs.LG physics.chem-ph

    Accelerating Molecular Graph Neural Networks via Knowledge Distillation

    Authors: Filip Ekström Kelvinius, Dimitar Georgiev, Artur Petrov Toshev, Johannes Gasteiger

    Abstract: Recent advances in graph neural networks (GNNs) have enabled more comprehensive modeling of molecules and molecular systems, thereby enhancing the precision of molecular property prediction and molecular simulations. Nonetheless, as the field has been progressing to bigger and more complex architectures, state-of-the-art GNNs have become largely prohibitive for many large-scale applications. In th… ▽ More

    Submitted 28 October, 2023; v1 submitted 26 June, 2023; originally announced June 2023.

    Comments: Accepted as a conference paper at NeurIPS 2023

  6. Quantitative dynamics of design thinking and creativity perspectives in company context

    Authors: Georgi V. Georgiev, Danko D. Georgiev

    Abstract: This study is intended to provide in-depth insights into how design thinking and creativity issues are understood and possibly evolve in the course of design discussions in a company context. For that purpose, we use the seminar transcripts of the Design Thinking Research Symposium 12 (DTRS12) dataset "Tech-centred Design Thinking: Perspectives from a Rising Asia," which are primarily concerned wi… ▽ More

    Submitted 19 June, 2023; originally announced June 2023.

    Comments: 24 pages, 7 figures, 1 table

    Journal ref: Technology in Society 2023; 74: 102292

  7. arXiv:2306.06064  [pdf, other

    cs.NE cs.LG

    Neural Algorithmic Reasoning for Combinatorial Optimisation

    Authors: Dobrik Georgiev, Danilo Numeroso, Davide Bacciu, Pietro Liò

    Abstract: Solving NP-hard/complete combinatorial problems with neural networks is a challenging research area that aims to surpass classical approximate algorithms. The long-term objective is to outperform hand-designed heuristics for NP-hard/complete problems by learning to generate superior solutions solely from training data. Current neural-based methods for solving CO problems often overlook the inheren… ▽ More

    Submitted 13 February, 2024; v1 submitted 18 May, 2023; originally announced June 2023.

  8. arXiv:2208.10609  [pdf, other

    cs.LG cs.AI

    Global Concept-Based Interpretability for Graph Neural Networks via Neuron Analysis

    Authors: Han Xuanyuan, Pietro Barbiero, Dobrik Georgiev, Lucie Charlotte Magister, Pietro Lió

    Abstract: Graph neural networks (GNNs) are highly effective on a variety of graph-related tasks; however, they lack interpretability and transparency. Current explainability approaches are typically local and treat GNNs as black-boxes. They do not look inside the model, inhibiting human trust in the model and explanations. Motivated by the ability of neurons to detect high-level semantic concepts in vision… ▽ More

    Submitted 8 March, 2023; v1 submitted 22 August, 2022; originally announced August 2022.

    Comments: 9 pages, 5 figures

  9. arXiv:2201.12113  [pdf, other

    cs.LG cs.SE

    HEAT: Hyperedge Attention Networks

    Authors: Dobrik Georgiev, Marc Brockschmidt, Miltiadis Allamanis

    Abstract: Learning from structured data is a core machine learning task. Commonly, such data is represented as graphs, which normally only consider (typed) binary relationships between pairs of nodes. This is a substantial limitation for many domains with highly-structured data. One important such domain is source code, where hypergraph-based representations can better capture the semantically rich and stru… ▽ More

    Submitted 5 September, 2022; v1 submitted 28 January, 2022; originally announced January 2022.

    Comments: Published in TMLR

  10. arXiv:2107.07493  [pdf, other

    cs.LG

    Algorithmic Concept-based Explainable Reasoning

    Authors: Dobrik Georgiev, Pietro Barbiero, Dmitry Kazhdan, Petar Veličković, Pietro Liò

    Abstract: Recent research on graph neural network (GNN) models successfully applied GNNs to classical graph algorithms and combinatorial optimisation problems. This has numerous benefits, such as allowing applications of algorithms when preconditions are not satisfied, or reusing learned models when sufficient training data is not available or can't be generated. Unfortunately, a key hindrance of these appr… ▽ More

    Submitted 15 July, 2021; originally announced July 2021.

    Comments: preprint

  11. Enhancing user creativity: Semantic measures for idea generation

    Authors: Georgi V. Georgiev, Danko D. Georgiev

    Abstract: Human creativity generates novel ideas to solve real-world problems. This thereby grants us the power to transform the surrounding world and extend our human attributes beyond what is currently possible. Creative ideas are not just new and unexpected, but are also successful in providing solutions that are useful, efficient and valuable. Thus, creativity optimizes the use of available resources an… ▽ More

    Submitted 18 June, 2021; originally announced June 2021.

    Comments: 42 pages, 10 figures, 2 tables

    Journal ref: Knowledge-Based Systems 2018; 151: 1-15

  12. arXiv:2105.11697  [pdf, other

    cs.LG cs.AI

    PyTorch, Explain! A Python library for Logic Explained Networks

    Authors: Pietro Barbiero, Gabriele Ciravegna, Dobrik Georgiev, Franscesco Giannini

    Abstract: "PyTorch, Explain!" is a Python module integrating a variety of state-of-the-art approaches to provide logic explanations from neural networks. This package focuses on bringing these methods to non-specialists. It has minimal dependencies and it is distributed under the Apache 2.0 licence allowing both academic and commercial use. Source code and documentation can be downloaded from the github rep… ▽ More

    Submitted 23 July, 2021; v1 submitted 25 May, 2021; originally announced May 2021.

  13. arXiv:2005.11304  [pdf, other

    cs.LG stat.ML

    Neural Bipartite Matching

    Authors: Dobrik Georgiev, Pietro Liò

    Abstract: Graph neural networks (GNNs) have found application for learning in the space of algorithms. However, the algorithms chosen by existing research (sorting, Breadth-First search, shortest path finding, etc.) usually align perfectly with a standard GNN architecture. This report describes how neural execution is applied to a complex algorithm, such as finding maximum bipartite matching by reducing it… ▽ More

    Submitted 11 July, 2024; v1 submitted 22 May, 2020; originally announced May 2020.