Functional decomposition

Functional decomposition

Functional decomposition refers broadly to the process of resolving a functional relationship into its constituent parts in such a way that the original function can be reconstructed (i.e., recomposed) from those parts by function composition. In general, this process of decomposition is undertaken either for the purpose of gaining insight into the identity of the constituent components (which may reflect individual physical processes of interest, for example), or for the purpose of obtaining a compressed representation of the global function, a task which is feasible only when the constituent processes possess a certain level of "modularity" (i.e., independence or non-interaction).

Basic mathematical definition

For a multivariate function y = f(x_1,x_2,dots,x_n), functional decomposition generally refers to a process of identifying a set of functions {g_1, g_2, dots g_m} such that

:f(x_1,x_2,dots,x_n) = phi(g_1(x_1,x_2,dots,x_n), g_2(x_1,x_2,dots,x_n), dots g_m(x_1,x_2,dots,x_n))

where phi is some other function. Thus, we would say that the function f is decomposed into functions {g_1, g_2, dots g_m}. This process is intrinsically hierarchical in the sense that we can (and often do) seek to further decompose the functions g_i into a collection of constituent functions {h_1, h_2, dots h_p} such that

:g_i(x_1,x_2,dots,x_n) = gamma(h_1(x_1,x_2,dots,x_n), h_2(x_1,x_2,dots,x_n), dots h_p(x_1,x_2,dots,x_n))

where gamma is some other function. Decompositions of this kind are interesting and important for a wide variety of reasons. In general, functional decompositions are worthwhile when there is a certain "sparseness" in the dependency structure; that is, when constituent functions are found to depend on approximately disjoint sets of variables. Thus, for example, if we can obtain a decomposition of x_1 = f(x_2,x_3,dots,x_6) into a hierarchical composition of functions {g_1, g_2, g_3} such that x_1 = g_1(x_2), x_2 = g_2(x_3,x_4,x_5), x_5 = g_3(x_6), as shown in the figure at right, this would probably be considered a highly valuable decomposition.

Example: Decomposition of continuous functions

Motivation for decomposition

As to "why" the decomposition is valuable, the reason is twofold. Firstly, decomposition of a function into non-interacting components generally permits more economical representations of the function. For example, on a set of quaternary (i.e., 4-ary) variables, representing the full function x_1=f(x_2,x_3,dots,x_6) requires storing 4^5=1024 values, the value of the function for each element in the Cartesian product {x_2,x_3,dots,x_6}, i.e., each of the 1024 possible combinations for {x_2,x_3,dots,x_6}. However, if the decomposition into {g_1, g_2, g_3} given above is possible, then g_1 = g_1(x_2) requires storing 4 values, g_2 = g_2(x_3,x_4,x_5) requires storing 4^3=64 values, and g_3 = g_3(x_6) again requires storing just 4 values. So in virtue of the decomposition, we need store only 4+64+4=72 values rather than 1024 values, a dramatic savings.

, presidential motorcade, etc.) all these other secondary variables are not directly relevant to the West Side Highway traffic. All we need (hypothetically) in order to predict the West Side Highway traffic is the weather and the GW Bridge traffic, because these two variables "screen off" West Side Highway traffic from all other potential influences. That is, all other influences act "through" them.

Outside of purely mathematical considerations, perhaps the greatest value of functional decomposition is the insight it provides into the structure of the world. When a functional decomposition can be achieved, this provides ontological information about what structures actually exist in the world, and how they can be predicted and manipulated. For example, in the illustration above, if it is learned that {x_1} depends directly only on {x_2}, this means that for purposes of prediction of {x_1}, it suffices to know only {x_2}. Moreover, interventions to influence {x_1} can be taken directly on {x_2}, and nothing additional can be gained by intervening on variables {x_3,x_4,x_5}, since these only act through {x_2} in any case.

Philosophical considerations

The philosophical antecedents and ramifications of functional decomposition are quite broad, as functional decomposition in one guise or another underlies all of modern science. Here we review just a few of these philosophical considerations.

Reductionist tradition

One of the major distinctions that is often drawn between Eastern philosophy and Western Philosophy is that the Eastern philosophers tended to espouse ideas favoring holism while the Western thinkers tended to espouse ideas favoring reductionism. While this distinction between East and West — like other such philosophical distinctions that have been drawn (e.g., realism vs. anti-realism) — almost certainly simplifies matters too much, there is still a kernel of truth to be had. Some examples of the Eastern holistic spirit:

* "Open your mouth, increase your activities, start making distinctions between things, and you'll toil forever without hope." — The Tao Te Ching of Lao Tzu (Brian Browne Walker, translator)
* "It's a hard job for [people] to see the meaning of the fact that everything, including ourselves, depends on everything else and has no permanent self-existence." Majjhima Nikaya (Anne Bankroft, translator)
*"A name is imposed on what is thought to be a thing or a state and this divides it from other things and other states. But when you pursue what lies behind the name, you find a greater and greater subtlety that has no divisions..." Visuddhi Magga (Anne Bankroft, translator)

The Western tradition, from its origins among the Greek philosophers, preferred a position in which drawing correct distinctions, divisions, and contrasts was considered the very pinnacle of insight. In the Aristotelian/Porphyrian worldview, to be able to distinguish (via strict proof) which qualities of a thing represent its essence vs. property vs. accident vs. definition, and by virtue of this formal description to segregate that entity into its proper place in the taxonomy of nature — this was to achieve the very height of wisdom.

Characteristics of hierarchy and modularity

In natural or artificial systems that require components to be integrated in some fashion, but where the number of components exceeds what could reasonably be fully interconnected (due to exponential growth in number of connections), one often finds that some degree of hierarchicality must be employed in the solution. The general advantages of sparse hierarchical systems over densely-connected systems—and quantitative estimates of these advantage—are presented by Harvtxt|Resnikoff|1989. In prosaic terms, a hierarchy is "a collection of elements that combine lawfully into complex wholes which depend for their properties upon those of their constituent parts," and wherein novelty is "fundamentally combinatorial, iterative, and transparent" Harv|McGinn|1994.

An important notion that always arises in connection with hierarchies is modularity, which is effectively implied by the sparseness of connections in hierarchical topologies. In physical systems, a module is generally a set of interacting components that relates to the external world via a very limited interface, thus concealing most aspects of its internal structure. As a result, modifications that are made to the internals of a module (to improve efficiency for example) do not necessarily create a ripple effect through the rest of the system Harv|Fodor|1983. This feature makes the effective use of modularity a centerpiece of all good software and hardware engineering, notably object oriented programming Harv|Budd|2002. Other examples of the use of hierarchy in the manufacture of artifacts, including computer software (Harvnb|Tonge|1969,Harvnb|Simon|1973), are too obvious to bear mention.

Inevitability of hierarchy and modularity

There are many compelling arguments regarding the prevalence and necessity of hierarchy/modularity in nature Harv|Koestler|1973. Harvtxt|Simon|1996 points out that among evolving systems, only those that can manage to obtain and then reuse stable subassemblies (modules) are likely to be able to search through the fitness landscape with a reasonably quick pace; thus, Simon submits that "among possible complex forms, hierarchies are the ones that have the time to evolve." This line of thinking has led to the even stronger claim that although "we do not know what forms of life have evolved on other planets in the universe, ... we can safely assume that 'wherever there is life, it must be hierarchically organized'" Harv|Koestler|1967. This would be a fortunate state of affairs since the existence of simple and isolable subsystems is thought to be a precondition for successful science Harv|Fodor|1983. In any case, experience certainly seems to indicate that much of the world possesses hierarchical structure.

It has been proposed that perception itself is a process of hierarchical decomposition Harv|Leyton|1992, and that phenomena which are not essentially hierarchical in nature may not even be "theoretically intelligible" to the human mind (Harvnb|McGinn|1994,Harvnb|Simon|1996). In Simon's words,

Applications

Practical applications of functional decomposition are found in Bayesian networks, structural equation modeling, linear systems, and database systems.

Knowledge representation

Processes related to functional decomposition are prevalent throughout the fields of knowledge representation and machine learning. Hierarchical model induction techniques such as Logic circuit minimization, decision trees, decision rules, grammatical inference, hierarchical clustering, and quadtree decomposition are all examples of function decomposition. A review of other applications and function decomposition can be found in Harvtxt|Zupan|Bohanec|Bratko|Demšar|1997, which also presents methods based on information theory and graph theory.

Many statistical inference methods can be thought of as implementing a function decomposition process in the presence of noise; that is, where functional dependencies are only expected to hold "approximately". Among such models are mixture models and the recently popular methods referred to as "causal decompositions" or Bayesian networks.

Database theory

See database normalization.

Machine learning

In practical scientific applications, it is almost never possible to achieve perfect functional decomposition because of the incredible complexity of the systems under study. this complexity is manifested in the presence of "noise," which is just a designation for all the unwanted and untraceable influences on our observations.

However, while perfect functional decomposition is usually impossible, the spirit lives on in a large number of statistical methods that are equipped to deal with noisy systems. When a natural or artificial system is intrinsically hierarchical, the joint distribution on system variables should provide evidence of this hierarchical structure. The task of an observer who seeks to understand the system is then to infer the hierarchical structure from observations of these variables. This is the notion behind the hierarchical decomposition of a joint distribution, the attempt to recover something of the intrinsic hierarchical structure which generated that joint distribution.

As an example, Bayesian network methods attempt to decompose a joint distribution along its causal fault lines, thus "cutting nature at its seams". The essential motivation behind these methods is again that within most systems (natural or artificial), relatively few components/events interact with one another directly on equal footing Harv|Simon|1963. Rather, one observes pockets of dense connections (direct interactions) among small subsets of components, but only loose connections between these densely connected subsets. There is thus a notion of "causal proximity" in physical systems under which variables naturally precipitate into small clusters. Identifying these clusters and using them to represent the joint provides the basis for great efficiency of storage (relative to the full joint distribution) as well as for potent inference algorithms.

Computer programming and software engineering

For most of the same reasons already stipulated, functional decomposition has a prominent role in computer programming, where a major goal is to "modularize" processes to the greatest extent possible. In the early decades of computer programming, this was manifested as the "art of subroutining," as it was called by some prominent practitioners.

ignal processing

Functional decomposition is used in the analysis of many signal processing systems, such as LTI systems. The input signal to an LTI system can be expressed as a function, f(t). Then f(t) can be decomposed into a linear combination of other functions, called component signals::: f(t) = a_1 cdot g_1(t) + a_2 cdot g_2(t) + a_3 cdot g_3(t) + dots + a_n cdot g_n(t) Here, {g_1(t), g_2(t), g_3(t), dots , g_n(t)} are the component signals. Note that {a_1, a_2, a_3, dots , a_n} are constants. This decomposition aids in analysis, because now the output of the system can be expressed in terms of the components of the input. If we let T{} represent the effect of the system, then the output signal is T{f(t)}, which can be expressed as::: T{f(t)} = T{ a_1 cdot g_1(t) + a_2 cdot g_2(t) + a_3 cdot g_3(t) + dots + a_n cdot g_n(t)}:: = a_1 cdot T{g_1(t)} + a_2 cdot T{g_2(t)} + a_3 cdot T{g_3(t)} + dots + a_n cdot T{g_n(t)}In other words, the system can be seen as acting separately on each of the components of the input signal. Commonly used examples of this type of decomposition are the Fourier series and the Fourier transform.

ystems engineering

Functional decomposition of engineering systems is a method for analyzing engineered systems. The basic idea is to try to divide a system in such a way that each block of the block diagram can be described without an "and" or "or" in the description.

This exercise forces each part of the system to have a pure function. When a system is composed of pure functions, they can be reused, or replaced. A usual side effect is that the interfaces between blocks become simple and generic. Since the interfaces usually become simple, it is easier to replace a pure function with a related, similar function.

For example, say that one needs to make a stereo system. One might functionally decompose this into speakers, amplifier, a tape deck and a front panel. Later, when a different model needs an audio CD, it can probably fit the same interfaces.

ee also

*Bayesian networks
*Database normalization
*Function composition
*Inductive inference
*Knowledge representation

References

* Citation
last =Budd
first =Timothy A.
author2-link =
title =An Introduction to Object-Oriented Programming
place=Boston
publisher =Addison Wesley
year =2002

* Citation
last =Fodor
first =Jerry
author-link = Jerry Fodor
title =The Modularity of Mind
place=Cambridge, MA
publisher =MIT Press
year =1983

* Citation
last =Koestler
first =Arthur
author-link =
title =The Ghost in the Machine
place=New York
publisher =Macmillan
year =1967

* Citation
first =Athur
last =Koestler
author-link =
editor-last =Gray
editor-first =William
editor2-last =Rizzo
editor2-first =Nicholas D.
contribution =The tree and the candle
contribution-url =
title =Unity Through Diversity: A Festschrift for Ludwig von Bertalanffy
year =1973
pages =287-314
place =New York
publisher =Gordon and Breach
url =
doi =
id =

* Citation
last =Leyton
first =Michael
author-link =
title =Symmetry, Causality, Mind
place=Cambridge, MA
publisher =MIT Press
year =1992

*Citation
last =McGinn
first =Colin
author-link =
last2 =
first2 =
author2-link =
title = The Problem of Philosophy
journal = Philosophical Studies
volume = 76
issue = 2-3
pages = 133-156
date =1994
year =
url =
doi =
id =

* Citation
last =Resnikoff
first =Howard L.
author2-link =
title =The Illusion of Reality
place=New York
publisher =Springer
year =1989

*Harvard reference | Surname1=Simon| Given1=Herbert A.| Year= 1963| Chapter=Causal Ordering and Identifiability | Editor=Ando, Albert & Fisher, Franklin M. & Simon, Herbert A. | Title=Essays on the Structure of Social Science Models | Edition= | Publisher=MIT Press | Place=Cambridge, MA | URL= | Access-date=|Pages=5–31.

*Harvard reference | Surname1=Simon| Given1=Herbert A.| Year= 1973| Chapter=The organization of complex systems | Editor=Pattee, Howard H. | Title=Hierarchy Theory: The Challenge of Complex Systems | Edition= | Publisher=George Braziller | Place=New York | URL= | Access-date=|Pages=3-27.

*Harvard reference | Surname1=Simon| Given1=Herbert A.| Year= 1996| Chapter=The architecture of complexity: Hierarchic systems | Editor= | Title=The sciences of the artificial | Edition= | Publisher=MIT Press | Place=Cambridge, MA |URL= | Access-date=|Pages=183-216.

*Harvard reference | Surname1=Tonge| Given1=Fred M.| Year= 1969| Chapter=Hierarchical aspects of computer languages | Editor=Whyte, Lancelot Law & Wilson, Albert G. & Wilson, Donna | Title=Hierarchical Structures | Edition= | Publisher=American Elsevier | Place=New York | URL= | Access-date=|Pages=233-251.

* Citation
last=Zupan
first=Blaž
last2=Bohanec
first2=Marko
last3=Bratko
first3=Ivan
last4=Demšar
first4=Janez
year=1997
contribution=Machine learning by function decomposition
contribution-url=http://citeseer.ist.psu.edu/zupan97machine.html
title=Proc. 14th International Conference on Machine Learning
publisher=Morgan Kaufmann
pages=421-429


Wikimedia Foundation. 2010.

Игры ⚽ Поможем решить контрольную работу

Look at other dictionaries:

  • Functional Decomposition — A method of business analysis that dissects a complex business process to show its individual elements. Functional decomposition is used to facilitate the understanding and management of large and/or complex processes and can be used to help… …   Investment dictionary

  • functional decomposition — funkcinis skaidymas statusas T sritis radioelektronika atitikmenys: angl. functional decomposition; functional partitioning vok. funktionelle Teilung, f; funktionelle Zersetzung, f rus. функциональная декомпозиция, f; функциональное разложение, n …   Radioelektronikos terminų žodynas

  • Decomposition (computer science) — Decomposition in computer science, also known as factoring, refers to the process by which a complex problem or system is broken down into parts that are easier to conceive, understand, program, and maintain. Contents 1 Overview 2 Decomposition… …   Wikipedia

  • Functional flow block diagram — The Functional Flow Block Diagram (FFBD) is a multi tier, time sequenced, step by step flow diagram of the system’s functional flow. [The first version of this article is completely based on the [http://www.faa.gov/about/office org/headquarters… …   Wikipedia

  • décomposition fonctionnelle — funkcinis skaidymas statusas T sritis radioelektronika atitikmenys: angl. functional decomposition; functional partitioning vok. funktionelle Teilung, f; funktionelle Zersetzung, f rus. функциональная декомпозиция, f; функциональное разложение, n …   Radioelektronikos terminų žodynas

  • functional partitioning — funkcinis skaidymas statusas T sritis radioelektronika atitikmenys: angl. functional decomposition; functional partitioning vok. funktionelle Teilung, f; funktionelle Zersetzung, f rus. функциональная декомпозиция, f; функциональное разложение, n …   Radioelektronikos terminų žodynas

  • Decomposition of spectrum (functional analysis) — In mathematics, especially functional analysis, the spectrum of an operator generalizes the notion of eigenvalues. Given an operator, it is sometimes useful to break up the spectrum into various parts. This article discusses a few examples of… …   Wikipedia

  • Functional specialization (brain) — This article is about specialization of function among regions of the brain generally. For the particular topic of left right brain specialization, see Lateralization of brain function. Functional specialization suggests that different areas in… …   Wikipedia

  • Decomposition — For other uses, see Decomposition (disambiguation). A mummified rat. Stages of death Pallor mortis Algor mortis …   Wikipedia

  • Functional dependency — A functional dependency (FD) is a constraint between two sets of attributes in a relation from a database.Given a relation R , a set of attributes X in R is said to functionally determine another attribute Y , also in R , (written X → Y ) if and… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”