Zum Hauptinhalt springen

Showing 1–37 of 37 results for author: Scaglione, A

Searching in archive cs. Search in all archives.
.
  1. arXiv:2403.02324  [pdf, other

    eess.SP cs.CR

    Differentially Private Communication of Measurement Anomalies in the Smart Grid

    Authors: Nikhil Ravi, Anna Scaglione, Sean Peisert, Parth Pradhan

    Abstract: In this paper, we present a framework based on differential privacy (DP) for querying electric power measurements to detect system anomalies or bad data. Our DP approach conceals consumption and system matrix data, while simultaneously enabling an untrusted third party to test hypotheses of anomalies, such as the presence of bad data, by releasing a randomized sufficient statistic for hypothesis-t… ▽ More

    Submitted 22 March, 2024; v1 submitted 4 March, 2024; originally announced March 2024.

    Comments: 13 pages, 5 figures

  2. arXiv:2311.05760  [pdf, ps, other

    cs.LG cs.DC cs.DS cs.MA math.OC

    Compressed and Sparse Models for Non-Convex Decentralized Learning

    Authors: Andrew Campbell, Hang Liu, Leah Woldemariam, Anna Scaglione

    Abstract: Recent research highlights frequent model communication as a significant bottleneck to the efficiency of decentralized machine learning (ML), especially for large-scale and over-parameterized neural networks (NNs). To address this, we present Malcom-PSGD, a novel decentralized ML algorithm that combines gradient compression techniques with model sparsification. We promote model sparsity by adding… ▽ More

    Submitted 5 June, 2024; v1 submitted 9 November, 2023; originally announced November 2023.

    MSC Class: 68W15; 68W10; 68W40; 90C06; 90C35; 90C25 ACM Class: G.1.6; F.2.1; E.4

  3. arXiv:2309.05633  [pdf, other

    cs.IT

    Low-Complexity Vector Source Coding for Discrete Long Sequences with Unknown Distributions

    Authors: Leah Woldemariam, Hang Liu, Anna Scaglione

    Abstract: In this paper, we propose a source coding scheme that represents data from unknown distributions through frequency and support information. Existing encoding schemes often compress data by sacrificing computational efficiency or by assuming the data follows a known distribution. We take advantage of the structure that arises within the spatial representation and utilize it to encode run-lengths wi… ▽ More

    Submitted 11 September, 2023; originally announced September 2023.

    Comments: This work has been submitted to the IEEE for possible publication. Copyright may be transferred without notice, after which this version may no longer be accessible

  4. arXiv:2306.05578  [pdf, other

    eess.SP cs.CR

    Differential Privacy for Class-based Data: A Practical Gaussian Mechanism

    Authors: Raksha Ramakrishna, Anna Scaglione, Tong Wu, Nikhil Ravi, Sean Peisert

    Abstract: In this paper, we present a notion of differential privacy (DP) for data that comes from different classes. Here, the class-membership is private information that needs to be protected. The proposed method is an output perturbation mechanism that adds noise to the release of query response such that the analyst is unable to infer the underlying class-label. The proposed DP method is capable of not… ▽ More

    Submitted 8 June, 2023; originally announced June 2023.

    Comments: Under review in IEEE Transactions on Information Forensics & Security

  5. arXiv:2208.08485  [pdf, other

    cs.LG eess.SY

    Complex-Value Spatio-temporal Graph Convolutional Neural Networks and its Applications to Electric Power Systems AI

    Authors: Tong Wu, Anna Scaglione, Daniel Arnold

    Abstract: The effective representation, precessing, analysis, and visualization of large-scale structured data over graphs are gaining a lot of attention. So far most of the literature has focused on real-valued signals. However, signals are often sparse in the Fourier domain, and more informative and compact representations for them can be obtained using the complex envelope of their spectral components, a… ▽ More

    Submitted 22 September, 2022; v1 submitted 17 August, 2022; originally announced August 2022.

    Comments: This work has been submitted to the IEEE for possible publication. Copyright may be transferred without notice, after which this version may no longer be accessible

  6. arXiv:2111.11661  [pdf, other

    cs.CR cs.DS eess.SY

    Optimum Noise Mechanism for Differentially Private Queries in Discrete Finite Sets

    Authors: Sachin Kadam, Anna Scaglione, Nikhil Ravi, Sean Peisert, Brent Lunghino, Aram Shumavon

    Abstract: The Differential Privacy (DP) literature often centers on meeting privacy constraints by introducing noise to the query, typically using a pre-specified parametric distribution model with one or two degrees of freedom. However, this emphasis tends to neglect the crucial considerations of response accuracy and utility, especially in the context of categorical or discrete numerical database queries,… ▽ More

    Submitted 8 April, 2024; v1 submitted 23 November, 2021; originally announced November 2021.

    Comments: Accepted for publication in the journal Cybersecurity (https://cybersecurity.springeropen.com/)

  7. arXiv:2111.07850  [pdf, other

    cs.CR eess.SP

    Colored Noise Mechanism for Differentially Private Clustering

    Authors: Nikhil Ravi, Anna Scaglione, Sean Peisert

    Abstract: The goal of this paper is to propose and analyze a differentially private randomized mechanism for the $K$-means query. The goal is to ensure that the information received about the cluster-centroids is differentially private. The method consists in adding Gaussian noise with an optimum covariance. The main result of the paper is the analytical solution for the optimum covariance as a function of… ▽ More

    Submitted 15 November, 2021; originally announced November 2021.

    Comments: 5 pages, 3 figures, preprint

  8. arXiv:2108.06108  [pdf, other

    cs.IT

    A Parallel Distributed Algorithm for the Power SVD Method

    Authors: Jiaying Li, Sissi Xiaoxiao Wu, Qiang Li, Anna Scaglione

    Abstract: In this work, we study how to implement a distributed algorithm for the power method in a parallel manner. As the existing distributed power method is usually sequentially updating the eigenvectors, it exhibits two obvious disadvantages: 1) when it calculates the $h$th eigenvector, it needs to wait for the results of previous $(h-1)$ eigenvectors, which causes a delay in acquiring all the eigenval… ▽ More

    Submitted 13 August, 2021; originally announced August 2021.

  9. arXiv:2012.13900  [pdf, other

    cs.DC

    Federated Block Coordinate Descent Scheme for Learning Global and Personalized Models

    Authors: Ruiyuan Wu, Anna Scaglione, Hoi-To Wai, Nurullah Karakoc, Kari Hreinsson, Wing-Kin Ma

    Abstract: In federated learning, models are learned from users' data that are held private in their edge devices, by aggregating them in the service provider's "cloud" to obtain a global model. Such global model is of great commercial value in, e.g., improving the customers' experience. In this paper we focus on two possible areas of improvement of the state of the art. First, we take the difference between… ▽ More

    Submitted 30 January, 2021; v1 submitted 27 December, 2020; originally announced December 2020.

    Comments: 31 pages, 5 figures. Codes available at this url {https://github.com/REIYANG/FedBCD}. To appear in AAAI 2021

  10. arXiv:2008.10705  [pdf, other

    cs.CR

    Integrating Hardware Security into a Blockchain-Based Transactive Energy Platform

    Authors: Shammya Shananda Saha, Christopher Gorog, Adam Moser, Anna Scaglione, Nathan G. Johnson

    Abstract: This applied research paper introduces a novel framework for integrating hardware security and blockchain functionality with grid-edge devices to establish a distributed cyber-security mechanism that verifies the provenance of messages to and from the devices. Expanding the idea of Two Factor Authentication and Hardware Root of Trust, this work describes the development of a Cryptographic Trust Ce… ▽ More

    Submitted 24 August, 2020; originally announced August 2020.

    Comments: 2021 North American Power Symposium

  11. arXiv:2006.05545  [pdf, other

    cs.NI

    Physical Education and English Language Arts Based K-12 Engineering Outreach in Software Defined Networking (Extended Version)

    Authors: Gamze Ozogul, Akhilesh S. Thyagaturu, Martin Reisslein, Anna Scaglione

    Abstract: K-12 engineering outreach has typically focused on elementary electrical and mechanical engineering or robot experiments integrated in science or math classes. In contrast, we propose a novel outreach program focusing on communication network principles that enable the ubiquitous web and smart-phone applications. We design outreach activities that illustrate the communication network principles th… ▽ More

    Submitted 9 June, 2020; originally announced June 2020.

  12. arXiv:1809.01485  [pdf, other

    cs.SI eess.SP stat.ML

    Blind Community Detection from Low-rank Excitations of a Graph Filter

    Authors: Hoi-To Wai, Santiago Segarra, Asuman E. Ozdaglar, Anna Scaglione, Ali Jadbabaie

    Abstract: This paper considers a new framework to detect communities in a graph from the observation of signals at its nodes. We model the observed signals as noisy outputs of an unknown network process, represented as a graph filter that is excited by a set of unknown low-rank inputs/excitations. Application scenarios of this model include diffusion dynamics, pricing experiments, and opinion dynamics. Rath… ▽ More

    Submitted 12 April, 2019; v1 submitted 5 September, 2018; originally announced September 2018.

    Comments: Single column format, 32 pages, 9 figures

  13. arXiv:1710.08936  [pdf, ps, other

    stat.ML cs.LG math.OC

    Curvature-aided Incremental Aggregated Gradient Method

    Authors: Hoi-To Wai, Wei Shi, Angelia Nedic, Anna Scaglione

    Abstract: We propose a new algorithm for finite sum optimization which we call the curvature-aided incremental aggregated gradient (CIAG) method. Motivated by the problem of training a classifier for a d-dimensional problem, where the number of training data is $m$ and $m \gg d \gg 1$, the CIAG method seeks to accelerate incremental aggregated gradient (IAG) methods using aids from the curvature (or Hessian… ▽ More

    Submitted 24 October, 2017; originally announced October 2017.

    Comments: Final version submitted to Allerton Conference 2017 on Oct 8, 2017

  14. arXiv:1707.00566  [pdf, other

    cs.IT

    An Active Sequential Xampling Detector for Spectrum Sensing

    Authors: Lorenzo Ferrari, Anna Scaglione

    Abstract: Enabling low power wireless devices to adopt Nyquist sampling at high carriers is prohibitive. In spectrum sensing, this limit calls for an analog front-end that can sweep different bands quickly, in order to use the available spectrum opportunistically. In this paper we propose a new framework that allows to optimize a sub-Nyquist sampling front-end to combine the benefits of optimum sequential s… ▽ More

    Submitted 14 December, 2017; v1 submitted 16 May, 2017; originally announced July 2017.

    Comments: submitted to IEEE Transactions on Cognitive Communications and Networking

  15. Convergence Results on Pulse Coupled Oscillator Protocols in Locally Connected Networks

    Authors: Lorenzo Ferrari, Anna Scaglione, Reinhard Gentz, Yao-Win Peter Hong

    Abstract: This work provides new insights on the convergence of a locally connected network of pulse coupled oscillator (PCOs) (i.e., a bio-inspired model for communication networks) to synchronous and desynchronous states, and their implication in terms of the decentralized synchronization and scheduling in communication networks. Bio-inspired techniques have been advocated by many as fault-tolerant and sc… ▽ More

    Submitted 16 May, 2017; originally announced May 2017.

    Journal ref: IEEE/ACM Transactions on Networking ( Volume: 25, Issue: 2, April 2017 )

  16. arXiv:1704.01660  [pdf, other

    cs.SI math.PR

    The impact of random actions on opinion dynamics

    Authors: Amir Leshem, Anna Scaglione

    Abstract: Opinion dynamics have fascinated researchers for centuries. The ability of societies to learn as well as the emergence of irrational {\it herding} are equally evident. The simplest example is that of agents that have to determine a binary action, under peer pressure coming from the decisions observed. By modifying several popular models for opinion dynamics so that agents internalize actions rathe… ▽ More

    Submitted 5 April, 2017; originally announced April 2017.

    Comments: 23 pages; 7 figures

    MSC Class: 92C99

  17. arXiv:1612.06565  [pdf, other

    q-bio.QM cs.IT q-bio.MN stat.ML

    RIDS: Robust Identification of Sparse Gene Regulatory Networks from Perturbation Experiments

    Authors: Hoi-To Wai, Anna Scaglione, Uzi Harush, Baruch Barzel, Amir Leshem

    Abstract: Reconstructing the causal network in a complex dynamical system plays a crucial role in many applications, from sub-cellular biology to economic systems. Here we focus on inferring gene regulation networks (GRNs) from perturbation or gene deletion experiments. Despite their scientific merit, such perturbation experiments are not often used for such inference due to their costly experimental proced… ▽ More

    Submitted 20 December, 2016; originally announced December 2016.

    Comments: 20 pages, 6 figures

  18. Active Sensing of Social Networks

    Authors: Hoi-To Wai, Anna Scaglione, Amir Leshem

    Abstract: This paper develops an active sensing method to estimate the relative weight (or trust) agents place on their neighbors' information in a social network. The model used for the regression is based on the steady state equation in the linear DeGroot model under the influence of stubborn agents, i.e., agents whose opinions are not influenced by their neighbors. This method can be viewed as a \emph{so… ▽ More

    Submitted 5 October, 2016; v1 submitted 21 January, 2016; originally announced January 2016.

    Comments: Final version appeared in IEEE Transactions on Signal and Information Processing over Networks ( Volume: 2, Issue: 3, Sept. 2016 )

  19. Optimal Pricing to Manage Electric Vehicles in Coupled Power and Transportation Networks

    Authors: Mahnoosh Alizadeh, Hoi-To Wai, Mainak Chowdhury, Andrea Goldsmith, Anna Scaglione, Tara Javidi

    Abstract: We study the system-level effects of the introduction of large populations of Electric Vehicles on the power and transportation networks. We assume that each EV owner solves a decision problem to pick a cost-minimizing charge and travel plan. This individual decision takes into account traffic congestion in the transportation network, affecting travel times, as well as as congestion in the power g… ▽ More

    Submitted 14 September, 2016; v1 submitted 11 November, 2015; originally announced November 2015.

    Comments: Submitted to IEEE Transactions on Control of Network Systems on June 1st 2015

  20. The Social System Identification Problem

    Authors: Hoi-To Wai, Anna Scaglione, Amir Leshem

    Abstract: The focus of this paper is modeling what we call a Social Radar, i.e. a method to estimate the relative influence between social agents, by sampling their opinions and as they evolve, after injecting in the network stubborn agents. The stubborn agents opinion is not influenced by the peers they seek to sway, and their opinion bias is the known input to the social network system. The novelty is in… ▽ More

    Submitted 21 August, 2015; v1 submitted 25 March, 2015; originally announced March 2015.

    Comments: Revised version submitted to IEEE CDC 2015, to be presented

  21. arXiv:1408.6689  [pdf, other

    cs.GT

    Generation bidding game with flexible demand

    Authors: Yuquan Shan, Jayaram Raghuram, George Kesidis, Christopher Griffin, Karl Levitt, David J. Miller, Jeffry Rowe, Anna Scaglione

    Abstract: For a simple model of price-responsive demand, we consider a deregulated electricity marketplace wherein the grid (ISO, retailer-distributor) accepts bids per-unit supply from generators (simplified herein neither to consider start-up/ramp-up expenses nor day-ahead or shorter-term load following) which are then averaged (by supply allocations via an economic dispatch) to a common "clearing" price… ▽ More

    Submitted 28 August, 2014; originally announced August 2014.

  22. arXiv:1401.4237  [pdf, other

    cs.IT math.OC

    The Cognitive Compressive Sensing Problem

    Authors: Saeed Bagheri, Anna Scaglione

    Abstract: In the Cognitive Compressive Sensing (CCS) problem, a Cognitive Receiver (CR) seeks to optimize the reward obtained by sensing an underlying $N$ dimensional random vector, by collecting at most $K$ arbitrary projections of it. The $N$ components of the latent vector represent sub-channels states, that change dynamically from "busy" to "idle" and vice versa, as a Markov chain that is biased towards… ▽ More

    Submitted 23 January, 2014; v1 submitted 16 January, 2014; originally announced January 2014.

    Comments: 8 pages, 2 figures

  23. arXiv:1303.4153  [pdf, other

    cs.DC math.OC

    Robust Decentralized State Estimation and Tracking for Power Systems via Network Gossiping

    Authors: Xiao Li, Anna Scaglione

    Abstract: This paper proposes a fully decentralized adaptive re-weighted state estimation (DARSE) scheme for power systems via network gossiping. The enabling technique is the proposed Gossip-based Gauss-Newton (GGN) algorithm, which allows to harness the computation capability of each area (i.e. a database server that accrues data from local sensors) to collaboratively solve for an accurate global state. T… ▽ More

    Submitted 25 June, 2013; v1 submitted 18 March, 2013; originally announced March 2013.

    Comments: to appear in IEEE JSAC

  24. arXiv:1303.3547  [pdf, ps, other

    math.OC cs.IT

    Spatial-Spectral Sensing using the Shrink & Match Algorithm in Asynchronous MIMO OFDM Signals

    Authors: Saeed Bagheri, Anna Scaglione

    Abstract: Spectrum sensing (SS) in cognitive radio (CR) systems is of paramount importance to approach the capacity limits for the Secondary Users (SU), while ensuring the undisturbed transmission of Primary Users (PU). In this paper, we formulate a cognitive radio (CR)systems spectrum sensing (SS) problem in which Secondary Users (SU), with multiple receive antennae, sense a channel shared among multiple a… ▽ More

    Submitted 28 March, 2013; v1 submitted 14 March, 2013; originally announced March 2013.

    Comments: Submitted to Globecom 2013; 11 pages, 4 figures

  25. arXiv:1302.3932  [pdf, ps, other

    eess.SY cs.IT

    Real-Time Power Balancing via Decentralized Coordinated Home Energy Scheduling

    Authors: Tsung-Hui Chang, Mahnoosh Alizadeh, Anna Scaglione

    Abstract: It is anticipated that an uncoordinated operation of individual home energy management (HEM) systems in a neighborhood would have a rebound effect on the aggregate demand profile. To address this issue, this paper proposes a coordinated home energy management (CoHEM) architecture in which distributed HEM units collaborate with each other in order to keep the demand and supply balanced in their nei… ▽ More

    Submitted 16 February, 2013; originally announced February 2013.

    Comments: To appear in IEEE Transactions on Smart Grid

  26. arXiv:1210.2122  [pdf, other

    cs.NI

    Discrete Dithered Desynchronization

    Authors: Saman Ashkiani, Anna Scaglione

    Abstract: This paper introduces the Discrete Dithered Desynchronization (D3sync) algorithm which is a decentralized Time Division Multiple Access (TDMA) technique in which a set of network nodes computes iteratively a conflict-free schedule so that each node obtains a portion of a frame that is an integer multiple of a fixed slot size. The algorithm is inspired by the dynamics of Pulse Coupled Oscillators (… ▽ More

    Submitted 7 October, 2012; originally announced October 2012.

    Comments: submitted to the 32th IEEE International Conference on Computer Communications, IEEE INFOCOM 2013

  27. arXiv:1210.0056  [pdf, other

    math.NA cs.DC math.OC

    Convergence and Applications of a Gossip-based Gauss-Newton Algorithm

    Authors: Xiao Li, Anna Scaglione

    Abstract: The Gauss-Newton algorithm is a popular and efficient centralized method for solving non-linear least squares problems. In this paper, we propose a multi-agent distributed version of this algorithm, named Gossip-based Gauss-Newton (GGN) algorithm, which can be applied in general problems with non-convex objectives. Furthermore, we analyze and present sufficient conditions for its convergence and s… ▽ More

    Submitted 25 June, 2013; v1 submitted 28 September, 2012; originally announced October 2012.

    Comments: accepted by IEEE Transactions on Signal Processing

  28. Compressive Link Acquisition in Multiuser Communications

    Authors: Xiao Li, Andrea Rueetschi, Anna Scaglione, Yonina C. Eldar

    Abstract: An important receiver operation is to detect the presence specific preamble signals with unknown delays in the presence of scattering, Doppler effects and carrier offsets. This task, referred to as "link acquisition", is typically a sequential search over the transmitted signal space. Recently, many authors have suggested applying sparse recovery algorithms in the context of similar estimation or… ▽ More

    Submitted 25 January, 2013; v1 submitted 17 September, 2012; originally announced September 2012.

    Comments: to appear in IEEE Transactions on Signal Processing

  29. arXiv:1204.2252  [pdf, ps, other

    eess.SY cs.ET

    Coordinated Home Energy Management for Real-Time Power Balancing

    Authors: Tsung-Hui Chang, Mahnoosh Alizadeh, Anna Scaglione

    Abstract: This paper proposes a coordinated home energy management system (HEMS) architecture where the distributed residential units cooperate with each other to achieve real-time power balancing. The economic benefits for the retailer and incentives for the customers to participate in the proposed coordinated HEMS program are given. We formulate the coordinated HEMS design problem as a dynamic programming… ▽ More

    Submitted 10 April, 2012; originally announced April 2012.

    Comments: accepted by 2012 IEEE Power Engineering Society (PES) General Meeting

  30. From Packet to Power Switching: Digital Direct Load Scheduling

    Authors: Mahnoosh Alizadeh, Anna Scaglione, Robert J. Thomas

    Abstract: At present, the power grid has tight control over its dispatchable generation capacity but a very coarse control on the demand. Energy consumers are shielded from making price-aware decisions, which degrades the efficiency of the market. This state of affairs tends to favor fossil fuel generation over renewable sources. Because of the technological difficulties of storing electric energy, the ques… ▽ More

    Submitted 14 February, 2012; originally announced February 2012.

    Comments: Accepted by the IEEE journal of Selected Areas in Communications (JSAC): Smart Grid Communications series, to appear

  31. arXiv:1109.5382  [pdf, other

    cs.IT

    Discrete-Time Block Models for Transmission Line Channels: Static and Doubly Selective Cases

    Authors: Stefano Galli, Anna Scaglione

    Abstract: Most methodologies for modeling Transmission Line (TL) based channels define the input-output relationship in the frequency domain (FD) and handle the TL resorting to a two-port network (2PN) formalism. These techniques have not yet been formally mapped into a discrete-time (DT) block model, which is useful to simulate and estimate the channel response as well as to design optimal precoding strate… ▽ More

    Submitted 25 September, 2011; originally announced September 2011.

    Comments: 11 pages, 6 figures, 2 tables

  32. arXiv:1107.3636  [pdf, ps, other

    cs.IT

    GPS Signal Acquisition via Compressive Multichannel Sampling

    Authors: Xiao Li, Andrea Rueetschi, Yonina C. Eldar, Anna Scaglione

    Abstract: In this paper, we propose an efficient acquisition scheme for GPS receivers. It is shown that GPS signals can be effectively sampled and detected using a bank of randomized correlators with much fewer chip-matched filters than those used in existing GPS signal acquisition algorithms. The latter use correlations with all possible shifted replicas of the satellite-specific C/A code and an exhaustive… ▽ More

    Submitted 19 July, 2011; originally announced July 2011.

    Comments: 25 pages, 7 figures, submitted to Physical Communication, Elsevier, Special Issue on Compressive Sensing in Communications

  33. STiCMAC: A MAC Protocol for Robust Space-Time Coding in Cooperative Wireless LANs

    Authors: Pei Liu, Chun Nie, Thanasis Korakis, Elza Erkip, Shivendra Panwar, Francesco Verde, Anna Scaglione

    Abstract: Relay-assisted cooperative wireless communication has been shown to have significant performance gains over the legacy direct transmission scheme. Compared with single relay based cooperation schemes, utilizing multiple relays further improves the reliability and rate of transmissions. Distributed space-time coding (DSTC), as one of the schemes to utilize multiple relays, requires tight coordinati… ▽ More

    Submitted 21 September, 2011; v1 submitted 19 May, 2011; originally announced May 2011.

    Comments: This paper is a revised version of a paper with the same name submitted to IEEE Transaction on Wireless Communications. STiCMAC protocol with RTS/CTS turned off is presented in the appendix of this draft

  34. Transmitting important bits and sailing high radio waves: a decentralized cross-layer approach to cooperative video transmission

    Authors: Nicholas Mastronarde, Francesco Verde, Donatella Darsena, Anna Scaglione, Mihaela van der Schaar

    Abstract: We investigate the impact of cooperative relaying on uplink and downlink multi-user (MU) wireless video transmissions. The objective is to maximize the long-term sum of utilities across the video terminals in a decentralized fashion, by jointly optimizing the packet scheduling, the resource allocation, and the cooperation decisions, under the assumption that some nodes are willing to act as cooper… ▽ More

    Submitted 23 September, 2011; v1 submitted 26 February, 2011; originally announced February 2011.

    Journal ref: IEEE J. on Select. Areas in Communications, vol. 30, no. 9, pp. 1597-1604, Oct. 2012

  35. arXiv:1012.3628  [pdf, ps, other

    cs.NI

    Fast and Power Efficient Sensor Arbitration: Physical Layer Collision Recovery of Passive RFID Tags

    Authors: Karsten Fyhn, Rasmus M. Jacobsen, Petar Popovski, Anna Scaglione, Torben Larsen

    Abstract: This work concerns physical layer collision recovery for cheap sensors with allowed variations in frequency and delay of their communications. The work is presented as a generic, communication theoretic framework and demonstrated using UHF RFID tag technology. Previous work in this area has not provided recovery for more than two tags, which is shown to be possible in this work. Also presented is… ▽ More

    Submitted 21 December, 2010; v1 submitted 16 December, 2010; originally announced December 2010.

    Comments: 33 pages, 10 figures, 1 table, submitted to IEEE Transactions on Communications

  36. arXiv:1010.1973  [pdf, other

    cs.NI cs.IT eess.SY

    For the Grid and Through the Grid: The Role of Power Line Communications in the Smart Grid

    Authors: Stefano Galli, Anna Scaglione, Zhifang Wang

    Abstract: Is Power Line Communications (PLC) a good candidate for Smart Grid applications? The objective of this paper is to address this important question. To do so we provide an overview of what PLC can deliver today by surveying its history and describing the most recent technological advances in the area. We then address Smart Grid applications as instances of sensor networking and network control prob… ▽ More

    Submitted 12 January, 2011; v1 submitted 10 October, 2010; originally announced October 2010.

    Comments: 26 pages, 6 figures, 2 tables

  37. Gossip Algorithms for Distributed Signal Processing

    Authors: Alexandros G. Dimakis, Soummya Kar, Jose M. F. Moura, Michael G. Rabbat, Anna Scaglione

    Abstract: Gossip algorithms are attractive for in-network processing in sensor networks because they do not require any specialized routing, there is no bottleneck or single point of failure, and they are robust to unreliable wireless network conditions. Recently, there has been a surge of activity in the computer science, control, signal processing, and information theory communities, developing faster an… ▽ More

    Submitted 27 March, 2010; originally announced March 2010.

    Comments: Submitted to Proceedings of the IEEE, 29 pages