EI

E. Isufi

26 records found

Data augmentation for graph based data

Improving representation of cycling trips with varying speed conditions using data augmentation

Accurate estimation of bicycle trip travel times remains a challenge due to the limited availability of structured cycling data. This paper investigates how graph-based data augmentation can be used to address this limitation, specifically within the context of the DG4B model, a ...

Recommender Systems via Covariance Neural Networks

How does sparsification affect the performance of covariance VNNs as graph collaborative filters?

Covariance Neural Networks (VNNs) leverage the covariance matrix of user-item rating data to construct graph structures that enable effective graph convolutions for collaborative filtering. However, empirical covariance estimates often contain noisy correlations arising from limi ...
Text-to-image (T2I) diffusion models have achieved remarkable image quality but still struggle to produce images that align with the compositional information from the input text prompt, especially when it comes to spatial cues. We attribute this limitation to two key factors: th ...
Graph Neural Networks have become ubiquitous in machine learning research, and their use has also given rise to expectations of what a model can do and how we can understand it. Explainability has become one of the key tools for solving these problems, but explainability often ne ...
Graph signal processing (GSP) extends classical signal processing to signals on graphs, enabling the analysis of complex data structures through graph theory. A core challenge in GSP is graph topology identification, which aims to deduce the graph structure that best explains obs ...
Graph-based machine learning has seen significant growth during the past years with great advancements and applicability. These approaches mostly focus on pairwise interactions, neglecting the patterns of higher-order interactions which are common to complex systems. In real-worl ...

Encoding methods for categorical data

A comparative analysis for linear models, decision trees, and support vector machines

This paper presents a comprehensive evaluation and comparison of encoding methods for categorical data in the context of machine learning. The study focuses on five popular encoding techniques: one-hot, ordinal, target, catboost, and count encoders. These methods are evaluated us ...

Automatic feature discovery

A comparative study between filter and wrapper feature selection techniques

The curse of dimensionality is a common challenge in machine learning, and feature selection techniques are commonly employed to address this issue by selecting a subset of relevant features. However, there is no consistently superior approach for choosing the most significant su ...
The data used in machine learning algorithms strongly influences the algorithms' capabilities. Feature selection techniques can choose a set of columns that meet a certain learning goal. There is a wide variety of feature selection methods, however, the ones we cover in this comp ...
Thus far the democratization of machine learning, which resulted in the field of AutoML, has focused on the automation of model selection and hyperparameter optimization. Nevertheless, the need for high-quality databases to increase performance has sparked interest in correlation ...
The Hierarchical Subspace Iteration Method is a novel method used to compute eigenpairs of the Laplace-Beltrami problem. It reduces the number of iterations required for convergence by restricting the problem to a smaller space and prolonging the solution as a starting point. Thi ...

Self-Supervised Few Shot Learning

Prototypical Contrastive Learning with Graphs

A primary trait of humans is the ability to learn rich representations and relationships between entities from just a handful of examples without much guidance. Unsupervised few-shot learning is an undertaking aimed at reducing this fundamental gap between smart human adaptabilit ...

Short-term Earthquake Prediction with Deep Neural Networks

Finding the optimal time prior to earthquake strikes to use in predictions

Earthquakes can have tremendous effects. They can result in casualties, massive damage, and hurt the economy. Therefore, one would like to predict earthquakes as early as possible and with the highest accuracy possible. This paper contains the proposal for the optimal prediction- ...
Knowing the relation between cell types is crucial for translating experimental results from mice to humans. Establishing cell type matches, however, is hindered by the biological differences between the species. A substantial amount of evolutionary information between genes that ...
Water utilities face many challenges, including pipe bursts that cause significant non-revenue water losses. Detecting those bursts early is important for the water sector in its path to achieve sustainable water resource management. This study presents a scalable data-driven met ...
Humans make decisions when presented with choices based on influences. The Internet today presents people with abundant choices to choose from. Recommending choices with an emphasis on people's preferences has become increasingly sought. Grundy (1979), the first computer libraria ...
This study presents a comparison of different VariationalAutoencoder(VAE) models to see which VAE models arebetter at finding disentangled representations. Specificallytheir ability to encode biological processes into distinct la-tent dimensions. The biological processes that wil ...
Wheat is among the most important grains worldwide. For the assessment of wheat fields, image detection of spikes atop the plant containing grain is used. Previous work in deep learning for precision agriculture employs the already established object detectors, Faster R-CNN and Y ...
This research paper analyses the effect that using frequency information can have on object detectors. The latter are complex networks that learn information about objects from images and are then able to predict the location of these objects in new, unseen images. There are, how ...
Convolutional Neural Networks (CNNs) have made significant strides in the field of image processing over the last decade. Different approaches have been taken and improvements have been suggested. This paper looks at a newer novelty to neural networks for image counting, which is ...