← Search

Jacek Tabor

23 accepted papers

2026

DAVE: Distribution-aware Attribution via ViT Gradient Decomposition

ICML 2026spotlight

Vision Transformers (ViTs) have become a dominant architecture in computer vision, yet producing stable and high-resolution attribution maps for these models remains challenging. Architectural components such as patch embeddings and attention routing often introduce structured artifacts in pixel-lev…

Cited by 0SourceScholar
2026

EPIC: Explanation of Pretrained Image Classification Networks via Prototypes

AAAI 2026technical

Explainable AI (XAI) methods generally fall into two categories. Post-hoc approaches generate explanations for pre-trained models and are compatible with various neural network architectures. These methods often use feature importance visualizations, such as saliency maps, to indicate which input re

Cited by 0SourcePDFScholar
2026

SoftMoE: Soft Differentiable Routing for Mixture-of-Experts in LLMs

ICML 2026poster

Sparse Mixture-of-Experts (MoE) architectures enable scaling LLM parameters under a fixed inference budget by activating only a small subset of experts via top-k routing. While this preserves causality and suits autoregressive language models, the discrete top-k operator is not differentiable, forci…

Cited by 0SourceScholar
2025

FreSh: Frequency Shifting for Accelerated Neural Representation Learning

ICLR 2025poster

Implicit Neural Representations (INRs) have recently gained attention as a powerful approach for continuously representing signals such as images, videos, and 3D shapes using multilayer perceptrons (MLPs). However, MLPs are known to exhibit a low-frequency bias, limiting their ability to capture hig…

2025

Hypernetwork Approach to Bayesian MAML (Student Abstract)

AAAI 2025technical

The main goal of Few-Shot learning algorithms is to enable learning from small amounts of data. One of the most popular and elegant Few-Shot learning approaches is Model-Agnostic Meta-Learning (MAML). In this paper, we propose a novel framework for Bayesian MAML called BH-MAML, which employs Hyperne…

Cited by 0SourcePDFScholar
2025

LapSum - One Method to Differentiate Them All: Ranking, Sorting and Top-k Selection

ICML 2025poster

We present a novel technique for constructing differentiable order-type operations, including soft ranking, soft top-k selection, and soft permutations. Our approach leverages an efficient closed-form formula for the inverse of the function LapSum, defined as the sum of Laplace distributions. This f…

Cited by 0SourcePDFScholar
2025

LucidPPN: Unambiguous Prototypical Parts Network for User-centric Interpretable Computer Vision

ICLR 2025poster

Prototypical parts networks combine the power of deep learning with the explainability of case-based reasoning to make accurate, interpretable decisions. They follow the this looks like that reasoning, representing each prototypical part with patches from training images. However, a single image pat…

Cited by 4SourcePDFScholar
2025

Minimal Ranks, Maximum Confidence: Parameter-efficient Uncertainty Quantification for LoRA

EMNLP 2025

Low-Rank Adaptation (LoRA) enables parameter-efficient fine-tuning of large language models by decomposing weight updates into low-rank matrices, significantly reducing storage and computational overhead. While effective, standard LoRA lacks mechanisms for uncertainty quantification, leading to over

2025

SEMU: Singular Value Decomposition for Efficient Machine Unlearning

ICML 2025poster

While the capabilities of generative foundational models have advanced rapidly in recent years, methods to prevent harmful and unsafe behaviors remain underdeveloped. Among the pressing challenges in AI safety, machine unlearning (MU) has become increasingly critical to meet upcoming safety regulati…

Cited by 12SourcePDFScholar
2025

ZEUS: Zero-shot Embeddings for Unsupervised Separation of Tabular Data

NeurIPS 2025poster

Clustering tabular data remains a significant open challenge in data analysis and machine learning. Unlike for image data, similarity between tabular records often varies across datasets, making the definition of clusters highly dataset-dependent. Furthermore, the absence of supervised signals compl…

Cited by 0SourcecodeScholar
2024

Interpretability Benchmark for Evaluating Spatial Misalignment of Prototypical Parts Explanations

AAAI 2024technical

Prototypical parts-based networks are becoming increasingly popular due to their faithful self-explanations. However, their similarity maps are calculated in the penultimate network layer. Therefore, the receptive field of the prototype activation region often depends on parts of the image outside t…

2024

Sparser, Better, Deeper, Stronger: Improving Static Sparse Training with Exact Orthogonal Initialization

ICML 2024poster

Static sparse training aims to train sparse models from scratch, achieving remarkable results in recent years. A key design choice is given by the sparse initialization, which determines the trainable sub-network through a binary mask. Existing methods mainly select such mask based on a predefined d…

Cited by 1SourcePDFScholar
2023

Bounding Evidence and Estimating Log-Likelihood in VAE

AISTATS 2023poster

Many crucial problems in deep learning and statistical inference are caused by a variational gap, i.e., a difference between model evidence (log-likelihood) and evidence lower bound (ELBO). In particular, in a classical VAE setting that involves training via an ELBO cost function, it is difficult to…

Cited by 4SourcePDFScholar
2023

Fantastic Weights and How to Find Them: Where to Prune in Dynamic Sparse Training

NeurIPS 2023poster

Dynamic Sparse Training (DST) is a rapidly evolving area of research that seeks to optimize the sparse initialization of a neural network by adapting its topology during training. It has been shown that under specific conditions, DST is able to outperform dense models. The key components of this fr…

2022

Continual Learning with Guarantees via Weight Interval Constraints

ICML 2022spotlight

We introduce a new training paradigm that enforces interval constraints on neural network parameter space to control forgetting. Contemporary Continual Learning (CL) methods focus on training neural networks efficiently from a stream of data, while reducing the negative impact of catastrophic forget…

2022

Interpretable Image Classification with Differentiable Prototypes Assignment

ECCV 2022poster

"Existing prototypical-based models address the black-box nature of deep learning. However, they are sub-optimal as they often assume separate prototypes for each class, require multi-step optimization, make decisions based on prototype absence (so-called negative reasoning process), and derive vagu…

2022

LIDL: Local Intrinsic Dimension Estimation Using Approximate Likelihood

ICML 2022oral

Most of the existing methods for estimating the local intrinsic dimension of a data distribution do not scale well to high dimensional data. Many of them rely on a non-parametric nearest neighbours approach which suffers from the curse of dimensionality. We attempt to address that challenge by propo…

2021

Non-Gaussian Gaussian Processes for Few-Shot Regression

NeurIPS 2021poster

Gaussian Processes (GPs) have been widely used in machine learning to model distributions over functions, with applications including multi-modal regression, time-series prediction, and few-shot learning. GPs are particularly useful in the last application since they rely on Normal distributions and…

2021

Zero Time Waste: Recycling Predictions in Early Exit Neural Networks

NeurIPS 2021poster

The problem of reducing processing time of large deep learning models is a fundamental challenge in many real-world applications. Early exit methods strive towards this goal by attaching additional Internal Classifiers (ICs) to intermediate layers of a neural network. ICs can quickly return predicti…

2020

Hypernetwork approach to generating point clouds

ICML 2020poster

In this work, we propose a novel method for generating 3D point clouds that leverage properties of hyper networks. Contrary to the existing methods that learn only the representation of a 3D object, our approach simultaneously finds a representation of the object and its 3D surfaces. The main idea o…

2020

The Break-Even Point on Optimization Trajectories of Deep Neural Networks

ICLR 2020spotlight

The early phase of training of deep neural networks is critical for their final performance. In this work, we study how the hyperparameters of stochastic gradient descent (SGD) used in the early phase of training affect the rest of the optimization trajectory. We argue for the existence of the "``br…

Cited by 191SourceScholar
2019

Dynamical Isometry is Achieved in Residual Networks in a Universal Way for any Activation Function

AISTATS 2019poster

We demonstrate that in residual neural networks (ResNets) dynamical isometry is achievable irrespective of the activation function used. We do that by deriving, with the help of Free Probability and Random Matrix Theories, a universal formula for the spectral density of the input-output Jacobian at…

Cited by 37SourcePDFScholar
2018

Processing of missing data by neural networks

NeurIPS 2018poster

We propose a general, theoretically justified mechanism for processing missing data by neural networks. Our idea is to replace typical neuron's response in the first hidden layer by its expected value. This approach can be applied for various types of networks at minimal cost in their modification.…