198 results on '"Aivar P"'
Search Results
2. A negatively charged cluster in the disordered acidic domain of GPIHBP1 provides selectivity in the interaction with lipoprotein lipase
- Author
-
Risti, Robert, Reimund, Mart, Seeba, Natjan-Naatan, and Lõokene, Aivar
- Published
- 2024
- Full Text
- View/download PDF
3. Incidence of urinary incontinence after hip fracture surgery and associated risk factors: a prospective study
- Author
-
Arroyo-Huidobro, Marta, de la Fuente, Josefa López, Pagespetit, Mar Riera, Perez, Oscar Macho, Morera, Jaume Roig, López, Anna Maria Abelleira, Casanova, David Aivar, Garcia-Lerma, Esther, Pérez-López, Carlos, and Rodríguez-Molinero, Alejandro
- Published
- 2024
- Full Text
- View/download PDF
4. Diadenosine pentaphosphate regulates dendrite growth and number in cultured hippocampal neurons
- Author
-
Diez-Zaera, M., Ruiz-Calvo, A., Diaz-Hernandez, J. I., Sebastián-Serrano, A., Aivar, P., Alvarez-Castelao, B., Pintor, J., Diaz-Hernandez, M., and Miras-Portugal, M. T.
- Published
- 2024
- Full Text
- View/download PDF
5. Structured Q-learning For Antibody Design
- Author
-
Cowen-Rivers, Alexander I., Gorinski, Philip John, Sootla, Aivar, Khan, Asif, Furui, Liu, Wang, Jun, Peters, Jan, and Ammar, Haitham Bou
- Subjects
Computer Science - Machine Learning - Abstract
Optimizing combinatorial structures is core to many real-world problems, such as those encountered in life sciences. For example, one of the crucial steps involved in antibody design is to find an arrangement of amino acids in a protein sequence that improves its binding with a pathogen. Combinatorial optimization of antibodies is difficult due to extremely large search spaces and non-linear objectives. Even for modest antibody design problems, where proteins have a sequence length of eleven, we are faced with searching over 2.05 x 10^14 structures. Applying traditional Reinforcement Learning algorithms such as Q-learning to combinatorial optimization results in poor performance. We propose Structured Q-learning (SQL), an extension of Q-learning that incorporates structural priors for combinatorial optimization. Using a molecular docking simulator, we demonstrate that SQL finds high binding energy sequences and performs favourably against baselines on eight challenging antibody design tasks, including designing antibodies for SARS-COV.
- Published
- 2022
6. Effects of Safety State Augmentation on Safe Exploration
- Author
-
Sootla, Aivar, Cowen-Rivers, Alexander I., Wang, Jun, and Ammar, Haitham Bou
- Subjects
Computer Science - Machine Learning ,Computer Science - Artificial Intelligence - Abstract
Safe exploration is a challenging and important problem in model-free reinforcement learning (RL). Often the safety cost is sparse and unknown, which unavoidably leads to constraint violations -- a phenomenon ideally to be avoided in safety-critical applications. We tackle this problem by augmenting the state-space with a safety state, which is nonnegative if and only if the constraint is satisfied. The value of this state also serves as a distance toward constraint violation, while its initial value indicates the available safety budget. This idea allows us to derive policies for scheduling the safety budget during training. We call our approach Simmer (Safe policy IMproveMEnt for RL) to reflect the careful nature of these schedules. We apply this idea to two safe RL problems: RL with constraints imposed on an average cost, and RL with constraints imposed on a cost with probability one. Our experiments suggest that "simmering, a safe algorithm can improve safety during training for both settings. We further show that Simmer can stabilize training and improve the performance of safe RL with average constraints., Comment: Published in Neurips 2022
- Published
- 2022
7. Timing is Everything: Learning to Act Selectively with Costly Actions and Budgetary Constraints
- Author
-
Mguni, David, Sootla, Aivar, Ziomek, Juliusz, Slumbers, Oliver, Dai, Zipeng, Shao, Kun, and Wang, Jun
- Subjects
Computer Science - Machine Learning - Abstract
Many real-world settings involve costs for performing actions; transaction costs in financial systems and fuel costs being common examples. In these settings, performing actions at each time step quickly accumulates costs leading to vastly suboptimal outcomes. Additionally, repeatedly acting produces wear and tear and ultimately, damage. Determining \textit{when to act} is crucial for achieving successful outcomes and yet, the challenge of efficiently \textit{learning} to behave optimally when actions incur minimally bounded costs remains unresolved. In this paper, we introduce a reinforcement learning (RL) framework named \textbf{L}earnable \textbf{I}mpulse \textbf{C}ontrol \textbf{R}einforcement \textbf{A}lgorithm (LICRA), for learning to optimally select both when to act and which actions to take when actions incur costs. At the core of LICRA is a nested structure that combines RL and a form of policy known as \textit{impulse control} which learns to maximise objectives when actions incur costs. We prove that LICRA, which seamlessly adopts any RL method, converges to policies that optimally select when to perform actions and their optimal magnitudes. We then augment LICRA to handle problems in which the agent can perform at most $k<\infty$ actions and more generally, faces a budget constraint. We show LICRA learns the optimal value function and ensures budget constraints are satisfied almost surely. We demonstrate empirically LICRA's superior performance against benchmark RL methods in OpenAI gym's \textit{Lunar Lander} and in \textit{Highway} environments and a variant of the Merton portfolio problem within finance.
- Published
- 2022
8. SEREN: Knowing When to Explore and When to Exploit
- Author
-
Yu, Changmin, Mguni, David, Li, Dong, Sootla, Aivar, Wang, Jun, and Burgess, Neil
- Subjects
Computer Science - Machine Learning - Abstract
Efficient reinforcement learning (RL) involves a trade-off between "exploitative" actions that maximise expected reward and "explorative'" ones that sample unvisited states. To encourage exploration, recent approaches proposed adding stochasticity to actions, separating exploration and exploitation phases, or equating reduction in uncertainty with reward. However, these techniques do not necessarily offer entirely systematic approaches making this trade-off. Here we introduce SElective Reinforcement Exploration Network (SEREN) that poses the exploration-exploitation trade-off as a game between an RL agent -- \exploiter, which purely exploits known rewards, and another RL agent -- \switcher, which chooses at which states to activate a pure exploration policy that is trained to minimise system uncertainty and override Exploiter. Using a form of policies known as impulse control, \switcher is able to determine the best set of states to switch to the exploration policy while Exploiter is free to execute its actions everywhere else. We prove that SEREN converges quickly and induces a natural schedule towards pure exploitation. Through extensive empirical studies in both discrete (MiniGrid) and continuous (MuJoCo) control benchmarks, we show that SEREN can be readily combined with existing RL algorithms to yield significant improvement in performance relative to state-of-the-art algorithms., Comment: arXiv admin note: text overlap with arXiv:2112.02618, arXiv:2103.09159, arXiv:2110.14468
- Published
- 2022
9. Reinforcement Learning in Presence of Discrete Markovian Context Evolution
- Author
-
Ren, Hang, Sootla, Aivar, Jafferjee, Taher, Shen, Junxiao, Wang, Jun, and Bou-Ammar, Haitham
- Subjects
Computer Science - Machine Learning ,Computer Science - Artificial Intelligence - Abstract
We consider a context-dependent Reinforcement Learning (RL) setting, which is characterized by: a) an unknown finite number of not directly observable contexts; b) abrupt (discontinuous) context changes occurring during an episode; and c) Markovian context evolution. We argue that this challenging case is often met in applications and we tackle it using a Bayesian approach and variational inference. We adapt a sticky Hierarchical Dirichlet Process (HDP) prior for model learning, which is arguably best-suited for Markov process modeling. We then derive a context distillation procedure, which identifies and removes spurious contexts in an unsupervised fashion. We argue that the combination of these two components allows to infer the number of contexts from data thus dealing with the context cardinality assumption. We then find the representation of the optimal policy enabling efficient policy learning using off-the-shelf RL algorithms. Finally, we demonstrate empirically (using gym environments cart-pole swing-up, drone, intersection) that our approach succeeds where state-of-the-art methods of other frameworks fail and elaborate on the reasons for such failures., Comment: Accepted to ICLR 2022
- Published
- 2022
10. Saute RL: Almost Surely Safe Reinforcement Learning Using State Augmentation
- Author
-
Sootla, Aivar, Cowen-Rivers, Alexander I., Jafferjee, Taher, Wang, Ziyan, Mguni, David, Wang, Jun, and Bou-Ammar, Haitham
- Subjects
Computer Science - Machine Learning ,Computer Science - Artificial Intelligence - Abstract
Satisfying safety constraints almost surely (or with probability one) can be critical for the deployment of Reinforcement Learning (RL) in real-life applications. For example, plane landing and take-off should ideally occur with probability one. We address the problem by introducing Safety Augmented (Saute) Markov Decision Processes (MDPs), where the safety constraints are eliminated by augmenting them into the state-space and reshaping the objective. We show that Saute MDP satisfies the Bellman equation and moves us closer to solving Safe RL with constraints satisfied almost surely. We argue that Saute MDP allows viewing the Safe RL problem from a different perspective enabling new features. For instance, our approach has a plug-and-play nature, i.e., any RL algorithm can be "Sauteed". Additionally, state augmentation allows for policy generalization across safety constraints. We finally show that Saute RL algorithms can outperform their state-of-the-art counterparts when constraint satisfaction is of high importance., Comment: ICML 2022
- Published
- 2022
11. DESTA: A Framework for Safe Reinforcement Learning with Markov Games of Intervention
- Author
-
Mguni, David, Islam, Usman, Sun, Yaqi, Zhang, Xiuling, Jennings, Joel, Sootla, Aivar, Yu, Changmin, Wang, Ziyan, Wang, Jun, and Yang, Yaodong
- Subjects
Computer Science - Machine Learning - Abstract
Reinforcement learning (RL) involves performing exploratory actions in an unknown system. This can place a learning agent in dangerous and potentially catastrophic system states. Current approaches for tackling safe learning in RL simultaneously trade-off safe exploration and task fulfillment. In this paper, we introduce a new generation of RL solvers that learn to minimise safety violations while maximising the task reward to the extent that can be tolerated by the safe policy. Our approach introduces a novel two-player framework for safe RL called Distributive Exploration Safety Training Algorithm (DESTA). The core of DESTA is a game between two adaptive agents: Safety Agent that is delegated the task of minimising safety violations and Task Agent whose goal is to maximise the environment reward. Specifically, Safety Agent can selectively take control of the system at any given point to prevent safety violations while Task Agent is free to execute its policy at any other states. This framework enables Safety Agent to learn to take actions at certain states that minimise future safety violations, both during training and testing time, while Task Agent performs actions that maximise the task performance everywhere else. Theoretically, we prove that DESTA converges to stable points enabling safety violations of pretrained policies to be minimised. Empirically, we show DESTA's ability to augment the safety of existing policies and secondly, construct safe RL policies when the Task Agent and Safety Agent are trained concurrently. We demonstrate DESTA's superior performance against leading RL methods in Lunar Lander and Frozen Lake from OpenAI gym., Comment: arXiv admin note: text overlap with arXiv:2103.09159
- Published
- 2021
12. Viscos Flows: Variational Schur Conditional Sampling With Normalizing Flows
- Author
-
Moens, Vincent, Sootla, Aivar, Ammar, Haitham Bou, and Wang, Jun
- Subjects
Statistics - Machine Learning ,Computer Science - Machine Learning - Abstract
We present a method for conditional sampling for pre-trained normalizing flows when only part of an observation is available. We derive a lower bound to the conditioning variable log-probability using Schur complement properties in the spirit of Gaussian conditional sampling. Our derivation relies on partitioning flow's domain in such a way that the flow restrictions to subdomains remain bijective, which is crucial for the Schur complement application. Simulation from the variational conditional flow then amends to solving an equality constraint. Our contribution is three-fold: a) we provide detailed insights on the choice of variational distributions; b) we discuss how to partition the input space of the flow to preserve bijectivity property; c) we propose a set of methods to optimise the variational distribution. Our numerical results indicate that our sampling method can be successfully applied to invertible residual networks for inference and classification.
- Published
- 2021
13. Diagnosing and Preventing Instabilities in Recurrent Video Processing
- Author
-
Tanay, Thomas, Sootla, Aivar, Maggioni, Matteo, Dokania, Puneet K., Torr, Philip, Leonardis, Ales, and Slabaugh, Gregory
- Subjects
Computer Science - Computer Vision and Pattern Recognition - Abstract
Recurrent models are a popular choice for video enhancement tasks such as video denoising or super-resolution. In this work, we focus on their stability as dynamical systems and show that they tend to fail catastrophically at inference time on long video sequences. To address this issue, we (1) introduce a diagnostic tool which produces input sequences optimized to trigger instabilities and that can be interpreted as visualizations of temporal receptive fields, and (2) propose two approaches to enforce the stability of a model during training: constraining the spectral norm or constraining the stable rank of its convolutional layers. We then introduce Stable Rank Normalization for Convolutional layers (SRN-C), a new algorithm that enforces these constraints. Our experimental results suggest that SRN-C successfully enforces stability in recurrent video processing models without a significant performance loss.
- Published
- 2020
- Full Text
- View/download PDF
14. SAMBA: Safe Model-Based & Active Reinforcement Learning
- Author
-
Cowen-Rivers, Alexander I., Palenicek, Daniel, Moens, Vincent, Abdullah, Mohammed, Sootla, Aivar, Wang, Jun, and Ammar, Haitham
- Subjects
Computer Science - Machine Learning ,Computer Science - Artificial Intelligence ,Computer Science - Robotics ,Statistics - Machine Learning - Abstract
In this paper, we propose SAMBA, a novel framework for safe reinforcement learning that combines aspects from probabilistic modelling, information theory, and statistics. Our method builds upon PILCO to enable active exploration using novel(semi-)metrics for out-of-sample Gaussian process evaluation optimised through a multi-objective problem that supports conditional-value-at-risk constraints. We evaluate our algorithm on a variety of safe dynamical system benchmarks involving both low and high-dimensional state representations. Our results show orders of magnitude reductions in samples and violations compared to state-of-the-art methods. Lastly, we provide intuition as to the effectiveness of the framework by a detailed analysis of our active metrics and safety constraints.
- Published
- 2020
15. Prediction of outcomes in subjects with type 2 diabetes and diabetic foot ulcers in Catalonian primary care centers: a multicenter observational study
- Author
-
Bundó, Magdalena, Vlacho, Bogdan, Llussà, Judit, Bobé, Isabel, Aivar, Meritxell, Ciria, Carmen, Martínez-Sánchez, Ana, Real, Jordi, Mata-Cases, Manel, Cos, Xavier, Dòria, Montserrat, Viade, Jordi, Franch-Nadal, Josep, and Mauricio, Dídac
- Published
- 2023
- Full Text
- View/download PDF
16. Spatial clusters of Varroa destructor control strategies in Europe
- Author
-
Brodschneider, Robert, Schlagbauer, Johannes, Arakelyan, Iliyana, Ballis, Alexis, Brus, Jan, Brusbardis, Valters, Cadahía, Luis, Charrière, Jean-Daniel, Chlebo, Robert, Coffey, Mary F., Cornelissen, Bram, da Costa, Cristina Amaro, Danneels, Ellen, Danihlík, Jiří, Dobrescu, Constantin, Evans, Garth, Fedoriak, Mariia, Forsythe, Ivan, Gregorc, Aleš, Johannesen, Jes, Kauko, Lassi, Kristiansen, Preben, Martikkala, Maritta, Martín-Hernández, Raquel, Mazur, Ewa, Mutinelli, Franco, Patalano, Solenn, Raudmets, Aivar, Simon Delso, Noa, Stevanovic, Jevrosima, Uzunov, Aleksandar, Vejsnæs, Flemming, Williams, Anthony, and Gray, Alison
- Published
- 2023
- Full Text
- View/download PDF
17. On the Existence of Block-Diagonal Solutions to Lyapunov and $\mathcal{H}_{\infty}$ Riccati Inequalities
- Author
-
Sootla, Aivar, Zheng, Yang, and Papachristodoulou, Antonis
- Subjects
Mathematics - Optimization and Control - Abstract
In this paper, we describe sufficient conditions when block-diagonal solutions to Lyapunov and $\mathcal{H}_{\infty}$ Riccati inequalities exist. In order to derive our results, we define a new type of comparison systems, which are positive and are computed using the state-space matrices of the original (possibly nonpositive) systems. Computing the comparison system involves only the calculation of $\mathcal{H}_{\infty}$ norms of its subsystems. We show that the stability of this comparison system implies the existence of block-diagonal solutions to Lyapunov and Riccati inequalities. Furthermore, our proof is constructive and the overall framework allows the computation of block-diagonal solutions to these matrix inequalities with linear algebra and linear programming. Numerical examples illustrate our theoretical results., Comment: This is an extended technical report. The main results have been accepted for publication as a technical note in the IEEE Transactions on Automatic Control
- Published
- 2019
- Full Text
- View/download PDF
18. Block Factor-width-two Matrices and Their Applications to Semidefinite and Sum-of-squares Optimization
- Author
-
Zheng, Yang, Sootla, Aivar, and Papachristodoulou, Antonis
- Subjects
Mathematics - Optimization and Control ,Electrical Engineering and Systems Science - Systems and Control - Abstract
Semidefinite and sum-of-squares (SOS) optimization are fundamental computational tools in many areas, including linear and nonlinear systems theory. However, the scale of problems that can be addressed reliably and efficiently is still limited. In this paper, we introduce a new notion of block factor-width-two matrices and build a new hierarchy of inner and outer approximations of the cone of positive semidefinite (PSD) matrices. This notion is a block extension of the standard factor-width-two matrices, and allows for an improved inner-approximation of the PSD cone. In the context of SOS optimization, this leads to a block extension of the scaled diagonally dominant sum-of-squares (SDSOS) polynomials. By varying a matrix partition, the notion of block factor-width-two matrices can balance a trade-off between the computation scalability and solution quality for solving semidefinite and SOS optimization problems. Numerical experiments on a range of large-scale instances confirm our theoretical findings., Comment: Accepted for publication as a regular paper at IEEE TAC. Code is available through https://github.com/zhengy09/SDPfw
- Published
- 2019
- Full Text
- View/download PDF
19. Block Factor-Width-Two Matrices in Semidefinite Programming
- Author
-
Sootla, Aivar, Zheng, Yang, and Papachristodoulou, Antonis
- Subjects
Mathematics - Optimization and Control ,Computer Science - Systems and Control - Abstract
In this paper, we introduce a set of block factor-width-two matrices, which is a generalisation of factor-width-two matrices and is a subset of positive semidefinite matrices. The set of block factor-width-two matrices is a proper cone and we compute a closed-form expression for its dual cone. We use these cones to build hierarchies of inner and outer approximations of the cone of positive semidefinite matrices. The main feature of these cones is that they enable a decomposition of a large semidefinite constraint into a number of smaller semidefinite constraints. As the main application of these classes of matrices, we envision large-scale semidefinite feasibility optimisation programs including sum-of-squares (SOS) programs. We present numerical examples from SOS optimisation showcasing the properties of this decomposition., Comment: To appear in European Control Conference, 2019
- Published
- 2019
20. The transmission of pottery technology among prehistoric European hunter-gatherers
- Author
-
Dolbunova, Ekaterina, Lucquin, Alexandre, McLaughlin, T. Rowan, Bondetti, Manon, Courel, Blandine, Oras, Ester, Piezonka, Henny, Robson, Harry K., Talbot, Helen, Adamczak, Kamil, Andreev, Konstantin, Asheichyk, Vitali, Charniauski, Maxim, Czekaj-Zastawny, Agnieszka, Ezepenko, Igor, Grechkina, Tatjana, Gunnarssone, Alise, Gusentsova, Tatyana M., Haskevych, Dmytro, Ivanischeva, Marina, Kabaciński, Jacek, Karmanov, Viktor, Kosorukova, Natalia, Kostyleva, Elena, Kriiska, Aivar, Kukawka, Stanisław, Lozovskaya, Olga, Mazurkevich, Andrey, Nedomolkina, Nadezhda, Piličiauskas, Gytis, Sinitsyna, Galina, Skorobogatov, Andrey, Smolyaninov, Roman V., Surkov, Aleksey, Tkachov, Oleg, Tkachova, Maryia, Tsybrij, Andrey, Tsybrij, Viktor, Vybornov, Aleksandr A., Wawrusiewicz, Adam, Yudin, Aleksandr I., Meadows, John, Heron, Carl, and Craig, Oliver E.
- Published
- 2023
- Full Text
- View/download PDF
21. Scalable analysis of linear networked systems via chordal decomposition
- Author
-
Zheng, Yang, Kamgarpour, Maryam, Sootla, Aivar, and Papachristodoulou, Antonis
- Subjects
Mathematics - Optimization and Control ,Mathematics - Dynamical Systems ,93D05, 93D25, 93C05 - Abstract
This paper introduces a chordal decomposition approach for scalable analysis of linear networked systems, including stability, $\mathcal{H}_2$ and $\mathcal{H}_{\infty}$ performance. Our main strategy is to exploit any sparsity within these analysis problems and use chordal decomposition. We first show that Grone's and Agler's theorems can be generalized to block matrices with any partition. This facilitates networked systems analysis, allowing one to solely focus on the physical connections of networked systems to exploit scalability. Then, by choosing Lyapunov functions with appropriate sparsity patterns, we decompose large positive semidefinite constraints in all of the analysis problems into multiple smaller ones depending on the maximal cliques of the system graph. This makes the solutions more computationally efficient via a recent first-order algorithm. Numerical experiments demonstrate the efficiency and scalability of the proposed method., Comment: 6 pages; to appear at ECC2018
- Published
- 2018
22. The optical properties of transferred graphene and the dielectrics grown on it obtained by ellipsometry
- Author
-
Kasikov, Aarne, Kahro, Tauno, Matisen, Leonard, Kodu, Margus, Tarre, Aivar, Seemen, Helina, and Alles, Harry
- Subjects
Condensed Matter - Materials Science - Abstract
Graphene layers grown by chemical vapour deposition (CVD) method and transferred from Cu-foils to the oxidized Si-substrates were investigated by spectroscopic ellipsometry (SE), Raman and X-Ray Photoelectron Spectroscopy (XPS) methods. The optical properties of transferred CVD graphene layers do not always correspond to the ones of the exfoliated graphene due to the contamination from the chemicals used in the transfer process. However, the real thickness and the mean properties of the transferred CVD graphene layers can be found using ellipsometry if a real thickness of the SiO2 layer is taken into account. The pulsed layer deposition (PLD) and atomic layer deposition (ALD) methods were used to grow dielectric layers on the transferred graphene and the obtained structures were characterized using optical methods. The approach demonstrated in this work could be useful for the characterization of various materials grown on graphene., Comment: 8 pages, 8 figures, 2 tables, presented on "Solid State Surfaces and Interfaces", November 2016 Piestany, Slovakia
- Published
- 2018
- Full Text
- View/download PDF
23. Block-Diagonal Solutions to Lyapunov Inequalities and Generalisations of Diagonal Dominance
- Author
-
Sootla, Aivar, Zheng, Yang, and Papachristodoulou, Antonis
- Subjects
Computer Science - Systems and Control ,Mathematics - Optimization and Control - Abstract
Diagonally dominant matrices have many applications in systems and control theory. Linear dynamical systems with scaled diagonally dominant drift matrices, which include stable positive systems, allow for scalable stability analysis. For example, it is known that Lyapunov inequalities for this class of systems admit diagonal solutions. In this paper, we present an extension of scaled diagonally dominance to block partitioned matrices. We show that our definition describes matrices admitting block-diagonal solutions to Lyapunov inequalities and that these solutions can be computed using linear algebraic tools. We also show how in some cases the Lyapunov inequalities can be decoupled into a set of lower dimensional linear matrix inequalities, thus leading to improved scalability. We conclude by illustrating some advantages and limitations of our results with numerical examples., Comment: 6 pages, to appear in Proceedings of the Conference on Decision and Control 2017
- Published
- 2017
24. Distributed Design for Decentralized Control using Chordal Decomposition and ADMM
- Author
-
Zheng, Yang, Kamgarpour, Maryam, Sootla, Aivar, and Papachristodoulou, Antonis
- Subjects
Mathematics - Optimization and Control - Abstract
We propose a distributed design method for decentralized control by exploiting the underlying sparsity properties of the problem. Our method is based on chordal decomposition of sparse block matrices and the alternating direction method of multipliers (ADMM). We first apply a classical parameterization technique to restrict the optimal decentralized control into a convex problem that inherits the sparsity pattern of the original problem. The parameterization relies on a notion of strongly decentralized stabilization, and sufficient conditions are discussed to guarantee this notion. Then, chordal decomposition allows us to decompose the convex restriction into a problem with partially coupled constraints, and the framework of ADMM enables us to solve the decomposed problem in a distributed fashion. Consequently, the subsystems only need to share their model data with their direct neighbours, not needing a central computation. Numerical experiments demonstrate the effectiveness of the proposed method., Comment: 11 pages, 8 figures. Accepted for publication in the IEEE Transactions on Control of Network Systems
- Published
- 2017
- Full Text
- View/download PDF
25. Pulse-Based Control Using Koopman Operator Under Parametric Uncertainty
- Author
-
Sootla, Aivar and Ernst, Damien
- Subjects
Computer Science - Systems and Control ,Mathematics - Optimization and Control - Abstract
In applications, such as biomedicine and systems/synthetic biology, technical limitations in actuation complicate implementation of time-varying control signals. In order to alleviate some of these limitations, it may be desirable to derive simple control policies, such as step functions with fixed magnitude and length (or temporal pulses). In this technical note, we further develop a recently proposed pulse-based solution to the convergence problem, i.e., minimizing the convergence time to the target exponentially stable equilibrium, for monotone systems. In particular, we extend this solution to monotone systems with parametric uncertainty. Our solutions also provide worst-case estimates on convergence times. Furthermore, we indicate how our tools can be used for a class of non-monotone systems, and more importantly how these tools can be extended to other control problems. We illustrate our approach on switching under parametric uncertainty and regulation around a saddle point problems in a genetic toggle switch system.
- Published
- 2017
26. An Optimal Control Formulation of Pulse-Based Control Using Koopman Operator
- Author
-
Sootla, Aivar, Mauroy, Alexandre, and Ernst, Damien
- Subjects
Mathematics - Optimization and Control ,Computer Science - Systems and Control - Abstract
In many applications, and in systems/synthetic biology, in particular, it is desirable to compute control policies that force the trajectory of a bistable system from one equilibrium (the initial point) to another equilibrium (the target point), or in other words to solve the switching problem. It was recently shown that, for monotone bistable systems, this problem admits easy-to-implement open-loop solutions in terms of temporal pulses (i.e., step functions of fixed length and fixed magnitude). In this paper, we develop this idea further and formulate a problem of convergence to an equilibrium from an arbitrary initial point. We show that this problem can be solved using a static optimization problem in the case of monotone systems. Changing the initial point to an arbitrary state allows to build closed-loop, event-based or open-loop policies for the switching/convergence problems. In our derivations we exploit the Koopman operator, which offers a linear infinite-dimensional representation of an autonomous nonlinear system. One of the main advantages of using the Koopman operator is the powerful computational tools developed for this framework. Besides the presence of numerical solutions, the switching/convergence problem can also serve as a building block for solving more complicated control problems and can potentially be applied to non-monotone systems. We illustrate this argument on the problem of synchronizing cardiac cells by defibrillation. Potentially, our approach can be extended to problems with different parametrizations of control signals since the only fundamental limitation is the finite time application of the control signal., Comment: corrected typos
- Published
- 2017
- Full Text
- View/download PDF
27. Geometric Properties of Isostables and Basins of Attraction of Monotone Systems
- Author
-
Sootla, Aivar and Mauroy, Alexandre
- Subjects
Computer Science - Systems and Control ,Mathematics - Dynamical Systems ,Mathematics - Optimization and Control - Abstract
In this paper, we study geometric properties of basins of attraction of monotone systems. Our results are based on a combination of monotone systems theory and spectral operator theory. We exploit the framework of the Koopman operator, which provides a linear infinite-dimensional description of nonlinear dynamical systems and spectral operator-theoretic notions such as eigenvalues and eigenfunctions. The sublevel sets of the dominant eigenfunction form a family of nested forward-invariant sets and the basin of attraction is the largest of these sets. The boundaries of these sets, called isostables, allow studying temporal properties of the system. Our first observation is that the dominant eigenfunction is increasing in every variable in the case of monotone systems. This is a strong geometric property which simplifies the computation of isostables. We also show how variations in basins of attraction can be bounded under parametric uncertainty in the vector field of monotone systems. Finally, we study the properties of the parameter set for which a monotone system is multistable. Our results are illustrated on several systems of two to four dimensions., Comment: 12 pages, to appear in IEEE Transaction on Automatic Control
- Published
- 2017
28. Prenatal diagnosis of a 46,XY karyotype female fetus with an SRY-associated gonadal dysgenesis, conceived through an intracytoplasmic sperm injection: a case report
- Author
-
Zhytnik, Lidiia, Peters, Maire, Tilk, Kadi, Reimand, Tiia, Ilisson, Piret, Kahre, Tiina, Murumets, Ülle, Ehrenberg, Aivar, Ustav, Eva-Liina, Tõnisson, Neeme, Mölder, Signe, Teder, Hindrek, Krjutškov, Kaarel, and Salumets, Andres
- Published
- 2022
- Full Text
- View/download PDF
29. SAMBA: safe model-based & active reinforcement learning
- Author
-
Cowen-Rivers, Alexander I., Palenicek, Daniel, Moens, Vincent, Abdullah, Mohammed Amin, Sootla, Aivar, Wang, Jun, and Bou-Ammar, Haitham
- Published
- 2022
- Full Text
- View/download PDF
30. Shaping Pulses to Control Bistable Monotone Systems Using Koopman Operator
- Author
-
Sootla, Aivar, Mauroy, Alexandre, and Goncalves, Jorge
- Subjects
Computer Science - Systems and Control ,Mathematics - Dynamical Systems ,Mathematics - Optimization and Control - Abstract
In this paper, we further develop a recently proposed control method to switch a bistable system between its steady states using temporal pulses. The motivation for using pulses comes from biomedical and biological applications (e.g. synthetic biology), where it is generally difficult to build feedback control systems due to technical limitations in sensing and actuation. The original framework was derived for monotone systems and all the extensions relied on monotone systems theory. In contrast, we introduce the concept of switching function which is related to eigenfunctions of the so-called Koopman operator subject to a fixed control pulse. Using the level sets of the switching function we can (i) compute the set of all pulses that drive the system toward the steady state in a synchronous way and (ii) estimate the time needed by the flow to reach an epsilon neighborhood of the target steady state. Additionally, we show that for monotone systems the switching function is also monotone in some sense, a property that can yield efficient algorithms to compute it. This observation recovers and further extends the results of the original framework, which we illustrate on numerical examples inspired by biological applications., Comment: 7 pages
- Published
- 2016
31. Using Radiocarbon Dates and Tool Design Principles to Assess the Role of Composite Slotted Bone Tool Technology at the Intersection of Adaptation and Culture-History
- Author
-
Manninen, Mikael A., Asheichyk, Vitali, Jonuks, Tõnno, Kriiska, Aivar, Osipowicz, Grzegorz, Sorokin, Aleksei Nikolaevich, Vashanau, Aliaksandr, Riede, Felix, and Persson, Per
- Published
- 2021
- Full Text
- View/download PDF
32. Structured Projection-Based Model Reduction with Application to Stochastic Biochemical Networks
- Author
-
Sootla, Aivar and Anderson, James
- Subjects
Mathematics - Optimization and Control ,Computer Science - Systems and Control ,Quantitative Biology - Quantitative Methods - Abstract
The Chemical Master Equation (CME) is well known to provide the highest resolution models of a biochemical reaction network. Unfortunately, even simulating the CME can be a challenging task. For this reason more simple approximations to the CME have been proposed. In this work we focus on one such model, the Linear Noise Approximation. Specifically, we consider implications of a recently proposed LNA time-scale separation method. We show that the reduced order LNA converges to the full order model in the mean square sense. Using this as motivation we derive a network structure preserving reduction algorithm based on structured projections. We present convex optimisation algorithms that describe how such projections can be computed and we discuss when structured solutions exits. We also show that for a certain class of systems, structured projections can be found using basic linear algebra and no optimisation is necessary. The algorithms are then applied to a linearised stochastic LNA model of the yeast glycolysis pathway., Comment: 13 pages; 7 figures; submitted to IEEE Transaction on Automatic Control
- Published
- 2015
33. Properties of Isostables and Basins of Attraction of Monotone Systems
- Author
-
Sootla, Aivar and Mauroy, Alexandre
- Subjects
Mathematics - Optimization and Control ,Computer Science - Systems and Control ,Mathematics - Dynamical Systems - Abstract
In this paper, we investigate geometric properties of monotone systems by studying their isostables and basins of attraction. Isostables are boundaries of specific forward-invariant sets defined by the so-called Koopman operator, which provides a linear infinite-dimensional description of a nonlinear system. First, we study the spectral properties of the Koopman operator and the associated semigroup in the context of monotone systems. Our results generalize the celebrated Perron-Frobenius theorem to the nonlinear case and allow us to derive geometric properties of isostables and basins of attraction. Additionally, we show that under certain conditions we can characterize the bounds on the basins of attraction under parametric uncertainty in the vector field. We discuss computational approaches to estimate isostables and basins of attraction and illustrate the results on two and four state monotone systems., Comment: 8 pages, 3 figures, contains material to appear in Proceedings of American Control Conference 2016
- Published
- 2015
34. Operator-Theoretic Characterization of Eventually Monotone Systems
- Author
-
Sootla, Aivar and Mauroy, Alexandre
- Subjects
Mathematics - Dynamical Systems - Abstract
Monotone systems are dynamical systems whose solutions preserve a partial order in the initial condition for all positive times. It stands to reason that some systems may preserve a partial order only after some initial transient. These systems are usually called eventually monotone. While monotone systems have a characterization in terms of their vector fields (i.e. Kamke-Muller condition), eventually monotone systems have not been characterized in such an explicit manner. In order to provide a characterization, we drew inspiration from the results for linear systems, where eventually monotone (positive) systems are studied using the spectral properties of the system (i.e. Perron-Frobenius property). In the case of nonlinear systems, this spectral characterization is not straightforward, a fact that explains why the class of eventually monotone systems has received little attention to date. In this paper, we show that a spectral characterization of nonlinear eventually monotone systems can be obtained through the Koopman operator framework. We consider a number of biologically inspired examples to illustrate the potential applicability of eventual monotonicity., Comment: 13 pages
- Published
- 2015
35. Properties of Eventually Positive Linear Input-Output Systems
- Author
-
Sootla, Aivar
- Subjects
Mathematics - Optimization and Control ,Electrical Engineering and Systems Science - Systems and Control - Abstract
In this paper, we consider the systems with trajectories originating in the nonnegative orthant becoming nonnegative after some finite time transient. First we consider dynamical systems (i.e., fully observable systems with no inputs), which we call eventually positive. We compute forward-invariant cones and Lyapunov functions for these systems. We then extend the notion of eventually positive systems to the input-output system case. Our extension is performed in such a manner, that some valuable properties of classical internally positive input-output systems are preserved. For example, their induced norms can be computed using linear programming and the energy functions have nonnegative derivatives.
- Published
- 2015
36. On Monotonicity and Propagation of Order Properties
- Author
-
Sootla, Aivar
- Subjects
Mathematics - Optimization and Control ,Computer Science - Systems and Control - Abstract
In this paper, a link between monotonicity of deterministic dynamical systems and propagation of order by Markov processes is established. The order propagation has received considerable attention in the literature, however, this notion is still not fully understood. The main contribution of this paper is a study of the order propagation in the deterministic setting, which potentially can provide new techniques for analysis in the stochastic one. We take a close look at the propagation of the so-called increasing and increasing convex orders. Infinitesimal characterisations of these orders are derived, which resemble the well-known Kamke conditions for monotonicity. It is shown that increasing order is equivalent to the standard monotonicity, while the class of systems propagating the increasing convex order is equivalent to the class of monotone systems with convex vector fields. The paper is concluded by deriving a novel result on order propagating diffusion processes and an application of this result to biological processes., Comment: Part of the paper is to appear in American Control Conference 2015
- Published
- 2015
37. Shaping Pulses to Control Bistable Biological Systems
- Author
-
Sootla, Aivar, Oyarzun, Diego, Angeli, David, and Stan, Guy-Bart
- Subjects
Mathematics - Optimization and Control ,Computer Science - Systems and Control ,Quantitative Biology - Quantitative Methods - Abstract
In this paper we study how to shape temporal pulses to switch a bistable system between its stable steady states. Our motivation for pulse-based control comes from applications in synthetic biology, where it is generally difficult to implement real-time feedback control systems due to technical limitations in sensors and actuators. We show that for monotone bistable systems, the estimation of the set of all pulses that switch the system reduces to the computation of one non-increasing curve. We provide an efficient algorithm to compute this curve and illustrate the results with a genetic bistable system commonly used in synthetic biology. We also extend these results to models with parametric uncertainty and provide a number of examples and counterexamples that demonstrate the power and limitations of the current theory. In order to show the full potential of the framework, we consider the problem of inducing oscillations in a monotone biochemical system using a combination of temporal pulses and event-based control. Our results provide an insight into the dynamics of bistable systems under external inputs and open up numerous directions for future investigation., Comment: 14 pages, contains material from the paper in Proc Amer Control Conf 2015, (pp. 3138-3143) and "Shaping pulses to control bistable systems analysis, computation and counterexamples", which is due to appear in Automatica
- Published
- 2014
38. Distributed Reconstruction of Nonlinear Networks: An ADMM Approach
- Author
-
Pan, Wei, Sootla, Aivar, and Stan, Guy-Bart
- Subjects
Mathematics - Optimization and Control ,Computer Science - Distributed, Parallel, and Cluster Computing ,Computer Science - Learning ,Computer Science - Systems and Control - Abstract
In this paper, we present a distributed algorithm for the reconstruction of large-scale nonlinear networks. In particular, we focus on the identification from time-series data of the nonlinear functional forms and associated parameters of large-scale nonlinear networks. Recently, a nonlinear network reconstruction problem was formulated as a nonconvex optimisation problem based on the combination of a marginal likelihood maximisation procedure with sparsity inducing priors. Using a convex-concave procedure (CCCP), an iterative reweighted lasso algorithm was derived to solve the initial nonconvex optimisation problem. By exploiting the structure of the objective function of this reweighted lasso algorithm, a distributed algorithm can be designed. To this end, we apply the alternating direction method of multipliers (ADMM) to decompose the original problem into several subproblems. To illustrate the effectiveness of the proposed methods, we use our approach to identify a network of interconnected Kuramoto oscillators with different network sizes (500~100,000 nodes)., Comment: To appear in the Preprints of 19th IFAC World Congress 2014
- Published
- 2014
39. On Projection-Based Model Reduction of Biochemical Networks-- Part II: The Stochastic Case
- Author
-
Sootla, Aivar and Anderson, James
- Subjects
Mathematics - Optimization and Control ,Computer Science - Systems and Control ,Quantitative Biology - Quantitative Methods - Abstract
In this paper, we consider the problem of model order reduction of stochastic biochemical networks. In particular, we reduce the order of (the number of equations in) the Linear Noise Approximation of the Chemical Master Equation, which is often used to describe biochemical networks. In contrast to other biochemical network reduction methods, the presented one is projection-based. Projection-based methods are powerful tools, but the cost of their use is the loss of physical interpretation of the nodes in the network. In order alleviate this drawback, we employ structured projectors, which means that some nodes in the network will keep their physical interpretation. For many models in engineering, finding structured projectors is not always feasible; however, in the context of biochemical networks it is much more likely as the networks are often (almost) monotonic. To summarise, the method can serve as a trade-off between approximation quality and physical interpretation, which is illustrated on numerical examples., Comment: Submitted to the 53rd CDC
- Published
- 2014
40. On Projection-Based Model Reduction of Biochemical Networks-- Part I: The Deterministic Case
- Author
-
Sootla, Aivar and Anderson, James
- Subjects
Mathematics - Optimization and Control ,Computer Science - Systems and Control - Abstract
This paper addresses the problem of model reduction for dynamical system models that describe biochemical reaction networks. Inherent in such models are properties such as stability, positivity and network structure. Ideally these properties should be preserved by model reduction procedures, although traditional projection based approaches struggle to do this. We propose a projection based model reduction algorithm which uses generalised block diagonal Gramians to preserve structure and positivity. Two algorithms are presented, one provides more accurate reduced order models, the second provides easier to simulate reduced order models. The results are illustrated through numerical examples., Comment: Submitted to 53rd IEEE CDC
- Published
- 2014
41. Maternal physical activity and sedentary behaviour before and during in vitro fertilization treatment: a longitudinal study exploring the associations with controlled ovarian stimulation and pregnancy outcomes
- Author
-
Sõritsa, Deniss, Mäestu, Evelin, Nuut, Margit, Mäestu, Jarek, Migueles, Jairo H., Läänelaid, Siret, Ehrenberg, Aivar, Sekavin, Aire, Sõritsa, Andrei, Salumets, Andres, Ortega, Francisco B., and Altmäe, Signe
- Published
- 2020
- Full Text
- View/download PDF
42. Ignored visual context does not induce latent learning
- Author
-
Vadillo, Miguel A., Giménez-Fernández, Tamara, Aivar, M. Pilar, and Cubillas, Carmelo P.
- Published
- 2020
- Full Text
- View/download PDF
43. Early Divergent Strains of Yersinia pestis in Eurasia 5,000 Years Ago
- Author
-
Rasmussen, Simon, Allentoft, Morten Erik, Nielsen, Kasper, Orlando, Ludovic, Sikora, Martin, Sjögren, Karl-Göran, Pedersen, Anders Gorm, Schubert, Mikkel, Van Dam, Alex, Kapel, Christian Moliin Outzen, Nielsen, Henrik Bjørn, Brunak, Søren, Avetisyan, Pavel, Epimakhov, Andrey, Khalyapin, Mikhail Viktorovich, Gnuni, Artak, Kriiska, Aivar, Lasak, Irena, Metspalu, Mait, Moiseyev, Vyacheslav, Gromov, Andrei, Pokutta, Dalia, Saag, Lehti, Varul, Liivi, Yepiskoposyan, Levon, Sicheritz-Pontén, Thomas, Foley, Robert A, Lahr, Marta Mirazón, Nielsen, Rasmus, Kristiansen, Kristian, and Willerslev, Eske
- Subjects
Biological Sciences ,Genetics ,Biodefense ,Vaccine Related ,Prevention ,Infectious Diseases ,Emerging Infectious Diseases ,Vector-Borne Diseases ,Aetiology ,2.2 Factors relating to the physical environment ,Infection ,Animals ,Asia ,DNA ,Bacterial ,Europe ,History ,Ancient ,History ,Medieval ,Humans ,Plague ,Siphonaptera ,Tooth ,Yersinia pestis ,Medical and Health Sciences ,Developmental Biology ,Biological sciences ,Biomedical and clinical sciences - Abstract
The bacteria Yersinia pestis is the etiological agent of plague and has caused human pandemics with millions of deaths in historic times. How and when it originated remains contentious. Here, we report the oldest direct evidence of Yersinia pestis identified by ancient DNA in human teeth from Asia and Europe dating from 2,800 to 5,000 years ago. By sequencing the genomes, we find that these ancient plague strains are basal to all known Yersinia pestis. We find the origins of the Yersinia pestis lineage to be at least two times older than previous estimates. We also identify a temporal sequence of genetic changes that lead to increased virulence and the emergence of the bubonic plague. Our results show that plague infection was endemic in the human populations of Eurasia at least 3,000 years before any historical recordings of pandemics.
- Published
- 2015
44. Population genomics of Bronze Age Eurasia
- Author
-
Allentoft, Morten E, Sikora, Martin, Sjögren, Karl-Göran, Rasmussen, Simon, Rasmussen, Morten, Stenderup, Jesper, Damgaard, Peter B, Schroeder, Hannes, Ahlström, Torbjörn, Vinner, Lasse, Malaspinas, Anna-Sapfo, Margaryan, Ashot, Higham, Tom, Chivall, David, Lynnerup, Niels, Harvig, Lise, Baron, Justyna, Casa, Philippe Della, Dąbrowski, Paweł, Duffy, Paul R, Ebel, Alexander V, Epimakhov, Andrey, Frei, Karin, Furmanek, Mirosław, Gralak, Tomasz, Gromov, Andrey, Gronkiewicz, Stanisław, Grupe, Gisela, Hajdu, Tamás, Jarysz, Radosław, Khartanovich, Valeri, Khokhlov, Alexandr, Kiss, Viktória, Kolář, Jan, Kriiska, Aivar, Lasak, Irena, Longhi, Cristina, McGlynn, George, Merkevicius, Algimantas, Merkyte, Inga, Metspalu, Mait, Mkrtchyan, Ruzan, Moiseyev, Vyacheslav, Paja, László, Pálfi, György, Pokutta, Dalia, Pospieszny, Łukasz, Price, T Douglas, Saag, Lehti, Sablin, Mikhail, Shishlina, Natalia, Smrčka, Václav, Soenov, Vasilii I, Szeverényi, Vajk, Tóth, Gusztáv, Trifanova, Synaru V, Varul, Liivi, Vicze, Magdolna, Yepiskoposyan, Levon, Zhitenev, Vladislav, Orlando, Ludovic, Sicheritz-Pontén, Thomas, Brunak, Søren, Nielsen, Rasmus, Kristiansen, Kristian, and Willerslev, Eske
- Subjects
History ,Heritage and Archaeology ,Human Society ,Archaeology ,Historical Studies ,Anthropology ,Asia ,Asian People ,Cultural Evolution ,DNA ,Europe ,Fossils ,Gene Frequency ,Genetics ,Population ,Genome ,Human ,Genomics ,History ,Ancient ,Human Migration ,Humans ,Lactose Intolerance ,Language ,Polymorphism ,Single Nucleotide ,Skin Pigmentation ,White People ,General Science & Technology - Abstract
The Bronze Age of Eurasia (around 3000-1000 BC) was a period of major cultural changes. However, there is debate about whether these changes resulted from the circulation of ideas or from human migrations, potentially also facilitating the spread of languages and certain phenotypic traits. We investigated this by using new, improved methods to sequence low-coverage genomes from 101 ancient humans from across Eurasia. We show that the Bronze Age was a highly dynamic period involving large-scale population migrations and replacements, responsible for shaping major parts of present-day demographic structure in both Europe and Asia. Our findings are consistent with the hypothesized spread of Indo-European languages during the Early Bronze Age. We also demonstrate that light skin pigmentation in Europeans was already present at high frequency in the Bronze Age, but not lactose tolerance, indicating a more recent onset of positive selection on lactose tolerance than previously thought.
- Published
- 2015
45. Toggling a Genetic Switch Using Reinforcement Learning
- Author
-
Sootla, Aivar, Strelkowa, Natalja, Ernst, Damien, Barahona, Mauricio, and Stan, Guy-Bart
- Subjects
Computer Science - Systems and Control ,Computer Science - Computational Engineering, Finance, and Science ,Computer Science - Learning ,Quantitative Biology - Molecular Networks - Abstract
In this paper, we consider the problem of optimal exogenous control of gene regulatory networks. Our approach consists in adapting an established reinforcement learning algorithm called the fitted Q iteration. This algorithm infers the control law directly from the measurements of the system's response to external control inputs without the use of a mathematical model of the system. The measurement data set can either be collected from wet-lab experiments or artificially created by computer simulations of dynamical models of the system. The algorithm is applicable to a wide range of biological systems due to its ability to deal with nonlinear and stochastic system dynamics. To illustrate the application of the algorithm to a gene regulatory network, the regulation of the toggle switch system is considered. The control objective of this problem is to drive the concentrations of two specific proteins to a target region in the state space., Comment: 12 pages, presented at the 9th French Meeting on Planning, Decision Making and Learning, Li\`ege (Belgium), May 12-13, 2014
- Published
- 2013
46. On Periodic Reference Tracking Using Batch-Mode Reinforcement Learning with Application to Gene Regulatory Network Control
- Author
-
Sootla, Aivar, Strelkowa, Natalja, Ernst, Damien, Barahona, Mauricio, and Stan, Guy-Bart
- Subjects
Computer Science - Systems and Control ,Mathematics - Optimization and Control - Abstract
In this paper, we consider the periodic reference tracking problem in the framework of batch-mode reinforcement learning, which studies methods for solving optimal control problems from the sole knowledge of a set of trajectories. In particular, we extend an existing batch-mode reinforcement learning algorithm, known as Fitted Q Iteration, to the periodic reference tracking problem. The presented periodic reference tracking algorithm explicitly exploits a priori knowledge of the future values of the reference trajectory and its periodicity. We discuss the properties of our approach and illustrate it on the problem of reference tracking for a synthetic biology gene regulatory network known as the generalised repressilator. This system can produce decaying but long-lived oscillations, which makes it an interesting system for the tracking problem. In our companion paper we also take a look at the regulation problem of the toggle switch system, where the main goal is to drive the system's states to a specific bounded region in the state space.
- Published
- 2013
47. Correcting Slightly Less Simple Movements
- Author
-
Aivar, M. P., Brenner, E., and Smeets, J. B. J.
- Abstract
Many studies have analysed how goal directed movements are corrected in response to changes in the properties of the target. However, only simple movements to single targets have been used in those studies, so little is known about movement corrections under more complex situations. Evidence from studies that ask for movements to several targets in sequence suggests that whole sequences of movements are planned together. Planning related segments of a movement together makes it possible to optimise the whole sequence, but it means that some parts are planned quite long in advance, so that it is likely that they will have to be modified. In the present study we examined how people respond to changes that occur while they are moving to the first target of a sequence. Subjects moved a stylus across a digitising tablet. They moved from a specified starting point to two targets in succession. The first of these targets was always at the same position but it could have one of two sizes. The second target could be in one of two different positions and its size was different in each case. On some trials the first target changed size, and on some others the second target changed size and position, as soon as the subject started to move. When the size of the first target changed the subjects slowed down the first segment of their movements. Even the peak velocity, which was only about 150 ms after the change in size, was lower. Beside this fast response to the change itself, the dwell time at the first target was also affected: its duration increased after the change. Changing the size and position of the second target did not influence the first segment of the movement, but also increased the dwell time. The dwell time was much longer for a small target, irrespective of its initial size. If subjects knew in advance which target could change, they moved faster than if they did not know which could change. Taken together, these results suggest that the whole sequence is treated as one action, which can be corrected if the properties of any of the targets change. The precise nature and timing of the correction depends on how the change influences the task. (Contains 1 table and 7 figures.)
- Published
- 2005
48. Shallow genetic population structure in an expanding migratory bird with high breeding site fidelity, the Western Eurasian Crane Grus grus grus
- Author
-
Haase, Martin, Höltje, Henriette, Blahy, Beate, Bridge, Damon, Henne, Eberhard, Johansson, Ulf S., Kaldma, Katrin, Khudyakova, Ekaterina A., King, Amy, Leito, Aivar, Mewes, Wolfgang, Mudrik, Elena A., Ojaste, Ivar, Politov, Dmitry V., Popken, Ronald, Rinne, Juhani, Stanbury, Andrew, Tofft, Jesper, Väli, Ülo, and Schmitz Ornés, Angela
- Published
- 2019
- Full Text
- View/download PDF
49. Phenotypic effects of paralogous ribosomal proteins bL31A and bL31B in E. coli
- Author
-
Lilleorg, Silva, Reier, Kaspar, Volõnkin, Pavel, Remme, Jaanus, and Liiv, Aivar
- Published
- 2020
- Full Text
- View/download PDF
50. Hunter-gatherer pit-houses in Stone Age Estonia
- Author
-
Khrustaleva, Irina, Roog, Raido, Kholkina, Margarita, and Kriiska, Aivar
- Published
- 2020
- Full Text
- View/download PDF
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.