← Search

Luca Zancato

13 accepted papers

2026

Gated KalmaNet: A Fading Memory Layer through Test-time Ridge Regression

CVPR 2026

As efficient alternatives to softmax Attention, linear state space models (SSMs) achieve constant memory and linear compute, but maintain only a lossy, fading summary of the past, often leading to inferior performance in recall oriented settings. We propose Gated KalmaNet (GKA), a layer that reduces

Cited by 0SourcecodeScholar
2026

Learning When to Attend: Conditional Memory Access for Long-Context LLMs

ICML 2026poster

Language models struggle to generalize beyond the context lengths seen during pretraining, limiting performance on long-horizon reasoning and retrieval. Continued pretraining on long-context data can mitigate this limitation, but it is prohibitively expensive due to the quadratic scaling of Attentio…

Cited by 0SourceScholar
2025

PICASO: Permutation-Invariant Context Composition with State Space Models

ICLR 2025poster

Providing Large Language Models with relevant contextual knowledge at inference time has been shown to greatly improve the quality of their generations. This is often achieved by prepending informative passages of text, or 'contexts', retrieved from external knowledge bases to their input. However,…

Cited by 0SourcePDFScholar
2024

B'MOJO: Hybrid State Space Realizations of Foundation Models with Eidetic and Fading Memory

NeurIPS 2024poster

We describe a family of architectures to support transductive inference by allowing memory to grow to a finite but a-priori unknown bound while making efficient use of finite resources for inference. Current architectures use such resources to represent data either eidetically over a finite span ('c…

Cited by 8SourcePDFScholar
2024

CPR: Retrieval Augmented Generation for Copyright Protection

CVPR 2024poster

Retrieval Augmented Generation (RAG) is emerging as a flexible and robust technique to adapt models to private users data without training to handle credit attribution and to allow efficient machine unlearning at scale. However RAG techniques for image generation may lead to parts of the retrieved s…

Cited by 79SourcePDFScholar
2024

Meaning Representations from Trajectories in Autoregressive Models

ICLR 2024poster

We propose to extract meaning representations from autoregressive language models by considering the distribution of all possible trajectories extending an input text. This strategy is prompt-free, does not require fine-tuning, and is applicable to any pre-trained autoregressive model. Moreover, unl…

2024

Multi-Modal Hallucination Control by Visual Information Grounding

CVPR 2024poster

Generative Vision-Language Models (VLMs) are prone to generate plausible-sounding textual answers which however are not always grounded in the input image. We investigate this phenomenon usually referred to as "hallucination" and show that it stems from an excessive reliance on the language prior. I…

Cited by 72SourcePDFScholar
2023

A-La-Carte Prompt Tuning (APT): Combining Distinct Data via Composable Prompting

CVPR 2023poster

We introduce A-la-carte Prompt Tuning (APT), a transformer-based scheme to tune prompts on distinct data so that they can be arbitrarily composed at inference time. The individual prompts can be trained in isolation, possibly on different devices, at different times, and on different distributions o…

2023

Leveraging sparse and shared feature activations for disentangled representation learning

NeurIPS 2023spotlight

Recovering the latent factors of variation of high dimensional data has so far focused on simple synthetic settings. Mostly building on unsupervised and weakly-supervised objectives, prior work missed out on the positive implications for representation learning on real world data. In this work, we p…

Cited by 22SourcePDFScholar
2023

Linear Spaces of Meanings: Compositional Structures in Vision-Language Models

ICCV 2023poster

We investigate compositional structures in data embeddings from pre-trained vision-language models (VLMs). Traditionally, compositionality has been associated with algebraic operations on embeddings of words from a pre-existing vocabulary. In contrast, we seek to approximate representations from an…

Cited by 33PDFScholar
2023

Train/Test-Time Adaptation With Retrieval

CVPR 2023poster

We introduce Train/Test-Time Adaptation with Retrieval (T3AR), a method to adapt models both at train and test time by means of a retrieval module and a searchable pool of external samples. Before inference, T3AR adapts a given model to the downstream task using refined pseudo-labels and a self-supe…

2023

Your representations are in the network: composable and parallel adaptation for large scale models

NeurIPS 2023poster

We present a framework for transfer learning that efficiently adapts a large base-model by learning lightweight cross-attention modules attached to its intermediate activations. We name our approach InCA (Introspective-Cross-Attention) and show that it can efficiently survey a network’s representati…

Cited by 3SourcePDFScholar
2020

Predicting Training Time Without Training

NeurIPS 2020poster

We tackle the problem of predicting the number of optimization steps that a pre-trained deep network needs to converge to a given value of the loss function. To do so, we leverage the fact that the training dynamics of a deep network during fine-tuning are well approximated by those of a linearized…

Cited by 30SourcePDFScholar