Diffusion models to distinguish endogenous and exogenous temporal attention

Studying the mechanisms of exogenous and endogenous methods of attention. Using the temporary information to adjust the behavior in a constantly changing environment. Analysis of the impact of unforeseen circumstances to predict and improve performance.

Рубрика Психология
Вид дипломная работа
Язык английский
Дата добавления 28.10.2019
Размер файла 1,5 M

Отправить свою хорошую работу в базу знаний просто. Используйте форму, расположенную ниже

Студенты, аспиранты, молодые ученые, использующие базу знаний в своей учебе и работе, будут вам очень благодарны.

4th Quarter: (NonContingent, NonContingent, Contingent, Contingent) + Cue, NoCue, Cue, NoCue)

2.2.3 Participants

Sixteen volunteers (17-30 years old, mean age = 22.8; 11 women) participated in the experiment. Part of them were students of the Higher School of Economics, part of them were recruited through advertising outside the department. All participants gave informed consent before the study. Only people with normal or corrected to normal vision participated in the experiment. Participants were paid 250 rubbles.

2.2.4 Procedure

Contingent condition (Figure 5). For each participant, there were four sessions. Each session consists of testing (15 min) and resting (5 min) parts. Each testing part consisted of practice and experimental blocks. The experimental block consisted of 40 experimental trials. This ratio is for each of 5 different SOA in Contingent condition.

So, first of all, participants are instructed to detect a change in the direction of dots that would warn them about a target that will be presented soon after. The task is to monitor moving dots and when at some moment the border of the circle changes the color (from gray to blue or orange), for 100ms), participant should respond by pressing the key on the keyboard (“d” and “k”, respectively) as soon and accurate as possible. Hands are counterbalanced between participants. After that new circle with gray borderline appears, a new trial begins. The feedback about mean RT was shown to the participant at the end of each trial to maintain the interest to the task.

NonContingent condition (Figure 6). The same procedure as for the Contingent condition with only difference in changing from varied to random SOA and instruction that tells participants to ignore the change in the direction of dots because it is random and it will not give them any cue about the following target.

Figure 5. Contingent condition

Figure 6. NonContingent condition.

Chapter 3. Results

3.1 Statistical tools

We used almost the same statistical plan, as was applied to Lawrence and Klein experiment because the main variables and interaction between comparisons of them are the same in our experiment.

So, calculation of evidence for the effects of interest (contingency, intensity, SOA, and interactions between) was achieved by comparison of generalized additive mixed models.

This class of models takes into account missing data, fewer assumptions. Also, we tend to think that effects associated with SOA might be nonlinear; that is why generalized additive mixed models were used for that comparisons to evaluate evidence for effects associated with it, but not GLMMs.

All behavioral analysis and visualization of data were coded in R (mgcv package for GAMMs, ggplot2, itsadug, mgcViz packages for plotting). Main effects were calculated for hypotheses 1 and 2. The interaction was calculated for hypothesis 3.

3.2 Empiricaal results

Trials with RTs faster than 200ms and slower than 1000ms, as well as trials with SOAs greater than 1s and less than -0.3s were excluded from the analysis (18%). Also, only accurate response trials were analyzed.

To build a model that accounts for all main effects and interactions, we decided to use a feedforward approach.

That means that we started from the simplest model with only one predictor and step by step added predictors and interactions thus increasing the complexity of the model. Akaike's information criterion (AIC) was used to compare models and choose the model that best describes our data, meanwhile is not so complex. The model on which we stopped looks like this:

Baseline <- gam(rt_ms ~ IntCont + s(soa) + s(soa, by=IntContO) + s(soa, subj, bs="fs", m=1), data = dt1[corrans == 1,], method = "ML")

The summary of the model "Baseline" is depicted in Figure 7. For this model, we created two new variables "IntCont" and "IntContO". Both of them represent the interaction between Intensity and Contingency (for more details about GAMMs model's comparison, see Wieling, 2018).

Figure 7. The summary of model «Baseline».

However, "IntCont" is just a factor, while "IntContO" is an ordered factor. "IntCont" variable is used for parametric coefficients. Levels of "IntContO" are used for smooth terms when they interact with SOAs.

So now we have four levels of each variable, instead of two variables with two levels each. In this model noCue in the Contingent condition (noCue.NC) plays the role of intercept both for parametric effects and for smooth terms.

The summary shows three contrasts with respect to the intercept and four smooths, one for each level of the new nominal variable "IntContO".

It is clear from the line for IntContnoCue.C (Full condition) and IntContnoCue.C (Endogenous condition) that both Contingent conditions differ significantly from the Baseline condition (IntContnoCue.NC) and it does not matter whether there was Cue or not. This main effect of Contingency is depicted in Figure 8. Also, the model shows that there is one significant interaction with SOA, namely Endogenous condition (noCue.C) significantly differs from Baseline condition

Figure 8. Main effect of Contingency. On the x-axis - four experimental conditions - Baseline, Exo, Endo and Full. On the y-axis - difference in reaction time in ms. Semitransparent bands represent 95% confidence intervals. Full and Endo conditions significantly differ from Exo and Baseline conditions.

Figure 9. Response time as a function of SOA, Contingency and Intensity. Lines represent predictions of the model. Semitransparent bands represent 95% confidence intervals.

(noCue.NC). We can evaluate all three-way interaction between Contingency, Intensity, and SOA by plotting it to see non-linear patterns. The results of this model are shown in Figure 9. For more clear interpretation and in order to compare our results with Lawrence and Klein results, data were collapsed to the Contingency (Figure 10) and Intensity effects (Figure 11) on response time.

From Figure 10 we can see that in purely Endogenous condition (red line) there is facilitation effect within the range of SOAs from -300 to 265ms, which means that Contingency significantly improves performance within this period. However, when SOAs becomes greater than 330ms there is IOR effect. In Full condition, where there are both Contingency and cue (black line), Contingency slightly improves performance at early SOAs. This small difference is not proved by the model, although.

Figure 10. Contingency effect (Contingent minus Noncontingent; positive values reflect effect of IOR, negative - facilitation effect) on response time. Red horizontal line along x-axis represents significant difference for both curves.

Figure 11. Intensity effect (Cue minus noCue; positive values reflect effect of IOR, negative - facilitation effect) on response time. Red horizontal line along x-axis represent significant difference for both curves.

From Figure 11 we see that there is no Intensity effect for Exogenous conditions (red line). Moreover, performance is significantly worsened when target precedes cue in the contingent condition. Also, there is a short facilitation effect for Full condition for the late SOAs (black line) - a result that is also not significant according to the model.

3.3 Model building and fitting results

There are several packages that allow to fit your own diffusion model to data. Guided primarily by the educational goal, which was to implement the model in python, we decided to choose a drift-diffusion model simulator called PyDDM (https://github.com/mwshinn/PyDDM). This is a simulator and modeling framework for drift-diffusion models (DDM), with a focus on cognitive neuroscience. The source code is available under the MIT license. This framework allows using arbitrary functions for drift rate, noise, bounds, and initial position distribution - the main parameters that we are interested in. It also contains arbitrary loss function and method for parameter fitting. Source code for our model is available at (https://github.com/Asvarisch/DDM-temporal-attention).

Our idea was to fit the model to baseline sample (NC_noCue) and then, by changing only one parameter of this model, fit a new model to Endogenous and Exogenous samples. Below the whole process is described in detail.

The first step was to create four samples of experimental data that represent four different experimental conditions, namely C_Cue (Both Endogenous and Exogenous sample or Full sample), C_noCue (Endogenous sample), NC_Cue (Exogenous sample) and NC_noCue (Totally random sample or baseline sample).

The second step was to build the Fittable model. Fittable means that we create a model that contains special objects with all the parameters we are interested in to vary. In this model, we will focus on the following parameters: drift rate, noise, boundary separation and non-decision time.

The third step was to actually fit just created model with all parameters varied to baseline sample (NC_noCue). This fit returned the value of each model's parameter. We fitted model (model_baseline) to the actual experimental data using “LossSquaredError” as a loss function and “differential evolution” method to optimize the parameters. Loss function is a minimization function which is used for measuring how well a model predicts the expected outcome. Square error is one of the most commonly used regression loss functions. It represents the sum of squared distances between the target variable and predicted values. We also tested two other loss functions available in the package - “LossBIC” and “LossLikelihood” but visually they did not fit data well. Visual inspection was the main reason to choose squared error function. Although “LossSquaredError” function visually fitted Baseline's correct RTs very well, it did not fit error RTs at all (Figure 12).

Figure 12. On top: RT distribution for correct answers for baseline condition. Below: RT distribution for error answers for baseline condition. Blue curve stands for human data and red one - for model predictions.

We tend to explain this problem by assuming that loss function has to optimize correct and error distributions simultaneously. And this can be done by combining the two scores. However, then there is a problem of how to weight the two scores when combining them. So far, this is not fully resolved problem. In our case we can see that “LossSquaredError” loss function prioritizes correct distribution fit over the error fit.

Usually, as a measure of model fitness, chi-squared method or Kolmogorov-Smirnov (KS) statistic is used to compare human data with data predicted by the model (W. J. MacInnes, 2017; Ratcliff & Tuerlinckx, 2002). However, we decided to use the KS test as a distance between distributions, not as a statistic test. If the distance between distributions is big, the p-value will be very small. Also, if the distance is small, the p-value will be relatively big. The first reason why we use the KS test as a metric for evaluating the distance between distributions is that PyDDM package does not have the KS statistic as an optimization method.

Consequently, it is not appropriate to fit a model using one method and compare distributions using another method. The second reason is the fact that the sample size of generated data dramatically affects the result of the KS statistic. For example, if there is little data (e.g., n = 20), the p-value will be close to 1, which would mean that distributions are the same. However, if there are many data (e.g., n = 1500, which is close to human data trials), the p-value will be very low, testifying that distributions are different and there is no fit at all. So, further, p-values will be used and interpreted only in relation to each other.

The fourth step was to actually get this relative metric of the goodness of fit of the baseline condition of human data and distribution of the model. Our metric for this comparison was (KS = 0.074, p-value = 1.45*10-8). Again, here we do not interpret the actual score of the p-value. For now, this value is a kind of baseline for other conditions.

The fifth step was to take the same model distribution (model_baseline) and compare it with the Endogenous sample (human data) without changing any parameters. We supposed that if model_baseline that was trained on baseline sample (NC_noCue) will be applied to Endogenous sample (C_noCue), it would give us terrible fit because Contingent and NonContingent conditions theoretically and experimentally are very different, which is also testified by our behavioral analysis. That would be reflected in very low p-value. Indeed, in this case statistic was (KS = 0.170, p-value = 3.25*10-75). The visual fit is depicted in Fig 13 (a). Now, we have the range of our metric from 1.45*10-8 (the best fit) to 3.25*10-75 (the worse fit). We do the same procedure for the Exogenous sample. In this case statistic was (KS = 0.077, p-value = 3.69*10-9). The visual fit is depicted in Fig 13 (b). This result supports the behavioral analysis results and reflects the absence of difference between Cue and noCue conditions or absence of Intensity effect. In other words, the model trained on the baseline sample almost perfectly fits the Exogenous sample, even without changing any parameter of the model.

a b

Figure 13. a) model_baseline fits RT distribution for correct answers for Endogenous (C_noCue) condition. Below: model_baseline fits RT distribution for error answers for Endogenous (C_noCue) condition. b) model_baseline fits RT distribution for correct answers for Exogenous (NC_Cue) condition. Below: model_baseline fits RT distribution for error answers for Exogenous (NC_Cue) condition. Blue curve stands for human data and red one - for model predictions.

The sixth step was to create two new models («model_to_End» and «model_to_Ex»), where 3 out of 4 parameters would be constant, and one parameter would be variable. Then these two models were fitted to Endogenous and Exogenous samples. Constant parameters were taken from the previous model (model_fit) and worked as input parameters for new models. The main idea behind the creation of new models is the following. Will we get a good model fit for Exogenous and Endogenous conditions by changing only one parameter of the initially (baseline) trained model? If the answer is affirmative and models fit Endogenous and/or Exogenous conditions well with a simple change of one parameter, we believe that the model might simulate similar processes. If the answer is negative, then we come to the conclusion that Endogenous and Exogenous modes of attention have different model structures and, consequently, different mechanisms. attention temporary exogenous behavior

Because we could not gain any strict predictions from literature about parameters that would be mainly responsible for Endogenous and Exogenous modes of attention, we could not formulate any hypothesis and tried all combinations of three constant versus one Fittable parameter. Learned parameters for the baseline model are depicted in table 2.

Table 2. Baseline model's parameters.

Parameter

Value

Drift rate

11.45

Noise

2.15

Boundary separation

3.70

Non-decision time

0.13

We got the best result when noise, bound and overlay (non-decision) were constant parameters and drift rate was variable parameter. When we fitted «model_to_Ex» to Exogenous sample, drift rate value decreased and became 2.31. When we fitted «model_to_End» to Endogenous sample, drift rate value became 3.79. In both cases lower drift rate means that there is a performance decrease in those conditions, compared to baseline condition. A reduction in drift rate for Endogenous condition might be interpreted as late IOR. The result that is supported by behavioral analysis. However, we cannot interpret decreased drift rate for Exogenous condition, since this result contradicts behavioral analysis result, which showed that there is no Intensity effect.

By fitting new models to Endogenous and Exogenous samples, we have got the following results. The visual fit of both models to corresponding samples are depicted in Figure 14.

a b

Figure 14. a) «model_to_End «fits RT distribution for correct answers for Endogenous (C_noCue) condition. Below: «model_to_End «fits RT distribution for error answers for Endogenous (C_noCue) condition. b) «model_to_Ex» fits RT distribution for correct answers for Exogenous (NC_Cue) condition. Below: «model_to_Ex» fits RT distribution for error answers for Exogenous (NC_Cue) condition. Blue curve stands for human data and red one - for model predictions.

Statistic for «model_to_End» was (KS = 0.085, p-value = 4.35*10-21). From this result, we see that by fitting «model_to_End» to Endogenous sample, we got no so bad fit, as if the drift rate was set constant. However, it is worse than the initial fit to the baseline sample.

The difference between baseline condition and Endogenous condition, therefore, is reflected by our metric as 10-13. Additional verification for the previous step would be the following. We created another model «model_to_Full» that was fitted to C_Cue sample with only drift rate Fittable. Since there is no difference whether there is cue or not, that we already know from behavioral analysis, conditions C_noCue and C_Cue should be very close to each other. Consequently, «model_to_End» and «model_to_Full» should also return very similar predictions. Statistic for «model_to_Full» was (KS = 0.092, p-value = 1.65*10-22). Since statistic for both compared models was almost identical, this hypothesis was confirmed.

Statistic for «model_to_Ex» was (KS = 0.077, p-value = 3.69*10-9). From this result, we may conclude that there is no difference whether we change the drift rate or not. The fit of «model_to_Ex» with Exogenous sample is almost identical to fit of model_baseline with Exogenous sample. That again justify that there is no difference between baseline condition and Exogenous condition or, in other, words, there is no Intensity effect caused by the cue.

Conclusion

In order to study modes of temporal attention separately and within their interaction within the visual domain, we applied a combination of two methodologies to the two-alternative speeded choice task (2ASC). One of them was Rescorla`s “Truly random control” paradigm, intended for minimizing the engagement of Endogenous temporal attention.

Another one was new signal stimuli manipulation, adopted from Lawrence and Klein study (Lawrence & Klein, 2013b), used for minimizing the engagement of Exogenous temporal attention. Based on the results of our GAMMs analysis, we have got a statistically significant effect of Contingency, as the main effect.

That means that temporal predictability of the target's appearance actually affects the performance.

Previous studies showed that temporal patterns or contingencies might be extracted and then used to predict when to allocate attentional resources, which is then reflected in improved performance.

However, our results show that Endogenous attention actually worsens the performance, compared to baseline condition.

This main effect of Contingency or Endogenous orienting of attention might be explained by later IOR effect, that we can clearly see in Figure 10. Main effect of Contingency is also well explained by our drift diffusion model, which shows that decreased drift rate is reflected in pure performance drop.

There was no main effect of Intensity or Exogenous orienting of attention. That means that there was not any difference between cue and no cue conditions. This result is not unusual.

A number of papers in our lab do not show exogenous orienting of attention (J. W. MacInnes & Bhatnagar, 2017; Malevich, Ardasheva, Krьger, & MacInnes, 2018). It is, therefore, possible that early facilitation effect caused by exogenous cue is not so automatic and might be affected by attentional set.

The absence of early facilitation for the exogenous condition could also be because of the current experimental design.

There also was significant three-way interaction. Endogenous orienting of attention differed significantly from baseline condition over SOAs. So, by looking at Figure 10 we can see that Contingency improved performance at early SOAs, providing facilitation effect.

However, there was an IOR effect at later SOAs. This result is partly consistent with Lawrence and Klein result in terms of the presence of a biphasic cueing effect.

In their experiment Endogenous mode of attention served to enhance the speed of response with optimal performance at 400ms SOAs. In our case we observed earlier facilitation and, as a consequence, early onset of IOR. We did not get three-way interaction for Exogenous condition.

Thus, in our study, we replicated and adjusted the methodology used in Lawrence and Klein's study by applying this methodology to exclusively visual stimuli, unlike the original experiment.

Even though we did not get any match between Lawrence and Klein results and ours, therefore, none of our hypothesis was confirmed, we still believe that closer match might be obtained by increasing statistical power of the experiment and by increasing luminance of cues.

The second goal of our study was to improve our understanding of which information processing components are speeded when there is temporal Contingency between cues and targets, which leads to decreased RTs.

For that purpose, we applied the drift-diffusion model to our behavioral data. With the drift-diffusion model we reinforced that there was no effect of cueing with the model parameter.

That means that we cannot link any model parameter to Exogenous orienting of attention since baseline and Exogenous conditions did not differ. Nevertheless, for Endogenous orienting of attention, we have got improvements in the fit by changing the drift rate parameter.

Drift rate, therefore, served here as the best explanation of Contingency effect. Reduction in drift rate that we observed for Endogenous orienting of attention might be interpreted as late IOR.

So, the best interpretation we may propose now based on our model is that the drift rate change is responsible for Contingency effect. If the original model had better fit on error and RT distributions, then there may have been a different result on the best fit changing parameter. This reasoning should be considered in subsequent studies.

References

1. Arnott, S. R., & Pratt, J. (2002). Commentaries on Ruz & Lupiбсez (2002): A review of Attentional Capture: On its automaticity and sensitivity to endogenous control. 59.

2. Chica, A. B., Bartolomeo, P., & Lupiбсez, J. (2013). Two cognitive and neural systems for endogenous and exogenous spatial attention. Behavioural Brain Research, 237, 107-123. https://doi.org/10.1016/j.bbr.2012.09.027

3. Chica, A. B., Lupiбсez, J., & Bartolomeo, P. (2006). Dissociating inhibition of return from endogenous orienting of spatial attention: Evidence from detection and discrimination tasks. Cognitive Neuropsychology, 23(7), 1015-1034. https://doi.org/10.1080/02643290600588277

4. Cohen, R. A. (2014). The neuropsychology of attention (2nd ed.). [References]. In (2014). http://dx.doi.org/10.1007/978-0-387-72639-7

5. Correa, Б., Cappucci, P., Nobre, A. C., & Lupiбсez, J. (2010). The two sides of temporal orienting: Facilitating perceptual selection, disrupting response selection. Experimental Psychology, 57(2), 142-148. https://doi.org/10.1027/1618-3169/a000018

6. Correa, Б., Lupiбсez, J., Milliken, B., & Tudela, P. (2004). Endogenous temporal orienting of attention in detection and discrimination tasks. Perception and Psychophysics, 66(2), 264-278. https://doi.org/10.3758/BF03194878

7. Correa, Б. (2010). “Enhancing behavioural performance by visual temporal orienting,” in Attention and Time, eds A. C. Nobre and J. T. Coull (Oxford: Oxford University Press), 357-370.

8. Coull, J. T. (2012). Neural substrates of temporal attentional orienting. In Attention and Time. Oxford University Press. https://doi.org/10.1093/acprof:oso/9780199563456.003.0031

9. Coull, J. T., Frith, C. D., Bьchel, C., & Nobre, A. C. (2000). Orienting attention in time: behavioural and neuroanatomical distinction between exogenous and endogenous shifts. Neuropsychologia, 38(6), 808-819.

10. Farrell, S., & Lewandowsky, S. (2018). Computational Modeling of Cognition and Behavior: (1st ed.). https://doi.org/10.1017/CBO9781316272503

11. Fan, J., Gu, X., Guise, K. G., Liu, X., Fossella, J., Wang, H., & Posner, M. I. (2009). Testing the behavioral interaction and integration of attentional networks. Brain and Cognition, 70(2), 209-220. https://doi.org/10.1016/j.bandc.2009.02.002

12. Forstmann, B. U., Ratcliff, R., & Wagenmakers, E.-J. (2016). Sequential Sampling Models in Cognitive Neuroscience: Advantages, Applications, and Extensions. Annual Review of Psychology, 67(1), 641-666. https://doi.org/10.1146/annurev-psych-122414-033645

13. Fuentes, L. J., Vivas, A. B., Langley, L. K., Chen, Q., & Gonzбlez-Salinas, C. (2012). Inhibitory mechanisms in the attentional network: A multidisciplinary approach.

14. Gabay, S., & Henik, A. (2008). The effects of expectancy on inhibition of return. Cognition, 106(3), 1478-1486. https://doi.org/10.1016/j.cognition.2007.05.007

15. Gabay, S., & Henik, A. (2010). Temporal expectancy modulates inhibition of return in a discrimination task. Psychonomic Bulletin and Review, 17(1), 47-51. https://doi.org/10.3758/PBR.17.1.47

16. Godijn, R., & Theeuwes, J. (2002). Programming of endogenous and exogenous saccades: Evidence for a competitive integration model. Journal of Experimental Psychology: Human Perception and Performance, 28(5), 1039-1054. https://doi.org/10.1037//0096-1523.28.5.1039

17. Grosjean, M., Rosenbaum, D. A., & Elsinger, C. (2001). Timing and reaction time. Journal of Experimental Psychology: General, 130(2), 256-272. https://doi.org/10.1037//0096-3445.130.2.256

18. Jepma, M., Wagenmakers, E.-J., & Nieuwenhuis, S. (2012). Temporal expectation and information processing: A model-based analysis. Cognition, 122(3), 426-441. https://doi.org/10.1016/j.cognition.2011.11.014

19. Jonides, J. (1981). Voluntary versus automatic control over the mind's eye's movement. Attention and performance, 187-203.

20. Klein, R. (2009). On the control of attention. Canadian Journal of Experimental Psychology/Revue Canadienne de Psychologie Expйrimentale, 63(3), 240-252. https://doi.org/10.1037/a0015807

21. Klein, R. M., & Lawrence, M. A. (2012). On the modes and domains of attention. Cognitive neuroscience of attention, 11-28.

22. Kulikova, A. (2017). Using Diffusion Models to Demonstrate the Difference Between Saccades and Antisaccades. Unpublished manuscript

23. Lawrence, M. A., & Klein, R. M. (2013a). Isolating exogenous and endogenous modes of temporal attention. Journal of Experimental Psychology: General, 142(2), 560-572. https://doi.org/10.1037/a0029023

24. Lupiбсez, J., Milбn, E. G., Tornay, F. J., Madrid, E., & Tudela, P. (1997). Does IOR occur in discrimination tasks? Yes, it does, but later. Perception & Psychophysics, 59(8), 1241-1254. https://doi.org/10.3758/BF03214211

25. MacInnes, J. W., & Bhatnagar, R. (2017). Where Does Attention Go When Facilitation is Absent? SSRN Electronic Journal. https://doi.org/10.2139/ssrn.3075751

26. MacInnes, W. J. (2017). Multiple Diffusion Models to Compare Saccadic and Manual Responses for Inhibition of Return. Neural Computation, 29(3), 804-824. https://doi.org/10.1162/NECO_a_00904

27. Malevich, T., Ardasheva, L., Krьger, H. M., & MacInnes, W. J. (2018). Temporal ambiguity of onsets in a cueing task prevents facilitation but not inhibition of return. Attention, Perception, & Psychophysics, 80(1), 106-117. https://doi.org/10.3758/s13414-017-1435-1

28. Monsell, S., Driver, J., & International Symposium on Attention and Performance (Eds.). (2000). Control of cognitive processes: attention and performance XVIII?; this book is based on the papers presented at the Eighteenth International Symposium on Attention and Performance, held at Cumberland Lodge, the Great Park, Windsor, Berkshire, England, July 12 - 18, 1998. Cambridge, Mass: MIT Press.

29. Mьller, H. J., & Rabbitt, P. M. (1989). Reflexive and voluntary orienting of visual attention: time course of activation and resistance to interruption. Journal of Experimental psychology: Human perception and performance, 15(2), 315.

30. Nassar, M. R., & Frank, M. J. (2016). Taming the beast: extracting generalizable knowledge from computational models of cognition. Current Opinion in Behavioral Sciences, 11, 49-54. https://doi.org/10.1016/j.cobeha.2016.04.003

31. Niemi, P., & Nддtдnen, R. (1981). Foreperiod and simple reaction time. Psychological bulletin, 89(1), 133.

32. Nobre, A. C., & Coull, J. T. (Eds.). (2010). Attention and Time. https://doi.org/10.1093/acprof:oso/9780199563456.001.0001

33. Posner, M. I. (1980). Orienting of attention. Quarterly Journal of Experimental Psychology, 32(1), 3-25. https://doi.org/10.1080/00335558008248231

34. Posner, M. I., & Petersen, S. E. (1984). The Attention System of the Human Brain. 18.

35. Posner, M. I. (Ed.). (2011). Cognitive neuroscience of attention. Guilford Press.

36. Philiastides, M. G., Auksztulewicz, R., Heekeren, H. R., & Blankenburg, F. (2011). Causal role of dorsolateral prefrontal cortex in human perceptual decision making. Current biology, 21(11), 980-983.

37. Ratcliff, R. (1978). A theory of memory retrieval. Psychological review, 85(2), 59.

38. Ratcliff, R., & McKoon, G. (2008). The Diffusion Decision Model: Theory and Data for Two-Choice Decision Tasks. Neural Computation, 20(4), 873-922. https://doi.org/10.1162/neco.2008.12-06-420

39. Ratcliff, R., & Rouder, J. N. (1998). Modeling Response Times for Two-Choice Decisions. Psychological Science, 9(5), 347-356. https://doi.org/10.1111/1467-9280.00067

40. Ratcliff, R., Smith, P. L., Brown, S. D., & McKoon, G. (2016). Diffusion Decision Model: Current Issues and History. Trends in Cognitive Sciences, 20(4), 260-281. https://doi.org/10.1016/j.tics.2016.01.007

41. Ratcliff, R., Smith, P. L., & McKoon, G. (2015). Modeling Regularities in Response Time and Accuracy Data With the Diffusion Model. Current Directions in Psychological Science, 24(6), 458-470. https://doi.org/10.1177/0963721415596228

42. Ratcliff, R., & Tuerlinckx, F. (2002). Estimating parameters of the diffusion model: Approaches to dealing with contaminant reaction times and parameter variability. Psychonomic Bulletin & Review, 9(3), 438-481. https://doi.org/10.3758/BF03196302

43. Raymond M. Klein. (2000). Inhibition of return. Trends in Cognitive Neuroscience, 4(4), 138-147. https://doi.org/10.1016/S1364-6613(00)01452-2

44. Rizzolatti, G., Riggio, L., Dascola, I., & Umiltб, C. (1987). Reorienting attention across the horizontal and vertical meridians: Evidence in favor of a premotor theory of attention. Neuropsychologia, 25(1), 31-40. https://doi.org/10.1016/0028-3932(87)90041-8

45. Rohenkohl, G., Coull, J. T., & Nobre, A. C. (2011). Behavioural dissociation between exogenous and endogenous temporal orienting of attention. PLoS ONE, 6(1), 1-5. https://doi.org/10.1371/journal.pone.0014620

46. Roitman, J. D., & Shadlen, M. N. (2002). Response of neurons in the lateral intraparietal area during a combined visual discrimination reaction time task. Journal of neuroscience, 22(21), 9475-9489.

47. Schmitz, F., & Voss, A. (2012). Decomposing task-switching costs with the diffusion model. Journal of Experimental Psychology: Human Perception and Performance, 38(1), 222-250. https://doi.org/10.1037/a0026003

48. Seifried, T., Ulrich, R., Bausenhart, K. M., Rolke, B., & Osman, A. (2010). Temporal Preparation Decreases Perceptual Latency: Evidence from a Clock Paradigm. Quarterly Journal of Experimental Psychology, 63(12), 2432-2451. https://doi.org/10.1080/17470218.2010.485354

49. Smith, D. T., & Schenk, T. (2012). The Premotor theory of attention: Time to move on? Neuropsychologia, 50(6), 1104-1114. https://doi.org/10.1016/j.neuropsychologia.2012.01.025

50. Smith, P. L., & Vickers, D. (1988). The accumulator model of two-choice discrimination. Journal of Mathematical Psychology, 32(2), 135-168. https://doi.org/10.1016/0022-2496(88)90043-0

51. Stone, M. (1960). Models for choice-reaction time. Psychometrika, 25(3), 251-260.

52. Vallesi, A., Arbula, S., & Bernardis, P. (2014). Functional dissociations in temporal preparation: Evidence from dual-task performance. Cognition, 130(2), 141-151. https://doi.org/10.1016/j.cognition.2013.10.006

53. Voss, A., Rothermund, K., & Voss, J. (2004). Interpreting the parameters of the diffusion model: An empirical validation. Memory & Cognition, 32(7), 1206-1220. https://doi.org/10.3758/BF03196893

54. Voss, A., Voss, J., & Lerche, V. (2015). Assessing cognitive processes with diffusion model analyses: a tutorial based on fast-dm-30. Frontiers in Psychology, 6. https://doi.org/10.3389/fpsyg.2015.00336

55. Wagener, A., & Hoffmann, J.(2010-04-08). Behavioural adaptation to redundant frequency distributions in time. In Attention and Time.: Oxford University Press. Retrieved 24 May. 2018, from http://www.oxfordscholarship.com/view/10.1093/acprof:oso/9780199563456.001.0001/acprof-9780199563456-chapter-16.

56. Ward, J. (2015). The Student's Guide to Cognitive Neuroscience. The Student's Guide to Cognitive Neuroscience. Retrieved from http://www.scopus.com/inward/record.url?eid=2-s2.0-44249118675&partnerID=tZOtx3y1

57. Weinbach, N., & Henik, A. (2012). Temporal orienting and alerting - the same or different? Frontiers in Psychology, 3(JUL), 1-3. https://doi.org/10.3389/fpsyg.2012.00236

58. White, C. N., & Curl, R. (2018). Cueing Effects in the Attentional Network Test: a Spotlight Diffusion Model Analysis. Computational Brain & Behavior, 1(1), 59-68. https://doi.org/10.1007/s42113-018-0004-6

59. Wieling, M. (2018). Analyzing dynamic phonetic data using generalized additive mixed modeling: A tutorial focusing on articulatory differences between L1 and L2 speakers of English. Journal of Phonetics, 70, 86-116. https://doi.org/10.1016/j.wocn.2018.03.002

Размещено на Allbest.ru

...

Подобные документы

  • Unhealthy food, lack of sleep, passive lifestyle, related works. Survey, Passive Lifestyle, Lack Of Sleep, Nutrition. How often pupils have negative feelings. Teachers' complaints. Can we do to reduce these negative displays of pupil’s behavior.

    курсовая работа [25,5 K], добавлен 18.05.2015

  • Definition of Leadership. Trait theory. How this theory works. Origin and Analysis and basics Pre-conditions for effective use of Trait theory. Inborn leadership characteristics. Process of impact and interaction among the leader and his followers.

    реферат [436,9 K], добавлен 24.09.2014

  • Джон Броадус Уотсон. Американский психолог, основатель бихевиоризма (от англ. behavior - поведение), одной из распространённых теорий в западной психологии XX века. Со времени бихевиоризма психология стала бурно развиваться, как экспериментальная наука.

    биография [22,9 K], добавлен 23.11.2008

  • Influence psychology of cognitive activity and cognitive development on student’s learning abilities during study. Cognitive development theory in psychology. Analysis of Jean Piaget's theory. Her place among the other concept of personal development.

    презентация [1,3 M], добавлен 13.04.2016

  • The Keynesian concept in economic of endogenous cycles seems to require non-linear structures. One of the theories of business cycles in the Keynesian vein is that expounded in a pioneering article by N. Kaldor. Non-linear dynamics of the Kaldor's cycle.

    контрольная работа [233,8 K], добавлен 18.07.2009

  • The process of scientific investigation. Contrastive Analysis. Statistical Methods of Analysis. Immediate Constituents Analysis. Distributional Analysis and Co-occurrence. Transformational Analysis. Method of Semantic Differential. Contextual Analysis.

    реферат [26,5 K], добавлен 31.07.2008

  • Research methods are strategies or techniques to conduct a systematic research. To collect primary data four main methods are used: survey, observation, document analysis and experiment. Several problems can arise when using questionnaire. Interviewing.

    реферат [16,7 K], добавлен 18.01.2009

  • Ability of the company to reveal and consider further action of competitive forces and their dynamics. Analysis of environment and the target market. Functional divisions and different levels in which еhe external information gets into the organization.

    статья [10,7 K], добавлен 23.09.2011

  • The collection and analysis of information with a view of improving the business marketing activities. Qualitative & Quantitative Research. Interviews, Desk Research, Test Trial. Search Engines. Group interviews and focus groups, Secondary research.

    реферат [12,5 K], добавлен 17.02.2013

  • Analysis methods of note taking: charting, outline and sentence methods, shortening. Studying the system of special symbols and semantography of bliss, principles of vertical and horizontal NT. Characteristic developing skills for speedy note taking.

    методичка [1,7 M], добавлен 18.01.2012

  • Process of learning a foreign language with from an early age. The main differences between the concepts of "second language" and "foreign language" by the conditions of the language environment. Distinguish different types of language proficiency.

    статья [17,3 K], добавлен 15.09.2014

  • Information security problems of modern computer companies networks. The levels of network security of the company. Methods of protection organization's computer network from unauthorized access from the Internet. Information Security in the Internet.

    реферат [20,9 K], добавлен 19.12.2013

  • The reasons of importance of studying of English. Use of English in communication. Need for knowledge of English during travel, dialogue with foreigners, at information search on the Internet. Studying English in Russia is as one of the major subjects.

    реферат [16,5 K], добавлен 29.08.2013

  • Features of financial planning in June. Summary and objectives of the financial plan in August. Of the Financial Planning business in Ukraine. Role of financial management of enterprises. Improving financial planning in modern business environment.

    курсовая работа [28,4 K], добавлен 11.05.2011

  • Law of demand and law of Supply. Elasticity of supply and demand. Models of market and its impact on productivity. Kinds of market competition, methods of regulation of market. Indirect method of market regulation, tax, the governmental price control.

    реферат [8,7 K], добавлен 25.11.2009

  • A database is a store where information is kept in an organized way. Data structures consist of pointers, strings, arrays, stacks, static and dynamic data structures. A list is a set of data items stored in some order. Methods of construction of a trees.

    топик [19,0 K], добавлен 29.06.2009

  • Value and probability weighting function. Tournament games as special settings for a competition between individuals. Model: competitive environment, application of prospect theory. Experiment: design, conducting. Analysis of experiment results.

    курсовая работа [1,9 M], добавлен 20.03.2016

  • Genre of Autobiography. Linguistic and Extra-linguistic Features of Autobiographical Genre and their Analysis in B. Franklin’s Autobiography. The settings of the narrative, the process of sharing information, feelings,the attitude of the writer.

    реферат [30,9 K], добавлен 27.08.2011

  • Тhe paper "How Abortion Relates To Teenage Pregnancy" raises one of the most important issues of our days – teenage pregnancy and abortion. We should pay more attention to adolescents and take more measures to protect them from such tragedies and difficul

    реферат [4,8 K], добавлен 09.12.2004

  • American value changes in postmodern period. Greater tolerance and acceptance of pluralism in present day USA. The changing meaning of success. New values in relation to health and physical well-being. A new relationship between work and pleasure.

    презентация [80,2 K], добавлен 23.12.2009

Работы в архивах красиво оформлены согласно требованиям ВУЗов и содержат рисунки, диаграммы, формулы и т.д.
PPT, PPTX и PDF-файлы представлены только в архивах.
Рекомендуем скачать работу.