J. Urbano Merino
Please Note
45 records found
1
Scaling Laws for Compound AI Systems
More Compute, More Problems? Rethinking Scaling Laws for Retrieval-Augmented Generation
Our findings establish six empirical principles for test-time compute allocation in compound retrieval systems. First, depth scaling yields monotonic gains only when the reranker is architecturally robust to noise; the generative reranker MonoT5 degrades at large c while the distilled cross-encoder MiniLM-L6 scales reliably. Second, query breadth scaling requires a continuous embedding space, dense retrievers enable substantially larger fusion gains than sparse retrievers because semantically distinct rewrites activate genuinely different document regions. Third, the optimal pipeline ordering depends on the reranker's domain calibration: rerank-then-merge excels in-domain, while voting-based fusion dominates out-of-domain. Fourth, adaptive and fusion-based scaling are complementary rather than competing. Fifth, a persistent 15-17% relative Recall@50 Oracle gap reveals that practical fusion algorithms, not candidate generation, constitute the performance bottleneck. Sixth, retrieval gains transfer only partially to downstream generation quality, with volatile LLM-as-Judge trajectories cautioning against assuming proportional end-to-end improvements.
These results demonstrate that, unlike the monotonic scaling laws governing language model pre-training, retrieval scaling is non-monotonic and conditional, effective test-time compute allocation in Compound AI Systems requires domain-aware orchestration across the full retriever-reranker-fusion-reader pipeline. ...
Our findings establish six empirical principles for test-time compute allocation in compound retrieval systems. First, depth scaling yields monotonic gains only when the reranker is architecturally robust to noise; the generative reranker MonoT5 degrades at large c while the distilled cross-encoder MiniLM-L6 scales reliably. Second, query breadth scaling requires a continuous embedding space, dense retrievers enable substantially larger fusion gains than sparse retrievers because semantically distinct rewrites activate genuinely different document regions. Third, the optimal pipeline ordering depends on the reranker's domain calibration: rerank-then-merge excels in-domain, while voting-based fusion dominates out-of-domain. Fourth, adaptive and fusion-based scaling are complementary rather than competing. Fifth, a persistent 15-17% relative Recall@50 Oracle gap reveals that practical fusion algorithms, not candidate generation, constitute the performance bottleneck. Sixth, retrieval gains transfer only partially to downstream generation quality, with volatile LLM-as-Judge trajectories cautioning against assuming proportional end-to-end improvements.
These results demonstrate that, unlike the monotonic scaling laws governing language model pre-training, retrieval scaling is non-monotonic and conditional, effective test-time compute allocation in Compound AI Systems requires domain-aware orchestration across the full retriever-reranker-fusion-reader pipeline.
Outlier and Anomaly-Handling for 6G Wireless Measurement Data
A Systematic, Downstream-Centric Comparison of Statistical Filters and Unsupervised Outlier Detectors for Tabular and Time-Series 6G Network Measurements
Benchmarking Multivariate Time-Series Imputation in 6G Networks
A Comparative Study of Deep Learning and Classical Frameworks
Tabular and Time-Series Position Encodings in 6G Network Data
Investigating the Effects on Beam-Prediction Performance and Representation Quality
Data quality improvement through data cleaning and augmentation methods
How do different tabular imputation techniques compare when addressing missing values in 6G datasets?
In this thesis, we present a two-stage method designed for the aforementioned cases. The first stage is a precomputation stage, in which light paths are traced through the volume and stored in a space-efficient manner using a graph structure. Through this graph, radiance transport is then computed. In the rendering stage, the graph structure with radiance values can then be used to render the volume. The results show that our method can produce renders with negligible bias. They also show that the method is heavily constrained by space requirements as volume size increases, which results in an increase in bias for larger volumes. The main advantage of the method is its efficiency in rendering multiple images of the same object. ...
In this thesis, we present a two-stage method designed for the aforementioned cases. The first stage is a precomputation stage, in which light paths are traced through the volume and stored in a space-efficient manner using a graph structure. Through this graph, radiance transport is then computed. In the rendering stage, the graph structure with radiance values can then be used to render the volume. The results show that our method can produce renders with negligible bias. They also show that the method is heavily constrained by space requirements as volume size increases, which results in an increase in bias for larger volumes. The main advantage of the method is its efficiency in rendering multiple images of the same object.
https://huggingface.co/datasets/SemiGlassFace/CSE3000 ...
https://huggingface.co/datasets/SemiGlassFace/CSE3000
To bridge this gap, this work introduces an open-source Elasticsearch plugin that implements the interpolation-based re-ranking framework from Leonhardt et al. This plugin simplifies the adoption of hybrid re-ranking by making the technique easily accessible within existing pipelines.
Furthermore, this work explores learning-based optimization methods to optimize the interpolation constant α. The research investigates two main strategies: (1) direct, gradient-based optimization to determine an optimized global value for α , and (2) the development of lightweight adaptor models that dynamically predict context-aware α values for each query or query-document pair. These adaptors are based on Feedforward Neural Networks and Neural Tensor Network architectures.
Empirical results suggest that these learning-based methods, particularly the dynamic adaptors, can outperform traditional grid search methods for tuning α, due to their dynamic adjustment in a query/document basis. The benefits were especially strong in out-of-domain scenarios, where the adaptors showed improved performance for encoders that were not pre-trained on the target domain, without requiring fine-tuning of the full backbone architecture.
This work delivers a practical, easy-to-use tool for hybrid re-ranking in Elasticsearch, a novel methodology for optimizing its core re-ranking parameter, and proposes adaptor models that can deliver better performance than a fixed interpolation value in hybrid re-ranking. ...
To bridge this gap, this work introduces an open-source Elasticsearch plugin that implements the interpolation-based re-ranking framework from Leonhardt et al. This plugin simplifies the adoption of hybrid re-ranking by making the technique easily accessible within existing pipelines.
Furthermore, this work explores learning-based optimization methods to optimize the interpolation constant α. The research investigates two main strategies: (1) direct, gradient-based optimization to determine an optimized global value for α , and (2) the development of lightweight adaptor models that dynamically predict context-aware α values for each query or query-document pair. These adaptors are based on Feedforward Neural Networks and Neural Tensor Network architectures.
Empirical results suggest that these learning-based methods, particularly the dynamic adaptors, can outperform traditional grid search methods for tuning α, due to their dynamic adjustment in a query/document basis. The benefits were especially strong in out-of-domain scenarios, where the adaptors showed improved performance for encoders that were not pre-trained on the target domain, without requiring fine-tuning of the full backbone architecture.
This work delivers a practical, easy-to-use tool for hybrid re-ranking in Elasticsearch, a novel methodology for optimizing its core re-ranking parameter, and proposes adaptor models that can deliver better performance than a fixed interpolation value in hybrid re-ranking.
To this end, we propose two privacy-preserving protocols that enable exact matching of variable multi-attribute IoC and network data. For both protocols, we analyse the theoretical complexity and test proofs of concept in order to highlight their strengths and weaknesses. ...
To this end, we propose two privacy-preserving protocols that enable exact matching of variable multi-attribute IoC and network data. For both protocols, we analyse the theoretical complexity and test proofs of concept in order to highlight their strengths and weaknesses.
The Data Barrier to Lightweight Drinking Detection
An Analysis of the Viability of Skeleton-Only Models on In-the-Wild Social Data
The Definition of a New Correlation Variant for Rankings With Ties
Exploratory Definitions of the w-variant in τ, τAP, τh
Efficient Query Estimation by Vector Averaging in Dual-Encoder Re-Ranking
Estimating Query Embeddings as Weighted Average of Document Embeddings and Lightweight Query Encoding
Traditional lexical retrieval methods are susceptible to the vocabulary mismatch problem, where relevant passages are overlooked if they do not contain the exact query terms (e.g., synonyms), despite being semantically relevant.
A recent trend in IR is to address this issue by utilizing neural network models (dense rankers) which embed text sequences into dense vector representations that effectively capture their semantics through complex attention mechanisms.
For efficiency, dense rankers are often employed in a retrieve-and-re-rank setting, where a lexical ranker initially retrieves a subset of candidate passages, which are then reordered more accurately by a dense ranker.
In this thesis, we focus on the task of passage re-ranking.
We employ a dual-encoder architecture as re-ranker that employs a two independent query and document encoders, allowing document embeddings to be pre-computed. Dense query-passage similarity is computed as a dot product between their representations.
We then combine scores from both stages using score interpolation.
We identify query encoding latency as a bottleneck and propose an Average Embedding (AvgEmb) estimator. This novel model can efficiently predict an accurate query representation, without requiring any attention-based encoding.
It operates solely on looking up embeddings and computing their weighted average representation.
Our model is distilled from a TCT-ColBERT and achieves 98.6% of its teacher's accuracy while being 13.4X more efficient in query latency and 1.6X better in the full interpolated passage re-ranking pipeline on CPU.
Our code is publicly available on https://github.com/BovdBerg/fast-forward-indexes. ...
Traditional lexical retrieval methods are susceptible to the vocabulary mismatch problem, where relevant passages are overlooked if they do not contain the exact query terms (e.g., synonyms), despite being semantically relevant.
A recent trend in IR is to address this issue by utilizing neural network models (dense rankers) which embed text sequences into dense vector representations that effectively capture their semantics through complex attention mechanisms.
For efficiency, dense rankers are often employed in a retrieve-and-re-rank setting, where a lexical ranker initially retrieves a subset of candidate passages, which are then reordered more accurately by a dense ranker.
In this thesis, we focus on the task of passage re-ranking.
We employ a dual-encoder architecture as re-ranker that employs a two independent query and document encoders, allowing document embeddings to be pre-computed. Dense query-passage similarity is computed as a dot product between their representations.
We then combine scores from both stages using score interpolation.
We identify query encoding latency as a bottleneck and propose an Average Embedding (AvgEmb) estimator. This novel model can efficiently predict an accurate query representation, without requiring any attention-based encoding.
It operates solely on looking up embeddings and computing their weighted average representation.
Our model is distilled from a TCT-ColBERT and achieves 98.6% of its teacher's accuracy while being 13.4X more efficient in query latency and 1.6X better in the full interpolated passage re-ranking pipeline on CPU.
Our code is publicly available on https://github.com/BovdBerg/fast-forward-indexes.
The temporal component evaluates a set of linear and nonlinear regression models as flexible MCP-style baselines and extends them with additional contextual information. Temporal structure is incorporated through multi-step time windows, and local spatial structure is added by including neighboring LES grid cells. To represent full-field atmospheric patterns, the models are further enriched with latent encodings of the LES wind-speed field obtained through a Convolutional Autoencoder. The results show that MCP generalizes well to the microscale and that adding temporal and spatial context improves time-series accuracy across all observation locations, with combined strategies outperforming industry-standard methods.
The spatial component introduces Wind Speed-enhanced IDW (WS-IDW), which augments traditional IDW by weighting observation locations not only by geographic distance but also by similarity in LES wind speed. WS-IDW produces consistent improvements over the baseline, particularly when more observation locations are available. Analysis of the correction maps reveals that WS-IDW partially smooths misplaced fine-scale streaks in the LES wind field, supporting the hypothesis that LES is prone to slight spatial misalignment of coherent structures. The proposed method generalizes reasonably across sites and across different numbers of source masts.
Together, the temporal and spatial results demonstrate that incorporating LES-derived spatial and temporal information yields systematic improvements in microscale correction performance. The thesis provides a refined understanding of how LES behavior interacts with data-driven correction methods and offers a foundation for developing more robust microscale WRA correction frameworks in future work. ...
The temporal component evaluates a set of linear and nonlinear regression models as flexible MCP-style baselines and extends them with additional contextual information. Temporal structure is incorporated through multi-step time windows, and local spatial structure is added by including neighboring LES grid cells. To represent full-field atmospheric patterns, the models are further enriched with latent encodings of the LES wind-speed field obtained through a Convolutional Autoencoder. The results show that MCP generalizes well to the microscale and that adding temporal and spatial context improves time-series accuracy across all observation locations, with combined strategies outperforming industry-standard methods.
The spatial component introduces Wind Speed-enhanced IDW (WS-IDW), which augments traditional IDW by weighting observation locations not only by geographic distance but also by similarity in LES wind speed. WS-IDW produces consistent improvements over the baseline, particularly when more observation locations are available. Analysis of the correction maps reveals that WS-IDW partially smooths misplaced fine-scale streaks in the LES wind field, supporting the hypothesis that LES is prone to slight spatial misalignment of coherent structures. The proposed method generalizes reasonably across sites and across different numbers of source masts.
Together, the temporal and spatial results demonstrate that incorporating LES-derived spatial and temporal information yields systematic improvements in microscale correction performance. The thesis provides a refined understanding of how LES behavior interacts with data-driven correction methods and offers a foundation for developing more robust microscale WRA correction frameworks in future work.
As temperature is defined in space, while a typical standard rasterization pipeline only processes surfaces, these phenomena are difficult to reproduce.
Approximating the nonlinear ray path with ray marching becomes taxing due to the long light paths.
Current approaches use acceleration structures and have not been implemented in a rasterizer.
We present two methods that make dynamic real-time rendering of mirages possible, which fit well in the rasterization pipeline.
The first solution uses a second camera to capture surface temperature and normal information below the view ray, and approximates the nonlinear path of the ray in as few steps as possible.
The second method obtains the surface information in screen space instead, making it faster, but potentially less accurate in heterogeneous scenes.
Results show that both methods are capable of rendering mirages dynamically and in real-time when the surface is relatively flat.
Therefore, both methods, especially the second, faster method, could be used for the rendering of mirages on relatively flat faces, enabling real-time dynamic rendering of mirages in video games on those types of surfaces. ...
As temperature is defined in space, while a typical standard rasterization pipeline only processes surfaces, these phenomena are difficult to reproduce.
Approximating the nonlinear ray path with ray marching becomes taxing due to the long light paths.
Current approaches use acceleration structures and have not been implemented in a rasterizer.
We present two methods that make dynamic real-time rendering of mirages possible, which fit well in the rasterization pipeline.
The first solution uses a second camera to capture surface temperature and normal information below the view ray, and approximates the nonlinear path of the ray in as few steps as possible.
The second method obtains the surface information in screen space instead, making it faster, but potentially less accurate in heterogeneous scenes.
Results show that both methods are capable of rendering mirages dynamically and in real-time when the surface is relatively flat.
Therefore, both methods, especially the second, faster method, could be used for the rendering of mirages on relatively flat faces, enabling real-time dynamic rendering of mirages in video games on those types of surfaces.
Children also like music
Exploring the prominence of specific musical features in music listened by children of different age ranges
Recommending Appropriate Lyrics to Youngsters
Understanding the Presence of Inappropriate Content in Music Lyrics: Insights for Children's Recommender Systems
Factoring in What Gets Listened To
Evaluating the performance of a Factorisation Machine-based music recommender using musical features for child listeners