← Search

Piotr Borycki

5 accepted papers

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
2025

CLIPGaussian: Universal and Multimodal Style Transfer Based on Gaussian Splatting

NeurIPS 2025poster

Gaussian Splatting (GS) has recently emerged as an efficient representation for rendering 3D scenes from 2D images and has been extended to images, videos, and dynamic 4D content. However, applying style transfer to GS-based representations, especially beyond simple color changes, remains challengin…

Cited by 0SourcecodeScholar
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

MiraGe: Editable 2D Images using Gaussian Splatting

ICML 2025poster

Implicit Neural Representations (INRs) approximate discrete data through continuous functions and are commonly used for encoding 2D images. Traditional image-based INRs employ neural networks to map pixel coordinates to RGB values, capturing shapes, colors, and textures within the network’s weights.…

2024

D-MiSo: Editing Dynamic 3D Scenes using Multi-Gaussians Soup

NeurIPS 2024poster

Over the past years, we have observed an abundance of approaches for modeling dynamic 3D scenes using Gaussian Splatting (GS). These solutions use GS to represent the scene's structure and the neural network to model dynamics. Such approaches allow fast rendering and extracting each element of such…