SearcharxivSearch

arXiv subjects

Riccardo Barbieri

Publications and source records attributed to Riccardo Barbieri.

At least 19 recordsLinked to original sources

Not all those missing are lost: leveraging galaxy clustering in incomplete catalogs to unleash dark sirens cosmology

Gravitational waves offer a unique opportunity to solve the Hubble tension. In order to do so, we have to extract as much information as possible from cross correlating gravitational wave events (used as "dark sirens") with incomplete galaxy catalogs. Traditional methods assume a uniform in comoving volume distribution for galaxies missing from the catalogs, which neglects the fact that galaxies tend to cluster, leading to less precise and possibly biased posteriors. In this paper, we introduce a new method for accounting for galaxy clustering when dealing with an incomplete galaxy catalog, by adding back galaxies to the incomplete catalog and distributing them in pixels according to the correlation function $\xi(r)$. We find that our method drastically improves on traditional ones when the galaxy catalog is only $1\%-10\%$ complete, leading to posteriors that are between 2 and 4 times as precise, depending on the completeness fraction, without introducing any biases. Our method produces results comparable to traditional methods at extremely low catalog completeness fractions (<0.5\%) or for very high uncertainties in the recovered luminosity distance and sky localization of the gravitational wave events.

astro-ph.CO

Enhancing dark siren cosmology via Gaussian process reconstruction of incomplete galaxy catalogs

We present a novel framework for improving dark siren cosmology by applying a Gaussian process (GP) to the line-of-sight (LOS) reconstruction of incomplete galaxy catalogs. In the standard galaxy catalog method for inferring the Hubble constant $H_0$ from gravitational-wave (GW) dark sirens, missing galaxies are typically assumed to follow a uniform distribution in comoving volume, an assumption that discards galaxy redshift clustering information crucial for cosmological inference. We propose instead to model the LOS galaxy redshift distribution as a non-parametric function drawn from a GP realization, which is fitted to the observed incomplete catalog via a hierarchical Bayesian likelihood that explicitly accounts for the survey selection function. Applied to mock GW and galaxy catalogs extending up to redshift $z\leq0.4$, our method yields $H_0$ constraints that are on average 23% more precise than the standard homogeneous completion when using a 24%-complete galaxy catalog, and 37% more precise for an 8%-complete catalog. The largest improvement, reaching 66%, is obtained in configurations where the GP most effectively reconstructs the redshift over- and under-density features that the homogeneous completion fails to capture.

astro-ph.CO

A Scalable AI-Powered System for Explainable Machine Learning Pipelines in Brain Tumor

Artificial intelligence and radiomics are increasingly used in brain tumor research, yet their translation into clinical practice remains limited by fragmented workflows, poor transparency, and weak integration with end users' needs. We present the first version of a scalable web-based visual analytics system designed to support radiomics-driven machine learning inference in neuro-oncology. The platform integrates three core functions within a single interface: cohort management from structured clinical tables, radiomic feature extraction from medical images and segmentation masks, and guarded inference with pre-trained machine learning models. The system was developed through an iterative user-centred design process and evaluated on both a public glioblastoma dataset and a proprietary clinical cohort. A key contribution is the explicit exposure of intermediate workflow artifacts, which improves traceability, interpretability, and responsible use of AI. By combining portability, inspectability, and deployment simplicity, the proposed framework offers a practical foundation for clinically oriented AI applications in brain tumor analysis.

cs.SE

Radiomics- and Clinical Feature-Driven Prediction of Volumetric Response in Skull-Base Meningioma after CyberKnife Radiosurgery

Skull-base meningiomas are often characterized by favorable long-term prognosis, yet their anatomical complexity and proximity to critical neurovascular structures make treatment selection challenging. Stereotactic radiosurgery with CyberKnife represents an effective therapeutic option when surgical resection is not feasible; however, not all patients benefit equally from this treatment. Early identification of patients likely to respond to radiosurgery remains an open clinical problem. In this study, we propose a radiomics- and clinical feature-driven framework for predicting volumetric response in skull-base meningiomas treated with CyberKnife. Unlike most existing approaches that focus on progression-free survival or recurrence, our method targets volumetric response as an indicator of treatment efficacy. Pre-treatment MRI images from 104 patients were processed to extract radiomic features, which were combined with clinical variables and analyzed using six models. To ensure methodological rigor, the entire modeling process was implemented within a nested cross-validation scheme. Among the evaluated models, TabPFN achieved the best overall performance, with an AUC of 0.81 and consistently favorable classification metrics. These results suggest that advanced machine learning architectures, when combined with robust validation strategies, can effectively capture patterns associated with treatment response even in small-sample, high-dimensional settings.

cs.CV

Touchless Intraoperative Image Access System Based on Vision-Based Hand Tracking

Touchless interaction with medical images is becoming increasingly important in the surgical field, where sterility and continuity of the operational workflow are essential requirements. This work presents a vision-based system for intraoperative navigation of medical images through hand gestures acquired using a single RGB camera. Unlike many existing solutions, the system does not require additional hardware or user-specific training. Hand tracking is performed in real time using MediaPipe Hands, which provides a 2.5D estimation of hand landmarks. Simple and intuitive gestures are then mapped into translation, rotation, and zoom commands, enabling continuous and natural interaction with the image viewer. The system architecture is independent from the visualization software and, for implementation simplicity, in this study it was integrated with PyVista. Performance was evaluated through frame-level logging and quantitative analysis of latency, stability, and interaction robustness metrics. Experimental results highlight real-time behavior, with reduced latencies and stable control, in line with the requirements of fluid interaction. The system demonstrates the feasibility of a low-cost touchless solution for intraoperative access to medical images, laying the groundwork for future clinical evaluations.

cs.CV

Clustering effects on the Dark Siren determination of $H_0$: A simulation study

Gravitational waves (GWs) offer an alternative way to measure the Hubble parameter. The optimal technique, the ``bright siren'' approach, requires the identification of an electromagnetic counterpart. However, a significant fraction of gravitational waves signals will not have counterparts. Such events can still constrain the Hubble parameter $H_0$ via statistical methods, exploiting galaxy information from the GWs sky localisation volume. In this work, we investigate the power of this method using high-resolution, cosmological simulations that include realistic clustering. We find that clustering leads to increased convergence of the $H_0$ posteriors, with clear recovery of the input value as early as $N_{\rm gw}=40$ events, compared to uniform catalogues, where the posterior remains largely unconstrained, even with $N_{\rm gw}=100$ events. In addition, we quantify the role of catalogue incompleteness. We show that catalogues with completeness levels as low as $f=25\%$ can be competitive with fully complete catalogues, confirming the impact of clustering. Completeness levels of $f=50\%$ perform statistically similar to complete catalogues with as few as $N_{\rm gw}=40$ events. This indicates the need to focus on improving gravitational waves detection capabilities, rather than obtaining more complete galaxy catalogues. Finally, we investigate additional properties of the method by taking into consideration physical weights, different observational errors, potential biases from the $H_0$ priors, a variety of detectors' horizon distances, and different methods of catalogue completion and statistical analysis.

astro-ph.CO

Glioblastoma Overall Survival Prediction With Vision Transformers

Glioblastoma is one of the most aggressive and common brain tumors, with a median survival of 10-15 months. Predicting Overall Survival (OS) is critical for personalizing treatment strategies and aligning clinical decisions with patient outcomes. In this study, we propose a novel Artificial Intelligence (AI) approach for OS prediction using Magnetic Resonance Imaging (MRI) images, exploiting Vision Transformers (ViTs) to extract hidden features directly from MRI images, eliminating the need of tumor segmentation. Unlike traditional approaches, our method simplifies the workflow and reduces computational resource requirements. The proposed model was evaluated on the BRATS dataset, reaching an accuracy of 62.5% on the test set, comparable to the top-performing methods. Additionally, it demonstrated balanced performance across precision, recall, and F1 score, overcoming the best model in these metrics. The dataset size limits the generalization of the ViT which typically requires larger datasets compared to convolutional neural networks. This limitation in generalization is observed across all the cited studies. This work highlights the applicability of ViTs for downsampled medical imaging tasks and establishes a foundation for OS prediction models that are computationally efficient and do not rely on segmentation.

cs.CV

Phenomenology of Minimal Flavour Deconstruction at the lowest new scale

I describe in detail the phenomenology of a d=4 flavour-non-universal gauge theory, based on Ref. [1] , where global accidental symmetries control the pattern of the Yukawa couplings of the charged fermions and, at the same time, the deviations from the Standard Model of the relevant flavour observables. Special attention is payed to the phenomenology at the lowest new scale, the mass $m_{Z_{23}}$ of a neutral vector boson, in the MultiTeV

hep-ph

Minimal flavour deconstruction

We construct two concrete examples of flavour non-universal gauge theories which, after the inclusion of all $d\leq 4$ gauge invariant operators, allow to describe the observed pattern of flavour in the charged fermion sector without any small Yukawa coupling ($y \gtrsim 0.1$). Guided by the criterium of minimality, we assume that flavour non universality is confined to the Abelian sector of the gauge group: the universal hypercharge emerges after a sequence of symmetry-breaking steps characterised by two high mass scales, $Λ_{[23]} < Λ_{[12]}$, where the second and the first fermion generations get their mass respectively. At least in one of the two models the smaller of these scales can be in the 10 TeV range, consistently with current bounds from flavour observables. Both models are extended to include as well neutrino masses and mixings.

hep-ph

A Fisher matrix for gravitational-wave population inference

We derive a Fisher matrix for the parameters characterising a population of gravitational-wave events. This provides a guide to the precision with which population parameters can be estimated with multiple observations, which becomes increasingly accurate as the number of events and the signal-to-noise ratio of the sampled events increases. The formalism takes into account individual event measurement uncertainties and selection effects, and can be applied to arbitrary population models. We illustrate the framework with two examples: an analytical calculation of the Fisher matrix for the mean and variance of a Gaussian model describing a population affected by selection effects, and an estimation of the precision with which the slope of a power law distribution of supermassive black-hole masses can be measured using extreme-mass-ratio inspiral observations. We compare the Fisher predictions to results from Monte Carlo analyses, finding very good agreement.

gr-qc

Simplified models of vector $SU(4)$ leptoquarks at the TeV

Assuming confirmation of the anomalies in semi-leptonic $B$-decays, their explanation in terms of the exchange of a massive vector leptoquark field, $U_μ^a$, of charge 2/3, appears to require the inclusion of $U_μ^a$ in the vector multiplet of the adjoint of Pati-Salam $SU(4)$, $\mathcal{G}_μ^A$, as well as the introduction of vector-like fermions, $F_j$, in the fundamental of $SU(4)$. We consider simplified models characterised by the nature of the $SU(4)$ symmetry (global or local), by the number of vector-like fermions, and by the couplings of the Higgs boson to SM fermions (direct or induced by mixing with the vector-like fermions). In all cases, we implement a minimal breaking of a $U(2)^n_f$ flavour symmetry, with a single motivated exception. We then perform a global fit including the main observables sensitive to exchanges of the $\mathcal{G}_μ^A$ at tree level and in loops dominated by logs insensitive to the UV completion.

hep-ph

The Bardeen-Petterson effect in accreting supermassive black-hole binaries: disc breaking and critical obliquity

The inspiral of supermassive black-hole binaries in gas-rich environment is driven by the presence of an accretion disc and viscous interactions tend to align the spin of the black holes with the orbital angular momentum of the disc. Recent work introduced a new iterative approach to describe the alignment process and the resulting non-linear evolution of the surrounding warped accretion disc. Their model predicted that black-hole spins reach either full alignment or a critical obliquity where solutions to the warp equations cease to exist. In this paper, we show that this critical region corresponds to the disc breaking phenomenon, where the disc is disrupted into two or more discrete sections. We use 3D hydrodynamical simulations to (i) recover the predictions of the semi-analytic model and (ii) unveil a richer phenomenology where the disc exhibits either unsuccessful, single and multiple breaks. We additionally identify hydrodynamic effects such as spiral arms that are able to stabilise the disc against breaking beyond criticality. Our results show that when disc breaking occurs, the ability of black holes and disc to align is compromised and in some cases even prevented as the binary inspirals.

astro-ph.HE

A view of flavour physics in 2021

Based on a view of current flavour physics and motivated by the hierarchy problem and by the pattern of quark masses and mixings, I describe a picture of flavour physics that should give rise in a not too distant future to observable deviations from the SM in Higgs compositeness and/or in B-decays with violations of Lepton Flavour Universality, as hinted by current data, or perhaps even in supersymmetry, depending on the specific realisation.

hep-ph

The Bardeen-Petterson effect in accreting supermassive black-hole binaries: a systematic approach

Disc-driven migration is a key evolutionary stage of supermassive black-hole binaries hosted in gas-rich galaxies. Besides promoting the inspiral, viscous interactions tend to align the spins of the black holes with the orbital angular momentum of the disc. We present a critical and systematic investigation of this problem, also known as the Bardeen-Petterson effect. We design a new iterative scheme to solve the non-linear dynamics of warped accretion discs under the influence of both relativistic frame dragging and binary companion. We characterize the impact of the disc "critical obliquity", which marks regions of the parameter space where stationary solutions do not exist. We find that black-hole spins reach either complete alignment or a critical configuration. Reaching the critical obliquity might imply that the disc breaks as observed in hydrodynamical simulations. Our findings are important to predict the spin configurations with which supermassive black-hole binaries enter their gravitational-wave driven regime and become detectable by LISA.

astro-ph.GA

Flavour and Higgs compositeness: present and "near" future

Flavour physics, from now up to the operation of the next high energy collider, will be an important tool for BSM searches at the TeV scale. Although far from exhaustive, a particularly relevant case is represented by the possibility that the Higgs be a composite Pseudo-Nambu-Goldstone-Boson (PNGB) at a scale $l_H=1/m_*$. While a totally model-independent assessment of the potential of flavour physics in this case is impossible, here we illustrate what is likely to be a minimal sensitivity on $m_*$ by considering suitable examples.\

hep-ph

Quark masses, CKM angles and Lepton Flavour Universality violation

A properly defined and suitably broken $U(2)$ flavour symmetry leads to successful quantitative relations between quark mass ratios and CKM angles. At the same time the intrinsic distinction introduced by $U(2)$ between the third and the first two families of quarks and leptons may support anomalies in charged and neutral current semi-leptonic $B$-decays of the kind tentatively observed in current flavour experiments. We show how this is possible by the exchange of the $(3,1)_{2/3}$ vector leptoquark in two $U(2)$-models with significantly different values of Lepton Flavour Universality violation, observable in foreseen experiments.

hep-ph

B-decay anomalies in Pati-Salam SU(4)

Attempts to incorporate in a coherent picture the $B$-decay anomalies presumably observed in $b\rightarrow c$ and $b\rightarrow s$ semi-leptonic decays have to face the absence of signals in other related experiments, both at low and at high energies. By extending and making more precise the content of Ref. [1], we describe one such attempt based on the Pati-Salam SU(4) group, that unifies colour and the $B$-$L$ charge, in the context of a new strongly interacting sector, equally responsible for producing a pseudo-Goldstone Higgs boson.

hep-ph

The paradox of the Standard Model

As a way to recall and honour Guido Altarelli I contribute to the discussion on the prospect for the future of Particle Physics. I do this because I am sure that Guido would have liked the discussion, even though I am not equally sure that he would have agreed on all the opinions I express here.

hep-ph