paper-with-me

홈 › Papers

Spectral Retrieval: Multi-Scale Sinc Convolution over Token Embeddings for Localized Retrieval in LLM Multi-Agent Systems

2026-05-23 · Andrea Morandi arxiv

[Abridged] - Spectral Retrieval is a plug-in re-ranking stage that interpolates between per-token MaxSim and mean-pool retrieval through a multi-scale sinc convolution over token embeddings. In standard dense retrieval each document is one mean-pooled vector; when relevance localises into a short subspan, the signal averages into noise. Spectral Retrieval reuses per-token embeddings from a late-interaction index and convolves them with a normalised sinc kernel at multiple scales. At L=1 the kernel acts as the identity, recovering per-token MaxSim; as L grows it approaches a uniform filter, recovering mean pooling. The maximum cosine over positions and scales yields a score provably no less informative than either endpoint. On a controlled synthetic benchmark with 1,000 documents and planted single-position spikes, mean-pool retrieval sits at chance (Recall@10 ~ 0.02) regardless of spike strength, while Spectral Retrieval reaches Recall@10 = 1.0 once the planted cosine exceeds the corpus-level token noise floor. On LIMIT-small with a frozen all-mpnet-base-v2 encoder, Spectral Retrieval lifts Recall@10 from 0.33 to 0.90, MRR from 0.22 to 0.79, and strict Success@10 from 0.12 to 0.84, without retraining. The method fits naturally into multi-agent LLM systems, where each agent benefits from a tighter, role-specific retrieval window over a shared corpus.

📄 PDF Abstract BibTeX arXiv:2605.24764

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Ultralightweight Spatial–Spectral Feature Cooperation Network for Change Detection in Remote Sensing Images

2023-03-24 · IEEE Transactions on Geoscience and Remote Sensing 2023 3 · Tao Lei, Xinzhe Geng, Hailong Ning, Zhiyong Lv 외

Deep convolutional neural networks (CNNs) have achieved much success in remote sensing image change detection (CD) but still suffer from two main problems. First, the existing multiscale feature fusion methods often use …

Building change detection for remote sensing imagesChange DetectionChange detection for remote sensing images

Accurate Spectral Super-resolution from Single RGB Image Using Multi-scale CNN

2018-06-10 · Yiqi Yan, Lei Zhang, Jun Li, Wei Wei 외

Different from traditional hyperspectral super-resolution approaches that focus on improving the spatial resolution, spectral super-resolution aims at producing a high-resolution hyperspectral image from the RGB observat…

Spectral ReconstructionSpectral Super-ResolutionSuper-Resolution

Multi-Time-Scale Convolution for Emotion Recognition from Speech Audio Signals

2020-03-06 · Eric Guizzo, Tillman Weyde, Jack Barnett Leveson

Robustness against temporal variations is important for emotion recognition from speech audio, since emotion is ex-pressed through complex spectral patterns that can exhibit significant local dilation and compression on …

Emotion Recognition

MultiScale Spectral-Spatial Convolutional Transformer for Hyperspectral Image Classification

2023-10-28 · Zhiqiang Gong, Xian Zhou, Wen Yao

Due to the powerful ability in capturing the global information, Transformer has become an alternative architecture of CNNs for hyperspectral image classification. However, general Transformer mainly considers the global…

ClassificationHyperspectral Image Classificationimage-classificationImage Classification

Frequency-Scale Saliency for Spectral Descriptor Analysis in 3D Shape Retrieval

2026-06-05 · Jianru Shen arxiv

Classical spectral descriptors such as the Heat Kernel Signature and Wave Kernel Signature are widely used for non-rigid 3D shape retrieval, yet their failure modes remain poorly understood. We present a frequency-scale …