Seeing the Arrow of Time

Total Page:16

File Type:pdf, Size:1020Kb

Seeing the Arrow of Time Seeing the Arrow of Time Lyndsey C. Pickup1 Zheng Pan2 Donglai Wei3 YiChang Shih3 Changshui Zhang2 Andrew Zisserman1 Bernhard Scholkopf¨ 4 William T. Freeman3 1Visual Geometry Group, Department of Engineering Science, University of Oxford. 2Department of Automation, Tsinghua University State Key Lab of Intelligent Technologies and Systems, Tsinghua National Laboratory for Information Science and Technology (TNList). 3Computer Science and Artificial Intelligence Laboratory, Massachusetts Institute of Technology. 4Max Planck Institute for Intelligent Systems, Tubingen.¨ Abstract itself visually. This is a fundamental property of the visual world that we should understand. Thus we ask the question: We explore whether we can observe Time’s Arrow in a can we see the Arrow of Time? – can we distinguish a video temporal sequence–is it possible to tell whether a video is playing forward from one playing backward? running forwards or backwards? We investigate this some- Here, we seek to use low-level visual information – what philosophical question using computer vision and ma- closer to the underlying physics – to see Time’s Arrow, not chine learning techniques. object-level visual cues. We are not interested in memoriz- We explore three methods by which we might detect ing that cars tend to drive forward, but rather in studying the Time’s Arrow in video sequences, based on distinct ways common temporal structure of images. We expect that such in which motion in video sequences might be asymmetric regularities will make the problem amenable to a learning- in time. We demonstrate good video forwards/backwards based approach. Some sequences will be difficult or im- classification results on a selection of YouTube video clips, possible; others may be straightforward. We want to know: and on natively-captured sequences (with no temporally- how strong is the signal indicating Time’s Arrow? Where dependent video compression), and examine what motions do we see it, and when is it reliable? We study these ques- the models have learned that help discriminate forwards tions using several different learning-based approaches. from backwards time. Asking such fundamental questions about the statistical structure of images has helped computer vision researchers to formulate priors and to develop algorithms exploiting 1. Introduction such priors. For example, asking, “are images invariant How much of what we see on a daily basis could be over scale?” led researchers to develop the now widely- time-reversed without us noticing that something is amiss? used multi-resolution spatial pyramid architectures [3]. Hu- Videos of certain motions can be time-reversed without man vision researchers have learned properties of human looking wrong, for instance the opening and closing of au- visual processing by asking “can we recognize faces upside tomatic doors, flexing of the digits of a human hand, and down?” [19], or about tonescale processing by asking,“can elastic bouncing or harmonic motions for which the damp- we recognize faces if the tonescale is inverted?” [9]. Both ing is small enough as to be undetectable in a short video. symmetries and asymmetries of priors provide useful infor- The same is not true, however, of a cow eating grass, or a mation for visual inference. The prior assumption that light dog shaking water from its coat. In these two scenarios, comes from above is asymmetric and helps us disambiguate we don’t automatically accept that a complicated system convex and concave shapes [15]. Spatial translation invari- (chewed food, or the spatter pattern of water drops) will ance, on the other hand, allows us to train object detection re-compose itself into a simpler one. or recognition systems without requiring training data at all There has been much study of how the underlying possible spatial locations. physics, and the second law of thermodynamics, create a Learning and representing such statistical structure has direction of time [14, 16]. While physics addresses whether provided the prior probabilities needed for a variety of com- the world is the same forwards and backwards, our goal will puter vision tasks for processing or synthesizing images and be to assay whether and how the direction of time manifests image sequences, including, for example: noise removal 1 [17], inpainting over spatial or temporal gaps [1, 24], im- might learn low-level motion-type cues that indicate the di- age enhancement [25], and texture synthesis [13]. rection of time. Keywords included “dance”, “steam train”, In contrast to quite extensive research on the statistical and “demolition”, amongst other terms. The dataset is avail- properties of the spatial structure in images [6], there has able at http://www.robots.ox.ac.uk/data/arrow/. been far less investigation of temporal structure (one of the exceptions to this rule includes [7]). However, knowledge Selection criteria: Video clips were selected to be 6–10 of the temporal structure of images/videos can be used in seconds long, giving at least 100 frames on which to run a variety of tasks, including video enhancement or analy- the computations. This meant having to discard clips from sis, filling-in missing data, and the prediction of what will many professionally-produced videos where each shot’s du- be seen next, an important feedback signal for robotics ap- ration was too short, since each clip was required to be a plications. Thus, we can similarly ask: are video temporal single shot. We restricted the selections to HD videos, al- statistics symmetric in time? lowing us to subsample extensively to avoid block artifacts We expect that the answer to this question can guide us as and minimize the interaction with any given compression we develop priors and subsequent algorithms. For example, method. an understanding of the precise asymmetries of temporal vi- Videos with poor focus or lighting were discarded, sual priors may have implications for methods for video de- as were videos with excessive camera motion or motion noising or video decompression or optical flow estimation blur due to hand shake. Videos with special effects and or ordering of images [4]. In addition, causal inference, computer-generated graphics were avoided, since the un- of which seeing Time’s Arrow is a special case, has been derlying physics describing these may not match exactly connected to machine learning topics relevant to computer with the real-world physics underpinning our exploration of vision, such as semi-supervised learning, transfer learning Time’s Arrow. Similarly, split-screen views, cartoons and and covariate shift adaptation [18]. Our question relates to computer games were all discarded. Finally, videos were this issue of causality, but seen through the lens of vision. required to be in landscape format with correct aspect ra- In the sequel, we probe how Time’s Arrow can be de- tios and minimal interlacing artefacts. In a few cases, the termined from video sequences in three distinct ways: first, dataset still contains frames in which small amounts of text section 3, by using features that represent local motion pat- or television channel badges have been overlaid, though we terns and learning from these whether there is an asymme- tried to minimize this effect as well. try in temporal behaviour that can be used to determine the Finally, the dataset contains a few clips from “back- video direction; second, section 4, by explicitly represent- wards” videos on YouTube; these are videos where the au- ing evidence of causality; and third, section 5, by using a thors or uploaders have performed the time-flip before sub- simple auto-regressive model to distinguish whether a cause mitting the video to YouTube, so any time-related artefacts at a time point influences future events or not (since it can’t that might have been introduced by YouTube’s subsequent influence the past). compression will also be reversed in these cases relative to the forward portions of our data. In these cases, because rel- 2. Dataset and baseline method atively few clips meeting all our our criteria exist, multiple In this section we describe the two video datasets and a shots of different scenes were taken from the same source baseline method for measuring Time’s Arrow. video in a few cases. In all other cases, only one short clip from each YouTube video was used. 2.1. YouTube dataset In total, there are 155 forward videos and 25 reverse We have assembled a set of videos that act as a com- videos in the dataset. Two frames from each of six ex- mon test bed for the methods investigated in this paper. ample videos are shown in Figure 1. The first five are Our criteria when selecting videos is that the information forwards-time examples (horse in water, car crash, mine on Time’s Arrow should not be ‘semantic’ but should be blasting, baseball game, water spray), and the right-most available principally from the ‘physics’. Thus we do not in- pair of frames is from a backwards-time example where pil- clude strong semantic cues for example from the coupling lows are “un-thrown”. of the asymmetries of animals and vehicles with their direc- tions of motion (e.g. eyes at the front of the head tending to Train/val/test split and evaluation procedure. For eval- move forwards); or from the order of sequences of actions uating the methods described below, the dataset was divided (such as traffic lights or clock hands). What remains is the into 60 testing videos and 120 training videos, in three dif- ‘physics’ – gravity, friction, entropy, etc [21]. ferent ways such that each video appeared as a testing video This dataset consists of 180 video clips from YouTube. exactly once and training exactly twice. Where methods re- This was obtained manually using more than 50 keywords, quired it, the 120 videos of the training set were further sub- aimed at retrieving a diverse set of videos from which we divided into 70 training and 50 validation videos.
Recommended publications
  • The Arrow of Time Volume 7 Paul Davies Summer 2014 Beyond Center for Fundamental Concepts in Science, Arizona State University, Journal Homepage P.O
    The arrow of time Volume 7 Paul Davies Summer 2014 Beyond Center for Fundamental Concepts in Science, Arizona State University, journal homepage P.O. Box 871504, Tempe, AZ 852871504, USA. www.euresisjournal.org [email protected] Abstract The arrow of time is often conflated with the popular but hopelessly muddled concept of the “flow” or \passage" of time. I argue that the latter is at best an illusion with its roots in neuroscience, at worst a meaningless concept. However, what is beyond dispute is that physical states of the universe evolve in time with an objective and readily-observable directionality. The ultimate origin of this asymmetry in time, which is most famously captured by the second law of thermodynamics and the irreversible rise of entropy, rests with cosmology and the state of the universe at its origin. I trace the various physical processes that contribute to the growth of entropy, and conclude that gravitation holds the key to providing a comprehensive explanation of the elusive arrow. 1. Time's arrow versus the flow of time The subject of time's arrow is bedeviled by ambiguous or poor terminology and the con- flation of concepts. Therefore I shall begin my essay by carefully defining terms. First an uncontentious statement: the states of the physical universe are observed to be distributed asymmetrically with respect to the time dimension (see, for example, Refs. [1, 2, 3, 4]). A simple example is provided by an earthquake: the ground shakes and buildings fall down. We would not expect to see the reverse sequence, in which shaking ground results in the assembly of a building from a heap of rubble.
    [Show full text]
  • Chaos, Dissipation, Arrow of Time, in Quantum Physics I the National Institute of Standards and Technology Was Established in 1988 by Congress to "Assist
    Chaos, Dissipation, Arrow of Time, in Quantum Physics i The National Institute of Standards and Technology was established in 1988 by Congress to "assist industry in the development of technology . needed to improve product quality, to modernize manufacturing processes, to ensure product reliability . and to facilitate rapid commercialization . of products based on new scientific discoveries." NIST, originally founded as the National Bureau of Standards in 1901, works to strengthen U.S. industry's competitiveness; advance science and engineering; and improve public health, safety, and the environment. One of the agency's basic functions is to develop, maintain, and retain custody of the national standards of measurement, and provide the means and methods for comparing standards used in science, engineering, manufacturing, commerce, industry, and education with the standards adopted or recognized by the Federal Government. As an agency of the U.S. Commerce Department's Technology Administration, NIST conducts basic and applied research in the physical sciences and engineering and performs related services. The Institute does generic and precompetitive work on new and advanced technologies. NIST's research facilities are located at Gaithersburg, MD 20899, and at Boulder, CO 80303. Major technical operating units and their principal activities are listed below. For more information contact the Public Inquiries Desk, 301-975-3058. Technology Services Manufacturing Engineering Laboratory • Manufacturing Technology Centers Program • Precision
    [Show full text]
  • In the Experiments in Which Alpha-Activity Was Measured Using Collimators Directed at East and West
    Volume 1 PROGRESS IN PHYSICS January, 2010 “The Arrow of Time” in the Experiments in which Alpha-Activity was Measured Using Collimators Directed at East and West Simon E. Shnoll, Ilya A. Rubinsteiny, and Nikolai N. Vedenkiny Department of Physics, Moscow State University, Moscow 119992, Russia Inst. of Theor. and Experim. Biophysics, Russian Acad. of Sci., Pushchino, Moscow Region, 142290, Russia Puschino State University, Prospect Nauki 3, Pushchino, Moscow Region, 142290, Russia ySkobeltsin’s Institute of Nuclear Physics, Moscow State University, Moscow 119991, Russia E-mail: [email protected] In our previous paper (Shnoll and Rubinstein, Progress in Physics, 2009, v. 2, 83–95), we briefly reported about a phenomenon, which can be called the “arrow of time”: when we compared histograms constructed from the results of 239-Pu alpha-activity measurements that were obtained using West- and East-directed collimators, daytime series of the “eastern” histograms were similar to the inverted series of the following night, whereas daytime series of the “western” histograms resembled the inverted series of the preceding night. Here we consider this phenomenon in more detail. 1 Introduction As follows from all our past results, the fine structure of the spectrum of amplitude fluctuations (the shape of the corre- sponding histograms) is determined by the motion (orienta- tion) of the object studied (the laboratory) in relation to spa- tial inhomogeneities [2]. The spatial pattern (arrangement in space) of these inhomogeneities is stable: as the Earth ro- tates about its axis and moves along the circumsolar orbit, similar histogram shapes are realized repeatedly with the cor- responding periods (daily, near-monthly, yearly) [3, 4].
    [Show full text]
  • The Deadly Affairs of John Figaro Newton Or a Senseless Appeal to Reason and an Elegy for the Dreaming
    The deadly affairs of John Figaro Newton or a senseless appeal to reason and an elegy for the dreaming Item Type Thesis Authors Campbell, Regan Download date 26/09/2021 19:18:08 Link to Item http://hdl.handle.net/11122/11260 THE DEADLY AFFAIRS OF JOHN FIGARO NEWTON OR A SENSELESS APPEAL TO REASON AND AN ELEGY FOR THE DREAMING By Regan Campbell, B.F.A. A Thesis Submitted in Partial Fulfillment of the Requirements for the Degree of Master of Fine Arts in Creative Writing University of Alaska Fairbanks May 2020 APPROVED: Daryl Farmer, Committee Chair Leonard Kamerling, Committee Member Chris Coffman, Committee Member Rich Carr, Chair Department of English Todd Sherman, Dean College of Liberal Arts Michael Castellini, Dean of the Graduate School Abstract Are you really you? Are your memories true? John “Fig” Newton thinks much the same as you do. But in three separate episodes of his life, he comes to see things are a little more strange and less straightforward than everyone around him has been inured to the point of pretending they are; maybe it's all some kind of bizarre form of torture for someone with the misfortune of assuming they embody a real and actual person. Whatever the case, Fig is sure he can't trust that truth exists, and over the course of his many doomed relationships and professional foibles, he continually strives to find another like him—someone incandescent with rage, and preferably, as insane and beautiful as he. i Extracts “Whose blood do you still thirst for? But sacred philosophy will shackle your success, for whatsoever may be your momentary triumph or the disorder of this anarchy, you will never govern enlightened men.
    [Show full text]
  • 110508NU-Ep511-Yellow Script
    “Arrow of Time” #511/Ep. 90 Written by Ken Sanzel Directed by Ken Sanzel Production Draft – 10/17/08 Rev. FULL Blue – 10/30/08 Rev. Pink – 11/4/08 Rev. Yellow – 11/5/08 (Pages: 41,46,50,55.) SCOTT FREE in association with CBS PARAMOUNT NETWORK TELEVISION, a division of CBS Studios. © Copyright 2008 CBS Paramount Network Television. All Rights Reserved. This script is the property of CBS Paramount Network Television and may not be copied or distributed without the express written permission of CBS Paramount Network Television. This copy of the script remains the property of CBS Paramount Network Television. It may not be sold or transferred and must be returned to: CBS Paramount Network Television Legal Affairs 4024 Radford Avenue Administration Bldg., Suite 390, Studio City, CA 91604 THE WRITING CREDITS MAY OR MAY NOT BE FINAL AND SHOULD NOT BE USED FOR PUBLICITY OR ADVERTISING PURPOSES WITHOUT FIRST CHECKING WITH TELEVISION LEGAL DEPARTMENT. “Arrow of Time” Ep. #511 – Production Draft: Rev. Yellow – 11/5/08 SCRIPT REVISION HISTORY COLOR DATE PAGES WHITE 10/17/08 (1-57) REV. FULL BLUE 10/30/08 (1-57) REV. PINK 11/4/08 (2,3,4,6,7,18,19,20,27,33, 34,39,41,42,49,50,51,55.) REV. YELLOW 11/5/08 (41,46,50,55.) “Arrow of Time” Ep. #511 – Production Draft: Rev. FULL Blue – 10/30/08 CAST LIST DON EPPES CHARLIE EPPES ALAN EPPES DAVID SINCLAIR LARRY FLEINHARDT AMITA RAMANUJAN COLBY GRANGER NIKKI BETANCOURT LIZ WARNER ROBIN BROOKS BUCK WINTERS RAFE LANSKY GRAY McCLAUGHLIN JOE THIBODEAUX * DEANNE DRAKE TOBY TIM PYNCHON SECOND MARSHAL “Arrow of Time” Ep.
    [Show full text]
  • Seeing the Arrow of Time
    Seeing the Arrow of Time Lyndsey C. Pickup1 Zheng Pan2 Donglai Wei3 YiChang Shih3 Changshui Zhang2 Andrew Zisserman1 Bernhard Scholkopf¨ 4 William T. Freeman3 1Visual Geometry Group, Department of Engineering Science, University of Oxford. 2Department of Automation, Tsinghua University State Key Lab of Intelligent Technologies and Systems, Tsinghua National Laboratory for Information Science and Technology (TNList). 3Computer Science and Artificial Intelligence Laboratory, Massachusetts Institute of Technology. 4Max Planck Institute for Intelligent Systems, Tubingen.¨ Abstract itself visually. This is a fundamental property of the visual world that we should understand. Thus we ask the question: We explore whether we can observe Time’s Arrow in a can we see the Arrow of Time? – can we distinguish a video temporal sequence–is it possible to tell whether a video is playing forward from one playing backward? running forwards or backwards? We investigate this some- Here, we seek to use low-level visual information – what philosophical question using computer vision and ma- closer to the underlying physics – to see Time’s Arrow, not chine learning techniques. object-level visual cues. We are not interested in memoriz- We explore three methods by which we might detect ing that cars tend to drive forward, but rather in studying the Time’s Arrow in video sequences, based on distinct ways common temporal structure of images. We expect that such in which motion in video sequences might be asymmetric regularities will make the problem amenable to a learning- in time. We demonstrate good video forwards/backwards based approach. Some sequences will be difficult or im- classification results on a selection of YouTube video clips, possible; others may be straightforward.
    [Show full text]
  • 'Arrow of Time' Solution Stirs up Old Issues Sense of Well--Being Tied To
    ~ 1 ~7'f 'Arrow of time' solution stirs up old issues Ilya Prigogine's new formulation of physics, as reported in our last issue, This issue (June/July) contains has generated a strong response­ 12 pages rather than eight in order mostly favorable-from many quarters to do justice to the torrent of reac­ and stimulated a host of questions. tion to Ilya Prigogine's recent Some of the reaction is summarized work (May issue). The August in this issue; some is reprinted in the Brain/Mind will also be a 12- Commentary and a four-page special pager. For extra copies of this insert, with additional comments to issue, call (800) 553-MIND or I appear in future issues. (213) 223-2500. Prigogine's reformulation addresses the question of the "arrow of time," a ciplines such as biology and geology problem that has made science schizo­ take time into consideration. Physicists A BULLETIN Of BREAKTHROUGHS phrenic. are indeed able to show this "time­ According to physics, time is irrele­ symmetry" experimentally, but Prigo­ June/ July 1994 Volume 19, Numbers 9/10 vant-even reversible-whereas dis- gine says these are special cases involving isolated points. More from Tucson An "ensemble of points" behaves differently, however. Resonance Microtubules link mind, physics among the points creates genuine nov­ Perhaps the hottest topic of the around cells, dissolving and re-forming elty. After working on the problem for recent consciousness conference in in other places. many years, Prigogine expressed Tucson (Brain/Mind, April) was the Microtubule networks serve as a mathematically our common-sense ex­ potential relation- sort of skeleton for a cell, lending it perience of a forward movement of ship between con- structure and creating pathways for events.
    [Show full text]
  • A Brief History of Time - Stephen Hawking
    A Brief History of Time - Stephen Hawking Chapter 1 - Our Picture of the Universe Chapter 2 - Space and Time Chapter 3 - The Expanding Universe Chapter 4 - The Uncertainty Principle Chapter 5 - Elementary Particles and the Forces of Nature Chapter 6 - Black Holes Chapter 7 - Black Holes Ain't So Black Chapter 8 - The Origin and Fate of the Universe Chapter 9 - The Arrow of Time Chapter 10 - Wormholes and Time Travel Chapter 11 - The Unification of Physics Chapter 12 - Conclusion Glossary Acknowledgments & About The Author FOREWARD I didn’t write a foreword to the original edition of A Brief History of Time. That was done by Carl Sagan. Instead, I wrote a short piece titled “Acknowledgments” in which I was advised to thank everyone. Some of the foundations that had given me support weren’t too pleased to have been mentioned, however, because it led to a great increase in applications. I don’t think anyone, my publishers, my agent, or myself, expected the book to do anything like as well as it did. It was in the London Sunday Times best-seller list for 237 weeks, longer than any other book (apparently, the Bible and Shakespeare aren’t counted). It has been translated into something like forty languages and has sold about one copy for every 750 men, women, and children in the world. As Nathan Myhrvold of Microsoft (a former post-doc of mine) remarked: I have sold more books on physics than Madonna has on sex. The success of A Brief History indicates that there is widespread interest in the big questions like: Where did we come from? And why is the universe the way it is? I have taken the opportunity to update the book and include new theoretical and observational results obtained since the book was first published (on April Fools’ Day, 1988).
    [Show full text]
  • A New Cosmology of a Crystallization Process (Decoherence)
    1 A new cosmology of a crystallization process (decoherence) from the surrounding quantum soup provides heuristics to unify general relativity and quantum physics by solid state physics T. Dandekar, Bioinformatik, Biozentrum, Am Hubland, 97074 Würzburg, Germany Abstract We explore a cosmology where the Big Bang singularity is replaced by a condensation event of interacting strings. We study the transition from an uncontrolled, chaotic soup (“before”) to a clearly interacting “real world”. Cosmological inflation scenarios do not fit current observations and are avoided. Instead, long-range interactions inside this crystallization event limit growth and crystal symmetries ensure the same laws of nature and basic symmetries over our domain. Tiny mis-arrangements present nuclei of superclusters and galaxies and crystal structure leads to the arrangement of dark (halo regions) and normal matter (galaxy nuclei) so convenient for galaxy formation. Crystals come and go, allowing an evolutionary cosmology where entropic forces from the quantum soup “outside” of the crystal try to dissolve it. These would correspond to dark energy and leads to a big rip scenario in 70 Gy. Preference of crystals with optimal growth and most condensation nuclei for the next generation of crystals may select for multiple self-organizing processes within the crystal, explaining “fine-tuning” of the local “laws of nature” (the symmetry relations formed within the crystal, its “unit cell”) to be particular favorable for self-organizing processes including life or even conscious observers in our universe. Independent of cosmology, a crystallization event may explain quantum-decoherence in general: The fact, that in our macroscopic everyday world we only see one reality.
    [Show full text]
  • Life, Information, Entropy, and Time
    Life, information, entropy, and time Antony R. Crofts Department of Biochemistry, 419 Roger Adams Laboratory, 600 S. Mathews Avenue, University of Illinois at Urbana-Champaign, Urbana IL 61801 Phone: (217) 333-2043 Fax: (217) 244-6615 e-mail: [email protected] This is a preprint of an article accepted for publication in Complexity © (2006) (copyright John Wiley and Sons, Inc.) Summary. Attempts to understand how information content can be included in an accounting of the energy flux of the biosphere have led to the conclusion that, in information transmission, one component, the semantic content, or ‘the meaning of the message’, adds no thermodynamic burden over and above costs arising from coding, transmission and translation. In biology, semantic content has two major roles. For all life forms, the message of the genotype encoded in DNA specifies the phenotype, and hence the organism that is tested against the real world through the mechanisms of Darwinian evolution. For human beings, communication through language and similar abstractions provides an additional supra-phenotypic vehicle for semantic inheritance, which supports the cultural heritages around which civilizations revolve. The following three postulates provide the basis for discussion of a number of themes that demonstrate some important consequences. i) Information transmission through either pathway has thermodynamic components associated with data storage and transmission. ii) The semantic content adds no additional thermodynamic cost. iii) For all semantic exchange, meaning is accessible only through translation and interpretation, and has a value only in context. 1. For both pathways of semantic inheritance, translational and copying machineries are imperfect. As a consequence both pathways are subject to mutation, and to evolutionary pressure by selection.
    [Show full text]
  • The Arrow of Time in Physics DAVID WALLACE
    16 The Arrow of Time in Physics DAVID WALLACE 1. Introduction Essentially, any process in physics can be described as a sequence of physical states of the system in question, indexed by times. Some such processes, even at the macroscopic, everyday level, do not appear in themselves to pick out any difference between past and future: the sequence run backwards is as legitimate a physical process as the original. Consider, for instance, a highly elastic ball bouncing back and forth, or the orbits of the planets. If these processes – in isolation – were fi lmed and played to an audience both forwards and backwards, there would be no way for the audience to know which was which. But most physical processes are not like that. The decay of radioactive elements, the melting of ice in a glass of water, the emission of light by a hot object, the slowing down by friction of a moving object, nuclear or chemical reactions . each of these pro- cesses seems to have a direction to it. None of them, run backwards, is a physical process that we observe in nature; any of them, if fi lmed and played backwards, could easily be identifi ed as incorrect. 1 In the standard terminology, these processes defi ne arrows of time . So: some physical processes are undirected in time, but most are directed. So what? The problem is that among the physical processes that seem to be undirected in time (at least, so it seems) are essentially all the processes that govern fundamental physics. Yet we have strong reasons to think that the equations that govern larger-scale physical processes are somehow derivative on, or determined by, those that govern fundamental physics.
    [Show full text]
  • The Arrow of Time
    THE ARROW OF TIME Why does time never go backw�rd? The answer apparently lies not in the la,vs of nature, which hardly distinguish between past and future, but in the conditions prevailing in the early universe by David Layzer t seems easy to distinguish the past have sprung from an exceedingly dense, scopic view of the world as a system de­ I from the future: memory provides us undifferentiated state in the finite past. generating toward complete disorder nor with a record of the past, but we All these processes have a quality in the microscopic view of the world as a have no certain knowledge of the future. common: they generate order, or infor­ changing but nonevolving system of in­ When events are interpreted according mation; they transform a simpler state teracting particles and fields is required to the most fundamental laws of physics, into a more complex one. In the phrase by fundamental phYSical laws. I submit however, the distinction between past of Sir Arthur Eddington, they indicate that both views derive instead from aux­ and future all but disappears. Intuitively which way "time's arrow" is pointing; iliary assumptions about the nature and we perceive the world as being extended they define what I shall call the "histori­ origin of the universe. I propose to re­ in space but "unfolding" in time; at the cal" arrow of time. place those assumptions with others that atomic scale the world is a four-dimen­ Paradoxically, the direction of time I believe are simpler and equally con­ sional continuum extended in both space can also be defined by a class of dia­ sistent with observation.
    [Show full text]