August 28, 2012

Time-frequency analysis and applications: call for papers

[Update 20120925] Special issue call for papers officialy released (deadline extended to 08/10/2012): Special issue on Time-frequency analysis and applications

The 4-page white paper should address: the motivations, importance, timeliness of the topics, an outline of the paper structure and content, some words about the authors (for the special issue editors). No style imposed: 4-page one-column would be enough.

Fresh from Eusipco 2012, a call for papers (cfp) is issued by the signal processing society, for IEEE Signal Processing Magazine:  Special issue on Time-frequency analysis and applications

The special issue (not yet on the special issue page) seeks to present recent advances in time-frequency (TF) signal analysis, using both linear and nonlinear decompositions.

Topics include:
  • advances in detection, estimation and classification using TF signatures
  • instantaneous frequency estimation
  • robust TF signal representations
  • new advances in TF localization and uncertainty principles
  • multidimensional extensions of TF concepts (instantaneous frequency, coherence, Riesz transform, etc.)
  • multi-sensor TF analysis and signal representations
  • TF domain processing, time-varying systems, Gabor multipliers, non diagonal denoising
  • data-driven methods e. g. Empirical mode decomposition (EMD), Hilbert-Huang transform and related techniques
  • reassignment, synchrosqueezing and phase-based methods.
Guest editors:

Important dates:
  • October 8, 2012 (2012/10/01): White paper (4 pages)
  • October 15, 2012 (2012/10/15): Invitation notification
  • January 15, 2013 (2013/01/15): Manuscript due
  • March 1, 2013 (2013/03/15):  Acceptance notification
  • April 15, 2013 (2013/04/15): Revised manuscript due
  • June 15, 2013 (2013/06/15):  Final manuscript due
  • November 2013 (2013/11/00): Publication date
Submissions here. Remember this other recent special issue on the topic of multirate/multiscale methods in signal and image processing. Signal Processing: Special issue on Advances in Multirate Filter Bank Structures and Multiscale Representations, Vol. 91, Issue 12, Dec. 2011 (more here).

Other sources: 
IEEE Signal Processing society: http://www.signalprocessingsociety.org/uploads/special_issues_deadlines/time_frequency.pdf

http://www.cmi.univ-mrs.fr/~torresan/pages/events.htm
http://www.signalprocessingsociety.org/uploads/email/SPM_time_frequency.html 

July 24, 2012

Noble praise

[Update 2014/07/15]

"Divide ut compresse" (to divide to compress) is the new motto for the coming Daubechies barony.

Ingrid Daubechies (wiki page) has just been granted? awarded? made a baroness title by the King of Belgium. She is has a PhD in Physics from Vrije Universiteit Brussel (VUB), teaches at Princeton and Duke universities, and is the present president of the "International Mathematical Union". She is famous to waveleters for many progresses, among others, in frame sampling, wavelet design (e.g. daublets & coiflets), (two-scale) difference equations, orthogonal and biorthogonal bases design, fast, integer, lifting, irregular and signal edge-aware implementation, time-frequency reassignment, inverse problems, fractal properties, compression, with a recent brush(let)strocke towards artist (van Gogh) identification, to mention a few. Have a look... Soon, she will be another distinguished line on http://fr.wikipedia.org/wiki/Cat%C3%A9gorie:Baron_belge.
To start with, why not  "Where do wavelets come from?--A personal point of view", in Proc. IEEE, Special Issue on Wavelets, 84 (4), pp. 510-513, 1996?

May 8, 2012

Ternary, trinary or trit logic: of bricks and trytes (and bytes and bits)

http://www.mortati.com/glusker/fowler/
    The ternary calculating machine of Thomas Fowler
[In a word: e (2.71828...) would be the most efficient base for storing digital information. Not two, i.e. the bits. Storing on three-unit devices (trits) would be the best practical information base. Ternary arithmetic rulez]

This short post is inspired by Igor Carron's The 2-bit Aggie weather station. Igor proposes us the three-valued (bbl) system for assessing weather conditions, with a brick put outside: brown, bright, left:

  • If brick is dark brown, it's a sure sign that it's raining outside. 
  • If the brick is bright, then it's sunny outside. 
  • If the brick is not there anymore, it's a tornado.
The weird ternary calculing machine machine on the right is not a brick (althhough the color is similar), and is better described in The ternary calculating machine of Thomas Fowler, IEEE Annals of the History of Computing, 2005, by Glusker, Hogan, and Vass.

Bender: Ahhh, what an awful dream. Ones and zeroes everywhere... and I thought I saw a two.
Fry: Don't worry, Bender: there's no such thing ...
Futurama

Among the very few scientific results i can grasp, a very few simple ones jump to my mind and keep me amazed:
The most radical one, pertaining to signal acquisition and representation, lies between the binary and the ternary systems: from bits to trits, from bytes to trytes. It states that the "most efficient" storing system is "e", from Euler's number, not to confuse with Mascheroni-Euler constant, gamma, (the one from the natural logarithm). I am quite surprised the binary system pervades so  much the present digital world that this "fact" is quite often ignored. Indeed, when i try to gather some information on that topic, i generally do not remember where to start from. Which keywords (trit for "ternary digits" similar to bits for "binary digits", or "tryte" versus "byte" for the "words" themselves, trinary or ternary), what sources?

The basic idea is that, when trying to represent a number in concise or sparse form on d-digits (or number byte-width), one could choose the biggest b-base (or bit-depth, the number of symbols per "digit") for representation. In a similar way for signal or image processing, the sparsest base or frame for a specific signal or image has this signal or image data as a vector. The simplest idea comes from minimizing the product width x depth, or e(d,b) = db, considered as a loss function.Let us compute it for all numbers from 0 to decimal N = 999999, in different numeral systems?
  • Decimal: b = 10, d = 6 = ceil(log(N+1)/log(b)), db = 60,
  • Binary: b = 2, d = 20, db = 40,
  • Ternary: b = 3, d = 13,  db = 39,
  • Quaternary: b = 4, d = 10,  db = 40.
Here we have a very local minimum at b = 3. More generaly, the objective minimizes the loss function e(b) = b/log(b) (at WolframAlpha). The non-negative real minimum is "e". The two potential contenders for practical arithmetics, or even physics, are the 2 (binary) or the 3 (ternary), the two closest integers. It is easy to note that e(2) = 2.885... while e(3) = 2.731... and e(4) = 5.771 (compare to 2.718...). This confirms the preceding decimal/binary/ternary/quaternary local minimum at 3, 2 becoming second, the ternary numeral system, is closer to the absolute minimum. So we need to add 2 and 3 and propose a "Generalized"-) Euler formula:
and, more interesting, 3 should be more compact, even for three-valued logic in computer systems. The chapter Ternary computers: the setun and the setun 70, by N. P. Brusentov and J. R. Alvarez from Moscow state university (at Google books), indicates that this is an old story:
"It is known that the ternary arithmetic has essential advantages as compared with the binary one that is used in present-day computers. In connection with this Donald Knuth assumed that the replacement of "flip-flop" for "flip-flap-flop" one a "good" day will nevertheless happen [1]. Now, when the binary computers predominate, it is hard to believe in a reality of such assumption, but if it would happen not only the computer arithmetic, but the informatics on the whole would become most simple and most perfect. The third value (Aristotle named it snmbebhkoV – attendant) what is very actual but hidden in binary logic, will become obvious and direct manipulated. Ternary logic has better accordance with the Nature and human informal thinking [2]. Unfortunately, the modern researches of the multivalued (non-binary) logic are formal and are not associated with practical requests.A remarkable exclusion is the experience of creating the ternary computers "Setun" and "Setun 70" at Moscow State University [3,4,5,6]. This experience convincingly confirms practical preferences of ternary digital technique.

The design of small digital machine "Setun" (Setun is the little river which flows into the river "Moscow" near the University) was initiated by member of the academy of Sciences S. L. Sobolev at 1956. It was assumed to create small, inexpensive computer, simple in use and service for schools, research laboratories, design offices and for manufacture control. For such goal at the computer center of the University there was formed a group of young men (4 MS and 5 BA). The joint seminar for engineers and programmers was organized and S. L. Sobolev, K. A. Semendjev, M. R. Shura-Bura, I. S. Berezin were its permanent participants. The problems of optimization of computer architecture and technical realization were examined and the variants of future computer were discussed."
I especially like the flip-flap-flop mnemonic. "Perhaps the prettiest number system of all," writes Donald E. Knuth in The Art of Computer Programming, "is the balanced ternary notation."This reminds of the first derivatives of position. Velocity and acceleration are well known, jerk is the 3rd derivative. Jounce is sometimes given for the fourth derivative. Jounce is the rate of change of jerk, over the time. But some call the 4th, 5th and 6th derivatives "Snap, "Crackle" and "Pop" (as for the Rice Crispies, as for those interested in wavelets).


This story is summarized in Third Base at American Scientist, by Brian Hayes: (printer-friendly version, 2001).
"When base 2 is too small and base 10 is too big, base 3 is just right. "
It even recalls the following conjecture:
More than 20 years ago, Paul Erdös and Ronald L. Graham published a conjecture about the ternary representation of powers of 2. They observed that 2^2 and 2^8 can be written in ternary without any 2s (the ternary numerals are 11 and 100111 respectively). But every other positive power of 2 seems to have at least one 2 in its ternary expansion; in other words, no other power of 2 is a simple sum of powers of 3. Ilan Vardi of the Institut des hautes études scientifiques has searched up to 2^6973568802 without finding a counterexample, but the conjecture remains open.

Yet, even-though the first attempts have met difficulties (check out the early 1950 High Speed Computing Devices in djvu), people are still working towards ternary physical systems: Klein M., Mol J. A., Verduijn J., Levine R. D., et al. Ternary logic implemented on a single dopant atom field effect silicon transistor. APPLIED PHYSICS LETTERS. 2010; 96(4) (see Raphael Levine).



So yes Igor, this brick-like technology does (almost) exist. Or probably in a near future. Maybe it is not practical enough yet, or the world is not ready for that. A while ago (30 years), i learned how to count in binary with my fingers (thanks to a mormon American, Chris F., thinking of you), and we have three phalanges, so i can easily switch. But the ternary politic system still does not yet exist in France.

Additional links on ternary arithmetics and trits (trytes or trybbles):

The Ternary Manifesto: Douglas W. Jones proposes (quite interesting) "An alternative basis for development of a completely incompatible digital infrastructure is presented here. This minimizes the potential for leakage of information, particularly malware and other covert content from our existing digital infrastructure. This effort can be described as taking security through obscurity as a fundamental design principle."

Unsigned and Balanced Ternary Representations by Douglas W. Jones again.On bytes and nybbles, Trytes and trybbles, the tennary equivalent of nybbles (packet of trytes)

Third Base (American Scientist): Cheaper by the Threesome 

April 30, 2012

Plagiarism: everything but the title

Cannot remember the origin of this picture (pdf)
[Update: another plagiarism detected on 2014/12/29; This post originated from Grégory Favre news on the excellent EPFL Infodoc mailing list, and concerns to EPFL papers]

The pressure of publication pushes back the frontiers of laziness. Here, a sole change in a paper title allows the paper to pass through reviews (if there are any reviews in this case, look at Nuit Blanche on peer review).

If you steal from one author it's plagiarism; if you steal from many it's research. (attributed to Wilson Mizner)

The most interesting example i had seen so far was a paper i reviewed on nonsubsampled contourlets (a kind of discretized, directional wavelet). It was entitled "A New Image Denoising Scheme using the Nonsubsampled Contourlet Transform", and  submitted in 2008 to Signal Processing by three authors from one of the two most populated countries in the world. Its content had about 60% overlap with a more standard and authoritative paper on the topic. A big difference resided in the typeset: the text was written with word (instead of LaTeX), the figures were drawn in Word too (instead of Xfig, InkScape). I hereby provide a little excerpt, so you can check the subtle differences:

Original paper: 2) Nonsubsampled Directional Filter Bank (NSDFB): The directional filter bank of Bamberger and Smith [18] is constructed by combining critically-sampled two-channel fan filter banks and resampling operations. The result is a tree-structured filter bank that splits the 2-D frequency plane into directional wedges. A shift-invariant directional expansion is obtained with a nonsubsampled DFB (NSDFB). The NSDFB is constructed by eliminating the downsamplers and upsamplers in the DFB (see also [20]). This is done by switching off the downsamplers/upsamplers in each two-channel filter bank in the DFB tree structure and upsampling the filters accordingly. This results in a tree composed of two-channel NSFBs. Fig. 3 illustrates a four channel decomposition. 
Submitted paper: b: Nonsubsampled Directional Filter Bank (NSDFB) The directional filter bank of Bamberger and Smith [14] is constructed by combining critically-sampled two-channel fan filter banks and resampling operations. The result is a tree-structured filter bank that splits the 2-D frequency plane into directional wedges. A shift-invariant directional expansion is obtained with a nonsubsampled DFB (NSDFB). The NSDFB is constructed by eliminating the downsamplers and upsamplers in the DFB. This is done by switching off the downsamplers/upsamplers in each two-channel filter bank in the DFB tree structure and upsampling the filters accordingly. This results in a tree composed of two-channel Nonsubsampled Filter Banks (NSFB). Fig. 3 illustrates a four channel decomposition.

But i am very unfair: the reference list was quite different. Interestingly, to the genuine honesty of the (submitting) authors, the partly copied paper EVEN cited the original paper: Arthur L. Cunha, Jianping Zhou, Minh N. Do. The nonsubsampled contourlet transform: Theory, design, and applications. IEEE Trans. on Image processing, 2006, 15(10): 3089-3101. The paper was subsequently rejected. But (i just discovered it today, 2014/12/29), that in 2011, a paper intitled "Performance Analysis of Modified Nonsubsampled Contourlet Transform for Image Denoising" was published in the Research Journal of Applied Science, Engineering and Technology. It was written by two authors from the other of the two most populated countries in the world.

It was received: March 16, 2011, accepted: May 18, 2011 and published: July 25, 2011. That's a fast track. And it possesses many cut-caste-plagiarized parts taken from A. L. da Cunha 2006 paper, as i show below, only from the introduction:

  • original: Another important feature of a transform is its stability with respect to shifts of the input signal.
  • pasted: Another important feature of a transform is its stability with respect to shifts of the input signal.
  • original: Thus, most state-of-the-art wavelet denoising algorithms (see for example [6]–[8]) use an expansion with less shift sensitivity than the standard maximally decimated wavelet decomposition—the most common being the nonsubsampled wavelet transform (NSWT) computed with the à trous algorithm [9].
  • pasted: Thus, most state-of-the-art wavelet denoising algorithms (Chang, 2000) use an expansion with less shift sensitivity than the standard maximally decimated wavelet decomposition the most common being the nonsubsampled wavelet transform (NSWT) computed with a trous algorithm (Shensa, 1992) now it is implemented using Mat lab software
  • original: In addition to shift-invariance, it has been recognized that an efficient image representation has to account for the geometrical structure pervasive in natural scenes. In this direction, several representation schemes have recently been proposed [10]–[15]. 
  • pasted: In addition to shift-invariance, it has been recognized that an efficient image representation has to account for the geometrical structure pervasive in natural scenes. In this direction, several representation schemes have recently been proposed (Donoho, 1999). 
  • original: In this paper, we propose an overcomplete transform that we call the nonsubsampled contourlet transform (NSCT). Our main motivation is to construct a flexible and efficient transform targeting applications where redundancy is not a major issue (e.g., denoising). The NSCT is a fully shift-invariant, multiscale, and multidirection expansion that has a fast implementation. The proposed construction leads to a filter-design problem that to the best of our knowledge has not been addressed elsewhere. The design problem is much less constrained than that of contourlets. This enables us to design filters with better frequency selectivity thereby achieving better subband decomposition. Using the mapping approach we provide a framework for filter design that ensures good frequency localization in addition to having a fast implementation through ladders steps. The NSCT has proven to be very efficient in image denoising and image enhancement as we show in this paper. 
  • pasted: So In this study, we propose an over complete transform that we call the modified Nonsubsampled Contourlet Transform (NSCT). Our main motivation is to construct a flexible and efficient transform targeting applications where redundancy is not a major issue (e.g., denoising). The NSCT is a fully shift-invariant, multiscale, and multidirectional expansion that has a fast implementation. The proposed construction leads to a filter-design problem that to the best of our knowledge has not been addressed elsewhere. The design problem is much less constrained than that of contourlets.This enables us to design filters with better frequency selectivity thereby achieving better subband decomposition. So the NSCT has proven to be very efficient in image denoising.So first let us see the contourlet transform and its construction.

The new authors have mostly subsampled the reference list, so to say.

I am not sure this recent "copy-paste-publish" trend deserves as much praise as Jorge Luis Borges short story: Pierre Menard, autor del Quijote.  The story narrates 20th century writer Pierre Ménard's efforts to truly re-create Cervantes' Don Quixote, beyond a mere translation, in the 17th century Spanish, sparking thoughts on authorship, imitation and appropriation (well, 60% of my words are similar here to the Wikipedia page ;) There are worse artifacts than copy indeed: "Mirrors and fatherhood are abominable because they multiply it [human kind] and extend it.(Les miroirs et la copulation sont abominables car ils multiplient le nombre des hommes)" (J. L. Borges).

The recent example did some genuine editing: the title is partly new (SOA is mainly expanded), acknowledgments have been deleted, and the references cut to item 21. That's a Catch 22.
  • Interacting with the SOA-Based Internet of Things: Discovery, Query, Selection, and On-Demand Provisioning of Web Services, IEEE TRANSACTIONS ON SERVICES COMPUTING, 2010: http://www.vs.inf.ethz.ch/res/papers/dguinard-intera-2010.pdf 
  • Service Oriented Architecture-Based Internet of Things: Discovery, Query, Selection, and On-Demand Provisioning of Web Services, International Journal of Computer Science and Telecommunications, 2012 http://www.ijcst.org/Volume3/Issue1/p7_3_1.pdf ([EDIT] funnily, the paper does not seem to be accessible anymore since the publication of this post. Still there is a Google Trace, and i have saved it on my drive, in case i'd like to publish a paper on SOA-based Internet of Things in a near future ;)
Click on images for a larger view. I just discover there is a Wikipedia page in Scientific plagiarism in India.

April 26, 2012

Conference: Fixing mathematical education

[Permission to link to author slides is being asked. Stay tuned, but do not expect too much] Meanwhile, check out Simon Leys (aka Pierre Rickmans) "Le studio de l'inutilité" (or The Hall of uselessness), with a special attention to Leys' talk on 8 Nov. 2005 at l'Université catholique de Louvain, with its nice quote to Flaubert: "I have always tried to live in an ivory tower; but a tide of shit is beating at its walls, threatening to undermine it."


"Modeling is a life skill" (Solomon Garfunkel)  

"To be able to use maths at a certain level, it is necessary to learn it at the next level" (Alexandre Borovik)

 On April 4h, 2012, a meeting held in IHP, Paris. Under the motto: How to fix our math education (Comment réparer l’enseignement des mathématiques ?). The main incentive was Solomon GARFUNKEL (COMAP Inc., Boston) and David MUMFORD (Brown University) paper "How to fix our math education", New York Times, August 28th, 2011. The paper was translated in French in Le Monde (14 septembre 2011) by Jean-Michel Kantor under the same title: Comment réparer l’enseignement des mathématiques ?. Motivated by some prominence of mathematics, and bad results of France in PISA benchmarks, the conference aimed at answering the following questions:
  • does our education system answer the needs of newly opened areas in the scientific and technical realms?
  • how do we can train citizens on the present century?
Two talks were given by Sol Garfunkel (What Mathematics Do Educated Citizens Need To Know?)  and Alexandre Borovik (What do children learn when we teach them mathematics?), chaired and translated by Jean-Michel Kantor.

Both conferences were profound, lively, though provoking and entertaining, in a different style. Sol explained the motivations behind the NYT paper: the U.S. education was local to the extreme, with highly varying levels between states, counties, and even neighborhoods. Two great 4-letter sticker acronyms (NCLB: no child left behind, under G. Bush, and RTTT: race to the top, under B. Obama) have tried, and are trying, respectively, to change this local situation, by establishing nation-wide standards. The resulting goals reside in showing that mathematics are honestly (in the meaning of the honnête homme) useful and in ensuring the availability, in the future, of mathematicians and scientists. Mathematics provide a greater ability to understand (or model) the  world: "Modeling is a life skill" (SG). Sol reminded that cellphones and MRI are as much as engineering as maths. He also pointed out how operational research, computers, statistics used to belong to math departments, and have now grown into self-owned fields. He advocated the use of real-life examples graphs through mail delivery, Voronoi cells and bisectors via *** pizza delivery from Bengladesh call centers and rain falls in Colorado. Indeed, teachers tend to provide students with answers for questions they do not ask for. Looks like the following quote, inspired by Plotin, attributed to J. Lacan:  « l’amour  est  donner  ce  qu’on  n’a  pas  à quelqu’un  qui  n’en  veut  pas ». So students (and forthcoming adults) need an ability to estimate. Maths are a necessity for survival.

Alexandre Borovik drove a useful comparison between rhythm-impaired people (because of a drunk and noisy music teacher) and people who could not understand maths. Both are survivors. He considers (following Heinrich Neuhaus "the art of piano playing") that learning is an accumulation of neurological damages, reaching a threshold level. Some of us as only survivors. In a sort of Pareto-law, he tells that 95% of the population has no ideas on how 95% of the everyday stuff works, as a follow-on to the division of labor (Adam Smith, Frederick W. Taylor). He suggests re-branding maths into a tool for personal development and spiritual enhancement. Like music, not a profession, but a personal life-style. Teachers should thus be bound to the Hippocratic oath: do not arm. Which other school (mathematics including computer science) teaches "substitution of terms", at work in simple Excel sheets that provoke bracket overload (or in French "surcharge parenthétique") when three opening brackets and cell-depending operators confuse most people. Maths should be both interesting AND difficult, remember the "Law of excessive learning of mathematics": "to be able to use maths at a certain level, it is necessary to learn it at the next level".
He finally suggests teaching math bits at certain ages: maybe basic algebraic structures at 6-9 when kids are natural question-asking machines, leaving set-theoretic abstractions for teen-age, where sex hormones drive some appeal to pure idealities.

Additional lectures:


April 22, 2012

Hyperbolets (on WITS: Where is the Starlet)

A new conference is born: UCCV 2013, The 1st IEEE Workshop on User-Centred Computer Vision, due in Florida, Tampa. on January 2013. It has been added to SIVA Conferences.

While the shearlets are enjoying some spread (cf. Shearlets from MIA 2012 or this paper), some of their contributors are involved in hyperbolets, or hyperbolic wavelets, closely related cousins. Here they are (as on WITS: where is the Starlet):

Hyperbolets

In short: An example of multi-composite wavelets with hyperbolic scaling law
Etymology: From the hyperbola (wiki entry), with a potential reference (article no available on 2011/05/26) to the parabolic scaling law of the shearlets
Origin: Glenn R. Easley, Demetrio Labate, Vishal M. Patel: Multi-composite wavelet estimation, Proceedings of SPIE Volume 8138, Wavelets and Sparsity XIV, Aug. 2011 (local copy)
Abstract: In this work, we present a new approach to image denoising by using a general representation known as wavelets with composite dilations. These representations allow for waveforms to be defined not only at various scales and locations but also at various orientations. For this talk, we present many new representations such as hyperbolets and propose combining multiple estimates from various representations to form a unique denoised image. In particular, we can take advantage of different representations to sparsely represent important features such as edges and texture independently and then use these estimates to derive an improved estimate.
The hyperbolet construction is further refined in:
G. R. Easley, D. Labate and V. M. Patel, Hyperbolic shearlets, IEEE International Conference on Image Processing (ICIP), Orlando, FL, 2012, submitted (local copy)
G. R. Easley, D. Labate, and V. M. Patel, Directional multiscale processing of images using wavelets with composite dilations, submitted 2011 (local copy)
Contributors: Glenn R. Easley (no personal page), Demetrio Labate, Vishal M. Patel
Some properties:
hyperbolet frequency plane

Tiling of the frequency domain associated with an hyperbolic system of wavelets with composite dilations.
Closely related to shearlets
Anecdote:
Usage:
See also: The above work might be related to Glenn R. Easley, Demetrio Labate: Critically Sampled Wavelets with Composite Dilations (local copy), preprint, 2011, which develops interesting critically sampled directional wavelet schemes (DWTShear, CShear, QDWTShear)
Comments:

More on the topic:
2D wavelets: A panorama on multiscale geometric representations, intertwining spatial, directional and frequency selectivity

March 6, 2012

WITS: Shearlets from MIA 2012


At the wonderful MIA 2012 (hey Gabriel, did i tell you how that was great?), two talks have been devoted to shearlets (Gitta Kutyniok, Gabriele Steidl), yet another geometric multiscale representation for images. And a brand new Matlab toolbox from Gabriele Steidl group named FFST (fast finite shearlet transform) and developed by Sören Haüser has been announced.

Shearlet-Zerlegung eines Auges.© Gitta Kutyniok




A good opportunity to update a little corner of WITS: Where is the Starlet, which was beginning to grow a few webs. Mmh, look like some familiar frequency domain partitioning... And now for something completely different: number 1, the shearlet... the shearlet! (Monty Python inside)




Shearlets
In short: Non-separable wavelets built out of parabolic scaling, shear, and translation operations
Etymology: From shear, a sheer distorsion
Origin: Labate, Demetrio and Lim, W-Q. and Kutyniok, Gitta and Weiss Guido, Sparse multidimensional representation using shearlets (local copy) A handful lot of papers is available here: shearlet papers. A first overview is given in Shearlets. The First Five Year (Oberwolfach Report, 2010, local copy).


Some properties: Unlike curvelets, shearlets form an affine system with a single generating mother shearlet function parameterized by a scaling, a shear, and a translation parameter. Provides the same approximation properties as curvelets, albeit with a different directional sensitivity. Exist in band-limited or compact support flavors. Possess natural, canonical smoothness spaces, called shearlet coorbit spaces, similar to Besov spaces for wavelets. Apparently extend to arbitrary any dimensions.


Usage: Image denoising, restoration, morphological component analysis
See also: The shearlet website, recently updated with ShearLab (... a rationally designed digital shearlet transform) For discrete implementation, there exists for instance a Digital Shearlet Transforms or Development of a Digital Shearlet Transform Based on Pseudo-Polar FFT. Shearlet Matlab toolboxes are available at ShearLab matlab toolboxes, local shearlet toolbox by G. Easley and FSST:
Comments: Potential a hard competitor, for years to come, to the quite oversold curvelets (IMHOlet: In My (little) Humble Opinion)


More on the topic:
2D wavelets: A panorama on multiscale geometric representations, intertwining spatial, directional and frequency selectivity

De la donnée à l'information : chimie et procédés

Un peu de publicité pour cette Journée scientifique et Professionnelle au titre alléchant : "de la donnée à l’information : Comment accroître la productivité et mieux exploiter les résultats de mesure ?"

Nancy, 31 mai 2012, ENSIC, 1, rue Grandville F-54001 Nancy, (manifestation, initialement prévue le 12 janvier 2012)

Cette "Journée Scientifique et Professionnelle" intitulée : "De la donnée à l'information: Comment accroître la productivité et mieux exploiter les résultats de mesure" est organisée par le Laboratoire Réaction et Génie des Procédés (LRGP) de l'ENSIC et la Société des Experts Chimistes de France (SECF). Cette manifestation s’adresse aux chercheurs (académiques et industriels) et aux autres acteurs de l’industrie (exploitants et analystes). Elle a pour objectif de présenter l’état de l’art et les technologies émergentes  concernant:
  • l’expérimentation haut débit,
  • les capteurs,
  • et les systèmes de traitement et de gestion de l’information.
Une exposition de fournisseurs présentant leurs équipements (matériels/logiciels), sera présentée en plus des conférences lors de cette journée.

Programme et inscription :
9h – 9h30:  Accueil à l’ENSIC Nancy
9h30 - 10h : Introduction : Allocutions d’ouverture - Présentation de la journée, de l’ENSIC et de
ses laboratoires
10h - 11h30: L’expérimentation haut débit : génération de données et amélioration de la
productivité
  • Qu’est-ce que l’expérimentation haut débit ? Matthieu GUIRARDEL. (Laboratoire du Futur P.G. de Gennes UM 5258. Pessac) 
  • La microfluidique: Intégration et parallélisation, un changement de paradigme pour les méthodes analytiques. Jean-Louis VIOVY. Institut Curie. Groupe Macromolécules et Microsystèmes en Biologie et Médecine (MMBM)
  • L’expérimentation haut débit : génération de données et amélioration de la productivité au travers des exemples de l'industrie et de la recherche académique'', Amira ABOU-HAMDAN, CHEMSPEED TECHNOLOGY AG (Augst, Suisse)
11h30 -12h : Brèves présentations des sociétés présentes à l’exposition et de leurs activités
12h -13h30 : Repas-buffet dans locaux de l’exposition
13h30 - 14h30 : Acquisition de l’information : les capteurs
  • Capteurs émergents, intervenant à préciser
  • Quelques applications des capteurs : Marie-Noëlle PONS (ENSIC Nancy)
14h30 – 15h30 : Pause et visite de l’exposition
15h30 - 17h : Exploitation de l’information / Gestion de l’information / Modélisation.
  • "Chimiométrie  : bases et   applications en agroalimentaire, en chimie et en pharmacie", Sylvie ROUSSEL (ONDALYS, Montpellier) 
  • Algorithmes et chimie : interactions entre analyses physico-chimiques et traitement des signaux, Laurent DUVAL (IFPEN)
  • Les LIMS : nouvelles tendances, Éric DEWITTE (MB Développement)
17h - 17h15 : Conclusions - Synthèse de la journée : Cornélius SCHRAUWEN. (ENSIC – LRGP)

Autres sources :

January 10, 2012

Call for papers: Advances in signal and image processing for physico-chemical analysis

(CfP: Deadline extension) Looking for new frontiers in signal and image processing applications in physico-chemical analysis? Have compressive sensing results for mass spectrometry? Got improvements on the Savitsky-Golay filter? Consider the following call for contributions.

 Call for papers: Dossier, Special issue on Advances in signal and image processing for physico-chemical analysis (pdf)



Deadlines : Final manuscript: February 17th, 2012

Oil & Gas Science and Technology - Revue d'IFP Energies Nouvelles
(online journal) 

WikiCfP: OGST-SIP-PCA

With the advent of more affordable, higher resolution or innovative data acquisition techniques (for instance hyphenated instrumentation such as two-dimensional chromatography), the need for advanced signal and image processing tools has grown in physico-chemical analysis, together with the quantity and complexity of acquired measurements. Either with mono- (signals) or two-dimensional (from hyphenated techniques to standard images) data, processing generally aims at improving quality and at providing more precise quantitative assessment of measurements of materials and products, to yield insight or access to information, chemical properties, reactive dynamics or textural properties, to name a few (for instance). Although chemometrics embrace from experimental design to calibration, more interplay between physico-chemical analysis and generic signal and image processing is believed to strengthen the two disciplines. Indeed, although they strongly differ in background and vocabulary, both specialities share similar values of best practice in carrying out identifications and comprehensive characterizations, albethey of samples or of numerical data.
The present call for papers aims at gathering contributions on recent progresses performed and emerging trends concerning (but not limited) to:
  • 1D and 2D acquisition, sparse sampling (compressive sensing), modulation/demodulation, compression, background/baseline/trend estimation, enhancement, integration, smoothing and filtering, denoising, differentiation, detection, deconvolution and source separation, resolution improvement, peak or curve fitting and matching, clustering, segmentation, multiresolution analysis (wavelets), mathematical morphology, calibration, multivariate curve resolution, property prediction, regression, data mining, tomography, visualization,
pertaining to the improvement of physico-chemical analysis techniques, including (not exclusively):
  • (high-performance) gas, liquid or ion chromatography; gel electrophoresis; diode array detector; Ultraviolet (UV), visible, Infrared (NIR, FIR), Raman or Nuclear Magnetic Resonance (NMR) spectroscopy, X-ray diffraction (XRD), X-Ray Absorption (EXAFS, XANES), mass spectrometry; photoacoustic spectroscopy (PAS); porosimetry; hyphenated techniques (GCxGC); electron microscopy (SEM, TEM),
in the following proposed domains (not exclusively):
  • catalysis, chemical engineering, oil and gas production, refining processes, petrochemicals, and other sources of energy, in particular alternative energies with a view to sustainable development.
Provisional deadlines:
  • Statement of intent: January 31st, 2012
  • Submission of final manuscript: February 17th, 2012
  • Publication: 2nd semester 2012 
Refering links:
Thierry Gallouët Igor Carron at Nuit Blanche in Around the blogs in 80 hours, Harris Georgiou, GdR ISIS

More details:
http://tinyurl.com/ogst-signal-chemical-analysis
http://www.laurent-duval.eu/lcd-cfp-ogst-2012-call-for-papers-signal-image-processing-physico-chemical-analysis.html

December 26, 2011

Computer tools for buddies

Amongst a novena of virtual life savers on computers (under Windows XP or seven of course, everything is great with MacOS or Linux), we have the following. If you just want to pick one, pick Everything! Friends keep on thanking me for that.
That's my Xmas gift for virtual life friends, for what it's worth. Update from The turn of a friendly card - Train numbering trick. What else?

December 12, 2011

Chuck Norris keyboard fact

In a long lasting trend of jokes on popular antonyms, Chuck Norris facts as well as Car Friedrich Gauss facts (The greatest mathematician since antiquity or Gauss facts thus far, see Carl Friedrich Gauss Facts), i would like to share this chuck-norris-keyboard-fact (shared on Facebook or Twitter):
Chuck Norris just sucks. If he were as smart and strong it's claimed, he'd just come here and slam my head on the keyboard asdmsdfvmwefjkmasd [space] [space] [space] [space] [space] 

Okay, i haven't posted nothing for a month, let's be serious for a while. :
ChucK: audio programming language  (Strongly-timed, Concurrent, and On-the-fly Audio Programming Language)
ChucK is a new (and developing) audio programming language for real-time synthesis, composition, performance, and now, analysis - fully supported on MacOS X, Windows, and Linux. ChucK presents a new time-based, concurrent programming model that's highly precise and expressive (we call this strongly-timed), as well as dynamic control rates, and the ability to add and modify code on-the-fly. In addition, ChucK supports MIDI, OSC, HID device, and multi-channel audio. It's fun and easy to learn, and offers composers, researchers, and performers a powerful programming tool for building and experimenting with complex audio synthesis/analysis programs, and real-time interactive control.
with something to do with keyboards...

And now for something completely different:
(Johann) Carl Friedrich Gauss is radical (with respect to the "roots", as in Jimmy Cliff's Roots radical) in signal processing for many reasons, and mainly for the possible invention of what is known today as the FFT or Fast Fourier transform (Cooley–Tukey FFT algorithm). You may just quote wikipedia:
This algorithm, including its recursive application, was invented around 1805 by Carl Friedrich Gauss, who used it to interpolate the trajectories of the asteroids Pallas and Juno, but his work was not widely recognized (being published only posthumously and in neo-Latin).[1][2] Gauss did not analyze the asymptotic computational time, however. Various limited forms were also rediscovered several times throughout the 19th and early 20th centuries.
or refer to Gauss and the history of the fast Fourier transform, by Michael T. Heideman, Don H. Johnson and C. Sidney Burrus as appeared behind paywalls Archive for History of Exact Sciences, Volume 34, Number 3, 265-277, DOI: 10.1007/BF00348431 or IEEE Acoustics, speech and signal processing Magazine, October 1984. A downloadable copy can be found here. The FFT has profound applied connections with early oil industry: some say (though i am not able to provide an online reference yet) that FFT algorithms were known to oil  industry years before Cooley and Tukey's (1965), and they did not even bother patent it (because patents are a way to disclose, and sometimes secret is just simpler for protecting). Other early insights on connections between electrical engineering and geophysics are to be found in Oral-History with Enders Robinson who states two main problems, related to some (yet unknown) inverse problem equation:
Gauss primes
They followed the new group, but they were also very concerned with their own special problems. Their problem was 1)to collect data, then 2) produce a map of where to drill the oil well.
So what about an even stronger Gauss fact? Well, Gauss can beat Stalin, Poutin AND  Medvedev. As read on
За нормальное распределение (in french, Images des mathématiques La loi normale de Gauss s’invite dans les manifs. Carl Friedrich Gauss depicted with goat's horns? No way, since Gauss is often described as the fox of mathematics, for his abilities to hide his (mathematical proofs') tracks on the sand (or snow) with his tail.
Abel said, `He is like the fox, who effaces his tracks in the sand with his tail'. Gauss, in defense of his style, said, `no self-respecting architect leaves the scaffolding in place after completing the building'.
Quoted in Startribune:
"Obviously, he doesn't agree with Gauss," one commenter wrote disdainfully, referring to pioneering mathematician Carl Friedrich Gauss, who lived 200 years ago. Disenchanted Russians argue that United Russia's reported election results are so improbable as to violate Gauss' groundbreaking work on statistics.
One slogan: "we beleive in Gauss, not in Churov". Vladimir Churov is the president of Central Election Commission of Russia, but apparently breeches the central limit theorem. So as Stalin used to say: Gauss, how many divisions? Let's look at Gauss integers (left image). Chuck Norris vs. Gauss? Battle's ongoing.

Update on Pixel shaker (aka Frédéric Morain-Nicolier): Carl Gauss strongly refuted Chuck Norris conjecture (get a snapshot now, this infringes standard arithmetics) that 1550 < 6450. A century before.

November 11, 2011

Unary Day

I wouldn't have spent this special day with unary sequence 11h1111s at 11/11/11 without a terrible pun, mentioning it as the anniversary of Attila, since it's "an invasion of the Huns" ("huns" for "ones", uttered with an awful accent); even made a Facebook page for that: Attila Fest. Not proud :) Yet this dull (not in the Ramanujan sense) sequence reminded me of two nice formula for the golden ratio (aka $\phi$, or the divine proportion): one rational, one radical. So it seems $\phi$ could be tamed (or approched) quite easily. Indeed, it is one of the simplest non-rational numbers, as a root of a basic equation of degree 2. Thus, far from being transcendental. Surprisingly, $\phi$ bears some kind of transcendence (in the religious sense) as it is, somehow, beyond the grasp of the human mind, meaning it cannot be approched easily in a "rational" way, i.e. worse that any other number, as stated in a theorem by Adolf Hurwitz (1856-1919). In the following formula, there exist infinitely many $m$ and $n$ for any irrational $\xi$, and the constant $\sqrt(5)$ cannot be improved, due to $\phi$.
The radical formula for $\phi$ above is the key: with divisions by ones, denominators increase very very slow. Contrary to common knowledge (in Age of Empires) that Huns are faster. Thus being, in think i'd better go back to a paper on applications of unary filters, instead of making dull puns.

November 4, 2011

Advances in signal and image processing for physico-chemical analysis

Looking for new frontiers in signal and image processing applications in chemical related analysis? Consider the following call for contributions.

 Call for papers: Dossier, Special issue on Advances in signal and image processing for physico-chemical analysis (pdf)

Deadlines - Intent: December 12th, 2011 / Final manuscript: January 8th, 2012

Oil & Gas Science and Technology - Revue d'IFP Energies Nouvelles
(online journal)

With the advent of more affordable, higher resolution or innovative data acquisition techniques (for instance hyphenated instrumentation such as two-dimensional chromatography), the need for advanced signal and image processing tools has grown in physico-chemical analysis, together with the quantity and complexity of acquired measurements. Either with mono- (signals) or two-dimensional (from hyphenated techniques to standard images) data, processing generally aims at improving quality and at providing more precise quantitative assessment of measurements of materials and products, to yield insight or access to information, chemical properties, reactive dynamics or textural properties, to name a few (for instance). Although chemometrics embrace from experimental design to calibration, more interplay between physico-chemical analysis and generic signal and image processing is believed to strengthen the two disciplines. Indeed, although they strongly differ in background and vocabulary, both specialities share similar values of best practice in carrying out identifications and comprehensive characterizations, albethey of samples or of numerical data.
The present call for papers aims at gathering contributions on recent progresses performed and emerging trends concerning (but not limited) to:
  • 1D and 2D acquisition, sparse sampling (compressive sensing), modulation/demodulation, compression, background/baseline/trend estimation, enhancement, integration, smoothing and filtering, denoising, differentiation, detection, deconvolution and source separation, resolution improvement, peak or curve fitting and matching, clustering, segmentation, multiresolution analysis, mathematical morphology, calibration, multivariate curve resolution, property prediction, regression, data mining, tomography, visualization,
pertaining to the improvement of physico-chemical analysis techniques, including (not exclusively):
  • (high-performance) gas, liquid or ion chromatography; gel electrophoresis; diode array detector; Ultraviolet (UV), visible, Infrared (NIR, FIR), Raman or Nuclear Magnetic Resonance (NMR) spectroscopy, X-ray diffraction (XRD), X-Ray Absorption (EXAFS, XANES), mass spectrometry; photoacoustic spectroscopy (PAS); porosimetry; hyphenated techniques; electron microscopy (SEM, TEM),
in the following proposed domains:
  • catalysis, chemical engineering, oil and gas production, refining processes, petrochemicals, and other sources of energy, in particular alternative energies with a view to sustainable development.
Provisional deadlines:
  • Statement of intent: December 12th, 2011
  • Submission of final manuscript: January 8th, 2012
  • Publication: 2nd semester 2012

August 15, 2011

Opinion on Melancholia

Lars von Trier has recently proposed to the audience the Cannes awarded movie Melancholia. As for the brunette and the blonde sisters (one organized and the other erratic), as for the two planets (Earth and Mechancolia) featured in the movie (one rotating predictively for ever around the sun, the other wobbling to its final destination), the movie has attracted two-pole reviews, either good or bad (in random order). Melancholia, as a science-fiction movie (is it?), dwells on a the line that joins Stanley Kubrick's 2001 and Andrei Tarkovsky's Solaris. On very projective line, between "zero and infinity" (le zéro et l'infini), which translates into French Darkness at noon by Arthur Koestler.

Von Trier's Mechancolia of course reminds of Albrecht Dürer's (the painter, not the insect - see Monty Python's in three languages) Melencolia I ou La Melencolia. The engraving has suffered many interpretations, with all its symbolic details (magic square, sphere, truncated rhombohedron...) combined with the standard inference of "Melencolia I" or "Melencholia Imaginativa", in which  "imagination" predominates over "mind" or "reason".

Beautiful picture, ear-deafening Wagner music, fine directed, the film would only need some direction. After clear-cut editing, it would probably make a nice desktop wallpaper.

Oh yes, i forgot to tell you (for those who have an eye for finest details, these words are from another SicFi movie Dune), the Signal Processing: Special issue on Advances in Multirate Filter Bank Structures and Multiscale Representations is out: at ScienceDirect (Signal Processing, Volume 91, Issue 12), here in a blog post or on a separate page. Feel like melancholia as the issue is finally out.




Film-opéra-concert Ariodante

  #Ariodante de #Händel par les Arts Florissants  en opéra-concert-film est #amazing ; trois raisons, deux futiles.  c'est 16 euros, ...