CronoDAS comments on Richard Dawkins TV - Baloney Detection Kit video - Less Wrong

1 [deleted] 25 June 2009 12:27AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (34)

You are viewing a single comment's thread. Show more comments above.

Comment author: CronoDAS 25 June 2009 09:57:21PM *  2 points [-]

The place to begin that study and establish exactly what control systems are present and how they work is in studies like the one that you dismissed as a trivial game.

Telling a person "Perform this task, which involves acting like a control system" and discovering that people can, indeed, act like a control system doesn't seem to demonstrate that people are physically made out of control systems. My desktop computer isn't a control system, as such, but I can emulate a crude thermostat with a few lines of pseudocode...

while(1) {

while(DesiredTemp > ActualTemp) {runAirConditioner(); }

while(DesiredTemp < ActualTemp) {runFurnace(); }

}

Comment author: RichardKennaway 26 June 2009 06:22:27PM 0 points [-]

The person performing that task is not "acting like" a control system, they actually are controlling the prescribed variable. The hypothesis is that living organisms are, in fact, constituted in this manner, with many control systems in a particular hierarchical arrangement. That every action they perform is an output action of a control system that is endeavouring to keep some perception at some reference level.

But I've belaboured this enough in this thread. Any more would just be a repetition of the materials I've pointed to.

Comment author: CronoDAS 27 June 2009 04:38:55AM *  0 points [-]

The person performing that task is not "acting like" a control system, they actually are controlling the prescribed variable. The hypothesis is that living organisms are, in fact, constituted in this manner, with many control systems in a particular hierarchical arrangement. That every action they perform is an output action of a control system that is endeavouring to keep some perception at some reference level.

Indeed. I don't disagree with anything here.

What I'm trying to say is that the ability to control one variable doesn't provide much evidence for "it's control systems all the way down". One might as well claim "The brain is a finite state machine" because we can simulate them using pencil and paper.

Comment author: SilasBarta 26 June 2009 03:00:31AM 0 points [-]

Such modesty! It's actually worse than that. You could write a program for a feedforward thermostat (i.e. which tries to predict how much to heat or cool based on factors other than the room temperature, like the sunshine, temp outside, insulation, etc.) on your computer, but Powers et al. would scream bloody murder if you tried to use that as evidence that living systems are feedforward control loops!

Comment author: RichardKennaway 26 June 2009 06:19:37PM 1 point [-]

You could write a program for a feedforward thermostat

Actually, you couldn't. At least, it wouldn't work very well, not nearly as well as a system that simply measures the actual temperature and raises or lowers it as necessary.

Try it and see.

"Feedforward control loop" is pretty much a contradiction in terms. Look at anything described as feedforward control, and you'll find that it's wrapped inside a feedback loop, even if only a human operator keeping the feedforward system properly tuned. There are some demonstrable feedforward links in the nervous system, such as the vestibulo-ocular reflex, but as expected, the VOR is wrapped inside a feedback system that tunes its parameters. It wouldn't work without that.

Comment author: SilasBarta 26 June 2009 06:41:18PM *  0 points [-]

Actually, you couldn't. At least, it wouldn't work very well, not nearly as well as a system that simply measures the actual temperature and raises or lowers it as necessary.

Ah, but if I deliberately created an artificial scenario designed to make FF control work, then FF control would look rockin'.

You know, like the programs you linked do, except that they pimp feedback instead ;-)

Yes, feedback control is usually better; my point was the excessive extrapolation from that program.

"Feedforward control loop" is pretty much a contradiction in terms. Look at anything described as feedforward control, and you'll find that it's wrapped inside a feedback loop, even if only a human operator keeping the feedforward system properly tuned.

Yes, very true, which reminds me: I saw a point in the demo1 program (link when I get a chance) on the site pjeby linked where they have you try to control a system using either a) your knowledge of the disturbance (feedforward), or b) your knowledge of the error (feedback), and you inevitably do better with b).

Here's the thing though: it noted that you can get really good at a) if you practice it and get a good feel for how the disturbance relates to how you should move the mouse. BUT it didn't use this excellent opportunity to point out that even then, such improvement is itself due to another feedback loop! Specifically, one that takes past performace as the feedback, and desired performance as the reference.

Comment author: RichardKennaway 26 June 2009 07:16:41PM 1 point [-]

my point was the excessive extrapolation from that program.

PCT is not derived from the demos; the demos are derived from PCT.

even then, such improvement is itself due to another feedback loop

So you see, wherever you look in the behaviour of living organisms, you find feedback control!

If that seems trivial to you, then it is probably because you are not an experimental psychologist, which is the area in most need of the insight that living organisms control their perception. You probably also do not work in AI, most of whose practitioners (of strong or weak AI) are using such things as reinforcement learning, planning, modelling, and so on. Robotics engineers -- some of them -- are about the only exception, and they have a better track record of making things that work.

BTW, I'm not touting PCT or anything else as the secret of real AI. Any better understanding of how real brains operate, whether it comes from PCT or anything else, will presumably facilitate making artificial ones, and I have used it as the basis of a fairly good (but only simulated) walking robot, but strong AI is not my mission.