Kalyanmoy Deb
   HOME

TheInfoList



OR:

Kalyanmoy Deb is an Indian computer scientist. Deb is the Herman E. & Ruth J. Koenig Endowed Chair Professor in the Department of Electrical and Computing Engineering at Michigan State University. Deb is also a professor in the Department of Computer Science and Engineering and the Department of Mechanical Engineering at Michigan State University. Deb established the Kanpur Genetic Algorithms Laboratory at
IIT Kanpur The Indian Institute of Technology Kanpur (IIT Kanpur) Hindi: भारतीय प्रौद्योगिकी संस्थान कानपुर) is a public institute of technology located in Kanpur, Uttar Pradesh, India. It was ...
in 1997 and the Computational Optimization and Innovation (COIN) Laboratory at
Michigan State Michigan State University (Michigan State, MSU) is a public land-grant research university in East Lansing, Michigan. It was founded in 1855 as the Agricultural College of the State of Michigan, the first of its kind in the United States. It i ...
in 2013. In 2001,
Wiley Wiley may refer to: Locations * Wiley, Colorado, a U.S. town * Wiley, Pleasants County, West Virginia, U.S. * Wiley-Kaserne, a district of the city of Neu-Ulm, Germany People * Wiley (musician), British grime MC, rapper, and producer * Wiley Mil ...
published a textbook written by Deb titled ''Multi-Objective Optimization using Evolutionary Algorithms'' as part of its series titled "Systems and Optimization". In an analysis of the network of authors in the academic field of evolutionary computation by Carlos Cotta and Juan-Julián Merelo, Deb was identified as one of the most central authors in the community and was designated as a " sociometric superstar" of the field. Deb has several honors, including the
Shanti Swarup Bhatnagar award The Shanti Swarup Bhatnagar Prize for Science and Technology (SSB) is a science award in India India, officially the Republic of India (Hindi: ), is a country in South Asia. It is the List of countries and dependencies by area, seventh-la ...
in engineering sciences (2005), the Thomson Citation Laureate award for his highly cited
research Research is " creative and systematic work undertaken to increase the stock of knowledge". It involves the collection, organization and analysis of evidence to increase understanding of a topic, characterized by a particular attentiveness ...
in
computer science Computer science is the study of computation, automation, and information. Computer science spans theoretical disciplines (such as algorithms, theory of computation, information theory, and automation) to practical disciplines (includi ...
(1996–2005), and the MCDM Edgeworth-Pareto Award for a record of creativity to the extent that the field of multiple-criteria decision making would not exist in its current form in 2008. Deb has been awarded the Infosys Prize in Engineering and Computer Science from Infosys Limited,
Bangalore Bangalore (), List of renamed places in India, officially Bengaluru (), is the Capital city, capital and largest city of the Indian state of Karnataka. It has a population of more than and a metropolitan area, metropolitan population of a ...
, India for his contributions to evolutionary
multi-objective optimization Multi-objective optimization (also known as multi-objective programming, vector optimization, multicriteria optimization, multiattribute optimization or Pareto optimization) is an area of multiple criteria decision making that is concerned with ...
, which have led to "advances in non-linear constraints, decision uncertainty, programming and numerical methods, computational efficiency of large-scale problems, and optimization algorithms." He is also a recipient of the 2012
TWAS Prize This is a list of recipients of the TWAS Prize, awarded annually by The World Academy of Sciences (TWAS). Summary Agricultural Sciences Biology Chemistry Earth Sciences Engineering Sciences Mathematics Medical Sc ...
from the World Academy of Sciences.


Background and career

Deb received his B.Tech. in
Mechanical Engineering Mechanical engineering is the study of physical machines that may involve force and movement. It is an engineering branch that combines engineering physics and mathematics principles with materials science, to design, analyze, manufacture, an ...
(1985) from
IIT Kharagpur Indian Institute of Technology Kharagpur (IIT Kharagpur) is a Public university, public institute of technology established by the Government of India in Kharagpur, West Bengal, India. Established in 1951, the institute is the first of the Indi ...
and his MS (1989) and PhD (1991) in Engineering Mechanics from the
University of Alabama The University of Alabama (informally known as Alabama, UA, or Bama) is a public research university in Tuscaloosa, Alabama. Established in 1820 and opened to students in 1831, the University of Alabama is the oldest and largest of the publi ...
. His PhD advisor was David E. Goldberg, and his PhD thesis was titled ''Binary and Floating-Point Function Optimization using Messy Genetic Algorithms''. From 1991 to 1992 he was a postdoc at
UIUC The University of Illinois Urbana-Champaign (U of I, Illinois, University of Illinois, or UIUC) is a public land-grant research university in Illinois in the twin cities of Champaign and Urbana. It is the flagship institution of the Uni ...
. In 1993, he became a professor of
mechanical engineering Mechanical engineering is the study of physical machines that may involve force and movement. It is an engineering branch that combines engineering physics and mathematics principles with materials science, to design, analyze, manufacture, an ...
at
IIT Kanpur The Indian Institute of Technology Kanpur (IIT Kanpur) Hindi: भारतीय प्रौद्योगिकी संस्थान कानपुर) is a public institute of technology located in Kanpur, Uttar Pradesh, India. It was ...
, where he went on to hold the Deva Raj Endowed Chair (2007–2010) and the Gurmukh and Veena Mehta Endowed Chair (2011–2013). For his next position, he left for the Michigan State University, where has been the Herman E. & Ruth J. Koenig Endowed Chair since 2013.


Research


NSGA

Deb is a highly cited researcher, with 138,000+ Google Scholar citations and an ''h''-index of 116. A large fraction of his citations come from his work on nondominated-sorting genetic algorithms for
multiobjective optimization Multi-objective optimization (also known as multi-objective programming, vector optimization, multicriteria optimization, multiattribute optimization or Pareto optimization) is an area of multiple criteria decision making that is concerned with ...
. In 1994, Deb and coauthor Nidamarthi Srinivas introduced one ofPrevious nondominated-sorting genetic algorithms had been introduced by Carlos M. Fonseca and Peter J. Fleming (''Genetic algorithms for multiobjective optimization: formulation, discussion and generalization'', 1993) and Jeffrey Horn (Northern Michigan University), Nicholas Nafpliotis, and David E. Goldberg (''A niched Pareto genetic algorithm for multiobjective optimization'', 1994). the first nondominated-sorting genetic algorithms, which they termed "NSGA".


NSGA-II

In 2002, Deb and coauthors Amrit Pratap, Sameer Agarwal, and T.A.M.T. Meyarivan introduced a notion of ''crowding distance'' for an individual, which "calculates a measure of how close an individual is to its neighbors." They also introduced a fasterFaster compared to Srinivas and Deb's implementation in NSGA (1994). way to implement nondominated sorting, by for every individual keeping track of which other
individuals An individual is that which exists as a distinct entity. Individuality (or self-hood) is the state or quality of being an individual; particularly (in the case of humans) of being a person unique from other people and possessing one's own need ...
it strictly dominates. By incorporating crowding distance, elitism,See also the section Elitist selection in the
Selection (genetic algorithm) Selection is the stage of a genetic algorithm in which individual genomes are chosen from a population for later breeding (using the crossover operator). A generic selection procedure may be implemented as follows: #The fitness function is evalua ...
page.
and the faster implementation of nondominated sorting into the original NSGA, Deb and his coauthors modified the original NSGA and made it faster and more reliable.Incorporating the faster implementation of nondominated sorting and
elitist Elitism is the belief or notion that individuals who form an elite—a select group of people perceived as having an intrinsic quality, high intellect, wealth, power, notability, special skills, or experience—are more likely to be construc ...
selection Selection may refer to: Science * Selection (biology), also called natural selection, selection in evolution ** Sex selection, in genetics ** Mate selection, in mating ** Sexual selection in humans, in human sexuality ** Human mating strateg ...
made the algorithm faster. Incorporating crowding distance and
elitist Elitism is the belief or notion that individuals who form an elite—a select group of people perceived as having an intrinsic quality, high intellect, wealth, power, notability, special skills, or experience—are more likely to be construc ...
selection Selection may refer to: Science * Selection (biology), also called natural selection, selection in evolution ** Sex selection, in genetics ** Mate selection, in mating ** Sexual selection in humans, in human sexuality ** Human mating strateg ...
made the algorithm more reliable.
They termed this modification "NSGA-II". According to the Web of Science Core Collection database, this paper was the first paper solely by Indian authors to have more than 5,000 citations.


NSGA-III

In 2013, Deb and coauthor Himanshu Jain proposed a modification of NSGA-II for solving many-objective optimization problems with 10+ objectives.''Many-objective optimization'' is a subfield of
multiobjective optimization Multi-objective optimization (also known as multi-objective programming, vector optimization, multicriteria optimization, multiattribute optimization or Pareto optimization) is an area of multiple criteria decision making that is concerned with ...
focusing on problems that have a large number of constraints (four or more constraints).
They termed this modification "NSGA-III".


Awards

*Humboldt Fellow, AvH, Germany (1998) *Friedrich Wilhelm Bessel Award, AvH, Germany (2003) *Shanti Swarup Bhatnagar (2005) *Finnish Distinguished Professor (FiDiPro) (2007–2009) *Edgeworth-Pareto Award (2008) *Infosys Awards (2010) *J.C.Bose National Fellow (2011) *IEEE Fellow (2011) *CajAstur "Mamdani" Prize, European Soft Computing Center (2011) *The World Academy of Sciences (2012) *Honorary Doctorate Degree, Univ. of Jyvaskyla, Finland (2013) *
ACM Fellow ACM or A.C.M. may refer to: Aviation * AGM-129 ACM, 1990–2012 USAF cruise missile * Air chief marshal * Air combat manoeuvring or dogfighting * Air cycle machine * Arica Airport (Colombia) (IATA: ACM), in Arica, Amazonas, Colombia Computing * ...
(2022)


Notes


References


External links


Kalyanmoy Deb: Current Classic Paper in Engineering Podcast (November, 2010)
{{DEFAULTSORT:Deb, Kalyanomy Year of birth missing (living people) Living people Michigan State University faculty Fellows of the Indian Academy of Sciences Scientists from Tripura TWAS laureates Recipients of the Shanti Swarup Bhatnagar Award in Engineering Science Fellows of the Association for Computing Machinery