This program supports AI startups at any time of the year. Benefit from cutting-edge resources and tailored support to accelerate your technology's development.
The Mila AI Policy Fellowship translates deep AI expertise into rigorous, public-interest policy. Read the newest publication Bridging the Expertise Gap: Knowledge Transfer Mechanisms for AI Regulation by Moritz von Knebel
We use cookies to analyze the browsing and usage of our website and to personalize your experience. You can disable these technologies at any time, but this may limit certain functionalities of the site. Read our Privacy Policy for more information.
Setting cookies
You can enable and disable the types of cookies you wish to accept. However certain choices you make could affect the services offered on our sites (e.g. suggestions, personalised ads, etc.).
Essential cookies
These cookies are necessary for the operation of the site and cannot be deactivated. (Still active)
Analytics cookies
Do you accept the use of cookies to measure the audience of our sites?
Multimedia Player
Do you accept the use of cookies to display and allow you to watch the video content hosted by our partners (YouTube, etc.)?
Publications
Posterior inference of Hi-C contact frequency through sampling
Hi-C is one of the most widely used approaches to study three-dimensional genome conformations. Contacts captured by a Hi-C experiment are r… (see more)epresented in a contact frequency matrix. Due to the limited sequencing depth and other factors, Hi-C contact frequency matrices are only approximations of the true interaction frequencies and are further reported without any quantification of uncertainty. Hence, downstream analyses based on Hi-C contact maps (e.g., TAD and loop annotation) are themselves point estimations. Here, we present the Hi-C interaction frequency sampler (HiCSampler) that reliably infers the posterior distribution of the interaction frequency for a given Hi-C contact map by exploiting dependencies between neighboring loci. Posterior predictive checks demonstrate that HiCSampler can infer highly predictive chromosomal interaction frequency. Summary statistics calculated by HiCSampler provide a measurement of the uncertainty for Hi-C experiments, and samples inferred by HiCSampler are ready for use by most downstream analysis tools off the shelf and permit uncertainty measurements in these analyses without modifications.
The human cerebellum is increasingly recognized to be involved in non-motor and higher-order cognitive functions. Yet, its ties with the ent… (see more)ire cerebral cortex have not been holistically studied in a whole-brain exploration with a unified analytical framework. Here, we characterized disso-ciable cortical-cerebellar structural covariation patterns across the brain in n=38,527 UK Bio-bank participants. Our results invigorate previous observations in that important shares of corti-cal-cerebellar structural covariation are described as i) a dissociation between the higher-level cognitive system and lower-level sensorimotor system, as well as ii) an anticorrelation between the visual-attention system and advanced associative networks within the cerebellum. We also discovered a novel pattern of ipsilateral, rather than contralateral, cerebral-cerebellar associations. Furthermore, phenome-wide association assays revealed key phenotypes, including cognitive phenotypes, lifestyle, physical properties, and blood assays, associated with each decomposed covariation pattern, helping to understand their real-world implications. This systems neurosci-ence view paves the way for future studies to explore the implications of these structural covaria-tions, potentially illuminating new pathways in our understanding of neurological and cognitive disorders.
Cerebellum’s association with the entire cerebral cortex has not been holistically studied in a unified way. Here, we conjointly character… (see more)ize the population-level cortical-cerebellar structural covariation patterns leveraging ∼40,000 UK Biobank participants whole brain structural scans and ∼1,000 phenotypes. We revitalize the previous hypothesis of an anticorrelation between the visual-attention system and advanced associative networks within the cerebellum. We also discovered a novel ipsilateral cerebral-cerebellar associations. Phenome-wide association (PheWAS) revealed real-world implications of the structural covariation patterns.
Human activity recognition (HAR) is a popular research field in computer vision that has already been widely studied. However, it is still a… (see more)n active research field since it plays an important role in many current and emerging real-world intelligent systems, like visual surveillance and human-computer interaction. Deep reinforcement learning (DRL) has recently been used to address the activity recognition problem with various purposes, such as finding attention in video data or obtaining the best network structure. DRL-based HAR has only been around for a short time, and it is a challenging, novel field of study. Therefore, to facilitate further research in this area, we have constructed a comprehensive survey on activity recognition methods that incorporate DRL. Throughout the article, we classify these methods according to their shared objectives and delve into how they are ingeniously framed within the DRL framework. As we navigate through the survey, we conclude by shedding light on the prominent challenges and lingering questions that await the attention of future researchers, paving the way for further advancements and breakthroughs in this exciting domain.
2024-02-18
IEEE Transactions on Neural Networks and Learning Systems (published)
Purpose: Pediatric trauma is a leading cause of death and disability among children. While trauma education can improve these outcomes, it r… (see more)emains expensive and available only to a few providers worldwide. Innovative educational technologies like virtual reality (VR) can be key to democratizing trauma education. This study, therefore, evaluates the face and content validity of a VR platform designed to enhance pediatric trauma skills. Specifically, we seek to determine whether the platform effectively presents an injured child and comprehensively covers the essential tasks to successfully treat them within a trauma team. Methods: Physicians were invited to test a VR platform simulating a child with blunt head and truncal trauma. After the simulation, they filled out surveys assessing the face and content validity of the scenario, including their opinions on the realism, interaction, ease of use, and the educational content of the platform. Additionally, they completed a cybersickness questionnaire. Demographic data were also collected, including age, gender, country of medical education, and previous experience with VR. A descriptive analysis was performed. Results: Eleven physicians graduated from eight different countries tested the VR platform. Most (87%) found it valuable, and 81% preferred using it over high-fidelity mannequins for training purposes. The platform received more favorable evaluations for non-technical skills training (median: 5, IQR: 5.0 to 5.0) than for technical skills (median: 4, IQR: 3.0 to 5.0). Regarding cybersickness, 73% of the participants reported experiencing any or minimal discomfort during the simulation, and none needed to stop the test due to discomfort. Conclusion: Our initial validation of a VR platform designed for pediatric trauma education was positive. Participants endorsed VR and its potential to enhance performance, particularly in non-technical skills. Encouraged by these results, we will proceed with feasibility and implementation studies, comparing VR to high-fidelity mannequins.
Accurately predicting phenotype using genotype across diverse ancestry groups remains a significant challenge in human genetics. Many state-… (see more)of-the-art polygenic risk score models are known to have difficulty generalizing to genetic ancestries that are not well represented in their training set. To address this issue, we present a novel machine learning method for fitting genetic effect sizes across multiple ancestry groups simultaneously, while leveraging prior knowledge of the evolutionary relationships among them. We introduce DendroPRS, a machine learning model where SNP effect sizes are allowed to evolve along the branches of the phylogenetic tree capturing the relationship among populations. DendroPRS outperforms existing approaches at two important genotype-to-phenotype prediction tasks: expression QTL analysis and polygenic risk scores. We also demonstrate that our method can be useful for multi-ancestry modelling, both by fitting population-specific effect sizes and by more accurately accounting for covariate effects across groups. We additionally find a subset of genes where there is strong evidence that an ancestry-specific approach improves eQTL modelling.
In this blogpost we discuss the idea of teaching neural networks to reach fixed points when reasoning. Specifically, on the algorithmic reas… (see more)oning benchmark CLRS the current neural networks are told the number of reasoning steps they need. While a quick fix is to add a termination network that predicts when to stop, a much more salient inductive bias is that the neural network shouldn't change it's answer any further once the answer is correct, i.e. it should reach a fixed point. This is supported by denotational semantics, which tells us that while loops that terminate are the minimum fixed points of a function. We implement this idea with the help of deep equilibrium models and discuss several hurdles one encounters along the way. We show on several algorithms from the CLRS benchmark the partial success of this approach and the difficulty in making it work robustly across all algorithms.
Generative Flow Networks (GFlowNets) are a new family of probabilistic samplers where an agent learns a stochastic policy for generating com… (see more)plex combinatorial structure through a series of decision-making steps. Despite being inspired from reinforcement learning, the current GFlowNet framework is relatively limited in its applicability and cannot handle stochasticity in the reward function. In this work, we adopt a distributional paradigm for GFlowNets, turning each flow function into a distribution, thus providing more informative learning signals during training. By parameterizing each edge flow through their quantile functions, our proposed \textit{quantile matching} GFlowNet learning algorithm is able to learn a risk-sensitive policy, an essential component for handling scenarios with risk uncertainty. Moreover, we find that the distributional approach can achieve substantial improvement on existing benchmarks compared to prior methods due to our enhanced training algorithm, even in settings with deterministic rewards.
The global signal (GS) in resting-state functional MRI (fMRI), known to contain artifacts and non-neuronal physiological signals, also conta… (see more)ins important neural information related to individual state and trait characteristics. Here, we show distinct linear and curvilinear relationships between GS topography and age in a cross-sectional sample of individuals (6-85 years old) representing a significant portion of the lifespan. Subcortical brain regions such as the thalamus and putamen show linear associations with the GS across age. The thalamus has stronger contributions to the GS in older-age individuals compared with younger-aged individuals, while the putamen has stronger contributions in younger individuals compared with older individuals. The subcortical nucleus basalis of Meynert shows a u-shaped pattern similar to cortical regions within the lateral frontoparietal network and dorsal attention network, where contributions of the GS are stronger at early and old age, and weaker in middle age. This differentiation between subcortical and cortical brain activity across age supports a dual-layer model of GS composition, where subcortical aspects of the GS are differentiated from cortical aspects of the GS. We find that these subcortical-cortical contributions to the GS depend strongly on age across the lifespan of human development. Our findings demonstrate how neurobiological information within the GS differs across development and highlight the need to carefully consider whether or not to remove this signal when investigating age-related functional differences in the brain.