1,400 research outputs found
Adaptive Fault Detection exploiting Redundancy with Uncertainties in Space and Time
The Internet of Things (IoT) connects millions of devices of different
cyber-physical systems (CPSs) providing the CPSs additional (implicit)
redundancy during runtime. However, the increasing level of dynamicity,
heterogeneity, and complexity adds to the system's vulnerability, and
challenges its ability to react to faults. Self-healing is an increasingly
popular approach for ensuring resilience, that is, a proper monitoring and
recovery, in CPSs. This work encodes and searches an adaptive knowledge base in
Prolog/ProbLog that models relations among system variables given that certain
implicit redundancy exists in the system. We exploit the redundancy represented
in our knowledge base to generate adaptive runtime monitors which compares
related signals by considering uncertainties in space and time. This enables
the comparison of uncertain, asynchronous, multi-rate and delayed measurements.
The monitor is used to trigger the recovery process of a self-healing
mechanism. We demonstrate our approach by deploying it in a real-world CPS
prototype of a rover whose sensors are susceptible to failure.Comment: preprin
Practical Full Resolution Learned Lossless Image Compression
We propose the first practical learned lossless image compression system,
L3C, and show that it outperforms the popular engineered codecs, PNG, WebP and
JPEG 2000. At the core of our method is a fully parallelizable hierarchical
probabilistic model for adaptive entropy coding which is optimized end-to-end
for the compression task. In contrast to recent autoregressive discrete
probabilistic models such as PixelCNN, our method i) models the image
distribution jointly with learned auxiliary representations instead of
exclusively modeling the image distribution in RGB space, and ii) only requires
three forward-passes to predict all pixel probabilities instead of one for each
pixel. As a result, L3C obtains over two orders of magnitude speedups when
sampling compared to the fastest PixelCNN variant (Multiscale-PixelCNN).
Furthermore, we find that learning the auxiliary representation is crucial and
outperforms predefined auxiliary representations such as an RGB pyramid
significantly.Comment: Updated preprocessing and Table 1, see A.1 in supplementary. Code and
models: https://github.com/fab-jul/L3C-PyTorc
The Possibility of Transfer(?): A Comprehensive Approach to the International Criminal Tribunal for Rwanda’s Rule 11bis To Permit Transfer to Rwandan Domestic Courts
We present a learned image compression system based on GANs, operating at
extremely low bitrates. Our proposed framework combines an encoder,
decoder/generator and a multi-scale discriminator, which we train jointly for a
generative learned compression objective. The model synthesizes details it
cannot afford to store, obtaining visually pleasing results at bitrates where
previous methods fail and show strong artifacts. Furthermore, if a semantic
label map of the original image is available, our method can fully synthesize
unimportant regions in the decoded image such as streets and trees from the
label map, proportionally reducing the storage cost. A user study confirms that
for low bitrates, our approach is preferred to state-of-the-art methods, even
when they use more than double the bits.Comment: E. Agustsson, M. Tschannen, and F. Mentzer contributed equally to
this work. ICCV 2019 camera ready versio
Structured Modeling with Hyperdag P Systems: Part A
P systems provide a computational model based on the structure and interaction
of living cells. A P system consists of a hierarchical nesting of cell-like
membranes, which can be visualized as a rooted tree.
Although the P systems are computationally complete, many real world models, e.g.,
from socio-economic systems, databases, operating systems, distributed systems, seem to
require more expressive power than provided by tree structures. Many such systems have a
primary tree-like structure completed with shared or secondary communication channels.
Modeling these as tree-based systems, while theoretically possible, is not very appealing,
because it typically needs artificial extensions that introduce additional complexities,
nonexistent in the originals.
In this paper we propose and define a new model that combines structure and flexibility,
called hyperdag P systems, in short, hP systems, which extend the definition of
conventional P systems, by allowing dags, interpreted as hypergraphs, instead of trees,
as models for the membrane structure.
We investigate the relation between our hP systems and neural P systems. Despite
using an apparently less powerful structure, i.e., a dag instead of a general graph, we
argue that hP systems have essentially the same computational power as tissue and neural
P systems. We argue that hP systems offer a structured approach to membrane-based
modeling that is often closer to the behavior and underlying structure of the modeled
objects.
Additionally, we enable dynamical changes of the rewriting modes (e.g., to alternate
between determinism and parallelism) and of the transfer modes (e.g., the switch between
unicast or broadcast). In contrast, classical P systems, both tree and graph based
P systems, seem to focus on a statical approach.
We support our view with a simple but realistic example, inspired from computer
networking, modeled as a hP system with a shared communication line (broadcast channel).
In Part B of this paper we will explore this model further and support it with a
more extensive set of examples
Edge- and Node-Disjoint Paths in P Systems
In this paper, we continue our development of algorithms used for topological
network discovery. We present native P system versions of two fundamental
problems in graph theory: finding the maximum number of edge- and node-disjoint
paths between a source node and target node. We start from the standard
depth-first-search maximum flow algorithms, but our approach is totally
distributed, when initially no structural information is available and each P
system cell has to even learn its immediate neighbors. For the node-disjoint
version, our P system rules are designed to enforce node weight capacities (of
one), in addition to edge capacities (of one), which are not readily available
in the standard network flow algorithms.Comment: In Proceedings MeCBIC 2010, arXiv:1011.005
- …
