Machine olfaction

Last updated

Machine olfaction is the automated simulation of the sense of smell. An emerging application in modern engineering, it involves the use of robots or other automated systems to analyze air-borne chemicals. Such an apparatus is often called an electronic nose or e-nose. The development of machine olfaction is complicated by the fact that e-nose devices to date have responded to a limited number of chemicals, whereas odors are produced by unique sets of (potentially numerous) odorant compounds. The technology, though still in the early stages of development, promises many applications, such as: [1] quality control in food processing, detection and diagnosis in medicine, [2] detection of drugs, explosives and other dangerous or illegal substances, [3] disaster response, and environmental monitoring.

Contents

One type of proposed machine olfaction technology is via gas sensor array instruments capable of detecting, identifying, and measuring volatile compounds. However, a critical element in the development of these instruments is pattern analysis, and the successful design of a pattern analysis system for machine olfaction requires a careful consideration of the various issues involved in processing multivariate data: signal-preprocessing, feature extraction, feature selection, classification, regression, clustering, and validation. [4] Another challenge in current research on machine olfaction is the need to predict or estimate the sensor response to aroma mixtures. [5] Some pattern recognition problems in machine olfaction such as odor classification and odor localization can be solved by using time series kernel methods. [6]

Detection

There are three basic detection techniques using conductive-polymer odor sensors (polypyrrole), tin-oxide gas sensors, and quartz-crystal micro-balance sensors.[ citation needed ] They generally comprise (1) an array of sensors of some type, (2) the electronics to interrogate those sensors and produce digital signals, and (3) data processing and user interface software.

The entire system is a means of converting complex sensor responses into a qualitative profile of the volatile (or complex mixture of chemical volatiles) that make up a smell, in the form of an output.

Conventional electronic noses are not analytical instruments in the classical sense and very few claim to be able to quantify an odor. These instruments are first 'trained' with the target odor and then used to 'recognize' smells so that future samples can be identified as 'good' or 'bad'.

Research into alternative pattern recognition methods for chemical sensor arrays has proposed solutions to differentiate between artificial and biological olfaction related to dimensionality. This biologically-inspired approach involves creating unique algorithms for information processing. [7]

Electronic noses are able to discriminate between odors and volatiles from a wide range of sources. The list below shows just some of the typical applications for electronic nose technology – many are backed by research studies and published technical papers.

Odor localization

Odor localization is a combination of quantitative chemical odor analysis and path-searching algorithms, and environmental conditions play a vital role in localization quality. Different methods are being researched for various purposes and in different real-world conditions.

Motivation

Odor localization is the technique and process of locating a volatile chemical source in an environment containing one or several odors. It is vitally important for all living beings for both finding sustenance and avoiding danger. Unlike the other basic human senses, the sense of smell is entirely chemical-based. However, in comparison with the other dimensions of perception, detection of odor faces additional problems due to the complex dynamic equations of odor and unpredictable external disturbances such as wind.

Application

Odor localization technology shows promise in many applications, including: [8] [1]

History and problem statement

The earliest instrument for specific odor detection was a mechanical nose developed in 1961 by Robert Wighton Moncrieff. The first electronic nose was created by W. F. Wilkens and J. D. Hartman in 1964. [9] Larcome and Halsall discussed the use of robots for odor sensing in the nuclear industry in the early 1980s, [10] and research on odor localization was started in the early 1990s. Odor localization is now a fast-growing field. Various sensors have been developed and a variety of algorithms have been proposed for diverse environments and conditions.

Mechanical odor localization can be executed via the following three steps, (1) search for the presence of a volatile chemical (2) search for the position of the source with an array of odor sensors and certain algorithms, and (3) identify the tracked odor source (odor recognition).

Localization methods

Odor localization methods are often classified according to odor dispersal modes in a range of environmental conditions. These modes can generally be divided into two categories: diffusion-dominated fluid flow and turbulence-dominated fluid flow. These have different algorithms for odor localization, discussed below.

Diffusion-dominated fluid flow

Tracking and localization methods for diffusion-dominated fluid flow – which is mostly used in underground odor localization – must be designed so that olfaction machinery can operate in environments in which fluid motion is dominated by viscosity. This means that diffusion leads to the dispersal of odor flow, and the concentration of odor decreases from the source as a Gaussian distribution. [11]

The diffusion of chemical vapor through soil without external pressure gradient is often modeled by Fick's second law:

where D is the diffusion constant, d is distance in the diffusion direction, C is chemical concentration and t is time.

Assuming the chemical odor flow only disperses in one direction with a uniform cross-section profile, the relationship of odor concentration at a certain distance and certain time point between odor source concentrations is modeled as

where is the odor source concentration. This is the simplest dynamic equation in odor detection modeling, ignoring external wind or other interruptions. Under the diffusion-dominated propagation model, different algorithms were developed by simply tracking chemical concentration gradients to locate an odor source.

E. coli algorithm

A simple tracking method is the E. coli algorithm. [12] In this process, the odor sensor simply compares concentration information from different locations. The robot moves along repeated straight lines in random directions. When the current state odor information is improved compared to the previous reading, the robot will continue on the current path. However, when the current state condition is worse than the previous one, the robot will backtrack then move in another random direction. This method is simple and efficient, however, the length of the path is highly variable and missteps increase with proximity to the source.[ further explanation needed ]

Hex-path algorithm and dodecahedron algorithm

Another method based on the diffusion model is the hex-path algorithm, developed by R. Andrew Russel [12] for underground chemical odor localization with a buried probe controlled by a robotic manipulator. [12] [13] The probe moves at a certain depth along the edges of a closely packed hexagonal grid. At each state junction n, there are two paths (left and right) for choosing, and the robot will take the path that leads to higher concentration of the odor based on the previous two junction states odor concentration information n−1, n−2. In the 3D version of the hex-path algorithm, the dodecahedron algorithm, the probe moves in a path that corresponds to a closely packed dodecahedra, so that at each state point there are three possible path choices.

Turbulence-dominated fluid flow

Figure 1. plume modeling Figure1 Plume modeling.png
Figure 1. plume modeling

In turbulence-dominated fluid flow, localization methods are designed to deal with background fluid (wind or water) flow as turbulence interruption. Most of the algorithms under this category are based on plume modeling (Figure 1). [14]

Plume dynamics are based on Gaussian models, which are based on Navier–Stokes equations. The simplified boundary condition of the Gaussian-based model is:

where Dx and Dy are diffusion constants; is the linear wind velocity in the x direction, is the linear wind velocity in the y direction. Additionally assuming that the environment is uniform and the plume source is constant, the equation for odor detection in each robot sensor at each detection time point tth is

where is the tth sample of ith sensor, is gain factor, is kth source intensity, is the location of kth source, is plume attenuation parameter, is background noise that satisfies . Under plume modeling, different algorithms can be used to localize the odor source.

Figure 2. Triangulation method Figure 1 Trangulation method.jpeg
Figure 2. Triangulation method
Triangulation algorithm

A simple algorithm that can be used for location estimation is the triangulation method (Figure 2). Consider the odor detection equation above, the position of the odor source can be estimated by organizing sensor distances on one side of the equation and ignoring the noise. The source position can be estimated using the following equations:

Least square method (LSM)

The least square method (LSM) is a slightly complicated algorithm for odor localization. The LSM version of the odor tracking model is given by:

where is the Euclidean distance between the sensor node and the plume source, given by:

The main difference between the LSM algorithm and the direct triangulation method is the noise. In LSM, noise is considered, and the odor source location is estimated by minimizing the squared error. The nonlinear least square problem is given by:

where is the estimated source location and is the average of multiple measurements at the sensors, given by:

Maximum likelihood estimation (MLE)

Another method based on plume modeling is maximum likelihood estimation (MLE). In this odor localization method, several matrices are defined as follows:

With these matrices, the plume-based odor detection model can be expressed with the following equation:

Then the MLE can be applied to the modeling and form the probability density function

where is the estimated odor source position, and the log likelihood function is

The maximum likelihood parameter estimation of can be calculated by minimizing

and the accurate position of the odor source can be estimated by solving:

Infotaxis

In 2007, a strategy called infotaxis was proposed in which a mental model is created utilizing previously collected information about where a smell's source is likely to be. The robot moves in a direction that maximizes information. [15] Infotaxis is designed for tracking in turbulent environments. It has been implemented as a partially observable Markov decision process [16] with a stationary target in a two-dimensional grid. [17]

See also

Related Research Articles

<span class="mw-page-title-main">Lorentz force</span> Force acting on charged particles in electric and magnetic fields

In physics, specifically in electromagnetism, the Lorentz force is the combination of electric and magnetic force on a point charge due to electromagnetic fields. A particle of charge q moving with a velocity v in an electric field E and a magnetic field B experiences a force of

In vector calculus and differential geometry the generalized Stokes theorem, also called the Stokes–Cartan theorem, is a statement about the integration of differential forms on manifolds, which both simplifies and generalizes several theorems from vector calculus. In particular, the fundamental theorem of calculus is the special case where the manifold is a line segment, Green’s theorem and Stokes' theorem are the cases of a surface in or and the divergence theorem is the case of a volume in Hence, the theorem is sometimes referred to as the Fundamental Theorem of Multivariate Calculus.

In particle physics, the Dirac equation is a relativistic wave equation derived by British physicist Paul Dirac in 1928. In its free form, or including electromagnetic interactions, it describes all spin-12 massive particles, called "Dirac particles", such as electrons and quarks for which parity is a symmetry. It is consistent with both the principles of quantum mechanics and the theory of special relativity, and was the first theory to account fully for special relativity in the context of quantum mechanics. It was validated by accounting for the fine structure of the hydrogen spectrum in a completely rigorous way.

<span class="mw-page-title-main">Fokker–Planck equation</span> Partial differential equation

In statistical mechanics and information theory, the Fokker–Planck equation is a partial differential equation that describes the time evolution of the probability density function of the velocity of a particle under the influence of drag forces and random forces, as in Brownian motion. The equation can be generalized to other observables as well. The Fokker-Planck equation has multiple applications in information theory, graph theory, data science, finance, economics etc.

In continuum mechanics, the infinitesimal strain theory is a mathematical approach to the description of the deformation of a solid body in which the displacements of the material particles are assumed to be much smaller than any relevant dimension of the body; so that its geometry and the constitutive properties of the material at each point of space can be assumed to be unchanged by the deformation.

In vector calculus, Green's theorem relates a line integral around a simple closed curve C to a double integral over the plane region D bounded by C. It is the two-dimensional special case of Stokes' theorem.

In physics, the Hamilton–Jacobi equation, named after William Rowan Hamilton and Carl Gustav Jacob Jacobi, is an alternative formulation of classical mechanics, equivalent to other formulations such as Newton's laws of motion, Lagrangian mechanics and Hamiltonian mechanics.

<span class="mw-page-title-main">Voigt profile</span> Probability distribution

The Voigt profile is a probability distribution given by a convolution of a Cauchy-Lorentz distribution and a Gaussian distribution. It is often used in analyzing data from spectroscopy or diffraction.

In theoretical physics and mathematics, a Wess–Zumino–Witten (WZW) model, also called a Wess–Zumino–Novikov–Witten model, is a type of two-dimensional conformal field theory named after Julius Wess, Bruno Zumino, Sergei Novikov and Edward Witten. A WZW model is associated to a Lie group, and its symmetry algebra is the affine Lie algebra built from the corresponding Lie algebra. By extension, the name WZW model is sometimes used for any conformal field theory whose symmetry algebra is an affine Lie algebra.

In differential geometry, the four-gradient is the four-vector analogue of the gradient from vector calculus.

In mathematics, a metric connection is a connection in a vector bundle E equipped with a bundle metric; that is, a metric for which the inner product of any two vectors will remain the same when those vectors are parallel transported along any curve. This is equivalent to:

In mathematics, the theory of optimal stopping or early stopping is concerned with the problem of choosing a time to take a particular action, in order to maximise an expected reward or minimise an expected cost. Optimal stopping problems can be found in areas of statistics, economics, and mathematical finance. A key example of an optimal stopping problem is the secretary problem. Optimal stopping problems can often be written in the form of a Bellman equation, and are therefore often solved using dynamic programming.

<span class="mw-page-title-main">Mathematical descriptions of the electromagnetic field</span> Formulations of electromagnetism

There are various mathematical descriptions of the electromagnetic field that are used in the study of electromagnetism, one of the four fundamental interactions of nature. In this article, several approaches are discussed, although the equations are in terms of electric and magnetic fields, potentials, and charges with currents, generally speaking.

The term generalized logistic distribution is used as the name for several different families of probability distributions. For example, Johnson et al. list four forms, which are listed below.

<span class="mw-page-title-main">Gravitational lensing formalism</span>

In general relativity, a point mass deflects a light ray with impact parameter by an angle approximately equal to

In mathematics, Maass forms or Maass wave forms are studied in the theory of automorphic forms. Maass forms are complex-valued smooth functions of the upper half plane, which transform in a similar way under the operation of a discrete subgroup of as modular forms. They are eigenforms of the hyperbolic Laplace operator defined on and satisfy certain growth conditions at the cusps of a fundamental domain of . In contrast to modular forms, Maass forms need not be holomorphic. They were studied first by Hans Maass in 1949.

In computer science, online machine learning is a method of machine learning in which data becomes available in a sequential order and is used to update the best predictor for future data at each step, as opposed to batch learning techniques which generate the best predictor by learning on the entire training data set at once. Online learning is a common technique used in areas of machine learning where it is computationally infeasible to train over the entire dataset, requiring the need of out-of-core algorithms. It is also used in situations where it is necessary for the algorithm to dynamically adapt to new patterns in the data, or when the data itself is generated as a function of time, e.g., stock price prediction. Online learning algorithms may be prone to catastrophic interference, a problem that can be addressed by incremental learning approaches.

<span class="mw-page-title-main">Stokes' theorem</span> Theorem in vector calculus

Stokes' theorem, also known as the Kelvin–Stokes theorem after Lord Kelvin and George Stokes, the fundamental theorem for curls or simply the curl theorem, is a theorem in vector calculus on . Given a vector field, the theorem relates the integral of the curl of the vector field over some surface, to the line integral of the vector field around the boundary of the surface. The classical theorem of Stokes can be stated in one sentence: The line integral of a vector field over a loop is equal to the surface integral of its curl over the enclosed surface. It is illustrated in the figure, where the direction of positive circulation of the bounding contour ∂Σ, and the direction n of positive flux through the surface Σ, are related by a right-hand-rule. For the right hand the fingers circulate along ∂Σ and the thumb is directed along n.

<span class="mw-page-title-main">Relativistic Lagrangian mechanics</span> Mathematical formulation of special and general relativity

In theoretical physics, relativistic Lagrangian mechanics is Lagrangian mechanics applied in the context of special relativity and general relativity.

Batch normalization is a method used to make training of artificial neural networks faster and more stable through normalization of the layers' inputs by re-centering and re-scaling. It was proposed by Sergey Ioffe and Christian Szegedy in 2015.

References

  1. 1 2 "Special issue on machine olfaction". IEEE Sensors Journal. 11 (12): 3486. 2011. Bibcode:2011ISenJ..11.3486.. doi:10.1109/JSEN.2011.2167171.
  2. 1 2 Geffen, Wouter H. van; Bruins, Marcel; Kerstjens, Huib A. M. (2016-01-01). "Diagnosing viral and bacterial respiratory infections in acute COPD exacerbations by an electronic nose: a pilot study". Journal of Breath Research. 10 (3): 036001. Bibcode:2016JBR....10c6001V. doi: 10.1088/1752-7155/10/3/036001 . ISSN   1752-7163. PMID   27310311.
  3. Stassen, I.; Bueken, B.; Reinsch, H.; Oudenhoven, J. F. M.; Wouters, D.; Hajek, J.; Van Speybroeck, V.; Stock, N.; Vereecken, P. M.; Van Schaijk, R.; De Vos, D.; Ameloot, R. (2016). "Towards metal–organic framework based field effect chemical sensors: UiO-66-NH2 for nerve agent detection". Chem. Sci. 7 (9): 5827–5832. doi:10.1039/C6SC00987E. hdl:1854/LU-8157872. PMC   6024240 . PMID   30034722.
  4. Gutierrez-Osuna, R. (2002). "Pattern analysis for machine olfaction: A review". IEEE Sensors Journal. 2 (3): 189–202. Bibcode:2002ISenJ...2..189G. doi:10.1109/jsen.2002.800688.
  5. Phaisangittisagul, Ekachai; Nagle, H. Troy (2011). "Predicting odor mixture's responses on machine olfaction sensors". Sensors and Actuators B: Chemical. 155 (2): 473–482. doi:10.1016/j.snb.2010.12.049.
  6. Vembu, Shankar; Vergara, Alexander; Muezzinoglu, Mehmet K.; Huerta, Ramón (2012). "On time series features and kernels for machine olfaction". Sensors and Actuators B: Chemical. 174: 535–546. doi:10.1016/j.snb.2012.06.070.
  7. Raman, Baranidharan (December 2005). Sensor-based machine olfaction with neuromorphic models of the olfactory system (PhD). Texas A&M University. hdl:1969.1/4984.
  8. Moshayedi, Ata Jahangir. "Review on: Odor Localization Robot Aspect and Obstacles". www.academia.edu. Retrieved 2015-11-12.
  9. Gardner, Julian W.; Bartlett, Philip N. (1994-03-01). "A brief history of electronic noses". Sensors and Actuators B: Chemical. 18 (1–3): 210–211. doi:10.1016/0925-4005(94)87085-3.(subscription required)
  10. Larcombe, M. H. E. (1984). Robotics in nuclear engineering: computer-assisted teleoperation in hazardous environments with particular reference to radiation fields.
  11. Kowadlo, Gideon; Russell, R. Andrew (2008-08-01). "Robot Odor Localization: A Taxonomy and Survey". The International Journal of Robotics Research. 27 (8): 869–894. doi:10.1177/0278364908095118. ISSN   0278-3649. S2CID   348058.
  12. 1 2 3 Russell, R. Andrew (2004-01-01). "Robotic location of underground chemical sources". Robotica. 22 (1): 109–115. doi:10.1017/S026357470300540X. ISSN   1469-8668. S2CID   40463021.
  13. "Chemical Source Location and the RoboMole Project" (PDF).
  14. "Survey: Odor Source Localization" (PDF).
  15. Mackenzie, Dana (6 March 2023). "How animals follow their nose". Knowable Magazine. Annual Reviews. doi: 10.1146/knowable-030623-4 . Retrieved 13 March 2023.
  16. Reddy, Gautam; Murthy, Venkatesh N.; Vergassola, Massimo (10 March 2022). "Olfactory Sensing and Navigation in Turbulent Environments". Annual Review of Condensed Matter Physics. 13 (1): 191–213. doi:10.1146/annurev-conmatphys-031720-032754. ISSN   1947-5454.
  17. Loisy, Aurore; Eloy, Christophe (June 2022). "Searching for a source without gradients: how good is infotaxis and how to beat it". Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences. 478 (2262): 20220118. arXiv: 2112.10861 . doi:10.1098/rspa.2022.0118. ISSN   1364-5021.