-
FAIR Universe HiggsML Uncertainty Challenge Competition
Authors:
Wahid Bhimji,
Paolo Calafiura,
Ragansu Chakkappai,
Po-Wen Chang,
Yuan-Tang Chou,
Sascha Diefenbacher,
Jordan Dudley,
Steven Farrell,
Aishik Ghosh,
Isabelle Guyon,
Chris Harris,
Shih-Chieh Hsu,
Elham E Khoda,
Rémy Lyscar,
Alexandre Michon,
Benjamin Nachman,
Peter Nugent,
Mathis Reymond,
David Rousseau,
Benjamin Sluijter,
Benjamin Thorne,
Ihsan Ullah,
Yulei Zhang
Abstract:
The FAIR Universe -- HiggsML Uncertainty Challenge focuses on measuring the physics properties of elementary particles with imperfect simulators due to differences in modelling systematic errors. Additionally, the challenge is leveraging a large-compute-scale AI platform for sharing datasets, training models, and hosting machine learning competitions. Our challenge brings together the physics and…
▽ More
The FAIR Universe -- HiggsML Uncertainty Challenge focuses on measuring the physics properties of elementary particles with imperfect simulators due to differences in modelling systematic errors. Additionally, the challenge is leveraging a large-compute-scale AI platform for sharing datasets, training models, and hosting machine learning competitions. Our challenge brings together the physics and machine learning communities to advance our understanding and methodologies in handling systematic (epistemic) uncertainties within AI techniques.
△ Less
Submitted 18 December, 2024; v1 submitted 3 October, 2024;
originally announced October 2024.
-
PLANesT-3D: A new annotated dataset for segmentation of 3D plant point clouds
Authors:
Kerem Mertoğlu,
Yusuf Şalk,
Server Karahan Sarıkaya,
Kaya Turgut,
Yasemin Evrenesoğlu,
Hakan Çevikalp,
Ömer Nezih Gerek,
Helin Dutağacı,
David Rousseau
Abstract:
Creation of new annotated public datasets is crucial in helping advances in 3D computer vision and machine learning meet their full potential for automatic interpretation of 3D plant models. In this paper, we introduce PLANesT-3D; a new annotated dataset of 3D color point clouds of plants. PLANesT-3D is composed of 34 point cloud models representing 34 real plants from three different plant specie…
▽ More
Creation of new annotated public datasets is crucial in helping advances in 3D computer vision and machine learning meet their full potential for automatic interpretation of 3D plant models. In this paper, we introduce PLANesT-3D; a new annotated dataset of 3D color point clouds of plants. PLANesT-3D is composed of 34 point cloud models representing 34 real plants from three different plant species: \textit{Capsicum annuum}, \textit{Rosa kordana}, and \textit{Ribes rubrum}. Both semantic labels in terms of "leaf" and "stem", and organ instance labels were manually annotated for the full point clouds. As an additional contribution, SP-LSCnet, a novel semantic segmentation method that is a combination of unsupervised superpoint extraction and a 3D point-based deep learning approach is introduced and evaluated on the new dataset. Two existing deep neural network architectures, PointNet++ and RoseSegNet were also tested on the point clouds of PLANesT-3D for semantic segmentation.
△ Less
Submitted 30 July, 2024;
originally announced July 2024.
-
On-the-fly spectral unmixing based on Kalman filtering
Authors:
Hugues Kouakou,
José Henrique de Morais Goulart,
Raffaele Vitale,
Thomas Oberlin,
David Rousseau,
Cyril Ruckebusch,
Nicolas Dobigeon
Abstract:
This work introduces an on-the-fly (i.e., online) linear unmixing method which is able to sequentially analyze spectral data acquired on a spectrum-by-spectrum basis. After deriving a sequential counterpart of the conventional linear mixing model, the proposed approach recasts the linear unmixing problem into a linear state-space estimation framework. Under Gaussian noise and state models, the est…
▽ More
This work introduces an on-the-fly (i.e., online) linear unmixing method which is able to sequentially analyze spectral data acquired on a spectrum-by-spectrum basis. After deriving a sequential counterpart of the conventional linear mixing model, the proposed approach recasts the linear unmixing problem into a linear state-space estimation framework. Under Gaussian noise and state models, the estimation of the pure spectra can be efficiently conducted by resorting to Kalman filtering. Interestingly, it is shown that this Kalman filter can operate in a lower-dimensional subspace while ensuring the nonnegativity constraint inherent to pure spectra. This dimensionality reduction allows significantly lightening the computational burden, while leveraging recent advances related to the representation of essential spectral information. The proposed method is evaluated through extensive numerical experiments conducted on synthetic and real Raman data sets. The results show that this Kalman filter-based method offers a convenient trade-off between unmixing accuracy and computational efficiency, which is crucial for operating in an on-the-fly setting. To the best of the authors' knowledge, this is the first operational method which is able to solve the spectral unmixing problem efficiently in a dynamic fashion. It also constitutes a valuable building block for benefiting from acquisition and processing frameworks recently proposed in the microscopy literature, which are motivated by practical issues such as reducing acquisition time and avoiding potential damages being inflicted to photosensitive samples.
△ Less
Submitted 22 July, 2024;
originally announced July 2024.
-
Towards impactful challenges: post-challenge paper, benchmarks and other dissemination actions
Authors:
Antoine Marot,
David Rousseau,
Zhen,
Xu
Abstract:
The conclusion of an AI challenge is not the end of its lifecycle; ensuring a long-lasting impact requires meticulous post-challenge activities. The long-lasting impact also needs to be organised. This chapter covers the various activities after the challenge is formally finished. This work identifies target audiences for post-challenge initiatives and outlines methods for collecting and organizin…
▽ More
The conclusion of an AI challenge is not the end of its lifecycle; ensuring a long-lasting impact requires meticulous post-challenge activities. The long-lasting impact also needs to be organised. This chapter covers the various activities after the challenge is formally finished. This work identifies target audiences for post-challenge initiatives and outlines methods for collecting and organizing challenge outputs. The multiple outputs of the challenge are listed, along with the means to collect them. The central part of the chapter is a template for a typical post-challenge paper, including possible graphs and advice on how to turn the challenge into a long-lasting benchmark.
△ Less
Submitted 20 February, 2025; v1 submitted 10 December, 2023;
originally announced December 2023.
-
Auto-tuning capabilities of the ACTS track reconstruction suite
Authors:
Corentin Allaire,
Rocky Bala Garg,
Hadrien Benjamin Grasland,
Elyssa Frances Hofgard,
David Rousseau,
Rama Salahat,
Andreas Salzburger,
Lauren Alexandra Tompkins
Abstract:
The reconstruction of charged particle trajectories is a crucial challenge of particle physics experiments as it directly impacts particle reconstruction and physics performances. To reconstruct these trajectories, different reconstruction algorithms are used sequentially. Each of these algorithms uses many configuration parameters that must be fine-tuned to properly account for the detector/exper…
▽ More
The reconstruction of charged particle trajectories is a crucial challenge of particle physics experiments as it directly impacts particle reconstruction and physics performances. To reconstruct these trajectories, different reconstruction algorithms are used sequentially. Each of these algorithms uses many configuration parameters that must be fine-tuned to properly account for the detector/experimental setup, the available CPU budget and the desired physics performance. Examples of such parameters are cut values limiting the algorithm's search space, approximations accounting for complex phenomenons, or parameters controlling algorithm performance. Until now, these parameters had to be optimised by human experts, which is inefficient and raises issues for the long-term maintainability of such algorithms. Previous experience using machine learning for particle reconstruction (such as the TrackML challenge) has shown that they can be easily adapted to different experiments by learning directly from the data. We propose to bring the same approach to the classic track reconstruction algorithms by connecting them to an agent-driven optimiser, allowing us to find the best input parameters using an iterative tuning approach. We have so far demonstrated this method on different track reconstruction algorithms within A Common Tracking Software (ACTS) framework using the Open Data Detector (ODD). These algorithms include the trajectory seed reconstruction and selection, the particle vertex reconstruction and the generation of simplified material maps used for trajectory reconstruction.
△ Less
Submitted 8 December, 2023;
originally announced December 2023.
-
Ranking-based neural network for ambiguity resolution in ACTS
Authors:
Corentin Allaire,
Françoise Bouvet,
Hadrien Grasland,
David Rousseau
Abstract:
The reconstruction of particle trajectories is a key challenge of particle physics experiments, as it directly impacts particle identification and physics performances while also representing one of the main CPU consumers of many high-energy physics experiments. As the luminosity of particle colliders increases, this reconstruction will become more challenging and resource-intensive. New algorithm…
▽ More
The reconstruction of particle trajectories is a key challenge of particle physics experiments, as it directly impacts particle identification and physics performances while also representing one of the main CPU consumers of many high-energy physics experiments. As the luminosity of particle colliders increases, this reconstruction will become more challenging and resource-intensive. New algorithms are thus needed to address these challenges efficiently. One potential step of track reconstruction is ambiguity resolution. In this step, performed at the end of the tracking chain, we select which tracks candidates should be kept and which must be discarded. The speed of this algorithm is directly driven by the number of track candidates, which can be reduced at the cost of some physics performance. Since this problem is fundamentally an issue of comparison and classification, we propose to use a machine learning-based approach to the Ambiguity Resolution. Using a shared-hits-based clustering algorithm, we can efficiently determine which candidates belong to the same truth particle. Afterwards, we can apply a Neural Network (NN) to compare those tracks and decide which ones are duplicates and which ones should be kept. This approach is implemented within A Common Tracking Software (ACTS) framework and tested on the Open Data Detector (ODD), a realistic virtual detector similar to a future ATLAS one. This new approach was shown to be 15 times faster than the default ACTS algorithm while removing 32 times more duplicates down to less than one duplicated track per event.
△ Less
Submitted 8 December, 2023;
originally announced December 2023.
-
Toward more frugal models for functional cerebral networks automatic recognition with resting-state fMRI
Authors:
Lukman Ismaila,
Pejman Rasti,
Jean-Michel Lemée,
David Rousseau
Abstract:
We refer to a machine learning situation where models based on classical convolutional neural networks have shown good performance. We are investigating different encoding techniques in the form of supervoxels, then graphs to reduce the complexity of the model while tracking the loss of performance. This approach is illustrated on a recognition task of resting-state functional networks for patient…
▽ More
We refer to a machine learning situation where models based on classical convolutional neural networks have shown good performance. We are investigating different encoding techniques in the form of supervoxels, then graphs to reduce the complexity of the model while tracking the loss of performance. This approach is illustrated on a recognition task of resting-state functional networks for patients with brain tumors. Graphs encoding supervoxels preserve activation characteristics of functional brain networks from images, optimize model parameters by 26 times while maintaining CNN model performance.
△ Less
Submitted 4 July, 2023;
originally announced July 2023.
-
A Novel Autoencoders-LSTM Model for Stroke Outcome Prediction using Multimodal MRI Data
Authors:
Nima Hatami,
Laura Mechtouff,
David Rousseau,
Tae-Hee Cho,
Omer Eker,
Yves Berthezene,
Carole Frindel
Abstract:
Patient outcome prediction is critical in management of ischemic stroke. In this paper, a novel machine learning model is proposed for stroke outcome prediction using multimodal Magnetic Resonance Imaging (MRI). The proposed model consists of two serial levels of Autoencoders (AEs), where different AEs at level 1 are used for learning unimodal features from different MRI modalities and a AE at lev…
▽ More
Patient outcome prediction is critical in management of ischemic stroke. In this paper, a novel machine learning model is proposed for stroke outcome prediction using multimodal Magnetic Resonance Imaging (MRI). The proposed model consists of two serial levels of Autoencoders (AEs), where different AEs at level 1 are used for learning unimodal features from different MRI modalities and a AE at level 2 is used to combine the unimodal features into compressed multimodal features. The sequences of multimodal features of a given patient are then used by an LSTM network for predicting outcome score. The proposed AE2-LSTM model is proved to be an effective approach for better addressing the multimodality and volumetric nature of MRI data. Experimental results show that the proposed AE2-LSTM outperforms the existing state-of-the art models by achieving highest AUC=0.71 and lowest MAE=0.34.
△ Less
Submitted 16 March, 2023;
originally announced March 2023.
-
A Punctuated Equilibrium Analysis of the Climate Evolution of Cenozoic exhibits a Hierarchy of Abrupt Transitions
Authors:
Denis-Didier Rousseau,
Witold Bagniewski,
Valerio Lucarini
Abstract:
The Earth's climate has experienced numerous critical transitions during its history, which have often been accompanied by massive and rapid changes in the biosphere. Such transitions are evidenced in various proxy records covering different timescales. The goal is then to identify, date, and rank past critical transitions in terms of importance, thus possibly yielding a more thorough perspective…
▽ More
The Earth's climate has experienced numerous critical transitions during its history, which have often been accompanied by massive and rapid changes in the biosphere. Such transitions are evidenced in various proxy records covering different timescales. The goal is then to identify, date, and rank past critical transitions in terms of importance, thus possibly yielding a more thorough perspective on climatic history. To illustrate such an angle, which inspired the punctuated equilibrium angle on the theory of evolution, we have analyzed 2 key high-resolution datasets: the CENOGRID marine compilation (past 66 Myr), and North Atlantic U1308 record (past 3.3 Myr). By combining recurrence analysis of the individual time series with a multivariate representation of the system based on the theory of the quasi-potential, we identify the key abrupt transitions associated with major regime changes that differentiate various clusters of climate variability. This allows interpreting the time-evolution of the system as a trajectory taking place in a dynamical landscape, whose multiscale features are associated with a hierarchy of tipping points.
△ Less
Submitted 23 September, 2023; v1 submitted 12 December, 2022;
originally announced December 2022.
-
PaleoJump: A database for abrupt transitions in past climates
Authors:
Witold Bagniewski,
Denis-Didier Rousseau,
Michael Ghil
Abstract:
Tipping points (TPs) in the Earth system have been studied with growing interest and concern in recent years due to the potential risk of anthropogenic forcing causing abrupt, and possibly irreversible, climate transitions. Paleoclimate records are essential for identifying TPs in Earth's past and for properly understanding the climate system's underlying nonlinearities and bifurcation mechanisms.…
▽ More
Tipping points (TPs) in the Earth system have been studied with growing interest and concern in recent years due to the potential risk of anthropogenic forcing causing abrupt, and possibly irreversible, climate transitions. Paleoclimate records are essential for identifying TPs in Earth's past and for properly understanding the climate system's underlying nonlinearities and bifurcation mechanisms. Due to the variations in quality, resolution, and dating methods, it is crucial to select the records that give the best representation of past climates. Furthermore, as paleoclimate time series vary in their origin, time spans, and periodicities, an objective, automated methodology is crucial for identifying and comparing TPs. To reach this goal, we present here the PaleoJump database of carefully selected, high-resolution records originating in ice cores, marine sediments, speleothems, terrestrial records, and lake sediments. These records describe climate variability on centennial, millennial, or longer time scales and cover all the continents and ocean basins. We provide an overview of their spatial distribution and discuss the gaps in coverage. Our statistical methodology includes an augmented Kolmogorov-Smirnov test and Recurrence Quantification Analysis; it is applied here to selected records to automatically detect abrupt transitions therein and to investigate the presence of potential tipping elements. These transitions are shown in the PaleoJump database together with other essential information, including location, temporal scale and resolution, along with temporal plots. This database represents, therefore, a valuable resource for researchers investigating TPs in past climates.
△ Less
Submitted 14 June, 2022;
originally announced June 2022.
-
CNN-LSTM Based Multimodal MRI and Clinical Data Fusion for Predicting Functional Outcome in Stroke Patients
Authors:
Nima Hatami,
Tae-Hee Cho,
Laura Mechtouff,
Omer Faruk Eker,
David Rousseau,
Carole Frindel
Abstract:
Clinical outcome prediction plays an important role in stroke patient management. From a machine learning point-of-view, one of the main challenges is dealing with heterogeneous data at patient admission, i.e. the image data which are multidimensional and the clinical data which are scalars. In this paper, a multimodal convolutional neural network - long short-term memory (CNN-LSTM) based ensemble…
▽ More
Clinical outcome prediction plays an important role in stroke patient management. From a machine learning point-of-view, one of the main challenges is dealing with heterogeneous data at patient admission, i.e. the image data which are multidimensional and the clinical data which are scalars. In this paper, a multimodal convolutional neural network - long short-term memory (CNN-LSTM) based ensemble model is proposed. For each MR image module, a dedicated network provides preliminary prediction of the clinical outcome using the modified Rankin scale (mRS). The final mRS score is obtained by merging the preliminary probabilities of each module dedicated to a specific type of MR image weighted by the clinical metadata, here age or the National Institutes of Health Stroke Scale (NIHSS). The experimental results demonstrate that the proposed model surpasses the baselines and offers an original way to automatically encode the spatio-temporal context of MR images in a deep learning architecture. The highest AUC (0.77) was achieved for the proposed model with NIHSS.
△ Less
Submitted 11 May, 2022;
originally announced May 2022.
-
A Common Tracking Software Project
Authors:
Xiaocong Ai,
Corentin Allaire,
Noemi Calace,
Angéla Czirkos,
Irina Ene,
Markus Elsing,
Ralf Farkas,
Louis-Guillaume Gagnon,
Rocky Garg,
Paul Gessinger,
Hadrien Grasland,
Heather M. Gray,
Christian Gumpert,
Julia Hrdinka,
Benjamin Huth,
Moritz Kiehn,
Fabian Klimpel,
Attila Krasznahorkay,
Robert Langenberg,
Charles Leggett,
Joana Niermann,
Joseph D. Osborn,
Andreas Salzburger,
Bastian Schlag,
Lauren Tompkins
, et al. (7 additional authors not shown)
Abstract:
The reconstruction of the trajectories of charged particles, or track reconstruction, is a key computational challenge for particle and nuclear physics experiments. While the tuning of track reconstruction algorithms can depend strongly on details of the detector geometry, the algorithms currently in use by experiments share many common features. At the same time, the intense environment of the Hi…
▽ More
The reconstruction of the trajectories of charged particles, or track reconstruction, is a key computational challenge for particle and nuclear physics experiments. While the tuning of track reconstruction algorithms can depend strongly on details of the detector geometry, the algorithms currently in use by experiments share many common features. At the same time, the intense environment of the High-Luminosity LHC accelerator and other future experiments is expected to put even greater computational stress on track reconstruction software, motivating the development of more performant algorithms. We present here A Common Tracking Software (ACTS) toolkit, which draws on the experience with track reconstruction algorithms in the ATLAS experiment and presents them in an experiment-independent and framework-independent toolkit. It provides a set of high-level track reconstruction tools which are agnostic to the details of the detection technologies and magnetic field configuration and tested for strict thread-safety to support multi-threaded event processing. We discuss the conceptual design and technical implementation of ACTS, selected applications and performance of ACTS, and the lessons learned.
△ Less
Submitted 25 June, 2021;
originally announced June 2021.
-
The Tracking Machine Learning challenge : Throughput phase
Authors:
Sabrina Amrouche,
Laurent Basara,
Paolo Calafiura,
Dmitry Emeliyanov,
Victor Estrade,
Steven Farrell,
Cécile Germain,
Vladimir Vava Gligorov,
Tobias Golling,
Sergey Gorbunov,
Heather Gray,
Isabelle Guyon,
Mikhail Hushchyn,
Vincenzo Innocente,
Moritz Kiehn,
Marcel Kunze,
Edward Moyse,
David Rousseau,
Andreas Salzburger,
Andrey Ustyuzhanin,
Jean-Roch Vlimant
Abstract:
This paper reports on the second "Throughput" phase of the Tracking Machine Learning (TrackML) challenge on the Codalab platform. As in the first "Accuracy" phase, the participants had to solve a difficult experimental problem linked to tracking accurately the trajectory of particles as e.g. created at the Large Hadron Collider (LHC): given O($10^5$) points, the participants had to connect them in…
▽ More
This paper reports on the second "Throughput" phase of the Tracking Machine Learning (TrackML) challenge on the Codalab platform. As in the first "Accuracy" phase, the participants had to solve a difficult experimental problem linked to tracking accurately the trajectory of particles as e.g. created at the Large Hadron Collider (LHC): given O($10^5$) points, the participants had to connect them into O($10^4$) individual groups that represent the particle trajectories which are approximated helical. While in the first phase only the accuracy mattered, the goal of this second phase was a compromise between the accuracy and the speed of inference. Both were measured on the Codalab platform where the participants had to upload their software. The best three participants had solutions with good accuracy and speed an order of magnitude faster than the state of the art when the challenge was designed. Although the core algorithms were less diverse than in the first phase, a diversity of techniques have been used and are described in this paper. The performance of the algorithms are analysed in depth and lessons derived.
△ Less
Submitted 14 May, 2021; v1 submitted 3 May, 2021;
originally announced May 2021.
-
Constructed wetlands operated as bioelectrochemical systems for the removal of organic micropollutants
Authors:
M. Hartl,
M. J. García-Galán,
V. Matamoros,
M. Fernández-Gatell,
D. P. L. Rousseau,
G. Du Laing,
M. Garfí,
J. Puigagut
Abstract:
The removal of organic micropollutants (OMPs) has been investigated in constructed wetlands (CWs) operated as bioelectrochemical systems (BES). The operation of CWs as BES (CW-BES), either in the form of microbial fuel cells (MFC) or microbial electrolysis cells (MEC), has only been investigated in recent years. The presented experiment used CW meso-scale systems applying a realistic horizontal fl…
▽ More
The removal of organic micropollutants (OMPs) has been investigated in constructed wetlands (CWs) operated as bioelectrochemical systems (BES). The operation of CWs as BES (CW-BES), either in the form of microbial fuel cells (MFC) or microbial electrolysis cells (MEC), has only been investigated in recent years. The presented experiment used CW meso-scale systems applying a realistic horizontal flow regime and continuous feeding of real urban wastewater spiked with four OMPs (pharmaceuticals), namely carbamazepine (CBZ), diclofenac (DCF), ibuprofen (IBU) and naproxen (NPX). The study evaluated the removal efficiency of conventional CW systems (CW-control) as well as CW systems operated as closed-circuit MFCs (CW-MFCs) and MECs (CW-MECs). Although a few positive trends were identified for the CW-BES compared to the CW-control (higher average CBZ, DCF and NPX removal by 10-17% in CW-MEC and 5% in CW-MFC), these proved to be not statistically significantly different. Mesoscale experiments with real wastewater could thus not confirm earlier positive effects of CW-BES found under strictly controlled laboratory conditions with synthetic wastewaters.
△ Less
Submitted 14 January, 2021;
originally announced January 2021.
-
Assigning Apples to Individual Trees in Dense Orchards using 3D Color Point Clouds
Authors:
Mouad Zine-El-Abidine,
Helin Dutagaci,
Gilles Galopin,
David Rousseau
Abstract:
We propose a 3D color point cloud processing pipeline to count apples on individual apple trees in trellis structured orchards. Fruit counting at the tree level requires separating trees, which is challenging in dense orchards. We employ point clouds acquired from the leaf-off orchard in winter period, where the branch structure is visible, to delineate tree crowns. We localize apples in point clo…
▽ More
We propose a 3D color point cloud processing pipeline to count apples on individual apple trees in trellis structured orchards. Fruit counting at the tree level requires separating trees, which is challenging in dense orchards. We employ point clouds acquired from the leaf-off orchard in winter period, where the branch structure is visible, to delineate tree crowns. We localize apples in point clouds acquired in harvest period. Alignment of the two point clouds enables mapping apple locations to the delineated winter cloud and assigning each apple to its bearing tree. Our apple assignment method achieves an accuracy rate higher than 95%. In addition to presenting a first proof of feasibility, we also provide suggestions for further improvement on our apple assignment pipeline.
△ Less
Submitted 26 December, 2020;
originally announced December 2020.
-
Segmentation of structural parts of rosebush plants with 3D point-based deep learning methods
Authors:
Kaya Turgut,
Helin Dutagaci,
Gilles Galopin,
David Rousseau
Abstract:
Segmentation of structural parts of 3D models of plants is an important step for plant phenotyping, especially for monitoring architectural and morphological traits. Current state-of-the art approaches rely on hand-crafted 3D local features for modeling geometric variations in plant structures. While recent advancements in deep learning on point clouds have the potential of extracting relevant loc…
▽ More
Segmentation of structural parts of 3D models of plants is an important step for plant phenotyping, especially for monitoring architectural and morphological traits. Current state-of-the art approaches rely on hand-crafted 3D local features for modeling geometric variations in plant structures. While recent advancements in deep learning on point clouds have the potential of extracting relevant local and global characteristics, the scarcity of labeled 3D plant data impedes the exploration of this potential. We adapted six recent point-based deep learning architectures (PointNet, PointNet++, DGCNN, PointCNN, ShellNet, RIConv) for segmentation of structural parts of rosebush models. We generated 3D synthetic rosebush models to provide adequate amount of labeled data for modification and pre-training of these architectures. To evaluate their performance on real rosebush plants, we used the ROSE-X data set of fully annotated point cloud models. We provided experiments with and without the incorporation of synthetic data to demonstrate the potential of point-based deep learning techniques even with limited labeled data of real plants. The experimental results show that PointNet++ produces the highest segmentation accuracy among the six point-based deep learning methods. The advantage of PointNet++ is that it provides a flexibility in the scales of the hierarchical organization of the point cloud data. Pre-training with synthetic 3D models boosted the performance of all architectures, except for PointNet.
△ Less
Submitted 23 February, 2022; v1 submitted 21 December, 2020;
originally announced December 2020.
-
Machine Learning scientific competitions and datasets
Authors:
David Rousseau,
Andrey Ustyuzhanin
Abstract:
A number of scientific competitions have been organised in the last few years with the objective of discovering innovative techniques to perform typical High Energy Physics tasks, like event reconstruction, classification and new physics discovery. Four of these competitions are summarised in this chapter, from which guidelines on organising such events are derived. In addition, a choice of compet…
▽ More
A number of scientific competitions have been organised in the last few years with the objective of discovering innovative techniques to perform typical High Energy Physics tasks, like event reconstruction, classification and new physics discovery. Four of these competitions are summarised in this chapter, from which guidelines on organising such events are derived. In addition, a choice of competition platforms and available datasets are described
△ Less
Submitted 18 December, 2020; v1 submitted 15 December, 2020;
originally announced December 2020.
-
Contaminants removal and bacterial activity enhancement along the flow path of constructed wetland microbial fuel cells
Authors:
Marco Hartl,
Diego F. Bedoya-Ríos,
Marta Fernández-Gatell,
Diederik P. L. Rousseau,
Gijs Du Laing,
Marianna Garfí,
Jaume Puigagut
Abstract:
Microbial fuel cells implemented in constructed wetlands (CW-MFCs), albeit a relatively new technology still under study, have shown to improve treatment efficiency of urban wastewater. So far the vast majority of CW-MFC systems investigated were designed as lab-scale systems working under rather unrealistic hydraulic conditions using synthetic wastewater. The main objective of this work was to qu…
▽ More
Microbial fuel cells implemented in constructed wetlands (CW-MFCs), albeit a relatively new technology still under study, have shown to improve treatment efficiency of urban wastewater. So far the vast majority of CW-MFC systems investigated were designed as lab-scale systems working under rather unrealistic hydraulic conditions using synthetic wastewater. The main objective of this work was to quantify CW-MFCs performance operated under different conditions in a more realistic setup using meso-scale systems with horizontal flow fed with real urban wastewater. Operational conditions tested were organic loading rate (4.9+-1.6, 6.7+-1.4 and 13.6+-3.2 g COD/m2.day) and hydraulic regime (continuous vs intermittent feeding) as well as different electrical connections: CW control (conventional CW without electrodes), open-circuit CW-MFC (external circuit between anode and cathode not connected) and closed-circuit CW-MFC (external circuit connected). Eight horizontal subsurface flow CWs were operated for about four months. Each wetland consisted of a PVC reservoir of 0.193 m2 filled with 4/8 mm granitic riverine gravel. All wetlands had intermediate sampling points for gravel and interstitial liquid sampling. The CW-MFCs were designed as three MFCs incorporated one after the other along the flow path of the CWs. Results showed no significant differences between tested organic loading rates, hydraulic regimes or electrical connections, however, on average, systems operated in closed-circuit CW-MFC mode under continuous flow outperformed the other experimental conditions. Closed-circuit CW-MFC compared to conventional CW control systems showed around 5% and 22% higher COD and ammonium removal, respectively. Correspondingly, overall bacteria activity, as measured by the fluorescein diacetate technique, was higher (4% to 34%) in closed-circuit systems when compared to CW control systems.
△ Less
Submitted 19 March, 2020;
originally announced March 2020.
-
Natural pigments from microalgae grown in industrial wastewater
Authors:
Larissa T. Arashiro,
Maria Boto-Ordonez,
Stijn W. H. Van Hulle,
Ivet Ferrer,
Marianna Garfi,
Diederik P. L. Rousseau
Abstract:
The aim of this study was to investigate the cultivation of Nostoc sp., Arthrospira platensis and Porphyridium purpureum in industrial wastewater to produce phycobiliproteins. Initially, light intensity and growth medium composition were optimized, indicating that light conditions influenced the phycobiliproteins production more than the medium composition. Conditions were then selected, according…
▽ More
The aim of this study was to investigate the cultivation of Nostoc sp., Arthrospira platensis and Porphyridium purpureum in industrial wastewater to produce phycobiliproteins. Initially, light intensity and growth medium composition were optimized, indicating that light conditions influenced the phycobiliproteins production more than the medium composition. Conditions were then selected, according to biomass growth, nutrients removal and phycobiliproteins production, to cultivate these microalgae in food-industry wastewater. The three species could efficiently remove up to 98%, 94% and 100% of COD, inorganic nitrogen and PO43--P, respectively. Phycocyanin, allophycocyanin and phycoerythrin were successfully extracted from the biomass reaching concentrations up to 103, 57 and 30 mg/g dry weight, respectively. Results highlight the potential use of microalgae for industrial wastewater treatment and related high-value phycobiliproteins recovery.
△ Less
Submitted 13 March, 2020;
originally announced March 2020.
-
The effect of primary treatment of wastewater in high rate algal pond systems: biomass and bioenergy recovery
Authors:
Larissa T. Arashiro,
Ivet Ferrer,
Diederik P. L. Rousseau,
Stijn W. H. Van Hulle,
Marianna Garfi
Abstract:
The aim of this study was to assess the effect of primary treatment on the performance of two pilot-scale high rate algal ponds (HRAPs) treating urban wastewater, considering their treatment efficiency, biomass productivity, characteristics and biogas production potential. Results indicated that the primary treatment did not significantly affect the wastewater treatment efficiency (NH4+-N removal…
▽ More
The aim of this study was to assess the effect of primary treatment on the performance of two pilot-scale high rate algal ponds (HRAPs) treating urban wastewater, considering their treatment efficiency, biomass productivity, characteristics and biogas production potential. Results indicated that the primary treatment did not significantly affect the wastewater treatment efficiency (NH4+-N removal of 93 and 91% and COD removal of 62 and 65% in HRAP with and without primary treatment, respectively). The HRAP without primary treatment had higher biodiversity and productivity (18 vs. 16 g VSS/m2d). Biomass from both systems presented good settling capacity. Results of biochemical methane potential test showed that co-digesting microalgae and primary sludge led to higher methane yields (238 - 258 mL CH4/g VS) compared with microalgae mono-digestion (189 - 225 mL CH4/g VS). Overall, HRAPs with and without primary treatment seem to be appropriate alternatives for combining wastewater treatment and bioenergy recovery.
△ Less
Submitted 13 March, 2020;
originally announced March 2020.
-
The Tracking Machine Learning challenge : Accuracy phase
Authors:
Sabrina Amrouche,
Laurent Basara,
Paolo Calafiura,
Victor Estrade,
Steven Farrell,
Diogo R. Ferreira,
Liam Finnie,
Nicole Finnie,
Cécile Germain,
Vladimir Vava Gligorov,
Tobias Golling,
Sergey Gorbunov,
Heather Gray,
Isabelle Guyon,
Mikhail Hushchyn,
Vincenzo Innocente,
Moritz Kiehn,
Edward Moyse,
Jean-Francois Puget,
Yuval Reina,
David Rousseau,
Andreas Salzburger,
Andrey Ustyuzhanin,
Jean-Roch Vlimant,
Johan Sokrates Wind
, et al. (2 additional authors not shown)
Abstract:
This paper reports the results of an experiment in high energy physics: using the power of the "crowd" to solve difficult experimental problems linked to tracking accurately the trajectory of particles in the Large Hadron Collider (LHC). This experiment took the form of a machine learning challenge organized in 2018: the Tracking Machine Learning Challenge (TrackML). Its results were discussed at…
▽ More
This paper reports the results of an experiment in high energy physics: using the power of the "crowd" to solve difficult experimental problems linked to tracking accurately the trajectory of particles in the Large Hadron Collider (LHC). This experiment took the form of a machine learning challenge organized in 2018: the Tracking Machine Learning Challenge (TrackML). Its results were discussed at the competition session at the Neural Information Processing Systems conference (NeurIPS 2018). Given 100.000 points, the participants had to connect them into about 10.000 arcs of circles, following the trajectory of particles issued from very high energy proton collisions. The competition was difficult with a dozen front-runners well ahead of a pack. The single competition score is shown to be accurate and effective in selecting the best algorithms from the domain point of view. The competition has exposed a diversity of approaches, with various roles for Machine Learning, a number of which are discussed in the document
△ Less
Submitted 3 May, 2021; v1 submitted 14 April, 2019;
originally announced April 2019.
-
Machine Learning in High Energy Physics Community White Paper
Authors:
Kim Albertsson,
Piero Altoe,
Dustin Anderson,
John Anderson,
Michael Andrews,
Juan Pedro Araque Espinosa,
Adam Aurisano,
Laurent Basara,
Adrian Bevan,
Wahid Bhimji,
Daniele Bonacorsi,
Bjorn Burkle,
Paolo Calafiura,
Mario Campanelli,
Louis Capps,
Federico Carminati,
Stefano Carrazza,
Yi-fan Chen,
Taylor Childers,
Yann Coadou,
Elias Coniavitis,
Kyle Cranmer,
Claire David,
Douglas Davis,
Andrea De Simone
, et al. (103 additional authors not shown)
Abstract:
Machine learning has been applied to several problems in particle physics research, beginning with applications to high-level physics analysis in the 1990s and 2000s, followed by an explosion of applications in particle and event identification and reconstruction in the 2010s. In this document we discuss promising future research and development areas for machine learning in particle physics. We d…
▽ More
Machine learning has been applied to several problems in particle physics research, beginning with applications to high-level physics analysis in the 1990s and 2000s, followed by an explosion of applications in particle and event identification and reconstruction in the 2010s. In this document we discuss promising future research and development areas for machine learning in particle physics. We detail a roadmap for their implementation, software and hardware resource requirements, collaborative initiatives with the data science community, academia and industry, and training the particle physics community in data science. The main objective of the document is to connect and motivate these areas of research and development with the physics drivers of the High-Luminosity Large Hadron Collider and future neutrino experiments and identify the resource needs for their implementation. Additionally we identify areas where collaboration with external communities will be of great benefit.
△ Less
Submitted 16 May, 2019; v1 submitted 8 July, 2018;
originally announced July 2018.
-
HEP Community White Paper on Software trigger and event reconstruction: Executive Summary
Authors:
Johannes Albrecht,
Kenneth Bloom,
Tommaso Boccali,
Antonio Boveia,
Michel De Cian,
Caterina Doglioni,
Agnieszka Dziurda,
Amir Farbin,
Conor Fitzpatrick,
Frank Gaede,
Simon George,
Vladimir Gligorov,
Hadrien Grasland,
Lucia Grillo,
Benedikt Hegner,
William Kalderon,
Sami Kama,
Patrick Koppenburg,
Slava Krutelyov,
Rob Kutschke,
Walter Lampl,
David Lange,
Ed Moyse,
Andrew Norman,
Marko Petric
, et al. (17 additional authors not shown)
Abstract:
Realizing the physics programs of the planned and upgraded high-energy physics (HEP) experiments over the next 10 years will require the HEP community to address a number of challenges in the area of software and computing. For this reason, the HEP software community has engaged in a planning process over the past two years, with the objective of identifying and prioritizing the research and devel…
▽ More
Realizing the physics programs of the planned and upgraded high-energy physics (HEP) experiments over the next 10 years will require the HEP community to address a number of challenges in the area of software and computing. For this reason, the HEP software community has engaged in a planning process over the past two years, with the objective of identifying and prioritizing the research and development required to enable the next generation of HEP detectors to fulfill their full physics potential. The aim is to produce a Community White Paper which will describe the community strategy and a roadmap for software and computing research and development in HEP for the 2020s. The topics of event reconstruction and software triggers were considered by a joint working group and are summarized together in this document.
△ Less
Submitted 23 February, 2018;
originally announced February 2018.
-
HEP Community White Paper on Software trigger and event reconstruction
Authors:
Johannes Albrecht,
Kenneth Bloom,
Tommaso Boccali,
Antonio Boveia,
Michel De Cian,
Caterina Doglioni,
Agnieszka Dziurda,
Amir Farbin,
Conor Fitzpatrick,
Frank Gaede,
Simon George,
Vladimir Gligorov,
Hadrien Grasland,
Lucia Grillo,
Benedikt Hegner,
William Kalderon,
Sami Kama,
Patrick Koppenburg,
Slava Krutelyov,
Rob Kutschke,
Walter Lampl,
David Lange,
Ed Moyse,
Andrew Norman,
Marko Petric
, et al. (17 additional authors not shown)
Abstract:
Realizing the physics programs of the planned and upgraded high-energy physics (HEP) experiments over the next 10 years will require the HEP community to address a number of challenges in the area of software and computing. For this reason, the HEP software community has engaged in a planning process over the past two years, with the objective of identifying and prioritizing the research and devel…
▽ More
Realizing the physics programs of the planned and upgraded high-energy physics (HEP) experiments over the next 10 years will require the HEP community to address a number of challenges in the area of software and computing. For this reason, the HEP software community has engaged in a planning process over the past two years, with the objective of identifying and prioritizing the research and development required to enable the next generation of HEP detectors to fulfill their full physics potential. The aim is to produce a Community White Paper which will describe the community strategy and a roadmap for software and computing research and development in HEP for the 2020s. The topics of event reconstruction and software triggers were considered by a joint working group and are summarized together in this document.
△ Less
Submitted 23 February, 2018;
originally announced February 2018.
-
A Roadmap for HEP Software and Computing R&D for the 2020s
Authors:
Johannes Albrecht,
Antonio Augusto Alves Jr,
Guilherme Amadio,
Giuseppe Andronico,
Nguyen Anh-Ky,
Laurent Aphecetche,
John Apostolakis,
Makoto Asai,
Luca Atzori,
Marian Babik,
Giuseppe Bagliesi,
Marilena Bandieramonte,
Sunanda Banerjee,
Martin Barisits,
Lothar A. T. Bauerdick,
Stefano Belforte,
Douglas Benjamin,
Catrin Bernius,
Wahid Bhimji,
Riccardo Maria Bianchi,
Ian Bird,
Catherine Biscarat,
Jakob Blomer,
Kenneth Bloom,
Tommaso Boccali
, et al. (285 additional authors not shown)
Abstract:
Particle physics has an ambitious and broad experimental programme for the coming decades. This programme requires large investments in detector hardware, either to build new facilities and experiments, or to upgrade existing ones. Similarly, it requires commensurate investment in the R&D of software to acquire, manage, process, and analyse the shear amounts of data to be recorded. In planning for…
▽ More
Particle physics has an ambitious and broad experimental programme for the coming decades. This programme requires large investments in detector hardware, either to build new facilities and experiments, or to upgrade existing ones. Similarly, it requires commensurate investment in the R&D of software to acquire, manage, process, and analyse the shear amounts of data to be recorded. In planning for the HL-LHC in particular, it is critical that all of the collaborating stakeholders agree on the software goals and priorities, and that the efforts complement each other. In this spirit, this white paper describes the R&D activities required to prepare for this software upgrade.
△ Less
Submitted 19 December, 2018; v1 submitted 18 December, 2017;
originally announced December 2017.
-
A Layer Correlation technique for pion energy calibration at the 2004 ATLAS Combined Beam Test
Authors:
E. Abat,
J. M. Abdallah,
T. N. Addy,
P. Adragna,
M. Aharrouche,
A. Ahmad,
T. P. A. Akesson,
M. Aleksa,
C. Alexa,
K. Anderson,
A. Andreazza,
F. Anghinolfi,
A. Antonaki,
G. Arabidze,
E. Arik,
T. Atkinson,
J. Baines,
O. K. Baker,
D. Banfi,
S. Baron,
A. J. Barr,
R. Beccherle,
H. P. Beck,
B. Belhorma,
P. J. Bell
, et al. (460 additional authors not shown)
Abstract:
A new method for calibrating the hadron response of a segmented calorimeter is developed and successfully applied to beam test data. It is based on a principal component analysis of energy deposits in the calorimeter layers, exploiting longitudinal shower development information to improve the measured energy resolution. Corrections for invisible hadronic energy and energy lost in dead material in…
▽ More
A new method for calibrating the hadron response of a segmented calorimeter is developed and successfully applied to beam test data. It is based on a principal component analysis of energy deposits in the calorimeter layers, exploiting longitudinal shower development information to improve the measured energy resolution. Corrections for invisible hadronic energy and energy lost in dead material in front of and between the calorimeters of the ATLAS experiment were calculated with simulated Geant4 Monte Carlo events and used to reconstruct the energy of pions impinging on the calorimeters during the 2004 Barrel Combined Beam Test at the CERN H8 area. For pion beams with energies between 20 GeV and 180 GeV, the particle energy is reconstructed within 3% and the energy resolution is improved by between 11% and 25% compared to the resolution at the electromagnetic scale.
△ Less
Submitted 12 May, 2011; v1 submitted 20 December, 2010;
originally announced December 2010.
-
Expected Performance of the ATLAS Experiment - Detector, Trigger and Physics
Authors:
The ATLAS Collaboration,
G. Aad,
E. Abat,
B. Abbott,
J. Abdallah,
A. A. Abdelalim,
A. Abdesselam,
O. Abdinov,
B. Abi,
M. Abolins,
H. Abramowicz,
B. S. Acharya,
D. L. Adams,
T. N. Addy,
C. Adorisio,
P. Adragna,
T. Adye,
J. A. Aguilar-Saavedra,
M. Aharrouche,
S. P. Ahlen,
F. Ahles,
A. Ahmad,
H. Ahmed,
G. Aielli,
T. Akdogan
, et al. (2587 additional authors not shown)
Abstract:
A detailed study is presented of the expected performance of the ATLAS detector. The reconstruction of tracks, leptons, photons, missing energy and jets is investigated, together with the performance of b-tagging and the trigger. The physics potential for a variety of interesting physics processes, within the Standard Model and beyond, is examined. The study comprises a series of notes based on…
▽ More
A detailed study is presented of the expected performance of the ATLAS detector. The reconstruction of tracks, leptons, photons, missing energy and jets is investigated, together with the performance of b-tagging and the trigger. The physics potential for a variety of interesting physics processes, within the Standard Model and beyond, is examined. The study comprises a series of notes based on simulations of the detector and physics processes, with particular emphasis given to the data expected from the first years of operation of the LHC at CERN.
△ Less
Submitted 14 August, 2009; v1 submitted 28 December, 2008;
originally announced January 2009.
-
Response Uniformity of the ATLAS Liquid Argon Electromagnetic Calorimeter
Authors:
M. Aharrouche,
J. Colas,
L. Di Ciaccio,
M. El Kacimi,
O. Gaumer,
M. Gouanere,
D. Goujdami,
R. Lafaye,
S. Laplace,
C. Le Maner,
L. Neukermans,
P. Perrodo,
L. Poggioli,
D. Prieur,
H. Przysiezniak,
G. Sauvage,
I. Wingerter-Seez,
R. Zitoun,
F. Lanni,
L. Lu,
H. Ma,
S. Rajago palan,
H. Takai,
A. Belymam,
D. Benchekroun
, et al. (77 additional authors not shown)
Abstract:
The construction of the ATLAS electromagnetic liquid argon calorimeter modules is completed and all the modules are assembled and inserted in the cryostats. During the production period four barrel and three endcap modules were exposed to test beams in order to assess their performance, ascertain the production quality and reproducibility, and to scrutinize the complete energy reconstruction cha…
▽ More
The construction of the ATLAS electromagnetic liquid argon calorimeter modules is completed and all the modules are assembled and inserted in the cryostats. During the production period four barrel and three endcap modules were exposed to test beams in order to assess their performance, ascertain the production quality and reproducibility, and to scrutinize the complete energy reconstruction chain from the readout and calibration electronics to the signal and energy reconstruction. It was also possible to check the full Monte Carlo simulation of the calorimeter. The analysis of the uniformity, resolution and extraction of constant term is presented. Typical non-uniformities of 0.5% and typical global constant terms of 0.6% are measured for the barrel and end-cap modules.
△ Less
Submitted 7 September, 2007;
originally announced September 2007.
-
CP Studies and Non-Standard Higgs Physics
Authors:
S. Kraml,
E. Accomando,
A. G. Akeroyd,
E. Akhmetzyanova,
J. Albert,
A. Alves,
N. Amapane,
M. Aoki,
G. Azuelos,
S. Baffioni,
A. Ballestrero,
V. Barger,
A. Bartl,
P. Bechtle,
G. Belanger,
A. Belhouari,
R. Bellan,
A. Belyaev,
P. Benes,
K. Benslama,
W. Bernreuther,
M. Besancon,
G. Bevilacqua,
M. Beyer,
M. Bluj
, et al. (141 additional authors not shown)
Abstract:
There are many possibilities for new physics beyond the Standard Model that feature non-standard Higgs sectors. These may introduce new sources of CP violation, and there may be mixing between multiple Higgs bosons or other new scalar bosons. Alternatively, the Higgs may be a composite state, or there may even be no Higgs at all. These non-standard Higgs scenarios have important implications for…
▽ More
There are many possibilities for new physics beyond the Standard Model that feature non-standard Higgs sectors. These may introduce new sources of CP violation, and there may be mixing between multiple Higgs bosons or other new scalar bosons. Alternatively, the Higgs may be a composite state, or there may even be no Higgs at all. These non-standard Higgs scenarios have important implications for collider physics as well as for cosmology, and understanding their phenomenology is essential for a full comprehension of electroweak symmetry breaking. This report discusses the most relevant theories which go beyond the Standard Model and its minimal, CP-conserving supersymmetric extension: two-Higgs-doublet models and minimal supersymmetric models with CP violation, supersymmetric models with an extra singlet, models with extra gauge groups or Higgs triplets, Little Higgs models, models in extra dimensions, and models with technicolour or other new strong dynamics. For each of these scenarios, this report presents an introduction to the phenomenology, followed by contributions on more detailed theoretical aspects and studies of possible experimental signatures at the LHC and other colliders.
△ Less
Submitted 7 August, 2006;
originally announced August 2006.
-
Exploring Little Higgs Models with ATLAS at the LHC
Authors:
G. Azuelos,
K. Benslama,
D. Costanzo,
G. Couture J. E. Garcia,
I. Hinchliffe,
N. Kanaya,
M. Lechowski,
R. Mehdiyev,
G. Polesello,
E. Ros,
D. Rousseau
Abstract:
We discuss possible searches for the new particles predicted by Little Higgs Models at the LHC. By using a simulation of the ATLAS detector, we demonstrate how the predicted quark, gauge bosons and additional Higgs bosons can be found and estimate the mass range over which their properties can be constrained.
We discuss possible searches for the new particles predicted by Little Higgs Models at the LHC. By using a simulation of the ATLAS detector, we demonstrate how the predicted quark, gauge bosons and additional Higgs bosons can be found and estimate the mass range over which their properties can be constrained.
△ Less
Submitted 3 February, 2004;
originally announced February 2004.
-
B decays at the LHC
Authors:
P. Ball,
R. Fleischer,
G. F. Tartarelli,
P. Vikas,
G. Wilkinson,
J. Baines,
S. P. Baranov,
P. Bartalini,
M. Beneke,
E. Bouhova,
G. Buchalla,
I. Caprini,
F. Charles,
J. Charles,
Y. Coadou,
P. Colangelo,
P. Colrain,
J. Damet,
F. De Fazio,
A. Dighe,
H. Dijkstra,
P. Eerola,
N. Ellis,
B. Epp,
S. Gadomski
, et al. (45 additional authors not shown)
Abstract:
We review the prospects for B decay studies at the LHC.
We review the prospects for B decay studies at the LHC.
△ Less
Submitted 25 March, 2000; v1 submitted 23 March, 2000;
originally announced March 2000.
-
Bottom Production
Authors:
P. Nason,
G. Ridolfi,
O. Schneider G. F. Tartarelli,
P. Vikas,
J. Baines,
S. P. Baranov,
P. Bartalini,
A. Bay,
E. Bouhova,
M. Cacciari,
A. Caner,
Y. Coadou,
G. Corti,
J. Damet,
R. Dell'Orso,
J. R. T. De Mello Neto,
J. L. Domenech,
V. Drollinger,
P. Eerola,
N. Ellis,
B. Epp,
S. Frixione,
S. Gadomski,
I. Gavrilenko,
S. Gennai
, et al. (34 additional authors not shown)
Abstract:
We review the prospects for bottom production physics at the LHC.
We review the prospects for bottom production physics at the LHC.
△ Less
Submitted 29 August, 2001; v1 submitted 15 March, 2000;
originally announced March 2000.