outline
play

Outline 1. Standing on the Shoulders of Giants . . . 2. What is - PowerPoint PPT Presentation

What is Information? W. Szpankowski Department of Computer Science Purdue University W. Lafayette, IN 47907 April 30, 2008 AofA and IT logos INRIA 2008 Participants of Information Beyond Shannon, Orlando, 2005, and J. Konorski, Gdansk,


  1. What is Information? ∗ W. Szpankowski Department of Computer Science Purdue University W. Lafayette, IN 47907 April 30, 2008 AofA and IT logos INRIA 2008 ∗ Participants of Information Beyond Shannon, Orlando, 2005, and J. Konorski, Gdansk, Poland.

  2. Outline 1. Standing on the Shoulders of Giants . . . 2. What is Information? 3. Shannon Information • Beyond Shannon • Temporal and Darwin Channels 4. Physics of Information • Shannon vs Boltzmann • Maxwell’s Demon, Szilard’s Engine, and Landauer’s Principle 5. Ubiquitous Information (Biology, Chemistry, Physics) 6. Today’s Challenges 7. Science of Information

  3. Standing on the Shoulders of Giants . . . C. F. Von Weizs¨ acker : “Information is only that which produces information” (relativity). “Information is only that which is understood” (rationality) “Information has no absolute meaning”. R. Feynman : “ . . . Information is as much a property of your own knowledge as anything in the message. . . . Information is not simply a physical property of a message: it is a property of the message and your knowledge about it.” J. Wheeler : “It from Bit”. (Information is physical.) C. Shannon : “These semantic aspects of communication are irrelevant . . . ”

  4. Structural and Biological Information F. Brooks, jr. (JACM, 50, 2003, “Three Great Challenges for . . . CS ”): “Shannon and Weaver performed an inestimable service by giving us a definition of Information and a metric for for Information as communicated from place to place. We have no theory however that gives us a metric for the Information embodied in structure . . . this is the most fundamental gap in the theoretical underpinning of Information and computer science. . . . A young information theory scholar willing to spend years on a deeply fundamental problem need look no further.” M. Eigen “The differentiable characteristic of the living systems is Information . Information assures the controlled reproduction of all constituents, thereby ensuring conservation of viability . . . . Information theory, pioneered by Claude Shannon , cannot answer this question . . . in principle, the answer was formulated 130 years ago by Charles Darwin .

  5. What is then Information? Information has the flavor of: relativity (depends on the activity undertaken), rationality (depends on the recipient’s knowledge), timeliness (temporal structure), space (spatial structure). Informally Speaking : A piece of data carries information if it can impact a recipient’s ability to achieve the objective of some activity within a given context . Using the event-driven paradigm, we may formally define: Definition 1. The amount of information (in a faultless scenario) info (E) carried by the event E in the context C as measured for a system with the rules of conduct R is info R,C ( E ) = cost [objective R ( C ( E )) , objective R ( C ( E ) + E )] where the cost (weight, distance) is taken according to the ordering of points in the space of objectives.

  6. Example: Decimal Representation Example 1: In a decimal representation of π , the objective is to learn the number π and P is to compute successive digits approximating π . Imagine we are drawing circles of circumferences, i.e., 3 , 3 . 1 , 3 . 14 , 3 . 141 etc., and measure the respective diameters i.e., . 9549 , . 9868 , . 9995 , . 9998 , which asymptote to the ideal 1 . 5 0.98 9 . 0 1.0 info = information is the the difference between successive deviations from the ideal 1. For example: • event ”3” carries (1 − 0) − (1 − . 9549) = . 9549 , • event ”1” carries (1 − . 9549) − (1 − . 9868) = . 0319 , • event ”4” carries (1 − . 9995) − (1 − . 9868) = . 0127 , etc.

  7. Example: Distributed Information 1. Example 2: In an N -threshold secret sharing scheme, N subkeys of the decryption key roam among A × A stations. . . . . . . . . . . x . . . . . . . . . . . . . . x x x x x x x . . . . . . . . . x x x x x x x x x x . . . . . . . x x x x x x x x x x x . . . . . . . x x x x x x x x x x x . . . 2 . By protocol P a station has access: . . . x x x x x x x x x x x . . ⋆ ⋆ . . . x x x x x x x x x x x x . . . • only it sees all N subkeys. . . . x x x x x x x x x x x x . . . . . x x x x x x x x x x x x . . . ⋆ • it is within a distance D from all subkeys. . . . x x x x x x x x x x x x . . . . . . x x x x x x x x x x x x . . . . . . . x x x x x x x x x . . . . . . . . . . . x x x x x . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 . Assume that the larger N , the more valuable the secrets. We define the amount of information as info= N × { # of stations having access } .

  8. Outline Update 1. Standing on the Shoulders of Giants . . . 2. What is Information? 3. Shannon Information 4. Physics of Information 5. Ubiquitous Information 6. Today’s Challenges

  9. Shannon Information . . . In 1948 C. Shannon created a powerful and beautiful theory of information that served as the backbone to a now classical paradigm of digital communication. In our setting, Shannon defined: objective: statistical ignorance of the recipient; statistical uncertainty of the recipient. cost: # binary decisions to describe E ; = − log P ( E ) ; P ( E ) being the probability of E . Context: the semantics of data is irrelevant . . . Self-information for E i : info( E i ) = − log P ( E i ) . H ( P ) = − P Average information: i P ( E i ) log P ( E i ) H ( X ) = − P Entropy of X = { E 1 , . . . } : i P ( E i ) log P ( E i ) I ( X ; Y ) = H ( Y ) − H ( Y | X ) , (faulty channel). Mutual Information: Shannon’s statistical information tells us how much a recipient of data can reduce their statistical uncertainty by observing data. Shannon’s information is not absolute information since P ( E i ) (prior knowledge) is a subjective property of the recipient.

  10. Shortest Description, Complexity Example: X can take eight values with probabilities: ( 1 2 , 1 4 , 1 8 , 1 16 , 1 64 , 1 64 , 1 64 , 1 64 ) . Assign to them the following code: 0 , 10 , 110 , 1110 , 111100 , 111101 , 111110 , 111111 , The entropy X is H ( X ) = 2 bits . The shortest description (on average) is 2 bits. In general, if X is a (random) sequence with entropy H ( X ) and average code length L ( X ) , then H ( X ) ≤ L ( X ) ≤ H ( X ) + 1 . Complexity vs Description vs Entropy The more complex X is, the longer its description is, and the bigger the entropy is.

  11. Three Jewels of Shannon Theorem 1 . [ Shannon 1948; Lossless Data Compression ]. compression bit rate ≥ source entropy H ( X ) . (There exists a codebook of size 2 nR of universal codes of length n with R > H ( X ) and probability of error smaller than any ε > 0 .) Theorem 2 . [ Shannon 1948; Channel Coding ] In Shannon’s words: It is possible to send information at the capacity through the channel with as small a frequency of errors as desired by proper ( long ) encoding. This statement is not true for any rate greater than the capacity. (The maximum codebook size N ( n, ε ) for codelength n and error probability ε is N ( n, ε ) ∼ 2 nC .) asymptotically equal to: Theorem 3 . [ Shannon 1948; Lossy Data Compression ]. For distortion level D : lossy bit rate ≥ rate distortion function R ( D ) .

  12. Rissanen’s MDL Principle 1 . Objective( P, C ) may include the cost of the very recognition and interpretation of C . 2 . In 1978 Rissanen introduced the Minimum Description Length (MDL) principle (Occam’s Razor) postulating that the best hypothesis is the one with the shortest description. 3 . Universal data compression is used to realize MDL. 4 . Normalized maximum likelihood (NML) code: Let M k = { Q θ : θ ∈ Θ } and let ˆ θ minimize − log Q θ ( x ) . The minimax regret is log Q ˆ θ ( x ) » – r ∗ X X n ( M ) = min Q max = log Q ˆ θ ( x ) = log sup Q θ ( x ) . Q θ ( x ) x θ x x Rissanen proved for memoryless and Markov sources: n ( M k ) = k 2 ln n Z q r ∗ 2 π + ln | I ( θ ) | dθ + o (1) . θ 5 . Why to restrict analysis to prefix codes? Fundamental lower bound? For one-to-one codes (cf. W.S., ISIT, 2005). redundancy = − 1 2log n + O (1)?

  13. Beyond Shannon Participants of the 2005 Information Beyond Shannon workshop realize: Delay : In networks, delay incurred is a issue not yet addressed in information theory (e.g., complete information arriving late maybe useless). Space : In networks the spatially distributed components raise fundamental issues of limitations in information exchange since the available resources must be shared, allocated and re-used. Information is exchanged in space and time for decision making, thus timeliness of information delivery along with reliability and complexity constitute the basic objective. Structure : We still lack measures and meters to define and appraise the amount of information embodied in structure and organization. Semantics . In many scientific contexts, one is interested in signals, without knowing precisely what these signals represent. What is semantic information and how to characterize it? How much more semantic information is there when when compared with its syntactic information? Limited Computational Resources : In many scenarios, information is limited by available computational resources (e.g., cell phone, living cell). Physics of Information : Information is physical (J. Wheeler).

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend