-
Disconnect to Connect: A Data Augmentation Method for Improving Topology Accuracy in Image Segmentation
Authors:
Juan Miguel Valverde,
Maja Østergaard,
Adrian Rodriguez-Palomo,
Peter Alling Strange Vibe,
Nina Kølln Wittig,
Henrik Birkedal,
Anders Bjorholm Dahl
Abstract:
Accurate segmentation of thin, tubular structures (e.g., blood vessels) is challenging for deep neural networks. These networks classify individual pixels, and even minor misclassifications can break the thin connections within these structures. Existing methods for improving topology accuracy, such as topology loss functions, rely on very precise, topologically-accurate training labels, which are…
▽ More
Accurate segmentation of thin, tubular structures (e.g., blood vessels) is challenging for deep neural networks. These networks classify individual pixels, and even minor misclassifications can break the thin connections within these structures. Existing methods for improving topology accuracy, such as topology loss functions, rely on very precise, topologically-accurate training labels, which are difficult to obtain. This is because annotating images, especially 3D images, is extremely laborious and time-consuming. Low image resolution and contrast further complicates the annotation by causing tubular structures to appear disconnected. We present CoLeTra, a data augmentation strategy that integrates to the models the prior knowledge that structures that appear broken are actually connected. This is achieved by creating images with the appearance of disconnected structures while maintaining the original labels. Our extensive experiments, involving different architectures, loss functions, and datasets, demonstrate that CoLeTra leads to segmentations topologically more accurate while often improving the Dice coefficient and Hausdorff distance. CoLeTra's hyper-parameters are intuitive to tune, and our sensitivity analysis shows that CoLeTra is robust to changes in these hyper-parameters. We also release a dataset specifically suited for image segmentation methods with a focus on topology accuracy. CoLetra's code can be found at https://github.com/jmlipman/CoLeTra.
△ Less
Submitted 7 March, 2025;
originally announced March 2025.
-
TopoMortar: A dataset to evaluate image segmentation methods focused on topology accuracy
Authors:
Juan Miguel Valverde,
Motoya Koga,
Nijihiko Otsuka,
Anders Bjorholm Dahl
Abstract:
We present TopoMortar, a brick wall dataset that is the first dataset specifically designed to evaluate topology-focused image segmentation methods, such as topology loss functions. TopoMortar enables to investigate in two ways whether methods incorporate prior topological knowledge. First, by eliminating challenges seen in real-world data, such as small training set, noisy labels, and out-of-dist…
▽ More
We present TopoMortar, a brick wall dataset that is the first dataset specifically designed to evaluate topology-focused image segmentation methods, such as topology loss functions. TopoMortar enables to investigate in two ways whether methods incorporate prior topological knowledge. First, by eliminating challenges seen in real-world data, such as small training set, noisy labels, and out-of-distribution test-set images, that, as we show, impact the effectiveness of topology losses. Second, by allowing to assess in the same dataset topology accuracy across dataset challenges, isolating dataset-related effects from the effect of incorporating prior topological knowledge. In these two experiments, it is deliberately difficult to improve topology accuracy without actually using topology information, thus, permitting to attribute an improvement in topology accuracy to the incorporation of prior topological knowledge. To this end, TopoMortar includes three types of labels (accurate, noisy, pseudo-labels), two fixed training sets (large and small), and in-distribution and out-of-distribution test-set images. We compared eight loss functions on TopoMortar, and we found that clDice achieved the most topologically accurate segmentations, Skeleton Recall loss performed best particularly with noisy labels, and the relative advantageousness of the other loss functions depended on the experimental setting. Additionally, we show that simple methods, such as data augmentation and self-distillation, can elevate Cross entropy Dice loss to surpass most topology loss functions, and that those simple methods can enhance topology loss functions as well. clDice and Skeleton Recall loss, both skeletonization-based loss functions, were also the fastest to train, making this type of loss function a promising research direction. TopoMortar and our code can be found at https://github.com/jmlipman/TopoMortar
△ Less
Submitted 5 March, 2025;
originally announced March 2025.
-
Sauron U-Net: Simple automated redundancy elimination in medical image segmentation via filter pruning
Authors:
Juan Miguel Valverde,
Artem Shatillo,
Jussi Tohka
Abstract:
We introduce Sauron, a filter pruning method that eliminates redundant feature maps of convolutional neural networks (CNNs). Sauron optimizes, jointly with the loss function, a regularization term that promotes feature maps clustering at each convolutional layer by reducing the distance between feature maps. Sauron then eliminates the filters corresponding to the redundant feature maps by using au…
▽ More
We introduce Sauron, a filter pruning method that eliminates redundant feature maps of convolutional neural networks (CNNs). Sauron optimizes, jointly with the loss function, a regularization term that promotes feature maps clustering at each convolutional layer by reducing the distance between feature maps. Sauron then eliminates the filters corresponding to the redundant feature maps by using automatically adjusted layer-specific thresholds. Unlike most filter pruning methods, Sauron requires minimal changes to typical neural network optimization because it prunes and optimizes CNNs jointly, which, in turn, accelerates the optimization over time. Moreover, unlike with other cluster-based approaches, the user does not need to specify the number of clusters in advance, a hyperparameter that is difficult to tune. We evaluated Sauron and five state-of-the-art filter pruning methods on four medical image segmentation tasks. This is an area where little attention has been paid to filter pruning, but where smaller CNN models are desirable for local deployment, mitigating privacy concerns associated with cloud-based solutions. Sauron was the only method that achieved a reduction in model size of over 90% without deteriorating substantially the performance. Sauron also achieved, overall, the fastest models at inference time in machines with and without GPUs. Finally, we show through experiments that the feature maps of models pruned with Sauron are highly interpretable, which is essential for medical image segmentation.
△ Less
Submitted 22 May, 2024; v1 submitted 27 September, 2022;
originally announced September 2022.
-
Automatic cerebral hemisphere segmentation in rat MRI with lesions via attention-based convolutional neural networks
Authors:
Juan Miguel Valverde,
Artem Shatillo,
Riccardo de Feo,
Jussi Tohka
Abstract:
We present MedicDeepLabv3+, a convolutional neural network that is the first completely automatic method to segment cerebral hemispheres in magnetic resonance (MR) volumes of rats with lesions. MedicDeepLabv3+ improves the state-of-the-art DeepLabv3+ with an advanced decoder, incorporating spatial attention layers and additional skip connections that, as we show in our experiments, lead to more pr…
▽ More
We present MedicDeepLabv3+, a convolutional neural network that is the first completely automatic method to segment cerebral hemispheres in magnetic resonance (MR) volumes of rats with lesions. MedicDeepLabv3+ improves the state-of-the-art DeepLabv3+ with an advanced decoder, incorporating spatial attention layers and additional skip connections that, as we show in our experiments, lead to more precise segmentations. MedicDeepLabv3+ requires no MR image preprocessing, such as bias-field correction or registration to a template, produces segmentations in less than a second, and its GPU memory requirements can be adjusted based on the available resources. We optimized MedicDeepLabv3+ and six other state-of-the-art convolutional neural networks (DeepLabv3+, UNet, HighRes3DNet, V-Net, VoxResNet, Demon) on a heterogeneous training set comprised by MR volumes from 11 cohorts acquired at different lesion stages. Then, we evaluated the trained models and two approaches specifically designed for rodent MRI skull stripping (RATS and RBET) on a large dataset of 655 MR rat brain volumes. In our experiments, MedicDeepLabv3+ outperformed the other methods, yielding an average Dice coefficient of 0.952 and 0.944 in the brain and contralateral hemisphere regions. Additionally, we show that despite limiting the GPU memory and the training data, our MedicDeepLabv3+ also provided satisfactory segmentations. In conclusion, our method, publicly available at https://github.com/jmlipman/MedicDeepLabv3Plus, yielded excellent results in multiple scenarios, demonstrating its capability to reduce human workload in rat neuroimaging studies.
△ Less
Submitted 30 September, 2022; v1 submitted 4 August, 2021;
originally announced August 2021.
-
Region-wise Loss for Biomedical Image Segmentation
Authors:
Juan Miguel Valverde,
Jussi Tohka
Abstract:
We propose Region-wise (RW) loss for biomedical image segmentation. Region-wise loss is versatile, can simultaneously account for class imbalance and pixel importance, and it can be easily implemented as the pixel-wise multiplication between the softmax output and a RW map. We show that, under the proposed RW loss framework, certain loss functions, such as Active Contour and Boundary loss, can be…
▽ More
We propose Region-wise (RW) loss for biomedical image segmentation. Region-wise loss is versatile, can simultaneously account for class imbalance and pixel importance, and it can be easily implemented as the pixel-wise multiplication between the softmax output and a RW map. We show that, under the proposed RW loss framework, certain loss functions, such as Active Contour and Boundary loss, can be reformulated similarly with appropriate RW maps, thus revealing their underlying similarities and a new perspective to understand these loss functions. We investigate the observed optimization instability caused by certain RW maps, such as Boundary loss distance maps, and we introduce a mathematically-grounded principle to avoid such instability. This principle provides excellent adaptability to any dataset and practically ensures convergence without extra regularization terms or optimization tricks. Following this principle, we propose a simple version of boundary distance maps called rectified Region-wise (RRW) maps that, as we demonstrate in our experiments, achieve state-of-the-art performance with similar or better Dice coefficients and Hausdorff distances than Dice, Focal, weighted Cross entropy, and Boundary losses in three distinct segmentation tasks. We quantify the optimization instability provided by Boundary loss distance maps, and we empirically show that our RRW maps are stable to optimize. The code to run all our experiments is publicly available at: https://github.com/jmlipman/RegionWiseLoss.
△ Less
Submitted 29 March, 2022; v1 submitted 3 August, 2021;
originally announced August 2021.
-
Transfer Learning in Magnetic Resonance Brain Imaging: a Systematic Review
Authors:
Juan Miguel Valverde,
Vandad Imani,
Ali Abdollahzadeh,
Riccardo De Feo,
Mithilesh Prakash,
Robert Ciszek,
Jussi Tohka
Abstract:
Transfer learning refers to machine learning techniques that focus on acquiring knowledge from related tasks to improve generalization in the tasks of interest. In MRI, transfer learning is important for developing strategies that address the variation in MR images. Additionally, transfer learning is beneficial to re-utilize machine learning models that were trained to solve related tasks to the t…
▽ More
Transfer learning refers to machine learning techniques that focus on acquiring knowledge from related tasks to improve generalization in the tasks of interest. In MRI, transfer learning is important for developing strategies that address the variation in MR images. Additionally, transfer learning is beneficial to re-utilize machine learning models that were trained to solve related tasks to the task of interest. Our goal is to identify research directions, gaps of knowledge, applications, and widely used strategies among the transfer learning approaches applied in MR brain imaging. We performed a systematic literature search for articles that applied transfer learning to MR brain imaging. We screened 433 studies and we categorized and extracted relevant information, including task type, application, and machine learning methods. Furthermore, we closely examined brain MRI-specific transfer learning approaches and other methods that tackled privacy, unseen target domains, and unlabeled data. We found 129 articles that applied transfer learning to brain MRI tasks. The most frequent applications were dementia related classification tasks and brain tumor segmentation. A majority of articles utilized transfer learning on convolutional neural networks (CNNs). Only few approaches were clearly brain MRI specific, considered privacy issues, unseen target domains or unlabeled data. We proposed a new categorization to group specific, widely-used approaches. There is an increasing interest in transfer learning within brain MRI. Public datasets have contributed to the popularity of Alzheimer's diagnostics/prognostics and tumor segmentation. Likewise, the availability of pretrained CNNs has promoted their utilization. Finally, the majority of the surveyed studies did not examine in detail the interpretation of their strategies after applying transfer learning, and did not compare to other approaches.
△ Less
Submitted 1 April, 2021; v1 submitted 2 February, 2021;
originally announced February 2021.
-
Numerical simulation of knotted solutions for Maxwell equations
Authors:
Antonio M. Valverde,
Luis D. Angulo,
Miguel R. Cabello,
Salvador G. García,
Juan J. Omiste,
Jianshu Luo
Abstract:
In this work, we use the finite differences in time domain (FDTD) numerical method to compute and assess the validity of Hopf solutions, or hopfions, for the electromagnetic field equations. In these solutions, field lines form closed loops characterized by different knot topologies which are preserved during their time evolution. Hopfions have been studied extensively in the past from an analytic…
▽ More
In this work, we use the finite differences in time domain (FDTD) numerical method to compute and assess the validity of Hopf solutions, or hopfions, for the electromagnetic field equations. In these solutions, field lines form closed loops characterized by different knot topologies which are preserved during their time evolution. Hopfions have been studied extensively in the past from an analytical perspective but never, to the best of our knowledge, from a numerical approach. The implementation and validation of this technique eases the study of more complex cases of this phenomena; e.g. how these fields could interact with materials (e.g. anisotropic or non-linear), their coupling with other physical systems (e.g. plasmas), and also opens the path on their artificial generation by different means (e.g. antenna arrays or lasers).
△ Less
Submitted 4 March, 2020;
originally announced March 2020.
-
RatLesNetv2: A Fully Convolutional Network for Rodent Brain Lesion Segmentation
Authors:
Juan Miguel Valverde,
Artem Shatillo,
Riccardo de Feo,
Olli Gröhn,
Alejandra Sierra,
Jussi Tohka
Abstract:
We present a fully convolutional neural network (ConvNet), named RatLesNetv2, for segmenting lesions in rodent magnetic resonance (MR) brain images. RatLesNetv2 architecture resembles an autoencoder and it incorporates residual blocks that facilitate its optimization. RatLesNetv2 is trained end to end on three-dimensional images and it requires no preprocessing. We evaluated RatLesNetv2 on an exce…
▽ More
We present a fully convolutional neural network (ConvNet), named RatLesNetv2, for segmenting lesions in rodent magnetic resonance (MR) brain images. RatLesNetv2 architecture resembles an autoencoder and it incorporates residual blocks that facilitate its optimization. RatLesNetv2 is trained end to end on three-dimensional images and it requires no preprocessing. We evaluated RatLesNetv2 on an exceptionally large dataset composed of 916 T2-weighted rat brain MRI scans of 671 rats at nine different lesion stages that were used to study focal cerebral ischemia for drug development. In addition, we compared its performance with three other ConvNets specifically designed for medical image segmentation. RatLesNetv2 obtained similar to higher Dice coefficient values than the other ConvNets and it produced much more realistic and compact segmentations with notably fewer holes and lower Hausdorff distance. The Dice scores of RatLesNetv2 segmentations also exceeded inter-rater agreement of manual segmentations. In conclusion, RatLesNetv2 could be used for automated lesion segmentation, reducing human workload and improving reproducibility. RatLesNetv2 is publicly available at https://github.com/jmlipman/RatLesNetv2.
△ Less
Submitted 30 December, 2020; v1 submitted 24 January, 2020;
originally announced January 2020.
-
Predicting intelligence based on cortical WM/GM contrast, cortical thickness and volumetry
Authors:
Juan Miguel Valverde,
Vandad Imani,
John D. Lewis,
Jussi Tohka
Abstract:
We propose a four-layer fully-connected neural network (FNN) for predicting fluid intelligence scores from T1-weighted MR images for the ABCD-challenge. In addition to the volumes of brain structures, the FNN uses cortical WM/GM contrast and cortical thickness at 78 cortical regions. These last two measurements were derived from the T1-weighted MR images using cortical surfaces produced by the CIV…
▽ More
We propose a four-layer fully-connected neural network (FNN) for predicting fluid intelligence scores from T1-weighted MR images for the ABCD-challenge. In addition to the volumes of brain structures, the FNN uses cortical WM/GM contrast and cortical thickness at 78 cortical regions. These last two measurements were derived from the T1-weighted MR images using cortical surfaces produced by the CIVET pipeline. The age and gender of the subjects and the scanner manufacturer are also used as features for the learning algorithm. This yielded 283 features provided to the FNN with two hidden layers of 20 and 15 nodes. The method was applied to the data from the ABCD study. Trained with a training set of 3736 subjects, the proposed method achieved a MSE of 71.596 and a correlation of 0.151 in the validation set of 415 subjects. For the final submission, the model was trained with 3568 subjects and it achieved a MSE of 94.0270 in the test set comprised of 4383 subjects.
△ Less
Submitted 9 September, 2019;
originally announced September 2019.
-
Automatic Rodent Brain MRI Lesion Segmentation with Fully Convolutional Networks
Authors:
Juan Miguel Valverde,
Artem Shatillo,
Riccardo de Feo,
Olli Gröhn,
Alejandra Sierra,
Jussi Tohka
Abstract:
Manual segmentation of rodent brain lesions from magnetic resonance images (MRIs) is an arduous, time-consuming and subjective task that is highly important in pre-clinical research. Several automatic methods have been developed for different human brain MRI segmentation, but little research has targeted automatic rodent lesion segmentation. The existing tools for performing automatic lesion segme…
▽ More
Manual segmentation of rodent brain lesions from magnetic resonance images (MRIs) is an arduous, time-consuming and subjective task that is highly important in pre-clinical research. Several automatic methods have been developed for different human brain MRI segmentation, but little research has targeted automatic rodent lesion segmentation. The existing tools for performing automatic lesion segmentation in rodents are constrained by strict assumptions about the data. Deep learning has been successfully used for medical image segmentation. However, there has not been any deep learning approach specifically designed for tackling rodent brain lesion segmentation. In this work, we propose a novel Fully Convolutional Network (FCN), RatLesNet, for the aforementioned task. Our dataset consists of 131 T2-weighted rat brain scans from 4 different studies in which ischemic stroke was induced by transient middle cerebral artery occlusion. We compare our method with two other 3D FCNs originally developed for anatomical segmentation (VoxResNet and 3D-U-Net) with 5-fold cross-validation on a single study and a generalization test, where the training was done on a single study and testing on three remaining studies. The labels generated by our method were quantitatively and qualitatively better than the predictions of the compared methods. The average Dice coefficient achieved in the 5-fold cross-validation experiment with the proposed approach was 0.88, between 3.7% and 38% higher than the compared architectures. The presented architecture also outperformed the other FCNs at generalizing on different studies, achieving the average Dice coefficient of 0.79.
△ Less
Submitted 23 August, 2019;
originally announced August 2019.
-
Solutal Marangoni flow as the cause of ring stains from drying salty colloidal drops
Authors:
Alvaro Marin,
Stefan Karpitschka,
Diego Noguera-Marín,
Miguel A. Cabrerizo-Vílchez,
Massimiliano Rossi,
Christian J. Kähler,
Miguel A. Rodríguez Valverde
Abstract:
Evaporating salty droplets are ubiquitous in nature, in our home and in the laboratory. Interestingly, the transport processes in such apparently simple systems differ strongly from evaporating "freshwater" droplets since convection is partly inverted due to Marangoni stresses. Such an effect has crucial consequences to the salt crystallization process and to the deposits left behind. In this work…
▽ More
Evaporating salty droplets are ubiquitous in nature, in our home and in the laboratory. Interestingly, the transport processes in such apparently simple systems differ strongly from evaporating "freshwater" droplets since convection is partly inverted due to Marangoni stresses. Such an effect has crucial consequences to the salt crystallization process and to the deposits left behind. In this work we show unprecedented measurements that, not only confirm clearly the patterns of the flow inversion, but also elucidate their impact on the distribution of non-volatile solutes. Contrary to what has been often reported in the literature, such a flow reversal does not prevent the formation of ring-shaped stains: particles accumulate at the contact line driven solely by the interfacial flow. We can therefore conclude that the classical "coffee-stain effect" is not the only mechanism that can generate ring-shaped stains in evaporating droplets.
△ Less
Submitted 20 September, 2018;
originally announced September 2018.
-
Weak Quasielastic Production of Hyperons and Threshold Production of Two Pions
Authors:
S. K. Singh,
M. Sajjad Athar,
M. Rafi Alam,
Shikha Chauhan,
E. Hernández,
J. Nieves,
M. Valverde,
M. J. Vicente Vacas
Abstract:
We have studied quasielastic charged current hyperon production induced by $\barν_μ$ on free nucleon and the nucleons bound inside the nucleus and the results are presented for several nuclear targets like $^{40}Ar$, $^{56}Fe$ and $^{208}Pb$. The hyperon-nucleon transition form factors are determined from neutrino-nucleon scattering and semileptonic decays of neutron and hyperons using SU(3) symme…
▽ More
We have studied quasielastic charged current hyperon production induced by $\barν_μ$ on free nucleon and the nucleons bound inside the nucleus and the results are presented for several nuclear targets like $^{40}Ar$, $^{56}Fe$ and $^{208}Pb$. The hyperon-nucleon transition form factors are determined from neutrino-nucleon scattering and semileptonic decays of neutron and hyperons using SU(3) symmetry. The nuclear medium effects(NME) due to Fermi motion and final state interaction(FSI) effect due to hyperon-nucleon scattering have been taken into account. Also we have studied two pion production at threshold induced by neutrinos off nucleon targets. The contribution of nucleon, pion, and contact terms are calculated using Lagrangian given by nonlinear $σ$ model. The contribution of the Roper resonance has also been taken into account. The numerical results for the cross sections are presented and compared with the experimental results from ANL and BNL.
△ Less
Submitted 8 February, 2015;
originally announced February 2015.
-
Charged kaon production by coherent scattering of neutrinos and antineutrinos on nuclei
Authors:
L. Alvarez-Ruso,
J. Nieves,
I. Ruiz Simo,
M. Valverde,
M. J. Vicente Vacas
Abstract:
With the aim of achieving a better and more complete understanding of neutrino interactions with nuclear targets, the coherent production of charged kaons induced by neutrinos and antineutrinos is investigated in the energy range of some of the current neutrino experiments. We follow a microscopic approach which, at the nucleon level, incorporates the most important mechanisms allowed by the chira…
▽ More
With the aim of achieving a better and more complete understanding of neutrino interactions with nuclear targets, the coherent production of charged kaons induced by neutrinos and antineutrinos is investigated in the energy range of some of the current neutrino experiments. We follow a microscopic approach which, at the nucleon level, incorporates the most important mechanisms allowed by the chiral symmetry breaking pattern of QCD. The distortion of the outgoing (anti)kaon is taken into account by solving the Klein-Gordon equation with realistic optical potentials. Angular and momentum distributions are studied, as well as the energy and nuclear dependence of the total cross section.
△ Less
Submitted 22 May, 2012;
originally announced May 2012.
-
EChO - Exoplanet Characterisation Observatory
Authors:
G. Tinetti,
J. P. Beaulieu,
T. Henning,
M. Meyer,
G. Micela,
I. Ribas,
D. Stam,
M. Swain,
O. Krause,
M. Ollivier,
E. Pace,
B. Swinyard,
A. Aylward,
R. van Boekel,
A. Coradini,
T. Encrenaz,
I. Snellen,
M. R. Zapatero-Osorio,
J. Bouwman,
J. Y-K. Cho,
V. Coudé du Foresto,
T. Guillot,
M. Lopez-Morales,
I. Mueller-Wodarg,
E. Palle
, et al. (109 additional authors not shown)
Abstract:
A dedicated mission to investigate exoplanetary atmospheres represents a major milestone in our quest to understand our place in the universe by placing our Solar System in context and by addressing the suitability of planets for the presence of life. EChO -the Exoplanet Characterisation Observatory- is a mission concept specifically geared for this purpose. EChO will provide simultaneous, multi-w…
▽ More
A dedicated mission to investigate exoplanetary atmospheres represents a major milestone in our quest to understand our place in the universe by placing our Solar System in context and by addressing the suitability of planets for the presence of life. EChO -the Exoplanet Characterisation Observatory- is a mission concept specifically geared for this purpose. EChO will provide simultaneous, multi-wavelength spectroscopic observations on a stable platform that will allow very long exposures. EChO will build on observations by Hubble, Spitzer and groundbased telescopes, which discovered the first molecules and atoms in exoplanetary atmospheres. EChO will simultaneously observe a broad enough spectral region -from the visible to the mid-IR- to constrain from one single spectrum the temperature structure of the atmosphere and the abundances of the major molecular species. The spectral range and resolution are tailored to separate bands belonging to up to 30 molecules to retrieve the composition and temperature structure of planetary atmospheres. The target list for EChO includes planets ranging from Jupiter-sized with equilibrium temperatures Teq up to 2000 K, to those of a few Earth masses, with Teq ~300 K. We have baselined a dispersive spectrograph design covering continuously the 0.4-16 micron spectral range in 6 channels (1 in the VIS, 5 in the IR), which allows the spectral resolution to be adapted from several tens to several hundreds, depending on the target brightness. The instrument will be mounted behind a 1.5 m class telescope, passively cooled to 50 K, with the instrument structure and optics passively cooled to ~45 K. EChO will be placed in a grand halo orbit around L2. We have also undertaken a first-order cost and development plan analysis and find that EChO is easily compatible with the ESA M-class mission framework.
△ Less
Submitted 12 December, 2011;
originally announced December 2011.
-
New determination of the $N$-$Δ(1232)$ axial form factors from weak pion production and coherent pion production off nuclei at T2K and MiniBooNE energies revisited
Authors:
E. Hernández,
J. Nieves,
M. Valverde,
M. J. Vicente-Vacas
Abstract:
We re-evaluate our model predictions in Phys. Rev. D 79, 013002 (2009) for different observables in neutrino induced coherent pion production. This comes as a result of the new improved fit to old bubble chamber data of the dominant axial C_5^A nucleon-to-Delta form factor. We find an increase of 20%-30% in the values for the total cross sections. Uncertainties induced by the errors in the determi…
▽ More
We re-evaluate our model predictions in Phys. Rev. D 79, 013002 (2009) for different observables in neutrino induced coherent pion production. This comes as a result of the new improved fit to old bubble chamber data of the dominant axial C_5^A nucleon-to-Delta form factor. We find an increase of 20%-30% in the values for the total cross sections. Uncertainties induced by the errors in the determination of C_5^A are computed. Our new results turn out to be compatible within about $1σ$ with the former ones. We also stress the existing tension between the recent experimental determination of the σ(CC coh π^+)}/σ(NC coh π^0)} $ ratio by the SciBooNE Collaboration and the theoretical predictions.
△ Less
Submitted 20 December, 2010;
originally announced December 2010.
-
Coherent pion production off nuclei at T2K and MiniBooNE energies revisited
Authors:
E. Hernández,
J. Nieves,
M. Valverde
Abstract:
As a result of a new improved fit to old bubble chamber data of the dominant axial C_5^A nucleon-to-Delta form factor, and due to the relevance of this form factor for neutrino induced coherent pion production, we re-evaluate our model predictions in Phys. Rev. D79, 013002 (2009) for different observables of the latter reaction. Central values for the total cross sections increase by 20% to 30%, w…
▽ More
As a result of a new improved fit to old bubble chamber data of the dominant axial C_5^A nucleon-to-Delta form factor, and due to the relevance of this form factor for neutrino induced coherent pion production, we re-evaluate our model predictions in Phys. Rev. D79, 013002 (2009) for different observables of the latter reaction. Central values for the total cross sections increase by 20% to 30%, while differential cross sections do not change their shape appreciably. Furthermore, we also compute the uncertainties on total, differential and flux averaged cross sections induced by the errors in the determination of C_5^A. Our new results turn out to be compatible within about 1 sigma with the former ones. Finally, we stress the existing tension between the recent experimental determination of the sigma(CC coh π^+)/sigma(NC coh π^0) ratio by the SciBooNE Collaboration and the theoretical predictions.
△ Less
Submitted 15 October, 2010; v1 submitted 21 July, 2010;
originally announced July 2010.
-
Coherent Pions From Neutrino Scattering Off Nuclei
Authors:
M. Valverde,
J. E. Amaro,
E. Hernandez,
J. Nieves,
M. J. Vicente Vacas
Abstract:
We describe a model for pion production off nucleons and coherent pions from nuclei induced by neutrinos in the 1 GeV energy regime. Besides the dominant Delta pole contribution, it takes into account the effect of background terms required by chiral symmetry. Moreover, the model uses a reduced nucleon-to-Delta resonance axial coupling, which leads to coherent pion production cross sections arou…
▽ More
We describe a model for pion production off nucleons and coherent pions from nuclei induced by neutrinos in the 1 GeV energy regime. Besides the dominant Delta pole contribution, it takes into account the effect of background terms required by chiral symmetry. Moreover, the model uses a reduced nucleon-to-Delta resonance axial coupling, which leads to coherent pion production cross sections around a factor two smaller than most of the previous theoretical estimates. Nuclear effects like medium corrections on the Delta propagator and final pion distortion are included.
△ Less
Submitted 18 February, 2010;
originally announced February 2010.
-
N-Delta(1232) axial form factors from weak pion production
Authors:
E. Hernandez,
J. Nieves,
M. Valverde,
M. J. Vicente-Vacas
Abstract:
The N-Delta axial form factors are determined from neutrino induced pion production ANL & BNL data by using a state of the art theoretical model, which accounts both for background mechanisms and deuteron effects. We find violations of the off diagonal Goldberger-Treiman relation at the level of 2 sigma which might have an impact in background calculations for T2K and MiniBooNE low energy neutri…
▽ More
The N-Delta axial form factors are determined from neutrino induced pion production ANL & BNL data by using a state of the art theoretical model, which accounts both for background mechanisms and deuteron effects. We find violations of the off diagonal Goldberger-Treiman relation at the level of 2 sigma which might have an impact in background calculations for T2K and MiniBooNE low energy neutrino oscillation precision experiments.
△ Less
Submitted 25 January, 2010;
originally announced January 2010.
-
Neutrino induced coherent pion production
Authors:
E. Hernández,
J. Nieves,
M. Valverde,
M. J. Vicente-Vacas
Abstract:
We discuss different parameterizations of the $C_5^A(q^2)$ $NΔ$ axial form factor, fitted to the old Argonne bubble chamber data for pion production by neutrinos, and we use coherent pion production to test their low $q^2$ behavior. We find moderate effects that will be difficult to observe with the accuracy of present experiments. We also discuss the use of the Rein-Sehgal model for low energy…
▽ More
We discuss different parameterizations of the $C_5^A(q^2)$ $NΔ$ axial form factor, fitted to the old Argonne bubble chamber data for pion production by neutrinos, and we use coherent pion production to test their low $q^2$ behavior. We find moderate effects that will be difficult to observe with the accuracy of present experiments. We also discuss the use of the Rein-Sehgal model for low energy coherent pion production. By comparison to a microscopic calculation, we show the weaknesses of some of the approximations in that model that lead to very large cross sections as well as to the wrong shapes for differential ones. Finally we show that models based on the partial conservation of the axial current hypothesis are not fully reliable for differential cross sections that depend on the angle formed by the pion and the incident neutrino.
△ Less
Submitted 14 December, 2009;
originally announced December 2009.
-
Nucleon Emision Off Nuclei Induced By Neutrino Interactions
Authors:
M. Valverde,
J. Nieves,
J. E. Amaro,
M. J. Vicente-Vacas
Abstract:
We make a review of the main nuclear effects that affect neutrino-nucleus cross sections. We discuss how the different models in the literature try to describe these different effects, and thus try to compare between them. We focus on the quasi-elastic reaction in the neutrino energy region of around 1 GeV, where recent data from MiniBoone are available. Among the issues discussed are the differ…
▽ More
We make a review of the main nuclear effects that affect neutrino-nucleus cross sections. We discuss how the different models in the literature try to describe these different effects, and thus try to compare between them. We focus on the quasi-elastic reaction in the neutrino energy region of around 1 GeV, where recent data from MiniBoone are available. Among the issues discussed are the different treatment of medium corrections to initial and nal state nucleon wave functions and the problem of the rescattering of ejected nucleons.
△ Less
Submitted 16 October, 2009;
originally announced October 2009.
-
Neutrino Interactions Importance for Nuclear Physics
Authors:
J. E. Amaro,
C. Maieron,
M. Valverde,
J. Nieves,
M. B. Barbaro,
J. A. Caballero,
T. W. Donnelly,
J. M. Udias
Abstract:
We review the general interplay between Nuclear Physics and neutrino-nucleus cross sections at intermediate and high energies. The effects of different reaction mechanisms over the neutrino observables are illustrated with examples in calculations using several nuclear models and ingredients.
We review the general interplay between Nuclear Physics and neutrino-nucleus cross sections at intermediate and high energies. The effects of different reaction mechanisms over the neutrino observables are illustrated with examples in calculations using several nuclear models and ingredients.
△ Less
Submitted 7 September, 2009;
originally announced September 2009.
-
Neutrino induced weak pion production off the nucleon and coherent pion production in nuclei at low energies
Authors:
J. E. Amaro,
E. Hernández,
J. Nieves,
M. Valverde,
M. J. Vicente-Vacas
Abstract:
We present a microscopic model for neutrino induced one-pion production off the nucleon and its implementation for the purpose of calculating coherent pion production in nuclei.
We further criticize the use of the Rein--Sehgal model for coherent pion production by low energy neutrinos. In particular, we show how the approximations in that model give rise to a much flatter differential cross se…
▽ More
We present a microscopic model for neutrino induced one-pion production off the nucleon and its implementation for the purpose of calculating coherent pion production in nuclei.
We further criticize the use of the Rein--Sehgal model for coherent pion production by low energy neutrinos. In particular, we show how the approximations in that model give rise to a much flatter differential cross section in the $η=E_π(1-\cosθ_π)$ variable. We discuss the limitations intrinsic to any approach based on the partial conservation of the axial current hypothesis and the inability of such models to properly determine the angular distribution of the outgoing pion with respect to the direction of the incoming neutrino. We show the effects of those limitation for the case of the $\frac{dσ}{dη}$ differential cross section.
△ Less
Submitted 28 August, 2009;
originally announced August 2009.
-
Coherent Neutrino Scattering
Authors:
M. Valverde,
J. E. Amaro,
E. Hernandez,
J. Nieves
Abstract:
We present a microscopic model for coherent pion production off nuclei induced by neutrinos. This model is built upon a model for single nucleon processes that goes beyond the usual Delta dominance by including non resonant background contributions. We include nuclear medium effects: medium corrections to Delta$ properties and outgoing pion absortion via an optical potential. This results in maj…
▽ More
We present a microscopic model for coherent pion production off nuclei induced by neutrinos. This model is built upon a model for single nucleon processes that goes beyond the usual Delta dominance by including non resonant background contributions. We include nuclear medium effects: medium corrections to Delta$ properties and outgoing pion absortion via an optical potential. This results in major modifications to cross sections for low energy experiments when compared with phenomenological models like Rein-Sehgal's.
△ Less
Submitted 8 June, 2009;
originally announced June 2009.
-
Theoretical study of neutrino-induced coherent pion production off nuclei at T2K and MiniBooNE energies
Authors:
J. E. Amaro,
E. Hernández,
J. Nieves,
M. Valverde
Abstract:
We have developed a model for neutrino-induced coherent pion production off nuclei in the energy regime of interest for present and forthcoming neutrino oscillation experiments. It is based on a microscopic model for pion production off the nucleon that, besides the dominant Delta pole contribution, takes into account the effect of background terms required by chiral symmetry. Moreover, the mode…
▽ More
We have developed a model for neutrino-induced coherent pion production off nuclei in the energy regime of interest for present and forthcoming neutrino oscillation experiments. It is based on a microscopic model for pion production off the nucleon that, besides the dominant Delta pole contribution, takes into account the effect of background terms required by chiral symmetry. Moreover, the model uses a reduced nucleon-to-Delta resonance axial coupling, which leads to coherent pion production cross sections around a factor two smaller than most of the previous theoretical estimates. In the coherent production, the main nuclear effects, namely medium corrections on the Delta propagator and the final pion distortion, are included. We have improved on previous similar models by taking into account the nucleon motion and employing a more sophisticated optical potential. As found in previous calculations the modification of the Delta self-energy inside the nuclear medium strongly reduces the cross section, while the final pion distortion mainly shifts the peak position to lower pion energies. The angular distribution profiles are not much affected by nuclear effects. Nucleon motion increases the cross section by 15% at neutrino energies of 650 MeV, while Coulomb effects on charged pions are estimated to be small. Finally, we discuss at length the deficiencies of the Rein-Sehgal pion coherent production model for neutrino energies below 2 GeV, and in particular for the MiniBooNE and T2K experiments. We also predict flux averaged cross sections for these two latter experiments and K2K.
△ Less
Submitted 15 December, 2008; v1 submitted 10 November, 2008;
originally announced November 2008.
-
Theoretical update on low energy neutrino-nucleus reactions
Authors:
J. Nieves,
M. J. Vicente-Vacas,
J. E. Amaro,
M. Valverde,
E. Hernandez
Abstract:
We review Quasielastic (QE) inclusive and semi--inclusive neutrino/antineutrino Charged Current (CC) and Neutral Current (NC) induced nuclear reactions at intermediate energies. We pay special attention to nuclear corrections besides Pauli blocking: Long and Short range nuclear correlations (RPA and SRC) and particle and hole Spectral Functions (SF). We also critically review the use of the Plan…
▽ More
We review Quasielastic (QE) inclusive and semi--inclusive neutrino/antineutrino Charged Current (CC) and Neutral Current (NC) induced nuclear reactions at intermediate energies. We pay special attention to nuclear corrections besides Pauli blocking: Long and Short range nuclear correlations (RPA and SRC) and particle and hole Spectral Functions (SF). We also critically review the use of the Plane and Distorted Wave Impulse approximations (PWIA and DWIA) to describe inclusive one nucleon knockout reactions off nuclei. In this context, we present results from a Monte Carlo cascade method to account for the rescattering of the outgoing nucleon. Finally, we examine the effects of chiral non-resonant terms in neutrino pion production off the nucleon, and present some preliminary results on nuclear coherent pion production induced by neutrinos.
△ Less
Submitted 1 October, 2008; v1 submitted 30 September, 2008;
originally announced September 2008.
-
Neutrino induced weak pion production off the nucleon
Authors:
E. Hernandez,
J. Nieves,
M. Valverde
Abstract:
We study neutrino induced one-pion production off the nucleon in and around the Delta resonance region. Apart from the Delta-pole mechanism we include background terms required by chiral symmetry. These background terms give sizeable contributions in all channels. To better reproduce the ANL $q^2$-differential cross section data, we make a new fit of the $C_5^A(q^2)$ axial nucleon to Delta form…
▽ More
We study neutrino induced one-pion production off the nucleon in and around the Delta resonance region. Apart from the Delta-pole mechanism we include background terms required by chiral symmetry. These background terms give sizeable contributions in all channels. To better reproduce the ANL $q^2$-differential cross section data, we make a new fit of the $C_5^A(q^2)$ axial nucleon to Delta form factor. The new result $C_5^A(0)=0.867\pm 0.075$ is some 30% smaller than the commonly accepted value.
This correction is compatible with most quark model estimates and a recent lattice calculation
△ Less
Submitted 12 February, 2008;
originally announced February 2008.
-
Production of Two Pions Induced by Neutrinos
Authors:
M. Valverde,
J. Nieves,
E. Hernández,
S. K. Singh,
M. J. Vicente Vacas
Abstract:
We study the threshold production of two pions induced by neutrinos in nucleon targets. The contribution of nucleon pole, pion and contact terms is calculated using a chiral Lagrangian. The contribution of the Roper resonance, neglected in earlier studies, has also been taken into account.
We study the threshold production of two pions induced by neutrinos in nucleon targets. The contribution of nucleon pole, pion and contact terms is calculated using a chiral Lagrangian. The contribution of the Roper resonance, neglected in earlier studies, has also been taken into account.
△ Less
Submitted 12 February, 2008; v1 submitted 9 February, 2008;
originally announced February 2008.
-
Nuclear effects in neutrino induced reactions
Authors:
M. J. Vicente Vacas,
L. Alvarez-Ruso,
L. S. Geng,
J. Nieves,
M. Valverde,
S. Hirenzaki
Abstract:
We discuss the relevance of nuclear medium effects in the analysis of some low and medium energy neutrino reactions of current interest. In particular, we study the Quasi-Elastic (QE) process, where RPA correlations and Final State Interactions (FSI) are shown to play a crucial role. We have also investigated the neutrino induced coherent pion production. We find a strong reduction of the cross…
▽ More
We discuss the relevance of nuclear medium effects in the analysis of some low and medium energy neutrino reactions of current interest. In particular, we study the Quasi-Elastic (QE) process, where RPA correlations and Final State Interactions (FSI) are shown to play a crucial role. We have also investigated the neutrino induced coherent pion production. We find a strong reduction of the cross section due to the distortion of the pion wave function and the modification of the production mechanisms in the nucleus. The sensitivity of the results to the axial $NΔ$ coupling $C_5^A(0)$ has been also investigated.
△ Less
Submitted 8 February, 2008;
originally announced February 2008.
-
Neutrino Interaction Calculations from MeV to GeV Region
Authors:
J. E. Amaro,
J. Nieves,
M. Valverde,
M. J. Vicente-Vacas
Abstract:
The Quasi-Elastic (QE) contribution of the nuclear inclusive electron model developed in Nucl. Phys. A627 543 (1997) is extended to the study of neutrino/antineutrino Charged Current (CC) and Neutral
Current (NC) induced nuclear reactions at intermediate energies.
Long range nuclear (RPA) correlations, Final State Interaction (FSI) and Coulomb corrections are included within the model. RPA c…
▽ More
The Quasi-Elastic (QE) contribution of the nuclear inclusive electron model developed in Nucl. Phys. A627 543 (1997) is extended to the study of neutrino/antineutrino Charged Current (CC) and Neutral
Current (NC) induced nuclear reactions at intermediate energies.
Long range nuclear (RPA) correlations, Final State Interaction (FSI) and Coulomb corrections are included within the model. RPA correlations are shown to play a crucial role in the whole range (100--500 MeV) of studied neutrino energies. Results for inclusive muon capture for different nuclei through the Periodic Table are also discussed. In addition, and by means of a Monte Carlo cascade method to account for the rescattering of the outgoing nucleon, we also study the CC and NC inclusive one nucleon knockout reactions off nuclei.
△ Less
Submitted 31 October, 2007;
originally announced October 2007.
-
Chiral Symmetry and Neutrino Pion Production off the Nucleon
Authors:
E. Hernandez,
J. Nieves,
M. Valverde
Abstract:
The neutrino pion production off the nucleon is traditionally described in the literature by means of the weak excitation of the Delta(1232) resonance and its subsequent decay into N pi. Here, we present results from a model that includes also some background terms required by chiral symmetry. We show that the contribution of these terms is sizeable and leads to significant effects in total and…
▽ More
The neutrino pion production off the nucleon is traditionally described in the literature by means of the weak excitation of the Delta(1232) resonance and its subsequent decay into N pi. Here, we present results from a model that includes also some background terms required by chiral symmetry. We show that the contribution of these terms is sizeable and leads to significant effects in total and partially integrated pion production cross sections at intermediate energies of interest for neutrino oscillation experiments. Finally, we discuss parity-violating contributions to the pion angular differential cross section induced by the interference of these non-resonant terms with the Delta piece.
△ Less
Submitted 30 October, 2007;
originally announced October 2007.
-
Neutrino induced threshold production of two pions and N^*(1440) electroweak form factors
Authors:
E. Hernandez,
J. Nieves,
S. K. Singh,
M. Valverde,
M. J. Vicente-Vacas
Abstract:
We study the threshold production of two pions induced by neutrinos in nucleon targets. The contribution of nucleon, pion and contact terms are calculated using a chiral Lagrangian. The contribution of the Roper resonance, neglected in earlier studies, has also been taken into account. The numerical results for the cross sections are presented and compared with the available experimental data. I…
▽ More
We study the threshold production of two pions induced by neutrinos in nucleon targets. The contribution of nucleon, pion and contact terms are calculated using a chiral Lagrangian. The contribution of the Roper resonance, neglected in earlier studies, has also been taken into account. The numerical results for the cross sections are presented and compared with the available experimental data. It has been found that in the two pion channels with $π^+π^-$ and $π^0π^0$ in the final state, the contribution of the $N^*(1440)$ is quite important and could be used to determine the $N^*(1440)$ electroweak transition form factors if experimental data with better statistics become available in the future.
△ Less
Submitted 24 March, 2008; v1 submitted 18 October, 2007;
originally announced October 2007.
-
Pion Production in Neutrino-Nucleon Reactions
Authors:
E. Hernandez,
J. Nieves,
M. Valverde
Abstract:
We construct a model for the weak pion production off the nucleon, which in addition to the weak excitation of the $Δ(1232)$ resonance and its subsequent decay into $Nπ$, it includes also some background terms required by chiral symmetry. We re-fit the $C_5^A(q^2)$ form factor to the flux averaged $ν_μp \to μ^-pπ^+$ ANL $q^2-$differential cross section data, finding a substantially smaller contr…
▽ More
We construct a model for the weak pion production off the nucleon, which in addition to the weak excitation of the $Δ(1232)$ resonance and its subsequent decay into $Nπ$, it includes also some background terms required by chiral symmetry. We re-fit the $C_5^A(q^2)$ form factor to the flux averaged $ν_μp \to μ^-pπ^+$ ANL $q^2-$differential cross section data, finding a substantially smaller contribution of the $Δ$ pole mechanism than traditionally assumed in the literature. We also show that the interference between the Delta pole and the background terms produces parity-violating contributions to the pion angular differential cross section.
△ Less
Submitted 5 September, 2007;
originally announced September 2007.
-
Weak Pion Production off the Nucleon
Authors:
E. Hernandez,
J. Nieves,
M. Valverde
Abstract:
We develop a model for the weak pion production off the nucleon, which besides the Delta pole mechanism (weak excitation of the $Δ(1232)$ resonance and its subsequent decay into $Nπ$), includes also some background terms required by chiral symmetry. We re-fit the $C_5^A(q^2)$ form factor to the flux averaged $ν_μp \to μ^-pπ^+$ ANL $q^2-$differential cross section data, finding a substantially sm…
▽ More
We develop a model for the weak pion production off the nucleon, which besides the Delta pole mechanism (weak excitation of the $Δ(1232)$ resonance and its subsequent decay into $Nπ$), includes also some background terms required by chiral symmetry. We re-fit the $C_5^A(q^2)$ form factor to the flux averaged $ν_μp \to μ^-pπ^+$ ANL $q^2-$differential cross section data, finding a substantially smaller contribution of the Delta pole mechanism than traditionally assumed in the literature. Within this scheme, we calculate several differential and integrated cross sections, including pion angular distributions, induced by neutrinos and antineutrinos and driven both by charged and neutral currents. In all cases we find that the background terms produce quite significant effects and that they lead to an overall improved description of the data, as compared to the case where only the Delta pole mechanism is considered. We also show that the interference between the Delta pole and the background terms produces parity-violating contributions to the pion angular differential cross section, which are intimately linked to $T-$odd correlations in the contraction between the leptonic and hadronic tensors. However, these latter correlations do not imply a genuine violation of time reversal invariance because of the existence of strong final state interaction effects.
△ Less
Submitted 19 June, 2007; v1 submitted 18 January, 2007;
originally announced January 2007.
-
Can One Distinguish Tau Neutrinos from Antineutrinos in Neutral-Current Pion Production Processes?
Authors:
E. Hernandez,
J. Nieves,
M. Valverde
Abstract:
A potential way to distinguish tau-neutrinos from antineutrinos, below the tau-production threshold, but above the pion production one, is presented. It is based on the different behavior of the neutral current pion production off the nucleon, depending on whether it is induced by neutrinos or antineutrinos. This procedure for distinguishing tau-neutrinos from antineutrinos neither relies on any…
▽ More
A potential way to distinguish tau-neutrinos from antineutrinos, below the tau-production threshold, but above the pion production one, is presented. It is based on the different behavior of the neutral current pion production off the nucleon, depending on whether it is induced by neutrinos or antineutrinos. This procedure for distinguishing tau-neutrinos from antineutrinos neither relies on any nuclear model, nor it is affected by any nuclear effect (distortion of the outgoing nucleon waves, etc...). We show that neutrino-antineutrino asymmetries occur both in the totally integrated cross sections and in the pion azimuthal differential distributions. To define the asymmetries for the latter distributions we just rely on Lorentz-invariance. All these asymmetries are independent of the lepton family and can be experimentally measured by using electron or muon neutrinos, due to the lepton family universality of the neutral current neutrino interaction. Nevertheless and to estimate their size, we have also used the chiral model of hep-ph/0701149 at intermediate energies. Results are really significant since the differences between neutrino and antineutrino induced reactions are always large in all physical channels.
△ Less
Submitted 18 January, 2007; v1 submitted 10 August, 2006;
originally announced August 2006.
-
Nuclear effects on lepton polarization in charged-current quasielastic neutrino scattering
Authors:
M. Valverde,
J. E. Amaro,
J. Nieves,
C. Maieron
Abstract:
We use a correlated local Fermi gas (LFG) model, which accounts also for long distance corrections of the RPA type and final-state interactions, to compute the polarization of the final lepton in charged-current quasielastic neutrino scattering. The present model has been successfully used in recent studies of inclusive neutrino nucleus processes and muon capture. We investigate the relevance of…
▽ More
We use a correlated local Fermi gas (LFG) model, which accounts also for long distance corrections of the RPA type and final-state interactions, to compute the polarization of the final lepton in charged-current quasielastic neutrino scattering. The present model has been successfully used in recent studies of inclusive neutrino nucleus processes and muon capture. We investigate the relevance of nuclear effects in the particular case of $τ$ polarization in tau-neutrino induced reactions for several kinematics of relevance for neutrino oscillation experiments.
△ Less
Submitted 21 June, 2006;
originally announced June 2006.
-
Local Fermi gas in inclusive muon capture from nuclei
Authors:
J. E. Amaro,
J. Nieves,
M. Valverde,
C. Maieron
Abstract:
We compare local Fermi gas and shell model in muon capture in nuclei in order to estimate the effect of finite nuclear size in low energy weak reactions.
We compare local Fermi gas and shell model in muon capture in nuclei in order to estimate the effect of finite nuclear size in low energy weak reactions.
△ Less
Submitted 20 May, 2006;
originally announced May 2006.
-
Charged and Neutral Current Neutrino Induced Nucleon Emission Reactions
Authors:
J. Nieves,
M. Valverde,
M. J. Vicente Vacas
Abstract:
By means of a Monte Carlo cascade method, to account for the rescattering of the outgoing nucleon, we study the charged and neutral current inclusive one nucleon knockout reactions off nuclei induced by neutrinos. The nucleon emission process studied here is a clear signal for neutral--current neutrino driven reactions, and can be used in the analysis of future neutrino experiments.
By means of a Monte Carlo cascade method, to account for the rescattering of the outgoing nucleon, we study the charged and neutral current inclusive one nucleon knockout reactions off nuclei induced by neutrinos. The nucleon emission process studied here is a clear signal for neutral--current neutrino driven reactions, and can be used in the analysis of future neutrino experiments.
△ Less
Submitted 20 May, 2006;
originally announced May 2006.
-
Theoretical uncertainties on quasielastic charged-current neutrino-nucleus cross sections
Authors:
M. Valverde,
J. E. Amaro,
J. Nieves
Abstract:
We estimate the theoretical uncertainties of the model developed in Phys. Rev. C70 055503 for inclusive quasielastic charged-current neutrino-nucleus reactions at intermediate energies. Besides we quantify the deviations of the predictions of this many body framework from those obtained within a simple Fermi gas model. An special attention has been paid to the ratio σ(μ)/σ(e) of interest for exp…
▽ More
We estimate the theoretical uncertainties of the model developed in Phys. Rev. C70 055503 for inclusive quasielastic charged-current neutrino-nucleus reactions at intermediate energies. Besides we quantify the deviations of the predictions of this many body framework from those obtained within a simple Fermi gas model. An special attention has been paid to the ratio σ(μ)/σ(e) of interest for experiments on atmospheric neutrinos. We show that uncertainties affecting this ratio are likely smaller than 5%
△ Less
Submitted 20 May, 2006; v1 submitted 5 April, 2006;
originally announced April 2006.
-
Quasi-Elastic Neutrino-Nucleus Reactions
Authors:
M. Valverde,
J. Nieves,
J. E. Amaro
Abstract:
The quasi-elastic contribution of the nuclear inclusive electron scattering model developed in A. Gil, J. Nieves, and E. Oset: Nucl. Phys. A 627 (1997) 543; is extended to the study of electroweak Charged Current (CC) induced nuclear reactions at intermediate energies of interest for future neutrino oscillation experiments. The model accounts for long range nuclear (RPA) correlations, Final Stat…
▽ More
The quasi-elastic contribution of the nuclear inclusive electron scattering model developed in A. Gil, J. Nieves, and E. Oset: Nucl. Phys. A 627 (1997) 543; is extended to the study of electroweak Charged Current (CC) induced nuclear reactions at intermediate energies of interest for future neutrino oscillation experiments. The model accounts for long range nuclear (RPA) correlations, Final State Interaction and Coulomb corrections. RPA correlations are shown to play a crucial role in the whole range of neutrino energies, up to 500 MeV, studied in this work. Predictions for inclusive muon capture for different nuclei, and for the reactions $^{12}$C$(ν_μ,μ^-)X$ and $^{12}$C$(ν_e,e^-)X$ near threshold are also given.
△ Less
Submitted 6 February, 2006;
originally announced February 2006.
-
Inclusive Nucleon Emission Induced by Quasi--Elastic Neutrino--Nucleus Interactions
Authors:
J. Nieves,
M. Valverde,
M. J. Vicente Vacas
Abstract:
We study the quasi--elastic contribution to the inclusive $(ν_l,ν_l N)$, $(ν_l,l^- N)$, $({\bar ν}_l,{\bar ν}_l N)$ and $({\bar ν}_l,l^+ N)$ reactions in nuclei using a Monte Carlo simulation method to account for the rescattering of the outgoing nucleon. As input, we take the reaction probability from the microscopical many body framework developed in Phys. Rev. {\bf C70} (2004) 055503 for char…
▽ More
We study the quasi--elastic contribution to the inclusive $(ν_l,ν_l N)$, $(ν_l,l^- N)$, $({\bar ν}_l,{\bar ν}_l N)$ and $({\bar ν}_l,l^+ N)$ reactions in nuclei using a Monte Carlo simulation method to account for the rescattering of the outgoing nucleon. As input, we take the reaction probability from the microscopical many body framework developed in Phys. Rev. {\bf C70} (2004) 055503 for charged-current induced reactions, while for neutral currents we use results from a natural extension of the model described in that reference. The nucleon emission process studied here is a clear signal for neutral--current neutrino driven reactions, that can be used in the analysis of future neutrino experiments.
△ Less
Submitted 5 May, 2006; v1 submitted 16 November, 2005;
originally announced November 2005.
-
Inclusive nucleon emission induced by quasi-elastic neutrino-nucleus interactions
Authors:
J. Nieves,
M. Valverde,
M. J. Vicente-Vacas
Abstract:
A previous model on inclusive charged-current quasi-elastic nuclear reactions is extended to include neutral- and charged-current nucleon emission reactions. The problem of outgoing nucleon propagation is treated by means of a Monte Carlo simulation.
A previous model on inclusive charged-current quasi-elastic nuclear reactions is extended to include neutral- and charged-current nucleon emission reactions. The problem of outgoing nucleon propagation is treated by means of a Monte Carlo simulation.
△ Less
Submitted 3 October, 2005;
originally announced October 2005.
-
Inclusive Quasi-Elastic Neutrino Reactions
Authors:
J. Nieves,
J. E. Amaro,
M. Valverde,
E. Oset
Abstract:
The Quasi-Elastic contribution of the nuclear inclusive electron scattering model developed in Nucl. Phys. A 627 (1997) 543 is extended to the study of electroweak Charged Current induced nuclear reactions, at intermediate energies of interest for future neutrino oscillation experiments. The model accounts for long range nuclear (RPA) correlations, Final State Interaction and Coulomb corrections…
▽ More
The Quasi-Elastic contribution of the nuclear inclusive electron scattering model developed in Nucl. Phys. A 627 (1997) 543 is extended to the study of electroweak Charged Current induced nuclear reactions, at intermediate energies of interest for future neutrino oscillation experiments. The model accounts for long range nuclear (RPA) correlations, Final State Interaction and Coulomb corrections. RPA correlations are shown to play a crucial role in the whole range of neutrino energies, up to 500 MeV, studied in this work. Predictions for inclusive muon capture for different nuclei, and for the reactions $^{12}$C$(ν_μ,μ^-)X$ and $^{12}$C$(ν_e,e^-)X$ near threshold are also given.
△ Less
Submitted 9 March, 2005;
originally announced March 2005.
-
Equivalence between local Fermi gas and shell models in inclusive muon capture from nuclei
Authors:
J. E. Amaro,
C. Maieron,
J. Nieves,
M. Valverde
Abstract:
Motivated by recent studies of inclusive neutrino nucleus processes and muon capture within a correlated local Fermi gas model (LFG), we discuss the relevance of nuclear finite size effects in these reactions at low energy, in particular for muon capture. To disentangle these effects from others coming from the reaction dynamics we employ here a simple uncorrelated shell model that embodies the…
▽ More
Motivated by recent studies of inclusive neutrino nucleus processes and muon capture within a correlated local Fermi gas model (LFG), we discuss the relevance of nuclear finite size effects in these reactions at low energy, in particular for muon capture. To disentangle these effects from others coming from the reaction dynamics we employ here a simple uncorrelated shell model that embodies the typical finite size content of the problem. The integrated decay widths of muon atoms calculated with this shell model are then compared for several nuclei with those obtained within the uncorrelated LFG, using in both models exactly the same theoretical ingredients and parameters. We find that the two predictions are in quite good agreement, within 1--7%, when the shell model density and the correct energy balance is used as input in the LFG calculation. The present study indicates that, despite the low excitation energies involved in the reaction, integrated inclusive observables, like the total muon capture width, are quite independent of the fine details of the nuclear wave functions.
△ Less
Submitted 26 April, 2005; v1 submitted 9 September, 2004;
originally announced September 2004.
-
Nuclear Many-Body Theory of Electroweak Interactions with Nuclei at Intermediate Energies
Authors:
J. Nieves,
J. E. Amaro,
M. Valverde
Abstract:
The Quasi-Elastic (QE) contribution of the nuclear inclusive electron model developed in reference \cite{GNO97} is extended to the study of electroweak Charged Current (CC) induced nuclear reactions at intermediate energies of interest for future neutrino oscillation experiments. Long range nuclear (RPA) correlations, Final State Interaction (FSI) and Coulomb corrections are included within the…
▽ More
The Quasi-Elastic (QE) contribution of the nuclear inclusive electron model developed in reference \cite{GNO97} is extended to the study of electroweak Charged Current (CC) induced nuclear reactions at intermediate energies of interest for future neutrino oscillation experiments. Long range nuclear (RPA) correlations, Final State Interaction (FSI) and Coulomb corrections are included within the model. RPA correlations are shown to play a crucial role in the whole range of neutrino energies, up to 500 MeV, studied in this work. Predictions for inclusive muon capture for different nuclei through the Periodic Table and for the reactions $^{12}$C $(ν_μ,μ^-)X$ and $^{12}$C $(ν_e,e^-)X$ near threshold are also given.
△ Less
Submitted 3 August, 2004;
originally announced August 2004.
-
Inclusive Quasi-Elastic Charged-Current Neutrino-Nucleus Reactions
Authors:
J. Nieves,
J. E. Amaro,
M. Valverde
Abstract:
The Quasi-Elastic (QE) contribution of the nuclear inclusive electron scattering model developed in Nucl. Phys. A627 (1997) 543 is extended to the study of electroweak Charged Current (CC) induced nuclear reactions, at intermediate energies of interest for future neutrino oscillation experiments. The model accounts for, among other nuclear effects, long range nuclear (RPA) correlations, Final St…
▽ More
The Quasi-Elastic (QE) contribution of the nuclear inclusive electron scattering model developed in Nucl. Phys. A627 (1997) 543 is extended to the study of electroweak Charged Current (CC) induced nuclear reactions, at intermediate energies of interest for future neutrino oscillation experiments. The model accounts for, among other nuclear effects, long range nuclear (RPA) correlations, Final State Interaction (FSI) and Coulomb corrections. Predictions for the inclusive muon capture in $^{12}$C and the reaction $^{12}$C $(ν_μ,μ^-)X$ near threshold are also given. RPA correlations are shown to play a crucial role and their inclusion leads to one of the best existing simultaneous description of both processes, with accuracies of the order of 10-15% per cent for the muon capture rate and even better for the LSND measurement.
△ Less
Submitted 5 October, 2004; v1 submitted 1 August, 2004;
originally announced August 2004.