-
How Do Companies Manage the Environmental Sustainability of AI? An Interview Study About Green AI Efforts and Regulations
Authors:
Ashmita Sampatsing,
Sophie Vos,
Emma Beauxis-Aussalet,
Justus Bogner
Abstract:
With the ever-growing adoption of artificial intelligence (AI), AI-based software and its negative impact on the environment are no longer negligible, and studying and mitigating this impact has become a critical area of research. However, it is currently unclear which role environmental sustainability plays during AI adoption in industry and how AI regulations influence Green AI practices and dec…
▽ More
With the ever-growing adoption of artificial intelligence (AI), AI-based software and its negative impact on the environment are no longer negligible, and studying and mitigating this impact has become a critical area of research. However, it is currently unclear which role environmental sustainability plays during AI adoption in industry and how AI regulations influence Green AI practices and decision-making in industry. We therefore aim to investigate the Green AI perception and management of industry practitioners. To this end, we conducted a total of 11 interviews with participants from 10 different organizations that adopted AI-based software. The interviews explored three main themes: AI adoption, current efforts in mitigating the negative environmental impact of AI, and the influence of the EU AI Act and the Corporate Sustainability Reporting Directive (CSRD). Our findings indicate that 9 of 11 participants prioritized business efficiency during AI adoption, with minimal consideration of environmental sustainability. Monitoring and mitigation of AI's environmental impact were very limited. Only one participant monitored negative environmental effects. Regarding applied mitigation practices, six participants reported no actions, with the others sporadically mentioning techniques like prompt engineering, relying on smaller models, or not overusing AI. Awareness and compliance with the EU AI Act are low, with only one participant reporting on its influence, while the CSRD drove sustainability reporting efforts primarily in larger companies. All in all, our findings reflect a lack of urgency and priority for sustainable AI among these companies. We suggest that current regulations are not very effective, which has implications for policymakers. Additionally, there is a need to raise industry awareness, but also to provide user-friendly techniques and tools for Green AI practices.
△ Less
Submitted 12 May, 2025;
originally announced May 2025.
-
Decision-centric fairness: Evaluation and optimization for resource allocation problems
Authors:
Simon De Vos,
Jente Van Belle,
Andres Algaba,
Wouter Verbeke,
Sam Verboven
Abstract:
Data-driven decision support tools play an increasingly central role in decision-making across various domains. In this work, we focus on binary classification models for predicting positive-outcome scores and deciding on resource allocation, e.g., credit scores for granting loans or churn propensity scores for targeting customers with a retention campaign. Such models may exhibit discriminatory b…
▽ More
Data-driven decision support tools play an increasingly central role in decision-making across various domains. In this work, we focus on binary classification models for predicting positive-outcome scores and deciding on resource allocation, e.g., credit scores for granting loans or churn propensity scores for targeting customers with a retention campaign. Such models may exhibit discriminatory behavior toward specific demographic groups through their predicted scores, potentially leading to unfair resource allocation. We focus on demographic parity as a fairness metric to compare the proportions of instances that are selected based on their positive outcome scores across groups. In this work, we propose a decision-centric fairness methodology that induces fairness only within the decision-making region -- the range of relevant decision thresholds on the score that may be used to decide on resource allocation -- as an alternative to a global fairness approach that seeks to enforce parity across the entire score distribution. By restricting the induction of fairness to the decision-making region, the proposed decision-centric approach avoids imposing overly restrictive constraints on the model, which may unnecessarily degrade the quality of the predicted scores. We empirically compare our approach to a global fairness approach on multiple (semi-synthetic) datasets to identify scenarios in which focusing on fairness where it truly matters, i.e., decision-centric fairness, proves beneficial.
△ Less
Submitted 29 April, 2025;
originally announced April 2025.
-
Combined impact of grey and superficial white matter abnormalities: implications for epilepsy surgery
Authors:
Csaba Kozma,
Jonathan Horsley,
Gerard Hall,
Callum Simpson,
Jane de Tisi,
Anna Miserocchi,
Andrew W. McEvoy,
Sjoerd B. Vos,
Gavin P. Winston,
Yujiang Wang,
John S. Duncan,
Peter N. Taylor
Abstract:
Drug-resistant focal epilepsy is associated with abnormalities in the brain in both grey matter (GM) and superficial white matter (SWM). However, it is unknown if both types of abnormalities are important in supporting seizures. Here, we test if surgical removal of GM and/or SWM abnormalities relates to post-surgical seizure outcome in people with temporal lobe epilepsy (TLE).
We analyzed struct…
▽ More
Drug-resistant focal epilepsy is associated with abnormalities in the brain in both grey matter (GM) and superficial white matter (SWM). However, it is unknown if both types of abnormalities are important in supporting seizures. Here, we test if surgical removal of GM and/or SWM abnormalities relates to post-surgical seizure outcome in people with temporal lobe epilepsy (TLE).
We analyzed structural imaging data from 143 TLE patients (pre-op dMRI and pre-op T1-weighted MRI) and 97 healthy controls. We calculated GM volume abnormalities and SWM mean diffusivity abnormalities and evaluated if their surgical removal distinguished seizure outcome groups post-surgically.
At a group level, GM and SWM abnormalities were most common in the ipsilateral temporal lobe and hippocampus in people with TLE. Analyzing both modalities together, compared to in isolation, improved surgical outcome discrimination (GM AUC = 0.68, p < 0.01, WM AUC = 0.65, p < 0.01; Union AUC = 0.72, p < 0.01, Concordance AUC = 0.64, p = 0.04). Additionally, 100% of people who had all concordant abnormal regions resected had ILAE$_{1,2}$ outcomes.
These findings suggest that regions identified as abnormal from both diffusion-weighted and T1-weighted MRIs are involved in the epileptogenic network and that resection of both types of abnormalities may enhance the chances of living without disabling seizures.
△ Less
Submitted 17 March, 2025;
originally announced March 2025.
-
Uplift modeling with continuous treatments: A predict-then-optimize approach
Authors:
Simon De Vos,
Christopher Bockel-Rickermann,
Stefan Lessmann,
Wouter Verbeke
Abstract:
The goal of uplift modeling is to recommend actions that optimize specific outcomes by determining which entities should receive treatment. One common approach involves two steps: first, an inference step that estimates conditional average treatment effects (CATEs), and second, an optimization step that ranks entities based on their CATE values and assigns treatment to the top k within a given bud…
▽ More
The goal of uplift modeling is to recommend actions that optimize specific outcomes by determining which entities should receive treatment. One common approach involves two steps: first, an inference step that estimates conditional average treatment effects (CATEs), and second, an optimization step that ranks entities based on their CATE values and assigns treatment to the top k within a given budget. While uplift modeling typically focuses on binary treatments, many real-world applications are characterized by continuous-valued treatments, i.e., a treatment dose. This paper presents a predict-then-optimize framework to allow for continuous treatments in uplift modeling. First, in the inference step, conditional average dose responses (CADRs) are estimated from data using causal machine learning techniques. Second, in the optimization step, we frame the assignment task of continuous treatments as a dose-allocation problem and solve it using integer linear programming (ILP). This approach allows decision-makers to efficiently and effectively allocate treatment doses while balancing resource availability, with the possibility of adding extra constraints like fairness considerations or adapting the objective function to take into account instance-dependent costs and benefits to maximize utility. The experiments compare several CADR estimators and illustrate the trade-offs between policy value and fairness, as well as the impact of an adapted objective function. This showcases the framework's advantages and flexibility across diverse applications in healthcare, lending, and human resource management. All code is available on github.com/SimonDeVos/UMCT.
△ Less
Submitted 20 May, 2025; v1 submitted 12 December, 2024;
originally announced December 2024.
-
Achieving Group Fairness through Independence in Predictive Process Monitoring
Authors:
Jari Peeperkorn,
Simon De Vos
Abstract:
Predictive process monitoring focuses on forecasting future states of ongoing process executions, such as predicting the outcome of a particular case. In recent years, the application of machine learning models in this domain has garnered significant scientific attention. When using historical execution data, which may contain biases or exhibit unfair behavior, these biases may be encoded into the…
▽ More
Predictive process monitoring focuses on forecasting future states of ongoing process executions, such as predicting the outcome of a particular case. In recent years, the application of machine learning models in this domain has garnered significant scientific attention. When using historical execution data, which may contain biases or exhibit unfair behavior, these biases may be encoded into the trained models. Consequently, when such models are deployed to make decisions or guide interventions for new cases, they risk perpetuating this unwanted behavior. This work addresses group fairness in predictive process monitoring by investigating independence, i.e. ensuring predictions are unaffected by sensitive group membership. We explore independence through metrics for demographic parity such as $Δ$DP, as well as recently introduced, threshold-independent distribution-based alternatives. Additionally, we propose a composite loss function existing of binary cross-entropy and a distribution-based loss (Wasserstein) to train models that balance predictive performance and fairness, and allow for customizable trade-offs. The effectiveness of both the fairness metrics and the composite loss functions is validated through a controlled experimental setup.
△ Less
Submitted 28 April, 2025; v1 submitted 6 December, 2024;
originally announced December 2024.
-
Seizure freedom after surgical resection of diffusion-weighted MRI abnormalities
Authors:
Jonathan Horsley,
Gerard Hall,
Callum Simpson,
Csaba Kozma,
Rhys Thomas,
Yujiang Wang,
Jane de Tisi,
Anna Miserocchi,
Andrew McEvoy,
Sjoerd Vos,
Gavin Winston,
John Duncan,
Peter Taylor
Abstract:
Importance: Many individuals with drug-resistant epilepsy continue to have seizures after resective surgery. Accurate identification of focal brain abnormalities is essential for successful neurosurgical intervention. Current clinical approaches to identify structural abnormalities for surgical targeting in epilepsy do not use diffusion-weighted MRI (dMRI), despite evidence that dMRI abnormalities…
▽ More
Importance: Many individuals with drug-resistant epilepsy continue to have seizures after resective surgery. Accurate identification of focal brain abnormalities is essential for successful neurosurgical intervention. Current clinical approaches to identify structural abnormalities for surgical targeting in epilepsy do not use diffusion-weighted MRI (dMRI), despite evidence that dMRI abnormalities are present in epilepsy and may relate to the epileptogenic zone. Objective: To investigate whether surgical resection of diffusion abnormalities relates to post-operative seizure freedom. Design: This retrospective case-control study was conducted between 2009 and 2022. Data were acquired at the National Hospital for Neurology and Neurosurgery, UK. Study participants included 200 individuals with drug-resistant focal epilepsy, who underwent resective surgery, and 97 healthy controls used as a normative baseline. Main Outcomes: Spatial overlap between diffusion abnormality clusters and surgical resection masks, and relation to post-surgical outcome. Results: Surgical resections overlapping with the largest abnormal cluster significantly correlated with sustained seizure freedom at 12 months (83% vs 55%; p<0.0001) and over five years (p<0.0001). Notably, resecting only a small proportion of the largest cluster was associated with better seizure outcomes than cases with no resection of this cluster (p=0.008). Furthermore, sparing the largest cluster but resecting other large clusters still improved seizure freedom rates compared to no overlap (p=0.03). Conclusions: Our results suggest that abnormal clusters, identified using dMRI, are integral to the epileptogenic network, and even a partial removal of such an abnormal cluster is sufficient to achieve seizure freedom. The study highlights the potential of incorporating dMRI into pre-surgical planning to improve outcomes in focal epilepsy.
△ Less
Submitted 4 October, 2024;
originally announced October 2024.
-
Using dynamic loss weighting to boost improvements in forecast stability
Authors:
Daan Caljon,
Jeff Vercauteren,
Simon De Vos,
Wouter Verbeke,
Jente Van Belle
Abstract:
Rolling origin forecast instability refers to variability in forecasts for a specific period induced by updating the forecast when new data points become available. Recently, an extension to the N-BEATS model for univariate time series point forecasting was proposed to include forecast stability as an additional optimization objective, next to accuracy. It was shown that more stable forecasts can…
▽ More
Rolling origin forecast instability refers to variability in forecasts for a specific period induced by updating the forecast when new data points become available. Recently, an extension to the N-BEATS model for univariate time series point forecasting was proposed to include forecast stability as an additional optimization objective, next to accuracy. It was shown that more stable forecasts can be obtained without harming accuracy by minimizing a composite loss function that contains both a forecast error and a forecast instability component, with a static hyperparameter to control the impact of stability. In this paper, we empirically investigate whether further improvements in stability can be obtained without compromising accuracy by applying dynamic loss weighting algorithms, which change the loss weights during training. We show that existing dynamic loss weighting methods can achieve this objective and provide insights into why this might be the case. Additionally, we propose an extension to the Random Weighting approach -- Task-Aware Random Weighting -- which also achieves this objective.
△ Less
Submitted 20 January, 2025; v1 submitted 26 September, 2024;
originally announced September 2024.
-
Securing Federated Learning in Robot Swarms using Blockchain Technology
Authors:
Alexandre Pacheco,
Sébastien De Vos,
Andreagiovanni Reina,
Marco Dorigo,
Volker Strobel
Abstract:
Federated learning is a new approach to distributed machine learning that offers potential advantages such as reducing communication requirements and distributing the costs of training algorithms. Therefore, it could hold great promise in swarm robotics applications. However, federated learning usually requires a centralized server for the aggregation of the models. In this paper, we present a pro…
▽ More
Federated learning is a new approach to distributed machine learning that offers potential advantages such as reducing communication requirements and distributing the costs of training algorithms. Therefore, it could hold great promise in swarm robotics applications. However, federated learning usually requires a centralized server for the aggregation of the models. In this paper, we present a proof-of-concept implementation of federated learning in a robot swarm that does not compromise decentralization. To do so, we use blockchain technology to enable our robot swarm to securely synchronize a shared model that is the aggregation of the individual models without relying on a central server. We then show that introducing a single malfunctioning robot can, however, heavily disrupt the training process. To prevent such situations, we devise protection mechanisms that are implemented through secure and tamper-proof blockchain smart contracts. Our experiments are conducted in ARGoS, a physics-based simulator for swarm robotics, using the Ethereum blockchain protocol which is executed by each simulated robot.
△ Less
Submitted 3 September, 2024;
originally announced September 2024.
-
The Imaging Database for Epilepsy And Surgery (IDEAS)
Authors:
Peter N. Taylor,
Yujiang Wang,
Callum Simpson,
Vytene Janiukstyte,
Jonathan Horsley,
Karoline Leiberg,
Beth Little,
Harry Clifford,
Sophie Adler,
Sjoerd B. Vos,
Gavin P Winston,
Andrew W McEvoy,
Anna Miserocchi,
Jane de Tisi,
John S Duncan
Abstract:
Magnetic resonance imaging (MRI) is a crucial tool to identify brain abnormalities in a wide range of neurological disorders. In focal epilepsy MRI is used to identify structural cerebral abnormalities. For covert lesions, machine learning and artificial intelligence algorithms may improve lesion detection if abnormalities are not evident on visual inspection. The success of this approach depends…
▽ More
Magnetic resonance imaging (MRI) is a crucial tool to identify brain abnormalities in a wide range of neurological disorders. In focal epilepsy MRI is used to identify structural cerebral abnormalities. For covert lesions, machine learning and artificial intelligence algorithms may improve lesion detection if abnormalities are not evident on visual inspection. The success of this approach depends on the volume and quality of training data.
Herein, we release an open-source dataset of preprocessed MRI scans from 442 individuals with drug-refractory focal epilepsy who had neurosurgical resections, and detailed demographic information. The MRI scan data includes the preoperative 3D T1 and where available 3D FLAIR, as well as a manually inspected complete surface reconstruction and volumetric parcellations. Demographic information includes age, sex, age of onset of epilepsy, location of surgery, histopathology of resected specimen, occurrence and frequency of focal seizures with and without impairment of awareness, focal to bilateral tonic-clonic seizures, number of anti-seizure medications (ASMs) at time of surgery, and a total of 1764 patient years of post-surgical follow up. Crucially, we also include resection masks delineated from post-surgical imaging.
To demonstrate the veracity of our data, we successfully replicated previous studies showing long-term outcomes of seizure freedom in the range of around 50%. Our imaging data replicates findings of group level atrophy in patients compared to controls. Resection locations in the cohort were predominantly in the temporal and frontal lobes.
We envisage our dataset, shared openly with the community, will catalyse the development and application of computational methods in clinical neurology.
△ Less
Submitted 10 June, 2024;
originally announced June 2024.
-
Complementary structural and functional abnormalities to localise epileptogenic tissue
Authors:
Jonathan J Horsley,
Rhys H Thomas,
Fahmida A Chowdhury,
Beate Diehl,
Andrew W McEvoy,
Anna Miserocchi,
Jane de Tisi,
Sjoerd B Vos,
Matthew C Walker,
Gavin P Winston,
John S Duncan,
Yujiang Wang,
Peter N Taylor
Abstract:
When investigating suitability for surgery, people with drug-refractory focal epilepsy may have intracranial EEG (iEEG) electrodes implanted to localise seizure onset. Diffusion-weighted magnetic resonance imaging (dMRI) may be acquired to identify key white matter tracts for surgical avoidance. Here, we investigate whether structural connectivity abnormalities, inferred from dMRI, may be used in…
▽ More
When investigating suitability for surgery, people with drug-refractory focal epilepsy may have intracranial EEG (iEEG) electrodes implanted to localise seizure onset. Diffusion-weighted magnetic resonance imaging (dMRI) may be acquired to identify key white matter tracts for surgical avoidance. Here, we investigate whether structural connectivity abnormalities, inferred from dMRI, may be used in conjunction with functional iEEG abnormalities to aid localisation and resection of the epileptogenic zone (EZ), and improve surgical outcomes in epilepsy.
We retrospectively investigated data from 43 patients with epilepsy who had surgery following iEEG. Twenty five patients (58%) were free from disabling seizures (ILAE 1 or 2) at one year. For all patients, T1-weighted and diffusion-weighted MRIs were acquired prior to iEEG implantation. Interictal iEEG functional, and dMRI structural connectivity abnormalities were quantified by comparison to a normative map and healthy controls respectively.
First, we explored whether the resection of maximal (dMRI and iEEG) abnormalities related to improved surgical outcomes. Second, we investigated whether the modalities provided complementary information for improved prediction of surgical outcome. Third, we suggest how dMRI abnormalities may be useful to inform the placement of iEEG electrodes as part of the pre-surgical evaluation using a patient case study.
Seizure freedom was 15 times more likely in those patients with resection of maximal dMRI and iEEG abnormalities (p=0.008). Both modalities were separately able to distinguish patient outcome groups and when combined, a decision tree correctly separated 36 out of 43 (84%) patients based on surgical outcome.
Structural dMRI could be used in pre-surgical evaluations, particularly when localisation of the EZ is uncertain, to inform personalised iEEG implantation and resection.
△ Less
Submitted 24 October, 2023; v1 submitted 6 April, 2023;
originally announced April 2023.
-
Effects of anterior temporal lobe resection on cortical morphology
Authors:
Karoline Leiberg,
Jane de Tisi,
John S Duncan,
Bethany Little,
Peter N Taylor,
Sjoerd B Vos,
Gavin P Winston,
Bruno Mota,
Yujiang Wang
Abstract:
Anterior temporal lobe resection (ATLR) is a surgical procedure to treat drug-resistant temporal lobe epilepsy (TLE). Resection may involve large amounts of cortical tissue. Here, we examine the effects of this surgery on cortical morphology measured in independent variables both near the resection and remotely.
We studied 101 individuals with TLE (55 left, 46 right onset) who underwent ATLR. Fo…
▽ More
Anterior temporal lobe resection (ATLR) is a surgical procedure to treat drug-resistant temporal lobe epilepsy (TLE). Resection may involve large amounts of cortical tissue. Here, we examine the effects of this surgery on cortical morphology measured in independent variables both near the resection and remotely.
We studied 101 individuals with TLE (55 left, 46 right onset) who underwent ATLR. For each individual we considered one pre-surgical MRI and one follow-up MRI 2 to 13 months after surgery. We used our newly developed surface-based method to locally compute traditional morphological variables (average cortical thickness, exposed surface area, and total surface area), and the independent measures $K$, $I$, and $S$, where $K$ measures white matter tension, $I$ captures isometric scaling, and $S$ contains the remaining information about cortical shape. Data from 924 healthy controls was included to account for healthy ageing effects occurring during scans. A SurfStat random field theory clustering approach assessed changes across the cortex caused by ATLR.
Compared to preoperative data, surgery had marked effects on all morphological measures. Ipsilateral effects were located in the orbitofrontal and inferior frontal gyri, the pre- and postcentral gyri and supramarginal gyrus, and the lateral occipital gyrus and lingual cortex. Contralateral effects were in the lateral occipital gyrus, and inferior frontal gyrus and frontal pole.
The restructuring following ATLR is reflected in widespread morphological changes, mainly in regions near the resection, but also remotely in regions that are structurally connected to the anterior temporal lobe. The causes could include mechanical effects, Wallerian degeneration, or compensatory plasticity. The study of independent measures revealed additional effects compared to traditional measures.
△ Less
Submitted 13 December, 2022;
originally announced December 2022.
-
Intracranial EEG structure-function coupling predicts surgical outcomes in focal epilepsy
Authors:
Nishant Sinha,
John S. Duncan,
Beate Diehl,
Fahmida A. Chowdhury,
Jane de Tisi,
Anna Miserocchi,
Andrew W. McEvoy,
Kathryn A. Davis,
Sjoerd B. Vos,
Gavin P. Winston,
Yujiang Wang,
Peter N. Taylor
Abstract:
Alterations to structural and functional brain networks have been reported across many neurological conditions. However, the relationship between structure and function -- their coupling -- is relatively unexplored, particularly in the context of an intervention. Epilepsy surgery alters the brain structure and networks to control the functional abnormality of seizures. Given that surgery is a stru…
▽ More
Alterations to structural and functional brain networks have been reported across many neurological conditions. However, the relationship between structure and function -- their coupling -- is relatively unexplored, particularly in the context of an intervention. Epilepsy surgery alters the brain structure and networks to control the functional abnormality of seizures. Given that surgery is a structural modification aiming to alter the function, we hypothesized that stronger structure-function coupling preoperatively is associated with a greater chance of post-operative seizure control. We constructed structural and functional brain networks in 39 subjects with medication-resistant focal epilepsy using data from intracranial EEG (pre-surgery), structural MRI (pre-and post-surgery), and diffusion MRI (pre-surgery). We investigated pre-operative structure-function coupling at two spatial scales a) at the global iEEG network level and b) at the resolution of individual iEEG electrode contacts using virtual surgeries. At global network level, seizure-free individuals had stronger structure-function coupling pre-operatively than those that were not seizure-free regardless of the choice of interictal segment or frequency band. At the resolution of individual iEEG contacts, the virtual surgery approach provided complementary information to localize epileptogenic tissues. In predicting seizure outcomes, structure-function coupling measures were more important than clinical attributes, and together they predicted seizure outcomes with an accuracy of 85% and sensitivity of 87%. The underlying assumption that the structural changes induced by surgery translate to the functional level to control seizures is valid when the structure-functional coupling is strong. Mapping the regions that contribute to structure-functional coupling using virtual surgeries may help aid surgical planning.
△ Less
Submitted 17 April, 2022;
originally announced April 2022.
-
CryoRL: Reinforcement Learning Enables Efficient Cryo-EM Data Collection
Authors:
Quanfu Fan,
Yilai Li,
Yuguang Yao,
John Cohn,
Sijia Liu,
Seychelle M. Vos,
Michael A. Cianfrocco
Abstract:
Single-particle cryo-electron microscopy (cryo-EM) has become one of the mainstream structural biology techniques because of its ability to determine high-resolution structures of dynamic bio-molecules. However, cryo-EM data acquisition remains expensive and labor-intensive, requiring substantial expertise. Structural biologists need a more efficient and objective method to collect the best data i…
▽ More
Single-particle cryo-electron microscopy (cryo-EM) has become one of the mainstream structural biology techniques because of its ability to determine high-resolution structures of dynamic bio-molecules. However, cryo-EM data acquisition remains expensive and labor-intensive, requiring substantial expertise. Structural biologists need a more efficient and objective method to collect the best data in a limited time frame. We formulate the cryo-EM data collection task as an optimization problem in this work. The goal is to maximize the total number of good images taken within a specified period. We show that reinforcement learning offers an effective way to plan cryo-EM data collection, successfully navigating heterogenous cryo-EM grids. The approach we developed, cryoRL, demonstrates better performance than average users for data collection under similar settings.
△ Less
Submitted 15 April, 2022;
originally announced April 2022.
-
Volumetric and structural connectivity abnormalities co-localise in TLE
Authors:
Jonathan J. Horsley,
Gabrielle M. Schroeder,
Rhys H. Thomas,
Jane de Tisi,
Sjoerd B. Vos,
Gavin P. Winston,
John S. Duncan,
Yujiang Wang,
Peter N. Taylor
Abstract:
Patients with temporal lobe epilepsy (TLE) exhibit both volumetric and structural connectivity abnormalities relative to healthy controls. How these abnormalities inter-relate and their mechanisms are unclear. We computed grey matter volumetric changes and white matter structural connectivity abnormalities in 144 patients with unilateral TLE and 96 healthy controls. Regional volumes were calculate…
▽ More
Patients with temporal lobe epilepsy (TLE) exhibit both volumetric and structural connectivity abnormalities relative to healthy controls. How these abnormalities inter-relate and their mechanisms are unclear. We computed grey matter volumetric changes and white matter structural connectivity abnormalities in 144 patients with unilateral TLE and 96 healthy controls. Regional volumes were calculated using T1-weighted MRI, while structural connectivity was derived using white matter fibre tractography from diffusion-weighted MRI. For each regional volume and each connection strength, we calculated the effect size between patient and control groups in a group-level analysis. We then applied hierarchical regression to investigate the relationship between volumetric and structural connectivity abnormalities in individuals. Additionally, we quantified whether abnormalities co-localised within individual patients by computing Dice similarity scores. In TLE, white matter connectivity abnormalities were greater when joining two grey matter regions with abnormal volumes. Similarly, grey matter volumetric abnormalities were greater when joined by abnormal white matter connections. The extent of volumetric and connectivity abnormalities related to epilepsy duration, but co-localisation did not. Co-localisation was primarily driven by neighbouring abnormalities in the ipsilateral hemisphere. Overall, volumetric and structural connectivity abnormalities were related in TLE. Our results suggest that shared mechanisms may underlie changes in both volume and connectivity alterations in patients with TLE.
△ Less
Submitted 5 February, 2022;
originally announced February 2022.
-
Normative brain mapping of interictal intracranial EEG to localise epileptogenic tissue
Authors:
Peter N Taylor,
Christoforos A Papasavvas,
Thomas W Owen,
Gabrielle M Schroeder,
Frances E Hutchings,
Fahmida A Chowdhury,
Beate Diehl,
John S Duncan,
Andrew W McEvoy,
Anna Miserocchi,
Jane de Tisi,
Sjoerd B Vos,
Matthew C Walker,
Yujiang Wang
Abstract:
The identification of abnormal electrographic activity is important in a wide range of neurological disorders, including epilepsy for localising epileptogenic tissue. However, this identification may be challenging during non-seizure (interictal) periods, especially if abnormalities are subtle compared to the repertoire of possible healthy brain dynamics. Here, we investigate if such interictal ab…
▽ More
The identification of abnormal electrographic activity is important in a wide range of neurological disorders, including epilepsy for localising epileptogenic tissue. However, this identification may be challenging during non-seizure (interictal) periods, especially if abnormalities are subtle compared to the repertoire of possible healthy brain dynamics. Here, we investigate if such interictal abnormalities become more salient by quantitatively accounting for the range of healthy brain dynamics in a location-specific manner. To this end, we constructed a normative map of brain dynamics, in terms of relative band power, from interictal intracranial recordings from 234 subjects (21,598 electrode contacts). We then compared interictal recordings from 62 patients with epilepsy to the normative map to identify abnormal regions. We hypothesised that if the most abnormal regions were spared by surgery, then patients would be more likely to experience continued seizures post-operatively. We first confirmed that the spatial variations of band power in the normative map across brain regions were consistent with healthy variations reported in the literature. Second, when accounting for the normative variations, regions which were spared by surgery were more abnormal than those resected only in patients with persistent post-operative seizures (t=-3.6, p=0.0003), confirming our hypothesis. Third, we found that this effect discriminated patient outcomes (AUC=0.75 p=0.0003). Normative mapping is a well-established practice in neuroscientific research. Our study suggests that this approach is feasible to detect interictal abnormalities in intracranial EEG, and of potential clinical value to identify pathological tissue in epilepsy. Finally, we make our normative intracranial map publicly available to facilitate future investigations in epilepsy and beyond.
△ Less
Submitted 7 January, 2022; v1 submitted 10 May, 2021;
originally announced May 2021.
-
Focal to bilateral tonic-clonic seizures are associated with widespread network abnormality in temporal lobe epilepsy
Authors:
Nishant Sinha,
Natalie Peternell,
Gabrielle M. Schroeder,
Jane de Tisi,
Sjoerd B. Vos,
Gavin P. Winston,
John S. Duncan,
Yujiang Wang,
Peter N. Taylor
Abstract:
Objective: To identify if whole-brain structural network alterations in patients with temporal lobe epilepsy (TLE) and focal to bilateral tonic-clonic seizures (FBTCS) differ from alterations in patients without FBTCS.
Methods: We dichotomized a cohort of 83 drug-resistant patients with TLE into those with and without FBTCS and compared each group to 29 healthy controls. For each subject, we use…
▽ More
Objective: To identify if whole-brain structural network alterations in patients with temporal lobe epilepsy (TLE) and focal to bilateral tonic-clonic seizures (FBTCS) differ from alterations in patients without FBTCS.
Methods: We dichotomized a cohort of 83 drug-resistant patients with TLE into those with and without FBTCS and compared each group to 29 healthy controls. For each subject, we used diffusion MRI to construct whole-brain structural networks. First, we measured the extent of alterations by performing FBTCS-negative (FBTCS-) versus control and FBTCS-positive (FBTCS+) versus control comparisons, thereby delineating altered sub-networks of the whole-brain structural network. Second, by standardising networks of each patient using control networks, we measured the subject-specific abnormality at every brain region in the network, thereby quantifying the spatial localisation and the amount of abnormality in every patient.
Results: Both FBTCS+ and FBTCS- patient groups had altered sub-networks with reduced fractional anisotropy (FA) and increased mean diffusivity (MD) compared to controls. The altered subnetwork in FBTCS+ patients was more widespread than in FBTCS- patients (441 connections altered at t>3, p<0.001 in FBTCS+ compared to 21 connections altered at t>3, p=0.01 in FBTCS-). Significantly greater abnormalities-aggregated over the entire brain network as well as assessed at the resolution of individual brain areas-were present in FBTCS+ patients (p<0.001, d=0.82). In contrast, the fewer abnormalities present in FBTCS- patients were mainly localised to the temporal and frontal areas.
Significance: The whole-brain structural network is altered to a greater and more widespread extent in patients with TLE and FBTCS. We suggest that these abnormal networks may serve as an underlying structural basis or consequence of the greater seizure spread observed in FBTCS.
△ Less
Submitted 28 September, 2020;
originally announced September 2020.
-
Enhancing Fiber Orientation Distributions using convolutional Neural Networks
Authors:
Oeslle Lucena,
Sjoerd B. Vos,
Vejay Vakharia,
John Duncan,
Keyoumars Ashkan,
Rachel Sparks,
Sebastien Ourselin
Abstract:
Accurate local fiber orientation distribution (FOD) modeling based on diffusion magnetic resonance imaging (dMRI) capable of resolving complex fiber configurations benefits from specific acquisition protocols that sample a high number of gradient directions (b-vecs), a high maximum b-value(b-vals), and multiple b-values (multi-shell). However, acquisition time is limited in a clinical setting and…
▽ More
Accurate local fiber orientation distribution (FOD) modeling based on diffusion magnetic resonance imaging (dMRI) capable of resolving complex fiber configurations benefits from specific acquisition protocols that sample a high number of gradient directions (b-vecs), a high maximum b-value(b-vals), and multiple b-values (multi-shell). However, acquisition time is limited in a clinical setting and commercial scanners may not provide such dMRI sequences. Therefore, dMRI is often acquired as single-shell (single b-value). In this work, we learn improved FODs for commercially acquired MRI. We evaluate patch-based 3D convolutional neural networks (CNNs)on their ability to regress multi-shell FOD representations from single-shell representations, where the representation is a spherical harmonics obtained from constrained spherical deconvolution (CSD) to model FODs. We evaluate U-Net and HighResNet 3D CNN architectures on data from the Human Connectome Project and an in-house dataset. We evaluate how well each CNN model can resolve local fiber orientation 1) when training and testing on datasets with the same dMRI acquisition protocol; 2) when testing on a dataset with a different dMRI acquisition protocol than used to train the CNN models; and 3) when testing on a dataset with a fewer number of gradient directions than used to train the CNN models. Our approach may enable robust CSD model estimation on single-shell dMRI acquisition protocols with few gradient directions, reducing acquisition times, facilitating translation of improved FOD estimation to time-limited clinical environments.
△ Less
Submitted 17 December, 2020; v1 submitted 12 August, 2020;
originally announced August 2020.
-
Multivariate white matter alterations are associated with epilepsy duration
Authors:
Tom W. Owen,
Jane de Tisi,
Sjoerd B. Vos,
Gavin P. Winston,
John S. Duncan,
Yujiang Wang,
Peter N. Taylor
Abstract:
Previous studies investigating associations between white matter alterations and duration of temporal lobe epilepsy (TLE) have shown differing results, and were typically limited to univariate analyses of tracts in isolation. In this study we apply a multivariate measure (the Mahalanobis distance), to capture the distinct ways white matter may differ in individual patients, and relate this to epil…
▽ More
Previous studies investigating associations between white matter alterations and duration of temporal lobe epilepsy (TLE) have shown differing results, and were typically limited to univariate analyses of tracts in isolation. In this study we apply a multivariate measure (the Mahalanobis distance), to capture the distinct ways white matter may differ in individual patients, and relate this to epilepsy duration.
Diffusion MRI, from a cohort of 94 subjects (28 healthy controls, 33 left-TLE and 33 right-TLE), was used to assess associations between tract fractional anisotropy (FA) and epilepsy duration. Using ten white matter tracts, we analysed associations using traditional univariate analyses (z-scores) and a complementary multivariate approach (Mahalanobis distance), incorporating multiple white matter tracts into a single unified analysis.
In patients with right-TLE, FA was not significantly associated with epilepsy duration for any tract studied in isolation. In patients with left-TLE, the FA of two limbic tracts (ipsilateral fornix, contralateral cingulum gyrus) was significantly negatively associated with epilepsy duration (Bonferonni corrected p<0.05). Using a multivariate approach we found significant ipsilateral positive associations with duration in both left, and right-TLE cohorts (left-TLE: Spearman's rho=0.487, right-TLE: Spearman's rho=0.422). Extrapolating our multivariate results to duration equals zero (i.e. at onset) we found no significant difference between patients and controls. Associations using the multivariate approach were more robust than univariate methods.
The multivariate distance measure provides non-overlapping and more robust results than traditional univariate analyses. Future studies should consider adopting both frameworks into their analysis in order to ascertain a more complete understanding of epilepsy progression, regardless of laterality.
△ Less
Submitted 15 July, 2020;
originally announced July 2020.
-
Independent components of human brain morphology
Authors:
Yujiang Wang,
Tobias Ludwig,
Bethany Little,
Joe H Necus,
Gavin Winston,
Sjoerd B Vos,
Jane de Tisi,
John S Duncan,
Peter N Taylor,
Bruno Mota
Abstract:
Quantification of brain morphology has become an important cornerstone in understanding brain structure. Measures of cortical morphology such as thickness and surface area are frequently used to compare groups of subjects or characterise longitudinal changes. However, such measures are often treated as independent from each other.
A recently described scaling law, derived from a statistical phys…
▽ More
Quantification of brain morphology has become an important cornerstone in understanding brain structure. Measures of cortical morphology such as thickness and surface area are frequently used to compare groups of subjects or characterise longitudinal changes. However, such measures are often treated as independent from each other.
A recently described scaling law, derived from a statistical physics model of cortical folding, demonstrates that there is a tight covariance between three commonly used cortical morphology measures: cortical thickness, total surface area, and exposed surface area.
We show that assuming the independence of cortical morphology measures can hide features and potentially lead to misinterpretations. Using the scaling law, we account for the covariance between cortical morphology measures and derive novel independent measures of cortical morphology. By applying these new measures, we show that new information can be gained; in our example we show that distinct morphological alterations underlie healthy ageing compared to temporal lobe epilepsy, even on the coarse level of a whole hemisphere.
We thus provide a conceptual framework for characterising cortical morphology in a statistically valid and interpretable manner, based on theoretical reasoning about the shape of the cortex.
△ Less
Submitted 23 March, 2020;
originally announced March 2020.
-
The impact of epilepsy surgery on the structural connectome and its relation to outcome
Authors:
Peter N Taylor,
Nishant Sinha,
Yujiang Wang,
Sjoerd B Vos,
Jane de Tisi,
Anna Miserocchi,
Andrew W McEvoy,
Gavin P Winston,
John S Duncan
Abstract:
Temporal lobe surgical resection brings seizure remission in up to 80% of patients, with long-term complete seizure freedom in 41%. However, it is unclear how surgery impacts on the structural white matter network, and how the network changes relate to seizure outcome. We used white matter fibre tractography on preoperative diffusion MRI to generate a structural white matter network, and postopera…
▽ More
Temporal lobe surgical resection brings seizure remission in up to 80% of patients, with long-term complete seizure freedom in 41%. However, it is unclear how surgery impacts on the structural white matter network, and how the network changes relate to seizure outcome. We used white matter fibre tractography on preoperative diffusion MRI to generate a structural white matter network, and postoperative T1-weighted MRI to retrospectively infer the impact of surgical resection on this network. We then applied graph theory and machine learning to investigate the properties of change between the preoperative and predicted postoperative networks. Temporal lobe surgery had a modest impact on global network efficiency, despite the disruption caused. This was due to alternative shortest paths in the network leading to widespread increases in betweenness centrality post-surgery. Measurements of network change could retrospectively predict seizure outcomes with 79% accuracy and 65% specificity, which is twice as high as the empirical distribution. Fifteen connections which changed due to surgery were identified as useful for prediction of outcome, eight of which connected to the ipsilateral temporal pole. Our results suggest that the use of network change metrics may have clinical value for predicting seizure outcome. This approach could be used to prospectively predict outcomes given a suggested resection mask using preoperative data only.
△ Less
Submitted 23 March, 2018; v1 submitted 25 July, 2017;
originally announced July 2017.