One of my best learning-photojournalism photos was at a crowded large street fair, and the scene involved unusual crowd dynamics.
I'm short, but I had a lot of practice moving through crowds to shoot political demonstrations while carrying gear (cameras, and a bulky backpack), and could usually just know how to move quickly through a crowd. (Not quite gliding through the Matrix, since it's not a straight line, but constantly moving and thinking very focused "situated action", and it somehow working better than I would've thought it would.)
That day at the street fair, when it suddenly felt like the crowd dynamics were changing, I couldn't see why, so I moved to find out. Then I saw part of the crowd had turned into a wall of people who were kinda being led forward in one direction, and a clearing starting in front of them. So I ran to just ahead of them, and got the shot, before getting out of the way.
It was a celebrity (Zach Braff), and someone unidentified but with a kind of gravitas strong presence -- one or both de facto leading this crowd of 20-somethings. Somehow this formed a flood of people, but with a wide flat front. I'd guess that no one wanted to move ahead of the leaders.
Fortunately, I had my usual kit (Canon prosumer DSLR hanging on each shoulder, for my beloved long zoom, and an especially sharp ultrawide), and operating it was all "muscle memory", so the ultrawide captured expressions in the crowd well. At least half the people in the front line were looking towards the leaders, generally smiling/happy, one of them absolutely giddy, as the crowd was moving in this emergent formation.
If you'd like, email <first-name>@<domain-in-profile>, and I'll see whether I can dig up the file. (Worst case, I can photograph the poster-size print of it on my wall. :)
having been to many many festivals, where you pass through many crowds some static (eg people standing still) or dynamic (eg like the paper - everyone moving)
I found that people will just follow the nearest person moving roughly in the same direction as you want, if you can't see no one doing that, you then muddle your way through people but then find that theres a train of people behind you.
if you cant't find anyone to folow and you're the front person, then simple rules seem to come into action eg angles of how people are stood also seem to play a part, you prefer to go around the back of people rather than in front of them. and if there's two people together you try not to go through them. etc..
this knowledge is based in the UK where people are somtimes too polite
I have noticed this too as a very tall person. At times I’ve realized I’ve got a lot more sway over controlling a crowd than most. Unfortunately for me, the confidence to wield it doesn’t just come with the physical trait.
I have experienced the same situation at concerts. The worst possible scenario is you needed to pee but everyone that came with you is near the stage in the pit. Even in a small venue this is painful. My reluctance to push through a crowd before has caused people to push me and use me like a cow catcher. Crowds are funny things.
Having been in a couple dense crowds, you really just have to push to get people out of the way. But I'd rather avoid situations where that's required.
One weird way to move fast through a crowd that I've found is to keep your hands up. Not sure why, but when I'm doing this, most of the people seem to get out of the way. Works almost every time.
A strategy that I've seen suggested that works very well for me is to just look at your feet. You don't need to care about where people bodies are, bodies follow feet, watch your steps, not only you won't step on or get stepped on, but you are also less likely to hit other people.
I also won't see your hands up.
I think part of the reason hands up work is also simply because you take less space with your hands up (you body becomes narrower overall).
been to countless electronic gatherings and can attest that streams are definitely a thing. finding the right spot to stand mostly still can be difficult
"The order emerges spontaneously when two groups with different objectives cross paths in a crowded space and try to avoid crashing into each other. The cumulative effect of lots of individual decisions inadvertently results in lanes forming."
> We introduce a theoretical approach that uses temporal coarse-graining akin to Einstein’s kinetic theory of Brownian motion (34). Our averaging scheme is valid in the case of nonjamming mixtures of hard particles, where the dynamics is dominated by pairwise interactions, which is a good approximation for typical pedestrian flows as well as dilute colloids. We recover and unify in a systematic manner the fundamental insights of Helbing and Vicsek (22) as well as Vissers et al. (11) and Klymko et al. (23) by showing that undulation-induced drift and diffusion can both contribute to lane nucleation. We also demonstrate that diffusive processes suppress the formation of very narrow lanes, thereby providing a dynamical selection mechanism that favors the nucleation of lanes of a particular width. We provide explicit formulas for the propensity of a given system to nucleate lanes, and we present a simple approximate rule that lanes emerge at a rate proportional to the product of agent speed, density, and an effective parameter related to the average magnitude of lateral displacement in agent-agent collisions.
So, there are 2 main mechanisms proposed in the literature on lane formation: "drift" and "diffusion". Drift arises from the tendency of people to have a preferred direction to turn to avoid a collision (i.e. right- or left-bias). When facing an opposing flow, repeated conflicts will cause you to slowly drift sideways in your preferred direction. Diffusion is the random Brownian Motion-like jostling that arises from conflicts with opposing pedestrians, which has no directional bias.
In both cases, you're getting jostled around more when there's an opposing flow in front of you than when you're in a lane of people going in the same direction, so there will be a tendency for lanes to form spontaneously ("nucleate"), even from a completely homogeneous initial configuration.
The point of the paper is that they derive, with minimal assumptions, a quantitative relationship that incorporates both mechanisms, and makes specific non-obvious predictions about the shapes and widths of lanes. It also predicts that the rate of lane formation has a simple form (density * speed * average jostle displacement from conflicts with other pedestrians). They do some real-world experiments to validate some of their predictions.
As someone who works on pedestrian simulation software, I don't see how to use this to write the simulation code, but it could be an interesting way to validate the software (i.e. verify that lane formation obeys the predicted relationship).
Something that bothers me about a lot of these papers though is they often perform simulations with periodic boundary conditions. I get why they do that, but it seems to me that that will cause spatial correlations to show up that wouldn't happen in real life. Would the rate of lane formation be different in a system with different boundary conditions?
Another limitation mentioned in the paper that makes this model difficult to apply to crowds of pedestrians is that they assume the interaction between 2 pedestrians depends only on their relative displacement. However, it's known that they key parameter in pedestrian interactions is actually the Time To Collision--i.e., pedestrian collision avoidance is fundamentally anticipatory [1]. Presumably this would complicate the model too much though (now you have to take into account displacement and relative velocity).
>As someone who works on pedestrian simulation software
I'm very curious what software that is.
>Would the rate of lane formation be different in a system with different boundary conditions?
Wouldn't it have to? Given that formation is the (density * speed * wiggleness) I assume boundary variability will have a logistic relationship with density right?
> Given that formation is the (density * speed * wiggleness) I assume boundary variability will have a logistic relationship with density right?
I'm not sure what you mean by this--boundary variability meaning the variance of velocity? I'm also not 100% sure what I mean about my own concern :D--really I'm just confused. I would feel like I understood the significance of the simulations more if, instead of having the same agents pop up at the bottom as just exited the top (i.e. periodic boundaries), agents simply left the simulation entirely at the top and new ones entered at the bottom (with correspondingly new velocities). Left-right boundaries are trickier I guess, not sure what would be reasonable there. Maybe just no boundaries.
There are good reasons why periodic boundaries are used (ensures density is well-defined and consistent, makes analytical calculations easier, etc.). It just strikes me as a obviously non-physical model, and one that could make emergent structures easier to form.
>We introduce a theoretical approach that uses temporal coarse-graining akin to Einstein’s kinetic theory of Brownian motion
Since when did Brownian motion smoke and air particles have eyes and need to stand on two legs?
I sometimes think scientists need to get out more, maybe attend Glastonbury, where you are walking from the Pyramid Stage to the Other Stage, after its rained heavily and Eavis hasnt given the order to put any or enough straw down, so everyone is concentrating on staying upright by looking down at the mud swamp that will consume their next step and wellington boot whilst also briefly but hesitantly looking at the person or persons immediately in front of them in order to facilitate their escape.
Sure arena's are less likely to be water logged mud swamps, but outdoor puddles introduce their own obstacles as do cambers of the surface. Get past ticket control, enter big atriums and newbies will pause in awe of the size whilst also getting their bearings, regulars will know where to go. I see this behaviour in every major train station or airport, especially as the signs are generally up high, diverting their gaze from taking the next step, thus slowing down the flow of people.
I dont see any of these factors being accounted for in this paper.
And its for the above mentioned reasons, namely not accounting for the proper metrics that count, that some self driving vehicle companies are not going to succeed any time soon at level 5, because their algorithm weighting is all wrong.
Would be cool, as a follow-up study, to repeat the experiment but with the curves painted onto the ground, and participants are advised to loosely follow the lines of their color (or avoid lines of the opposite color). Could also do a variation where only a couple people towards the front know of the paths and implicitly guide the rest of the group's trajectory.
I'm short, but I had a lot of practice moving through crowds to shoot political demonstrations while carrying gear (cameras, and a bulky backpack), and could usually just know how to move quickly through a crowd. (Not quite gliding through the Matrix, since it's not a straight line, but constantly moving and thinking very focused "situated action", and it somehow working better than I would've thought it would.)
That day at the street fair, when it suddenly felt like the crowd dynamics were changing, I couldn't see why, so I moved to find out. Then I saw part of the crowd had turned into a wall of people who were kinda being led forward in one direction, and a clearing starting in front of them. So I ran to just ahead of them, and got the shot, before getting out of the way.
It was a celebrity (Zach Braff), and someone unidentified but with a kind of gravitas strong presence -- one or both de facto leading this crowd of 20-somethings. Somehow this formed a flood of people, but with a wide flat front. I'd guess that no one wanted to move ahead of the leaders.
Fortunately, I had my usual kit (Canon prosumer DSLR hanging on each shoulder, for my beloved long zoom, and an especially sharp ultrawide), and operating it was all "muscle memory", so the ultrawide captured expressions in the crowd well. At least half the people in the front line were looking towards the leaders, generally smiling/happy, one of them absolutely giddy, as the crowd was moving in this emergent formation.