-
Flexible MOF Generation with Torsion-Aware Flow Matching
Authors:
Nayoung Kim,
Seongsu Kim,
Sungsoo Ahn
Abstract:
Designing metal-organic frameworks (MOFs) with novel chemistries is a long-standing challenge due to their large combinatorial space and the complex 3D arrangements of building blocks. While recent deep generative models have enabled scalable MOF generation, they assume (1) a fixed set of building blocks and (2) known ground-truth local block-wise 3D coordinates. However, this limits their ability…
▽ More
Designing metal-organic frameworks (MOFs) with novel chemistries is a long-standing challenge due to their large combinatorial space and the complex 3D arrangements of building blocks. While recent deep generative models have enabled scalable MOF generation, they assume (1) a fixed set of building blocks and (2) known ground-truth local block-wise 3D coordinates. However, this limits their ability to (1) design novel MOFs and (2) generate the structure using novel building blocks. We propose a two-stage de novo MOF generation framework that overcomes these limitations by modeling both chemical and geometric degrees of freedom. First, we train a SMILES-based autoregressive model to generate novel metal and organic building blocks, paired with cheminformatics for 3D structure initialization. Second, we introduce a flow-matching model that predicts translations, rotations, and torsional angles to assemble flexible blocks into valid 3D frameworks. Our experiments demonstrate improved reconstruction accuracy, the generation of valid, novel, and unique MOFs, and the ability of our model to create novel building blocks.
△ Less
Submitted 23 May, 2025;
originally announced May 2025.
-
A Multi-Omics Framework for Survival Mediation Analysis of High-Dimensional Proteogenomic Data
Authors:
Seungjun Ahn,
Weijia Fu,
Maaike van Gerwen,
Lei Liu,
Zhigang Li
Abstract:
Survival analysis plays a crucial role in understanding time-to-event (survival) outcomes such as disease progression. Despite recent advancements in causal mediation frameworks for survival analysis, existing methods are typically based on Cox regression and primarily focus on a single exposure or individual omics layers, often overlooking multi-omics interplay. This limitation hinders the full p…
▽ More
Survival analysis plays a crucial role in understanding time-to-event (survival) outcomes such as disease progression. Despite recent advancements in causal mediation frameworks for survival analysis, existing methods are typically based on Cox regression and primarily focus on a single exposure or individual omics layers, often overlooking multi-omics interplay. This limitation hinders the full potential of integrated biological insights. In this paper, we propose SMAHP, a novel method for survival mediation analysis that simultaneously handles high-dimensional exposures and mediators, integrates multi-omics data, and offers a robust statistical framework for identifying causal pathways on survival outcomes. This is one of the first attempts to introduce the accelerated failure time (AFT) model within a multi-omics causal mediation framework for survival outcomes. Through simulations across multiple scenarios, we demonstrate that SMAHP achieves high statistical power, while effectively controlling false discovery rate (FDR), compared with two other approaches. We further apply SMAHP to the largest head-and-neck carcinoma proteogenomic data, detecting a gene mediated by a protein that influences survival time.
△ Less
Submitted 11 March, 2025;
originally announced March 2025.
-
MOFFlow: Flow Matching for Structure Prediction of Metal-Organic Frameworks
Authors:
Nayoung Kim,
Seongsu Kim,
Minsu Kim,
Jinkyoo Park,
Sungsoo Ahn
Abstract:
Metal-organic frameworks (MOFs) are a class of crystalline materials with promising applications in many areas such as carbon capture and drug delivery. In this work, we introduce MOFFlow, the first deep generative model tailored for MOF structure prediction. Existing approaches, including ab initio calculations and even deep generative models, struggle with the complexity of MOF structures due to…
▽ More
Metal-organic frameworks (MOFs) are a class of crystalline materials with promising applications in many areas such as carbon capture and drug delivery. In this work, we introduce MOFFlow, the first deep generative model tailored for MOF structure prediction. Existing approaches, including ab initio calculations and even deep generative models, struggle with the complexity of MOF structures due to the large number of atoms in the unit cells. To address this limitation, we propose a novel Riemannian flow matching framework that reduces the dimensionality of the problem by treating the metal nodes and organic linkers as rigid bodies, capitalizing on the inherent modularity of MOFs. By operating in the $SE(3)$ space, MOFFlow effectively captures the roto-translational dynamics of these rigid components in a scalable way. Our experiment demonstrates that MOFFlow accurately predicts MOF structures containing several hundred atoms, significantly outperforming conventional methods and state-of-the-art machine learning baselines while being much faster.
△ Less
Submitted 19 March, 2025; v1 submitted 7 October, 2024;
originally announced October 2024.
-
REBIND: Enhancing ground-state molecular conformation via force-based graph rewiring
Authors:
Taewon Kim,
Hyunjin Seo,
Sungsoo Ahn,
Eunho Yang
Abstract:
Predicting the ground-state 3D molecular conformations from 2D molecular graphs is critical in computational chemistry due to its profound impact on molecular properties. Deep learning (DL) approaches have recently emerged as promising alternatives to computationally-heavy classical methods such as density functional theory (DFT). However, we discover that existing DL methods inadequately model in…
▽ More
Predicting the ground-state 3D molecular conformations from 2D molecular graphs is critical in computational chemistry due to its profound impact on molecular properties. Deep learning (DL) approaches have recently emerged as promising alternatives to computationally-heavy classical methods such as density functional theory (DFT). However, we discover that existing DL methods inadequately model inter-atomic forces, particularly for non-bonded atomic pairs, due to their naive usage of bonds and pairwise distances. Consequently, significant prediction errors occur for atoms with low degree (i.e., low coordination numbers) whose conformations are primarily influenced by non-bonded interactions. To address this, we propose REBIND, a novel framework that rewires molecular graphs by adding edges based on the Lennard-Jones potential to capture non-bonded interactions for low-degree atoms. Experimental results demonstrate that REBIND significantly outperforms state-of-the-art methods across various molecular sizes, achieving up to a 20\% reduction in prediction error.
△ Less
Submitted 4 October, 2024;
originally announced October 2024.
-
Generative Flows on Synthetic Pathway for Drug Design
Authors:
Seonghwan Seo,
Minsu Kim,
Tony Shen,
Martin Ester,
Jinkyoo Park,
Sungsoo Ahn,
Woo Youn Kim
Abstract:
Generative models in drug discovery have recently gained attention as efficient alternatives to brute-force virtual screening. However, most existing models do not account for synthesizability, limiting their practical use in real-world scenarios. In this paper, we propose RxnFlow, which sequentially assembles molecules using predefined molecular building blocks and chemical reaction templates to…
▽ More
Generative models in drug discovery have recently gained attention as efficient alternatives to brute-force virtual screening. However, most existing models do not account for synthesizability, limiting their practical use in real-world scenarios. In this paper, we propose RxnFlow, which sequentially assembles molecules using predefined molecular building blocks and chemical reaction templates to constrain the synthetic chemical pathway. We then train on this sequential generating process with the objective of generative flow networks (GFlowNets) to generate both highly rewarded and diverse molecules. To mitigate the large action space of synthetic pathways in GFlowNets, we implement a novel action space subsampling method. This enables RxnFlow to learn generative flows over extensive action spaces comprising combinations of 1.2 million building blocks and 71 reaction templates without significant computational overhead. Additionally, RxnFlow can employ modified or expanded action spaces for generation without retraining, allowing for the introduction of additional objectives or the incorporation of newly discovered building blocks. We experimentally demonstrate that RxnFlow outperforms existing reaction-based and fragment-based models in pocket-specific optimization across various target pockets. Furthermore, RxnFlow achieves state-of-the-art performance on CrossDocked2020 for pocket-conditional generation, with an average Vina score of -8.85 kcal/mol and 34.8% synthesizability.
△ Less
Submitted 6 March, 2025; v1 submitted 6 October, 2024;
originally announced October 2024.
-
Can LLMs Generate Diverse Molecules? Towards Alignment with Structural Diversity
Authors:
Hyosoon Jang,
Yunhui Jang,
Jaehyung Kim,
Sungsoo Ahn
Abstract:
Recent advancements in large language models (LLMs) have demonstrated impressive performance in molecular generation, which offers potential to accelerate drug discovery. However, the current LLMs overlook a critical requirement for drug discovery: proposing a diverse set of molecules. This diversity is essential for improving the chances of finding a viable drug, as it provides alternative molecu…
▽ More
Recent advancements in large language models (LLMs) have demonstrated impressive performance in molecular generation, which offers potential to accelerate drug discovery. However, the current LLMs overlook a critical requirement for drug discovery: proposing a diverse set of molecules. This diversity is essential for improving the chances of finding a viable drug, as it provides alternative molecules that may succeed where others fail in real-world validations. Nevertheless, the LLMs often output structurally similar molecules. While decoding schemes like diverse beam search may enhance textual diversity, this often does not align with molecular structural diversity. In response, we propose a new method for fine-tuning molecular generative LLMs to autoregressively generate a set of structurally diverse molecules, where each molecule is generated by conditioning on the previously generated molecules. Our approach consists of two stages: (1) supervised fine-tuning to adapt LLMs to autoregressively generate molecules in a sequence and (2) reinforcement learning to maximize structural diversity within the generated molecules. Our experiments show that the proposed approach enables LLMs to generate diverse molecules better than existing approaches for diverse sequence generation.
△ Less
Submitted 17 February, 2025; v1 submitted 4 October, 2024;
originally announced October 2024.
-
Decoupled Sequence and Structure Generation for Realistic Antibody Design
Authors:
Nayoung Kim,
Minsu Kim,
Sungsoo Ahn,
Jinkyoo Park
Abstract:
Recently, deep learning has made rapid progress in antibody design, which plays a key role in the advancement of therapeutics. A dominant paradigm is to train a model to jointly generate the antibody sequence and the structure as a candidate. However, the joint generation requires the model to generate both the discrete amino acid categories and the continuous 3D coordinates; this limits the space…
▽ More
Recently, deep learning has made rapid progress in antibody design, which plays a key role in the advancement of therapeutics. A dominant paradigm is to train a model to jointly generate the antibody sequence and the structure as a candidate. However, the joint generation requires the model to generate both the discrete amino acid categories and the continuous 3D coordinates; this limits the space of possible architectures and may lead to suboptimal performance. In response, we propose an antibody sequence-structure decoupling (ASSD) framework, which separates sequence generation and structure prediction. Although our approach is simple, our idea allows the use of powerful neural architectures and demonstrates notable performance improvements. We also find that the widely used non-autoregressive generators promote sequences with overly repeating tokens. Such sequences are both out-of-distribution and prone to undesirable developability properties that can trigger harmful immune responses in patients. To resolve this, we introduce a composition-based objective that allows an efficient trade-off between high performance and low token repetition. ASSD shows improved performance in various antibody design experiments, while the composition-based objective successfully mitigates token repetition of non-autoregressive models.
△ Less
Submitted 16 January, 2025; v1 submitted 8 February, 2024;
originally announced February 2024.
-
Bootstrapped Training of Score-Conditioned Generator for Offline Design of Biological Sequences
Authors:
Minsu Kim,
Federico Berto,
Sungsoo Ahn,
Jinkyoo Park
Abstract:
We study the problem of optimizing biological sequences, e.g., proteins, DNA, and RNA, to maximize a black-box score function that is only evaluated in an offline dataset. We propose a novel solution, bootstrapped training of score-conditioned generator (BootGen) algorithm. Our algorithm repeats a two-stage process. In the first stage, our algorithm trains the biological sequence generator with ra…
▽ More
We study the problem of optimizing biological sequences, e.g., proteins, DNA, and RNA, to maximize a black-box score function that is only evaluated in an offline dataset. We propose a novel solution, bootstrapped training of score-conditioned generator (BootGen) algorithm. Our algorithm repeats a two-stage process. In the first stage, our algorithm trains the biological sequence generator with rank-based weights to enhance the accuracy of sequence generation based on high scores. The subsequent stage involves bootstrapping, which augments the training dataset with self-generated data labeled by a proxy score function. Our key idea is to align the score-based generation with a proxy score function, which distills the knowledge of the proxy score function to the generator. After training, we aggregate samples from multiple bootstrapped generators and proxies to produce a diverse design. Extensive experiments show that our method outperforms competitive baselines on biological sequential design tasks. We provide reproducible source code: \href{https://github.com/kaist-silab/bootgen}{https://github.com/kaist-silab/bootgen}.
△ Less
Submitted 22 March, 2024; v1 submitted 5 June, 2023;
originally announced June 2023.
-
Affinity-based Attention in Self-supervised Transformers Predicts Dynamics of Object Grouping in Humans
Authors:
Hossein Adeli,
Seoyoung Ahn,
Nikolaus Kriegeskorte,
Gregory Zelinsky
Abstract:
The spreading of attention has been proposed as a mechanism for how humans group features to segment objects. However, such a mechanism has not yet been implemented and tested in naturalistic images. Here, we leverage the feature maps from self-supervised vision Transformers and propose a model of human object-based attention spreading and segmentation. Attention spreads within an object through t…
▽ More
The spreading of attention has been proposed as a mechanism for how humans group features to segment objects. However, such a mechanism has not yet been implemented and tested in naturalistic images. Here, we leverage the feature maps from self-supervised vision Transformers and propose a model of human object-based attention spreading and segmentation. Attention spreads within an object through the feature affinity signal between different patches of the image. We also collected behavioral data on people grouping objects in natural images by judging whether two dots are on the same object or on two different objects. We found that our models of affinity spread that were built on feature maps from the self-supervised Transformers showed significant improvement over baseline and CNN based models on predicting reaction time patterns of humans, despite not being trained on the task or with any other object labels. Our work provides new benchmarks for evaluating models of visual representation learning including Transformers.
△ Less
Submitted 31 May, 2023;
originally announced June 2023.
-
Differential Co-Abundance Network Analyses for Microbiome Data Adjusted for Clinical Covariates Using Jackknife Pseudo-Values
Authors:
Seungjun Ahn,
Somnath Datta
Abstract:
A recent breakthrough in differential network (DN) analysis of microbiome data has been realized with the advent of next-generation sequencing technologies. The DN analysis disentangles the microbial co-abundance among taxa by comparing the network properties between two or more graphs under different biological conditions. However, the existing methods to the DN analysis for microbiome data do no…
▽ More
A recent breakthrough in differential network (DN) analysis of microbiome data has been realized with the advent of next-generation sequencing technologies. The DN analysis disentangles the microbial co-abundance among taxa by comparing the network properties between two or more graphs under different biological conditions. However, the existing methods to the DN analysis for microbiome data do not adjust for other clinical differences between subjects. We propose a Statistical Approach via Pseudo-value Information and Estimation for Differential Network Analysis (SOHPIE-DNA) that incorporates additional covariates such as continuous age and categorical BMI. SOHPIE-DNA is a regression technique adopting jackknife pseudo-values that can be implemented readily for the analysis. We demonstrate through simulations that SOHPIE-DNA consistently reaches higher recall and F1-score, while maintaining similar precision and accuracy to existing methods (NetCoMi and MDiNE). Lastly, we apply SOHPIE-DNA on two real datasets from the American Gut Project and the Diet Exchange Study to showcase the utility. The analysis of the Diet Exchange Study is to showcase that SOHPIE-DNA can also be used to incorporate the temporal change of connectivity of taxa with the inclusion of additional covariates. As a result, our method has found taxa that are related to the prevention of intestinal inflammation and severity of fatigue in advanced metastatic cancer patients.
△ Less
Submitted 23 March, 2023;
originally announced March 2023.
-
A Pseudo-Value Regression Approach for Differential Network Analysis of Co-Expression Data
Authors:
Seungjun Ahn,
Tyler Grimes,
Somnath Datta
Abstract:
The differential network (DN) analysis identifies changes in measures of association among genes under two or more experimental conditions. In this article, we introduce a Pseudo-value Regression Approach for Network Analysis (PRANA). This is a novel method of differential network analysis that also adjusts for additional clinical covariates. We start from mutual information (MI) criteria, followe…
▽ More
The differential network (DN) analysis identifies changes in measures of association among genes under two or more experimental conditions. In this article, we introduce a Pseudo-value Regression Approach for Network Analysis (PRANA). This is a novel method of differential network analysis that also adjusts for additional clinical covariates. We start from mutual information (MI) criteria, followed by pseudo-value calculations, which are then entered into a robust regression model. This article assesses the model performances of PRANA in a multivariable setting, followed by a comparison to dnapath and DINGO in both univariable and multivariable settings through variety of simulations. Performance in terms of precision, recall, and F1 score of differentially connected (DC) genes is assessed. By and large, PRANA outperformed dnapath and DINGO, neither of which is equipped to adjust for available covariates such as patient-age. Lastly, we employ PRANA in a real data application from the Gene Expression Omnibus (GEO) database to identify DC genes that are associated with chronic obstructive pulmonary disease (COPD) to demonstrate its utility. To the best of our knowledge, this is the first attempt of utilizing a regression modeling for DN analysis by collective gene expression levels between two or more groups with the inclusion of additional clinical covariates. By and large, adjusting for available covariates improves accuracy of a DN analysis.
△ Less
Submitted 30 November, 2022;
originally announced November 2022.
-
Reconstruction-guided attention improves the robustness and shape processing of neural networks
Authors:
Seoyoung Ahn,
Hossein Adeli,
Gregory J. Zelinsky
Abstract:
Many visual phenomena suggest that humans use top-down generative or reconstructive processes to create visual percepts (e.g., imagery, object completion, pareidolia), but little is known about the role reconstruction plays in robust object recognition. We built an iterative encoder-decoder network that generates an object reconstruction and used it as top-down attentional feedback to route the mo…
▽ More
Many visual phenomena suggest that humans use top-down generative or reconstructive processes to create visual percepts (e.g., imagery, object completion, pareidolia), but little is known about the role reconstruction plays in robust object recognition. We built an iterative encoder-decoder network that generates an object reconstruction and used it as top-down attentional feedback to route the most relevant spatial and feature information to feed-forward object recognition processes. We tested this model using the challenging out-of-distribution digit recognition dataset, MNIST-C, where 15 different types of transformation and corruption are applied to handwritten digit images. Our model showed strong generalization performance against various image perturbations, on average outperforming all other models including feedforward CNNs and adversarially trained networks. Our model is particularly robust to blur, noise, and occlusion corruptions, where shape perception plays an important role. Ablation studies further reveal two complementary roles of spatial and feature-based attention in robust object recognition, with the former largely consistent with spatial masking benefits in the attention literature (the reconstruction serves as a mask) and the latter mainly contributing to the model's inference speed (i.e., number of time steps to reach a certain confidence threshold) by reducing the space of possible object hypotheses. We also observed that the model sometimes hallucinates a non-existing pattern out of noise, leading to highly interpretable human-like errors. Our study shows that modeling reconstruction-based feedback endows AI systems with a powerful attention mechanism, which can help us understand the role of generating perception in human visual processing.
△ Less
Submitted 7 February, 2023; v1 submitted 27 September, 2022;
originally announced September 2022.
-
Mathematical model of subthalamic nucleus neuron: characteristic activity patterns and bifurcation analysis
Authors:
Choongseok Park,
Leonid L. Rubchinsky,
Sungwoo Ahn
Abstract:
The subthalamic nucleus (STN) has an important role in the pathophysiology of the basal ganglia in Parkinson's disease. The ability of STN cells to generate bursting rhythms under either transient or sustained hyperpolarization may underlie the excessively synchronous beta rhythms observed in Parkinson's disease. In this study, we developed a conductance-based single compartment model of an STN ne…
▽ More
The subthalamic nucleus (STN) has an important role in the pathophysiology of the basal ganglia in Parkinson's disease. The ability of STN cells to generate bursting rhythms under either transient or sustained hyperpolarization may underlie the excessively synchronous beta rhythms observed in Parkinson's disease. In this study, we developed a conductance-based single compartment model of an STN neuron, which is able to generate characteristic activity patterns observed in experiments including hyperpolarization-induced bursts and post-inhibitory rebound bursts. This study focused on the role of three currents in rhythm generation: T-type calcium (CaT) current, L-type calcium (CaL) current, and hyperpolarization-activated cyclic nucleotide-gated (HCN) current. To investigate the effects of these currents in rhythm generation, we performed a bifurcation analysis using slow variables in these currents. Bifurcation analysis showed that the HCN current promotes single-spike activity patterns rather than bursting in agreement with experimental results. It also showed that the CaT current is necessary for characteristic bursting activity patterns. In particular, the CaT current enables STN neurons to generate these activity patterns under hyperpolarizing stimuli. The CaL current enriches and reinforces these characteristic activity patterns. In hyperpolarization-induced bursts or post-inhibitory rebound bursts, the CaL current allows STN neurons to generate long bursting patterns. Thus, bifurcation analysis explained the synergistic interaction of the CaT and CaL currents, which enables STN neurons to respond to hyperpolarizing stimuli in a salient way. The results of this study implicate the importance of CaT and CaL currents in the pathophysiology of the basal ganglia in Parkinson's disease.
△ Less
Submitted 19 October, 2021;
originally announced October 2021.
-
Recurrent Attention Models with Object-centric Capsule Representation for Multi-object Recognition
Authors:
Hossein Adeli,
Seoyoung Ahn,
Gregory Zelinsky
Abstract:
The visual system processes a scene using a sequence of selective glimpses, each driven by spatial and object-based attention. These glimpses reflect what is relevant to the ongoing task and are selected through recurrent processing and recognition of the objects in the scene. In contrast, most models treat attention selection and recognition as separate stages in a feedforward process. Here we sh…
▽ More
The visual system processes a scene using a sequence of selective glimpses, each driven by spatial and object-based attention. These glimpses reflect what is relevant to the ongoing task and are selected through recurrent processing and recognition of the objects in the scene. In contrast, most models treat attention selection and recognition as separate stages in a feedforward process. Here we show that using capsule networks to create an object-centric hidden representation in an encoder-decoder model with iterative glimpse attention yields effective integration of attention and recognition. We evaluate our model on three multi-object recognition tasks; highly overlapping digits, digits among distracting clutter and house numbers, and show that it learns to effectively move its glimpse window, recognize and reconstruct the objects, all with only the classification as supervision. Our work takes a step toward a general architecture for how to integrate recurrent object-centric representation into the planning of attentional glimpses.
△ Less
Submitted 10 October, 2021;
originally announced October 2021.
-
Self-Improved Retrosynthetic Planning
Authors:
Junsu Kim,
Sungsoo Ahn,
Hankook Lee,
Jinwoo Shin
Abstract:
Retrosynthetic planning is a fundamental problem in chemistry for finding a pathway of reactions to synthesize a target molecule. Recently, search algorithms have shown promising results for solving this problem by using deep neural networks (DNNs) to expand their candidate solutions, i.e., adding new reactions to reaction pathways. However, the existing works on this line are suboptimal; the retr…
▽ More
Retrosynthetic planning is a fundamental problem in chemistry for finding a pathway of reactions to synthesize a target molecule. Recently, search algorithms have shown promising results for solving this problem by using deep neural networks (DNNs) to expand their candidate solutions, i.e., adding new reactions to reaction pathways. However, the existing works on this line are suboptimal; the retrosynthetic planning problem requires the reaction pathways to be (a) represented by real-world reactions and (b) executable using "building block" molecules, yet the DNNs expand reaction pathways without fully incorporating such requirements. Motivated by this, we propose an end-to-end framework for directly training the DNNs towards generating reaction pathways with the desirable properties. Our main idea is based on a self-improving procedure that trains the model to imitate successful trajectories found by itself. We also propose a novel reaction augmentation scheme based on a forward reaction model. Our experiments demonstrate that our scheme significantly improves the success rate of solving the retrosynthetic problem from 86.84% to 96.32% while maintaining the performance of DNN for predicting valid reactions.
△ Less
Submitted 9 June, 2021;
originally announced June 2021.
-
Guiding Deep Molecular Optimization with Genetic Exploration
Authors:
Sungsoo Ahn,
Junsu Kim,
Hankook Lee,
Jinwoo Shin
Abstract:
De novo molecular design attempts to search over the chemical space for molecules with the desired property. Recently, deep learning has gained considerable attention as a promising approach to solve the problem. In this paper, we propose genetic expert-guided learning (GEGL), a simple yet novel framework for training a deep neural network (DNN) to generate highly-rewarding molecules. Our main ide…
▽ More
De novo molecular design attempts to search over the chemical space for molecules with the desired property. Recently, deep learning has gained considerable attention as a promising approach to solve the problem. In this paper, we propose genetic expert-guided learning (GEGL), a simple yet novel framework for training a deep neural network (DNN) to generate highly-rewarding molecules. Our main idea is to design a "genetic expert improvement" procedure, which generates high-quality targets for imitation learning of the DNN. Extensive experiments show that GEGL significantly improves over state-of-the-art methods. For example, GEGL manages to solve the penalized octanol-water partition coefficient optimization with a score of 31.40, while the best-known score in the literature is 27.22. Besides, for the GuacaMol benchmark with 20 tasks, our method achieves the highest score for 19 tasks, in comparison with state-of-the-art methods, and newly obtains the perfect score for three tasks.
△ Less
Submitted 27 October, 2020; v1 submitted 4 July, 2020;
originally announced July 2020.
-
Temporal patterns of dispersal-induced synchronization in population dynamics
Authors:
Sungwoo Ahn,
Leonid L Rubchinsky
Abstract:
The mechanisms and properties of synchronization of oscillating ecological populations attract attention because it is a fairly common phenomenon and because spatial synchrony may elevate a risk of extinction and may lead to other environmental impacts. Conditions for stable synchronization in a system of linearly coupled predator-prey oscillators have been considered in the past. However, the spa…
▽ More
The mechanisms and properties of synchronization of oscillating ecological populations attract attention because it is a fairly common phenomenon and because spatial synchrony may elevate a risk of extinction and may lead to other environmental impacts. Conditions for stable synchronization in a system of linearly coupled predator-prey oscillators have been considered in the past. However, the spatial dispersion coupling may be relatively weak and may not necessarily lead to a stable, complete synchrony. If the coupling between oscillators is too weak to induce a stable synchrony, oscillators may be engaged into intermittent synchrony, when episodes of synchronized dynamics are interspersed with the episodes of desynchronized dynamics. In the present study we consider the temporal patterning of this kind of intermittent synchronized dynamics in a system of two dispersal-coupled Rosenzweig-MacArthur predator-prey oscillators. We consider the properties of the distributions of durations of desynchronized intervals and their dependence on the model parameters. We show that the temporal patterning of synchronous dynamics (an ecological network phenomenon) may depend on the properties of individual predator-prey patch (individual oscillator) and may vary independently of the strength of dispersal. We also show that if the dynamics of predator is slow relative to the dynamics of the prey (a situation that may promote brief but large outbreaks), dispersal-coupled predator-prey oscillating populations exhibit numerous short desynchronizations (as opposed to few long desynchronizations) and may require weaker dispersal in order to reach strong synchrony.
△ Less
Submitted 10 January, 2020;
originally announced January 2020.
-
Investigating the Role of Non-Covalent Interactions in Conformation and Assembly of Triazine-Based Sequence-Defined Polymers
Authors:
Surl-Hee Ahn,
Jay W. Grate,
Eric F. Darve
Abstract:
Grate and co-workers at Pacific Northwest National Laboratory recently developed high information content triazine-based sequence-defined polymers that are robust by not having hydrolyzable bonds and can encode structure and functionality by having various side chains. Through molecular dynamics (MD) simulations, the triazine polymers have been shown to form particular sequential stacks, have stab…
▽ More
Grate and co-workers at Pacific Northwest National Laboratory recently developed high information content triazine-based sequence-defined polymers that are robust by not having hydrolyzable bonds and can encode structure and functionality by having various side chains. Through molecular dynamics (MD) simulations, the triazine polymers have been shown to form particular sequential stacks, have stable backbone-backbone interactions through hydrogen bonding and $π$-$π$ interactions, and conserve their \emph{cis/trans} conformations throughout the simulation. However, we do not know the effects of having different side chains and backbone structures on the entire conformation and whether the \emph{cis} or \emph{trans} conformation is more stable for the triazine polymers. For this reason, we investigate the role of non-covalent interactions for different side chains and backbone structures on the conformation and assembly of triazine polymers in MD simulations. Since there is a high energy barrier associated to the \emph{cis}-\emph{trans} isomerization, we use replica exchange molecular dynamics (REMD) to sample various conformations of triazine hexamers. To obtain rates and intermediate conformations, we use the recently developed concurrent adaptive sampling (CAS) algorithm for dimer of triazine trimers. We found that the hydrogen bonding ability of the backbone structure is critical for the triazine polymers to self-assemble into nanorod-like structures, rather than that of the side chains, which can help researchers design more robust materials.
△ Less
Submitted 30 July, 2019;
originally announced July 2019.
-
Dynamics of desynchronized episodes in intermittent synchronization
Authors:
Leonid L Rubchinsky,
Sungwoo Ahn,
Choongseok Park
Abstract:
Intermittent synchronization is observed in a variety of different experimental settings in physics and beyond and is an established research topic in nonlinear dynamics. When coupled oscillators exhibit relatively weak, intermittent synchrony, the trajectory in the phase space spends a substantial fraction of time away from a vicinity of a synchronized state. Thus to describe and understand the o…
▽ More
Intermittent synchronization is observed in a variety of different experimental settings in physics and beyond and is an established research topic in nonlinear dynamics. When coupled oscillators exhibit relatively weak, intermittent synchrony, the trajectory in the phase space spends a substantial fraction of time away from a vicinity of a synchronized state. Thus to describe and understand the observed dynamics one may consider both synchronized episodes and desynchronized episodes (the episodes when oscillators are not synchronous). This mini-review discusses recent developments in this area. We explain how one can consider variation in synchrony on the very short time-scales, provided that there is some degree of overall synchrony. We show how to implement this approach in the case of intermittent phase locking, review several recent examples of the application of these ideas to experimental data and modeling systems, and discuss when and why these methods may be useful.
△ Less
Submitted 5 June, 2014;
originally announced June 2014.
-
Fine temporal structure of cardiorespiratory synchronization
Authors:
Sungwoo Ahn,
Jessica Solfest1,
Leonid L Rubchinsky
Abstract:
Cardiac and respiratory rhythms are known to exhibit a modest degree of phase synchronization, which is affected by age, diseases, and other factors. We study the fine temporal structure of this synchrony in healthy young, healthy elderly, and elderly subjects with coronary artery disease. We employ novel time-series analysis to explore how phases of oscillations go in and out of the phase-locked…
▽ More
Cardiac and respiratory rhythms are known to exhibit a modest degree of phase synchronization, which is affected by age, diseases, and other factors. We study the fine temporal structure of this synchrony in healthy young, healthy elderly, and elderly subjects with coronary artery disease. We employ novel time-series analysis to explore how phases of oscillations go in and out of the phase-locked state at each cycle of oscillations. For the first time we show that cardiorespiratory system is engaged in weakly synchronized dynamics with a very specific temporal patterning of synchrony: the oscillations go out of synchrony frequently, but return to the synchronous state very quickly (usually within just one cycle of oscillations). Properties of synchrony depended on the age and disease status. Healthy subjects exhibited more synchrony at the higher (1:4) frequency-locking ratio between respiratory and cardiac rhythms, while subjects with coronary artery disease exhibited relatively more 1:2 synchrony. However, multiple short desynchronization episodes prevailed regardless of age and disease status. The same average synchrony level could alternatively be achieved with few long desynchronizations, but this was not observed in the data. This implies functional importance of short desynchronizations dynamics. These dynamics suggest that a synchronous state is easy to create if needed, but is also easy to break. Short desynchronizations dynamics may facilitate the mutual coordination of cardiac and respiratory rhythms by creating intermittent synchronous episodes. It may be an efficient background dynamics to promote adaptation of cardiorespiratory coordination to various external and internal factors.
△ Less
Submitted 2 January, 2014;
originally announced January 2014.
-
Short desynchronization episodes prevail in synchronous dynamics of human brain rhythms
Authors:
Sungwoo Ahn,
Leonid L. Rubchinsky
Abstract:
Neural synchronization is believed to be critical for many brain functions. It frequently exhibits temporal variability, but it is not known if this variability has a specific temporal patterning. This study explores these synchronization/desynchronization patterns. We employ recently developed techniques to analyze the fine temporal structure of phase-locking to study the temporal patterning of s…
▽ More
Neural synchronization is believed to be critical for many brain functions. It frequently exhibits temporal variability, but it is not known if this variability has a specific temporal patterning. This study explores these synchronization/desynchronization patterns. We employ recently developed techniques to analyze the fine temporal structure of phase-locking to study the temporal patterning of synchrony of the human brain rhythms. We study neural oscillations recorded by EEG in $α$ and $β$ frequency bands in healthy human subjects at rest and during the execution of a task. While the phase-locking strength depends on many factors, dynamics of synchrony has a very specific temporal pattern: synchronous states are interrupted by frequent, but short desynchronization episodes. The probability for a desynchronization episode to occur decreased with its duration. The transition matrix between synchronized and desynchronized states has eigenvalues close to 0 and 1 where eigenvalue 1 has multiplicity 1, and therefore if the stationary distribution between these states is perturbed, the system converges back to the stationary distribution very fast. The qualitative similarity of this patterning across different subjects, brain states and electrode locations suggests that this may be a general type of dynamics for the brain. Earlier studies indicate that not all oscillatory networks have this kind of patterning of synchronization/desynchronization dynamics. Thus the observed prevalence of short (but potentially frequent) desynchronization events (length of one cycle of oscillations) may have important functional implications for the brain. Numerous short desynchronizations (as opposed to infrequent, but long desynchronizations) may allow for a quick and efficient formation and break-up of functionally significant neuronal assemblies.
△ Less
Submitted 23 February, 2013;
originally announced February 2013.
-
A Note on Applications of Support Vector Machine
Authors:
Seung-chan Ahn,
Gene Kim,
MyungHo Kim
Abstract:
We describe in a rudimentary fashion how SVM(support vector machine) plays the role of classifier in a mathematical setting. We then discuss its application in the study of multiple SNP(single nucleotide polymorphism) variations. Also presented is a set of preliminary test results with clinical data.
We describe in a rudimentary fashion how SVM(support vector machine) plays the role of classifier in a mathematical setting. We then discuss its application in the study of multiple SNP(single nucleotide polymorphism) variations. Also presented is a set of preliminary test results with clinical data.
△ Less
Submitted 6 July, 2001; v1 submitted 19 June, 2001;
originally announced June 2001.