← Search

Idan Achituve

11 accepted papers

2026

LATMiX: Learnable Affine Transformations for Microscaling Quantization of LLMs

ICML 2026poster

Post-training quantization (PTQ) is a widely used approach for reducing the memory and compute costs of large language models (LLMs). Recent studies have shown that applying invertible transformations to activations can significantly improve quantization robustness by reducing activation outliers; h…

Cited by 0SourceScholar
2025

Inverse Problem Sampling in Latent Space Using Sequential Monte Carlo

ICML 2025poster

In image processing, solving inverse problems is the task of finding plausible reconstructions of an image that was corrupted by some (usually known) degradation operator. Commonly, this process is done using a generative image model that can guide the reconstruction towards solutions that appear na…

Cited by 1SourcePDFScholar
2024

Bayesian Uncertainty for Gradient Aggregation in Multi-Task Learning

ICML 2024poster

As machine learning becomes more prominent there is a growing demand to perform several inference tasks in parallel. Multi-task learning (MTL) addresses this challenge by learning a single model that solves several tasks simultaneously and efficiently. Often optimizing MTL models entails first compu…

2024

De-Confusing Pseudo-Labels in Source-Free Domain Adaptation

ECCV 2024poster

"Source-free domain adaptation aims to adapt a source-trained model to an unlabeled target domain without access to the source data. It has attracted growing attention in recent years, where existing approaches focus on self-training that usually includes pseudo-labeling techniques. In this paper, w…

2023

Equivariant Architectures for Learning in Deep Weight Spaces

ICML 2023oral

Designing machine learning architectures for processing neural networks in their raw weight matrix form is a newly introduced research direction. Unfortunately, the unique symmetry structure of deep weight spaces makes this design very challenging. If successful, such architectures would be capable…

2022

Multi-Task Learning as a Bargaining Game

ICML 2022spotlight

In Multi-task learning (MTL), a joint model is trained to simultaneously make predictions for several tasks. Joint training reduces computation costs and improves data efficiency; however, since the gradients of these different tasks may conflict, training a joint model for MTL often yields lower pe…

2021

Auxiliary Learning by Implicit Differentiation

ICLR 2021poster

Training neural networks with auxiliary tasks is a common practice for improving the performance on a main task of interest. Two main challenges arise in this multi-task learning setting: (i) designing useful auxiliary tasks; and (ii) combining auxiliary tasks into a single coherent loss. Here, we p…

2021

GP-Tree: A Gaussian Process Classifier for Few-Shot Incremental Learning

ICML 2021spotlight

Gaussian processes (GPs) are non-parametric, flexible, models that work well in many tasks. Combining GPs with deep learning methods via deep kernel learning (DKL) is especially compelling due to the strong representational power induced by the network. However, inference in GPs, whether with or wit…

2021

Personalized Federated Learning With Gaussian Processes

NeurIPS 2021poster

Federated learning aims to learn a global model that performs well on client devices with limited cross-client communication. Personalized federated learning (PFL) further extends this setup to handle data heterogeneity between clients by learning personalized models. A key challenge in this setting…