← Search

Aleksandar Bojchevski

28 accepted papers

2026

EvA: Evolutionary Attacks on Graphs

ICLR 2026poster

Even a slight perturbation in the graph structure can cause a significant drop in the accuracy of graph neural networks (GNNs). Most existing attacks leverage gradient information to perturb edges. This relaxes the attack's optimization problem from a discrete to a continuous space, resulting in sol…

Cited by 0SourceScholar
2026

Front-Loaded Robust Conformal Prediction: Heavy Calibration, Minimal Test-Time Cost

ICML 2026poster

Robust conformal prediction (RCP) addresses confidence miscalibration in machine learning models by producing prediction sets with guaranteed coverage — these sets are guaranteed to include the true label with a user-specified high probability, even under worst-case noise. Recent works use randomize…

Cited by 0SourceScholar
2025

KurTail : Kurtosis-based LLM Quantization

EMNLP 2025

One challenge of quantizing a large language model (LLM) is the presence of outliers. Outliers often make uniform quantization schemes less effective, particularly in extreme cases such as 4-bit quantization. We introduce KurTail, a new post-training quantization (PTQ) scheme that leverages Kurtosis

2025

One Sample is Enough to Make Conformal Prediction Robust

NeurIPS 2025poster

For any black-box model, conformal prediction (CP) returns prediction *sets* guaranteed to include the true label with high adjustable probability. Robust CP (RCP) extends the guarantee to the worst case noise up to a pre-defined magnitude. For RCP, a well-established approach is to use randomized s…

Cited by 0SourceScholar
2024

Rethinking Label Poisoning for GNNs: Pitfalls and Attacks

ICLR 2024poster

Node labels for graphs are usually generated using an automated process or crowd-sourced from human users. This opens up avenues for malicious users to compromise the training labels, making it unwise to blindly rely on them. While robustness against noisy labels is an active area of research, there…

Cited by 8SourcePDFScholar
2024

Robust Yet Efficient Conformal Prediction Sets

ICML 2024poster

Conformal prediction (CP) can convert any model's output into prediction sets guaranteed to include the true label with any user-specified probability. However, same as the model itself, CP is vulnerable to adversarial test examples (evasion) and perturbed calibration data (poisoning). We derive pro…

2024

SVFT: Parameter-Efficient Fine-Tuning with Singular Vectors

NeurIPS 2024poster

Popular parameter-efficient fine-tuning (PEFT) methods, such as LoRA and its variants, freeze pre-trained model weights $\(\mathbf{W}\)$ and inject learnable matrices $\(\mathbf{\Delta W}\)$. These $\(\mathbf{\Delta W}\)$ matrices are structured for efficient parameterization, often using techniques…

2023

Adversarial Weight Perturbation Improves Generalization in Graph Neural Networks

AAAI 2023technical

A lot of theoretical and empirical evidence shows that the flatter local minima tend to improve generalization. Adversarial Weight Perturbation (AWP) is an emerging technique to efficiently and effectively find such minima. In AMP we minimize the loss w.r.t. a bounded worst-case perturbation of the…

2023

Conformal Prediction Sets for Graph Neural Networks

ICML 2023poster

Despite the widespread use of graph neural networks (GNNs) we lack methods to reliably quantify their uncertainty. We propose a conformal procedure to equip GNNs with prediction sets that come with distribution-free guarantees -- the output set contains the true label with arbitrarily high probabili…

Cited by 45SourcePDFScholar
2023

Localized Randomized Smoothing for Collective Robustness Certification

ICLR 2023top-25%

Models for image segmentation, node classification and many other tasks map a single input to multiple labels. By perturbing this single shared input (e.g. the image) an adversary can manipulate several predictions (e.g. misclassify several pixels). Collective robustness certification is the task of…

Cited by 11SourcePDFScholar
2023

Unveiling the sampling density in non-uniform geometric graphs

ICLR 2023poster

A powerful framework for studying graphs is to consider them as geometric graphs: nodes are randomly sampled from an underlying metric space, and any pair of nodes is connected if their distance is less than a specified neighborhood radius. Currently, the literature mostly focuses on uniform samplin…

Cited by 3SourcePDFScholar
2022

Are Defenses for Graph Neural Networks Robust?

NeurIPS 2022accept

A cursory reading of the literature suggests that we have made a lot of progress in designing effective adversarial defenses for Graph Neural Networks (GNNs). Yet, the standard methodology has a serious flaw – virtually all of the defenses are evaluated against non-adaptive attacks leading to overly…

Cited by 84SourcePDFScholar
2022

Generalization of Neural Combinatorial Solvers Through the Lens of Adversarial Robustness

ICLR 2022poster

End-to-end (geometric) deep learning has seen first successes in approximating the solution of combinatorial optimization problems. However, generating data in the realm of NP-hard/-complete tasks brings practical and theoretical challenges, resulting in evaluation protocols that are too optimistic.…

Cited by 51SourcePDFScholar
2022

Randomized Message-Interception Smoothing: Gray-box Certificates for Graph Neural Networks

NeurIPS 2022accept

Randomized smoothing is one of the most promising frameworks for certifying the adversarial robustness of machine learning models, including Graph Neural Networks (GNNs). Yet, existing randomized smoothing certificates for GNNs are overly pessimistic since they treat the model as a black box, ignori…

Cited by 25SourcePDFScholar
2021

Collective Robustness Certificates: Exploiting Interdependence in Graph Neural Networks

ICLR 2021poster

In tasks like node classification, image segmentation, and named-entity recognition we have a classifier that simultaneously outputs multiple predictions (a vector of labels) based on a single input, i.e. a single graph, image, or document respectively. Existing adversarial robustness certificates c…

Cited by 33SourcePDFScholar
2021

Completing the Picture: Randomized Smoothing Suffers from the Curse of Dimensionality for a Large Family of Distributions

AISTATS 2021poster

Randomized smoothing is currently the most competitive technique for providing provable robustness guarantees. Since this approach is model-agnostic and inherently scalable we can certify arbitrary classifiers. Despite its success, recent works show that for a small class of i.i.d. distributions, th…

2021

Robustness of Graph Neural Networks at Scale

NeurIPS 2021poster

Graph Neural Networks (GNNs) are increasingly important given their popularity and the diversity of applications. Yet, existing studies of their vulnerability to adversarial attacks rely on relatively small graphs. We address this gap and study how to attack and defend GNNs at scale. We propose two…

2020

Efficient Robustness Certificates for Discrete Data: Sparsity-Aware Randomized Smoothing for Graphs, Images and More

ICML 2020poster

Existing techniques for certifying the robustness of models for discrete data either work only for a small class of models or are general at the expense of efficiency or tightness. Moreover, they do not account for sparsity in the input which, as our findings show, is often essential for obtaining n…

Cited by 109SourcePDFScholar
2019

Predict then Propagate: Graph Neural Networks meet Personalized PageRank

ICLR 2019poster

Neural message passing algorithms for semi-supervised classification on graphs have recently achieved great success. However, for classifying a node these methods only consider nodes that are a few propagation steps away and the size of this utilized neighborhood is hard to extend. In this paper, we…

2018

Deep Gaussian Embedding of Graphs: Unsupervised Inductive Learning via Ranking

ICLR 2018poster

Methods that learn representations of nodes in a graph play a critical role in network analysis since they enable many downstream learning tasks. We propose Graph2Gauss - an approach that can efficiently learn versatile node embeddings on large scale (attributed) graphs that show strong performance…

Cited by 885SourcePDFScholar
2018

NetGAN: Generating Graphs via Random Walks

ICML 2018oral

We propose NetGAN - the first implicit generative model for graphs able to mimic real-world networks. We pose the problem of graph generation as learning the distribution of biased random walks over the input graph. The proposed model is based on a stochastic neural network that generates discrete o…

Cited by 505SourcePDFScholar