Difference between revisions of "CompressionGroup/DSNProject"

From WikiBiron
Line 120: Line 120:
 
<li>'''Publications'''
 
<li>'''Publications'''
 
<ul>
 
<ul>
 +
 +
<li> A. Ciancio and A. Ortega, "Energy Efficient Data-Representation and Routing for
 +
Wireless Sensor Networks Based on a Distributed
 +
Wavelet Compression Algorithm". <i> International Symposium on Information Processing in Sensor Networks (IPSN'06), </i>Nashville, Apr 2006.
 +
[http://biron.usc.edu/~ciancio/papers/IPSN06.pdf <small><b>PDF format</b></small>]
 +
 +
<li> A. Ciancio and A. Ortega, "A Dynamic Programming Approach to Distortion-Energy Optimization
 +
  for Distributed Wavelet Compression With Applications to
 +
Data Gathering in Wireles Sensor Networks". <i> IEEE International Conference on Acoustic, Speech and Signal Processing (ICASSP), </i>, Toulouse, France, May 2006.
 +
[http://biron.usc.edu/~ciancio/papers/ICASSP06.pdf <small><b>PDF format</b></small>]
 +
 
<li> Y. H. Kim and A. Ortega, "Maximum A Posteriori (MAP)-Based Algorithm for Distributed Source Localization using Quantized Acoustic Sensor Readings". <i> IEEE International Conference on Acoustic, Speech and Signal Processing (ICASSP), </i>, Toulouse, France, May 2006.
 
<li> Y. H. Kim and A. Ortega, "Maximum A Posteriori (MAP)-Based Algorithm for Distributed Source Localization using Quantized Acoustic Sensor Readings". <i> IEEE International Conference on Acoustic, Speech and Signal Processing (ICASSP), </i>, Toulouse, France, May 2006.
 
[http://www-scf.usc.edu/~yhk/ICASSP06_yoon.pdf <small><b>PDF format</b></small>]
 
[http://www-scf.usc.edu/~yhk/ICASSP06_yoon.pdf <small><b>PDF format</b></small>]

Revision as of 15:51, 2 February 2006

Distributed Energy-Efficient Wavelet Compression Algorithms for Wireless Mutihop Sensor Networks

Low cost programmable sensors can be deployed in the environment to perform a variety of coordinated tasks, such as object tracking, environment monitoring/ surveillance and control. The fast development and decreasing cost of wireless technologies have made sensor networks a key technology for the future, and led to substantial interest on distributed algorithms targeted at these networks.

Assume that a number of power-constrained sensors are spr\-ead over an area, acquiring data, e.g., temperature measurements. An estimate of the temperature in each point of that area is to be made available at a central node (sink) based on transmissions from the sensors. Each sensor is capable of transmitting data only over a small distance. Communication is done via data hoping, where data from each sensor is forwarded (using other sensors as relay stations) until it reaches the target node. Such a network is referred to as a multihop network.

A simple and naive design would be for each sensor to just transmit a quantized version of its own measurement to the central node. However, this approach would not be exploiting the fact that measurements originated from spatially close sensors are likely to be correlated, and energy would be wasted with the transmission of redundant data to the central node. As an alternative, since data is correlated, it would be reasonable to use some sort of transform as a means to decorrelate the information from sensors, and, therefore, represent the measurements using fewer bits.

Servetto and Gastpar have proposed the use of distributed transforms to decorrelate data. A main drawback of those algorithms is that in a power constrained sensor network scenario, transmission costs account for most (if not all) the energy consumption. Distributed algorithms that rely on a potentially large number of intersensor communications, or do not take into account communication costs as a function of the number of bits and the distances over which bits are transmitted, might in the end be elevating power consumption to unacceptable levels. For example, in the case of distributed wavelet algorithms, the amount of necessary data exchanges and the degree of decorrelation achieved are directly related to the number of levels of decompositions used. Depending on the network properties (data correlation, distances between sensors, etc), a specific number of decompositions may perform better.

Distributed implementation of the wavelet transform poses several challenges. First, if the filters contain anticausal terms, sensors would be required to transmit data backwards (i.e., away from the sink instead of towards the sink) or alternatively to send uncompressed data forward. Second, any data transmitted back and forth over the network has to be quantized, since tramsmissions at full precision can substantialy increase energy consumption, affecting the final performance. In this project we develop a distributed wavelet transform algorithm to decorrelate data as it flows through the network. We eliminate unnecessary transmissions by calculating partial approximations of the wavelet coefficients based on the available data at each sensor. The coefficients are refined at future nodes, as data is forwarded to the sink. We also address the impact of data quantization on the final distortion. We derive an upper bound to the resulting extra distortion introduced by quantization in terms of the bits allocated to the partial data, and use it as a tool to design the quantizers so the extra distortion is within a given threshold.

We then address the scenario where energy-constrained sensors in a wireless sensor network can choose among different distributed coding schemes to encode their data. We propose a framework where the network is described as a graph, with sensors representing the nodes, and where communication and processing costs are associated to edge weights and the coding schemes associated to states of operation. After carefully describing data transitions and edge costs, we show that a shor\-test-path algorithm can be used to find the optimum network configuration, i.e., the one that leads to the lowest overall energy.

More detailed information about this project can be found in the publications below.



Distributed compression algorithms for quantizer design, encoding of quantized data and source localization in sensor networks

In sensor networks, multiple correlated observations are available from many sensors that can sense, compute and communicate. Often these sensors are battery-powered and operate under strict limitations on wireless communication bandwidth. This motivates the use of data compression in the context of various tasks such as detection, classification, localization and tracking, which require data exchange between sensors. The basic strategy for reducing the overall energy usage in the sensor network would then be to decrease the communication cost at the expense of additional computation in the sensors. One important sensor collaboration task with broad applications is source localization. Since practical systems will require quantization of the observations before transmission, different quantizer designs should be compared in terms of localization error.

In the project, we consider the effect of quantization on source localization and provide distributed algorithms for quantizer design, encoding of quantized data and localization based on them, to achieve good data compression.

More detailed information about this project can be found in the publications below.



  • Publications
    • A. Ciancio and A. Ortega, "Energy Efficient Data-Representation and Routing for Wireless Sensor Networks Based on a Distributed Wavelet Compression Algorithm". International Symposium on Information Processing in Sensor Networks (IPSN'06), Nashville, Apr 2006. PDF format
    • A. Ciancio and A. Ortega, "A Dynamic Programming Approach to Distortion-Energy Optimization for Distributed Wavelet Compression With Applications to Data Gathering in Wireles Sensor Networks". IEEE International Conference on Acoustic, Speech and Signal Processing (ICASSP), , Toulouse, France, May 2006. PDF format
    • Y. H. Kim and A. Ortega, "Maximum A Posteriori (MAP)-Based Algorithm for Distributed Source Localization using Quantized Acoustic Sensor Readings". IEEE International Conference on Acoustic, Speech and Signal Processing (ICASSP), , Toulouse, France, May 2006. PDF format
    • Alexandre Ciancio and Antonio Ortega, "[http://biron.usc.edu/~ciancio/papers/IPSN05_WIP.pdf Energy Consumption Optimization in Wireless Sensor Networks Using Dynamic Programming (Work-in-progess)]", International Symposium on Information Processing in Sensor Networks (IPSN'05), Los Angeles, Apr 2005.
    • Alexandre Ciancio and Antonio Ortega,"[http://biron.usc.edu/~ciancio/papers/ICASSP05_FinalPaper.pdf Distributed Wavelet Compression Algorithm for Wireless Multihop Sensor Networks Based on Lifting]", International Conference on Acoustics, Speech and Signal Processing (ICASSP'05), Philadelphia, Mar 2005.
    • Y. H. Kim and A. Ortega, "Quantizer Design for Source localization in Sensor Networks". IEEE International Conference on Acoustic, Speech and Signal Processing (ICASSP), Philadelphia, March 2005. PDF format
    • Y. H. Kim and A. Ortega, "Quantizer Design and Distributed Encoding Algorithm for Source Localization in Sensor Networks". International Symposium on Information Processing in Sensor Networks (IPSN), Los Angeles, April 2005. PDF format
    • Alexandre Ciancio and Antonio Ortega,"[http://biron.usc.edu/~ciancio/papers/ICASSP04FINAL.ps Distributed Wavelet Compression Algorithm for Wireless Sensor Networks Based on Lifting]", International Conference on Acoustics, Speech and Signal Processing (ICASSP'04), Montreal, May 2004.


  • People