Ewin Tang
   HOME

TheInfoList



OR:

Ewin Tang (born 2000) is a computer scientist at the
University of Washington The University of Washington (UW, simply Washington, or informally U-Dub) is a public research university in Seattle, Washington. Founded in 1861, Washington is one of the oldest universities on the West Coast; it was established in Seattle a ...
. She was named as one of 2019 Science ''Forbes'' 30 Under 30 for her work developing algorithms for classical computers to perform calculations that were previously deemed only possible with quantum computers. That research began under the supervision of
Scott Aaronson Scott Joel Aaronson (born May 21, 1981) is an American theoretical computer scientist and David J. Bruton Jr. Centennial Professor of Computer Science at the University of Texas at Austin. His primary areas of research are quantum computing an ...
when Tang was only a teenager.


Early life

Tang skipped the fourth, fifth, and sixth grades in order to enroll at the
University of Texas at Austin The University of Texas at Austin (UT Austin, UT, or Texas) is a public research university in Austin, Texas. It was founded in 1883 and is the oldest institution in the University of Texas System. With 40,916 undergraduate students, 11,075 ...
at the age of 14. Tang's first experience of research involved working on
in vivo imaging Preclinical imaging is the visualization of living animals for research purposes, such as drug development. Imaging modalities have long been crucial to the researcher in observing changes, either at the organ, tissue, cell, or molecular level, i ...
for biomedical research such as optical probes to view polarised
macrophage Macrophages (abbreviated as M φ, MΦ or MP) ( el, large eaters, from Greek ''μακρός'' (') = large, ''φαγεῖν'' (') = to eat) are a type of white blood cell of the immune system that engulfs and digests pathogens, such as cancer cel ...
s during foreign body reactions,
bacterial infection Pathogenic bacteria are bacteria that can cause disease. This article focuses on the bacteria that are pathogenic to humans. Most species of bacteria are harmless and are often beneficial but others can cause infectious diseases. The number of ...
,
fibrin Fibrin (also called Factor Ia) is a fibrous, non-globular protein involved in the clotting of blood. It is formed by the action of the protease thrombin on fibrinogen, which causes it to polymerize. The polymerized fibrin, together with platele ...
deposition, and real-time detection of
neutrophil Neutrophils (also known as neutrocytes or heterophils) are the most abundant type of granulocytes and make up 40% to 70% of all white blood cells in humans. They form an essential part of the innate immune system, with their functions varying in ...
responses. In 2014 Tang was awarded an
Davidson Fellow Davidson may refer to: * Davidson (name) * Clan Davidson, a Highland Scottish clan * Davidson Media Group * Davidson Seamount, undersea mountain southwest of Monterey, California, USA * Tyler Davidson Fountain, monument in Cincinnati, Ohio, USA * ...
Honorable Mention for her work on an optical imaging probe for real-time detection of infection. In 2017 she took a class on
quantum information Quantum information is the information of the state of a quantum system. It is the basic entity of study in quantum information theory, and can be manipulated using quantum information processing techniques. Quantum information refers to both th ...
taught by Scott Aaronson, who would soon become her dissertation adviser. Aaronson recognised Tang as an "unusually talented student" and presented her with a range of research projects to choose from; among them was the recommendation problem.


Research

Before Tang's work, the best known classical algorithms solving some linear algebra problems were exponentially slower, under some assumptions, than the best
quantum algorithm In quantum computing, a quantum algorithm is an algorithm which runs on a realistic model of quantum computation, the most commonly used model being the quantum circuit model of computation. A classical (or non-quantum) algorithm is a finite sequ ...
for the same problem. Inspired by the quantum solution, based on the HHL algorithm, she found classical algorithms solving these problem in a similar time as the quantum algorithms, under similar assumptions, thus "dequantizing" them and exponentially improving over the best known classical algorithms. Her first work in
quantum computing Quantum computing is a type of computation whose operations can harness the phenomena of quantum mechanics, such as superposition, interference, and entanglement. Devices that perform quantum computations are known as quantum computers. Though ...
was her 2018 thesis dissertation titled ''A quantum-inspired classical algorithm for recommendation systems'', supervised by
Scott Aaronson Scott Joel Aaronson (born May 21, 1981) is an American theoretical computer scientist and David J. Bruton Jr. Centennial Professor of Computer Science at the University of Texas at Austin. His primary areas of research are quantum computing an ...
, allowing her to complete two undergraduate degrees 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 Applied science, practical discipli ...
and in
pure mathematics Pure mathematics is the study of mathematical concepts independently of any application outside mathematics. These concepts may originate in real-world concerns, and the results obtained may later turn out to be useful for practical applications, ...
from the
UT Austin The University of Texas at Austin (UT Austin, UT, or Texas) is a public research university in Austin, Texas. It was founded in 1883 and is the oldest institution in the University of Texas System. With 40,916 undergraduate students, 11,075 ...
. This work details a new algorithm that solves the recommendation problem; for example, how does
Amazon Amazon most often refers to: * Amazons, a tribe of female warriors in Greek mythology * Amazon rainforest, a rainforest covering most of the Amazon basin * Amazon River, in South America * Amazon (company), an American multinational technology c ...
or
Netflix Netflix, Inc. is an American subscription video on-demand over-the-top streaming service and production company based in Los Gatos, California. Founded in 1997 by Reed Hastings and Marc Randolph in Scotts Valley, California, it offers a fil ...
predict which books or movies a specific consumer will personally enjoy? A linear algebraic approach of the problem is the following: given ''m'' users, and ''n'' products, alongside incomplete data about which products the users prefer (organised in a binary tree data structure) where there are not too many ways the users can vary their preferences (called low-rank matrices), what are the products that a given user may want to buy? A common linear algebraic classical strategy to solve this problem is to reconstruct an approximation of the full preference matrix and use it to predict the next preferred product. Such a strategy uses at least a time
polynomial In mathematics, a polynomial is an expression consisting of indeterminates (also called variables) and coefficients, that involves only the operations of addition, subtraction, multiplication, and positive-integer powers of variables. An exa ...
in the matrix dimension. In 2016, Iordanis Kerenidis and Anupam Prakash, found an exponentially faster
quantum algorithm In quantum computing, a quantum algorithm is an algorithm which runs on a realistic model of quantum computation, the most commonly used model being the quantum circuit model of computation. A classical (or non-quantum) algorithm is a finite sequ ...
; this algorithm uses the HHL algorithm to sample the product directly from an approximation of the preference matrix without reconstructing the matrix itself, thus avoiding the
polynomial In mathematics, a polynomial is an expression consisting of indeterminates (also called variables) and coefficients, that involves only the operations of addition, subtraction, multiplication, and positive-integer powers of variables. An exa ...
limit mentioned above. Tang's classical algorithm, inspired by the fast quantum algorithm of Kerenidis and Prakash, is able to perform the same calculations but on a normal computer without the need for quantum
machine learning Machine learning (ML) is a field of inquiry devoted to understanding and building methods that 'learn', that is, methods that leverage data to improve performance on some set of tasks. It is seen as a part of artificial intelligence. Machine ...
. Both approaches run in
polylogarithmic time In computer science, the time complexity is the computational complexity that describes the amount of computer time it takes to run an algorithm. Time complexity is commonly estimated by counting the number of elementary operations performed by t ...
which means the total computation time scales with the
logarithm In mathematics, the logarithm is the inverse function to exponentiation. That means the logarithm of a number  to the base  is the exponent to which must be raised, to produce . For example, since , the ''logarithm base'' 10 o ...
of the problem variables such as the total number of products and users, except Tang utilises a classical replication of the quantum sampling techniques. Prior to Tang's results, it was widely assumed that no fast classical algorithm existed; Kerenidis and Prakash did not attempt to study the classical solution, and the task assigned to Tang by Aaronson was to prove its nonexistence. As he said, "that seemed to me like an important 't' to cross to complete this story". Before Tang's research was made public, she and Aaronson attended a quantum computing workshop at the
University of California The University of California (UC) is a public land-grant research university system in the U.S. state of California. The system is composed of the campuses at Berkeley, Davis, Irvine, Los Angeles, Merced, Riverside, San Diego, San Francisco, ...
where Tang presented in front of an audience that included Kerenidis and Prakash on June 18 and 19 2018. After four hours of questioning, the consensus was that Tang's classical algorithm seemed correct. The recommendation problem was one of a handful of projects offered by Aaronson, which was chosen reluctantly by Tang: "I was hesitant because it seemed like a hard problem when I looked at it, but it was the easiest of the problems he gave me". In 2018 Tang was named as a University of Texas at Austin Dean's Honored Graduate in computer science, having maintained a 4.0
grade-point average Grading in education is the process of applying standardized measurements for varying levels of achievements in a course. Grades can be assigned as letters (usually A through F), as a range (for example, 1 to 6), as a percentage, or as a numbe ...
. In the same year, Tang began her Ph.D. in theoretical computer science at the
University of Washington The University of Washington (UW, simply Washington, or informally U-Dub) is a public research university in Seattle, Washington. Founded in 1861, Washington is one of the oldest universities on the West Coast; it was established in Seattle a ...
under the supervision of James Lee. She pursued her research and generalized the above result, dequantizing other
quantum machine learning Quantum machine learning is the integration of quantum algorithms within machine learning programs. The most common use of the term refers to machine learning algorithms for the analysis of classical data executed on a quantum computer, i.e. quan ...
HHL-based problems:
principal component analysis Principal component analysis (PCA) is a popular technique for analyzing large datasets containing a high number of dimensions/features per observation, increasing the interpretability of data while preserving the maximum amount of information, and ...
and low-rank stochastic
regression Regression or regressions may refer to: Science * Marine regression, coastal advance due to falling sea level, the opposite of marine transgression * Regression (medicine), a characteristic of diseases to express lighter symptoms or less extent ( ...
.


Media coverage

There was wide media coverage in response to Tang's work on using classical computing rather than quantum computing to tackle the recommendation problem, due to the perception that it eliminates one of the best examples of quantum speedup. Some researchers came to the defence of quantum computing, such as Robert Young (Director of the University of Lancaster's Quantum Technology Centre), who said in a
BBC news BBC News is an operational business division of the British Broadcasting Corporation (BBC) responsible for the gathering and broadcasting of news and current affairs in the UK and around the world. The department is the world's largest broadca ...
article, "If we hadn't invested in quantum computing, the quantum algorithm that inspired sTang wouldn't have existed". Tang herself notes the divisive nature of comparing classical to quantum algorithms, and the trepidation of proving her algorithm to her adviser, "I started believing there is a fast classical algorithm, but I couldn’t really prove it to myself because Scott
aronson Aronson is a surname. Notable people with the surname include: * Billy Aronson, American playwright * Boris Aronson (1898–1980), American artist and set designer * Chaim Aronson (1825–1893), Lithuanian inventor and memoirist in Tsarist Russia ...
seemed to think there wasn’t one, and he was the authority". At the age of 18, Tang was named as one of ''Forbes'' 30 Under 30 for 2019 due to her work in developing computing methods that allow classical computers to handle tasks previously deemed only possible with a quantum computer.


Selected publications


References


External links


Personal webpage
{{DEFAULTSORT:Tang, Ewin 2000 births Living people University of Texas at Austin alumni University of Washington alumni Quantum information scientists American computer scientists Date of birth missing (living people)