Image shows an autonomous surface vehicle used for bathymetric mapping and water quality monitoring
This autonomous surface vehicle used for bathymetric mapping and water quality monitoring is part of a project being pursued by researchers at the Vehicle Autonomy and Intelligence Lab (VAIL) at Indiana University Bloomington.
Courtesy of Lantao Liu

How Lantao Liu and his team are helping robots adapt to challenges

The AWS Machine Learning Research Award winner is working to develop methods and open-source libraries that can potentially benefit the artificial intelligence and robotics communities.

Lantao Liu and his team at the Vehicle Autonomy and Intelligence Lab (VAIL) at Indiana University Bloomington want to help robots get better at navigating through complex and sometimes changing environments, while also boosting their ability to assess and process data. This challenge has significant applications, particularly in the realm of environmental modeling. Liu and his team are working to develop autonomous and machine learning methods and open-source libraries that can potentially benefit both the artificial intelligence and robotics communities.

“Machine learning algorithms are increasingly being developed for robotics missions. Many critical autonomy components are data-driven, where the data comes from onboard sensors such as LiDAR, sonar, and cameras,” says Liu who also is an assistant professor within the university’s Department of Intelligent Systems Engineering in the Luddy School of Informatics, Computing, and Engineering.

Photo is of Lantao Liu, who leads the Vehicle Autonomy and Intelligence Lab at Indiana University Bloomington
Lantao Liu leads the Vehicle Autonomy and Intelligence Lab at Indiana University Bloomington.
Courtesy of Lantao Liu

“The robots typically have weak computational capacity due to their limited dimensions and payloads, yet they require online learning with data processed on the fly,” he adds. “Unfortunately, many methods for solving these tasks entail large computational costs that can be very challenging for the robots. The key challenges have been computational-theoretical due to the increased complexity of stochastic modeling, but also practical due to the synergy of integrating hardware and software systems as well as customizing algorithms on the robots.”

Liu’s 2019 Amazon Machine Learning Research Award allows VAIL to access and leverage Amazon’s cloud computing tools and services for thousands of hours, boosting their work on both machine learning and autonomous systems.

“My lab works on various decision-making problems for different types of robots including aerial, ground, and aquatic vehicles. Our objective is to develop methodologies for autonomous robots to enhance their autonomy and intelligence in environmental sensing and modeling, search and rescue, among other applications of societal importance,” explains Liu.

Environmental sensing, modeling, and monitoring

One project being pursued by VAIL researchers involves a process that maps environmental attributes of interest, such as pollution in the water or air, by collecting corresponding measurement samples from different locations so that a “distribution map" (environment model) can be reconstructed.

“This mapping mechanism is also called environmental state estimation, a learning process where the parameters of an underlying environment model must be learned using streams of incoming sampling data collected by robots,” Liu explains.

“However, the environments can be dynamic, as can the associated environmental attributes to be mapped. A drawback to using robots is that the collection of samples requires a series of sequential, ordered, sampling operations (so data may not well represent the ground-truth map), and the entire sampling process is time consuming because the samples are typically spread over different spatial locations.

Environmental sensing, modeling, and monitoring using autonomous surface vehicles

“To provide a good estimate of the state of the environment at any time, the robot information-gathering sensing must be persistent to keep up with evolving environmental dynamics,” Liu explains. “One focus of our research has been developing principles that use data-driven methods to guide robots to learn the spatio-temporal and stochastic environment model, and utilize the learned model for path planning and decision-making solutions. This, in turn, benefits future environmental exploration and exploitation for subsequent modeling and monitoring.”

The VAIL team has been developing methods and software that can accurately characterize the spatiotemporal environment by designing a non-stationary modeling framework based on a variant of Gaussian processes (GPs).

“The map will not be the same everywhere,” says Liu. “There are locations on the map that vary more rapidly than others, and we need to accurately model both rapidly and slowly changing parts. It is even more challenging when the underlying map is dynamic, such as when we’re mapping pollution dispersion.

“In addition,” he explains, “the model computation must be fast for in-the-moment decisions. However, sensing data is continuously received, and the accumulated data quickly overwhelms the robots’ computing resources. To boost the learning performance, our researchers recently developed an adaptive learning approach where the key idea is a sparse approximation mechanism that incrementally incorporates the new incoming data with a learned model supported by ‘summarized old data.”

Robotic anomaly detection

In a related project, the lab has been developing a generic robotic anomaly detection framework, motivated by field experiments.

“Commonly, robots in the field encounter sensing and behavioral anomalies,” Liu explains. “For example, one of the thrusters of the autonomous surface vehicle (ASV) might malfunction in operation, resulting in a forward motion becoming a turning motion. Or the ASV might get stuck in aquatic plants or other underwater obstacles, which are difficult to perceive using cameras or LiDARs. The inertial measurement unit (IMU) can be sensitive to external disturbances such as magnetic fields and provide drifting readings. Surrounding objects, such as a tall tree near the shore, might block the GPS signals, which leads to inaccurate localization. Sonar data can also be affected by dynamic underwater objects or environmental disturbances.

“Resilient and adaptive robotic systems require cognitive capabilities to avoid anomalies and recover and learn from failures with minimal human intervention,” Liu adds. “Equipping robots with the self-examination ability to detect sensing and behavioral faults is an essential step. The intuitive idea of anomaly detection is to develop some concept of normality and treat the observations that deviate considerably from that as anomalies.

“It is difficult, if not impossible, to handcraft a model representing the expected behaviors of different kinds of robots in various applications,” Liu explains. “The framework learns the concept of normality via deep representation learning and graph neural networks. We train the framework using contrastive learning in a semi-supervised manner that utilizes the information in a large amount of unlabeled data and, optionally, a small amount of labeled data. During the development of this framework, the AWS EC2 instances have drastically accelerated the prototyping, training, and testing processes. We are currently finalizing this framework and will open-source software.

“Hopefully,” he adds, “it will also benefit the robotics and machine learning communities at large.”

Off-road autonomy

The AWS Machine Learning Research Award also helps VAIL research off-road autonomy.

“An important challenge is the stochastic modeling of unexpected robot behaviors,” he explains. “Basically, the robots operating in real-world complex environments need to reason about the long-term results of their physical interactions with the environment, but due to the high complexity of the real world, it is generally impossible to predict future events in an accurate manner.

“For example,” says Liu, “the effect of uneven road conditions or various disturbances on the robot’s motion is hard to model (or learn from data) precisely. It is even more challenging to model the interaction between the robot and the environment, especially when the environment is dynamic. Other representative scenarios include drones flying with strong winds or submarines moving under ocean currents, where air and water flows vary significantly in both space and time.

“Thus, it is necessary for the robots to consider these epistemic uncertainties caused by a lack of precise modeling of the environment while making decisions,” he explains. “We use Markov decision process as a basis to model autonomous decision-making under uncertainty problems. The solution to these problems is a closed-loop policy that maximizes a long-term goal and satisfies the safety constraints under a probabilistic interaction model between the robot and the environment. In principle, the resulting policy can generate a sequence of motor commands that complete the task assigned by a human, given that the probabilistic model can well describe the uncertainty of the world, and the computational method can allow the robot to calculate the policy within a reasonable amount of time.

“However,” Liu continues, “many real-world problems are non-trivial, and obtaining the required probabilistic model of the world is generally impossible. Our research focuses on solving these two challenges by developing novel methods and leveraging the strong computational power of GPUs. Our current focus is on addressing the computational part of the challenge by developing two planning algorithms that allow the robot to reason about its continuous motion on complicated terrain surfaces based on the kernel method (mesh-free) and finite-element method (mesh-based). Both methods leverage a set of discrete elements to represent the value function over the continuous space. The computation over the discrete parts can be parallelized, which allows our robot to reason and compute optimal policies in real-time to navigate through complicated terrains safely and efficiently.”

VAIL researchers have been working on using sampling methods to optimize over a class of parameterized policies.

robotdecisionmaking.gif
Lantao Liu and his team used AWS cloud computing services to speed up computation and analyses of robot decision-making policies in a simulated scenario.

“To do so, we first need to sample a large number of robot trajectories under the current policy, which can be computed quickly by the parallel architecture of Nvidia GPU CUDA cores,” Liu explains. “They use the gradient-based method for optimization of policy parameters: the policy is updated by computing the policy parameter gradients based on the sampled trajectories. The gradient computation and policy update involve large matrix operations, which can also be parallelized by GPUs for real-time solutions. They leverage AWS computation for this task.”

Navigable space segmentation for navigation

Liu notes that the AWS resources have also been very useful for the team’s visual autonomy research. Visual information has become increasingly important for robotic autonomy as it can provide rich information about surrounding environments, and VAIL’s visual data processing capability has been significantly improved due to the breakthrough on deep neural networks (DNNs). To develop deep approaches to process the vision perception, the team needs to develop models with complicated learning architectures, huge volumes of data, as well as various training strategies.

“A crucial capability for mobile robots to navigate in unknown environments is to construct obstacle-free space where the robot could move without collision,” Liu explains. “Roboticists have been developing methods for detecting such free space with the ray tracing of LiDAR beams to build occupancy maps in 2D or 3D space. Mapping methods with LiDAR require processing of large point cloud data, especially when a high-resolution LiDAR is used. As a much less expensive alternative, cameras have also been widely used for free space detection by leveraging DNNs to perform multi-class or binary-class segmentation of images.

Navigable space construction for robot visual navigation

“However,” he adds, “most existing DNN-based methods are built on a supervised-learning paradigm and rely on annotated datasets. The datasets usually contain a large amount of pixel-level annotated segmented images, which are prohibitively expensive and time-consuming to obtain for robotic applications in outdoor environments. To overcome limitations of fully supervised learning, we have been developing a new deep model based on variational auto-encoders. We target a representation learning-based framework to enable robots to learn navigable space segmentation in an unsupervised manner, with the aim of learning a polyline representation that compactly outlines the desired navigable space boundary. This is different from prevalent segmentation techniques which heavily rely on supervised learning strategies and typically demand immense pixel-level annotated images.

“We trained our model with the data from public datasets using GPUs,” Liu explains. “The large number of computing cores and memory space on AWS have enabled us to train our model fast and with high efficacy. This is crucial as it allows us to test and redesign models rapidly and provides great convenience to deploy the trained model to the robot systems.

“We then train our model with a small set of collected unlabeled images in real mission environments,” Liu adds. “Early testing shows that our model is able to detect navigable space in real time with high accuracy. “The computational resources provided by Amazon have greatly accelerated our design process.”

Research areas

Related content

DE, Berlin
The Amazon Artificial General Intelligence (AGI) team is looking for a passionate, highly skilled and inventive Senior Applied Scientist with strong machine learning background to lead the development and implementation of state-of-the-art ML systems for building large-scale, high-quality conversational assistant systems. Key job responsibilities - Use deep learning, ML and NLP techniques to create scalable solutions for creation and development of language model centric solutions for building personalized assistant systems based on a rich set of structured and unstructured contextual signals - Innovate new methods for contextual knowledge extraction and information representation, using language models in combination with other learning techniques, that allows effective grounding in context providers when considering memory, cpu, latency and quality - Collaborate with cross-functional teams of engineers, product managers, and scientists to identify and solve complex problems in personal knowledge aggregation, processing and verification - Design and execute experiments to evaluate the performance of different algorithms and models, and iterate quickly to improve results - Think Big about the arc of development of conversational assistant system personalization over a multi-year horizon, and identify new opportunities to apply these technologies to solve real-world problems - Communicate results and insights to both technical and non-technical audiences, including through presentations and written reports - Mentor and guide junior scientists and engineers, and contribute to the overall growth and development of the team A day in the life As a Senior Applied Scientist, you will play a critical role in driving the development of personalization techniques enabling conversational systems, in particular those based on large language models, to be tailored to customer needs. You will handle Amazon-scale use cases with significant impact on our customers' experiences. We are open to hiring candidates to work out of one of the following locations: Berlin, DEU
GB, Cambridge
The Amazon Artificial General Intelligence (AGI) team is looking for a passionate, highly skilled and inventive Senior Applied Scientist with strong machine learning background to lead the development and implementation of state-of-the-art ML systems for building large-scale, high-quality conversational assistant systems. Key job responsibilities - Use deep learning, ML and NLP techniques to create scalable solutions for creation and development of language model centric solutions for building personalized assistant systems based on a rich set of structured and unstructured contextual signals - Innovate new methods for contextual knowledge extraction and information representation, using language models in combination with other learning techniques, that allows effective grounding in context providers when considering memory, cpu, latency and quality - Collaborate with cross-functional teams of engineers, product managers, and scientists to identify and solve complex problems in personal knowledge aggregation, processing and verification - Design and execute experiments to evaluate the performance of different algorithms and models, and iterate quickly to improve results - Think Big about the arc of development of conversational assistant system personalization over a multi-year horizon, and identify new opportunities to apply these technologies to solve real-world problems - Communicate results and insights to both technical and non-technical audiences, including through presentations and written reports - Mentor and guide junior scientists and engineers, and contribute to the overall growth and development of the team A day in the life As a Senior Applied Scientist, you will play a critical role in driving the development of personalization techniques enabling conversational systems, in particular those based on large language models, to be tailored to customer needs. You will handle Amazon-scale use cases with significant impact on our customers' experiences. We are open to hiring candidates to work out of one of the following locations: Cambridge, GBR | London, GBR
US, WA, Seattle
Are you a scientist interested in pushing the state of the art in Generative AI, LLMs, LMMs? Are you interested in working on ground-breaking research projects that will lead to great products and scientific publications? Do you wish you had access to large datasets? Answer yes to any of these questions and you’ll fit right in here at Amazon. We are looking for a hands-on researcher, who wants to derive, implement, and test the next generation of Generative AI algorithms in multiple projects ranging from Computer Vision, ML, and NLP. The research we do is innovative, multidisciplinary, and far-reaching. We aim to define, deploy, and publish cutting edge research. In order to achieve our vision, we think big and tackle technology problems that are cutting edge. Where technology does not exist, we will build it. Where it exists we will need to modify it to make it work at Amazon scale. We need members who are passionate and willing to learn. Key job responsibilities - Derive novel computer vision, machine learning, and NLP algorithms. - Define scalable computer vision, machine learning and NLP models. - Invent the next generation of Generative AI models. - Work with large datasets. - Work with software engineering teams to deploy your - Publish your work at top conferences/journals. - Mentor team members. A day in the life We are a team of seasoned scientists. We work on science problems and publish our results at major scientific conferences. We work with multiple other science teams at Amazon. About the team We are a tight-knit group that shares our experiences and help each other succeed. We believe in team work. We love hard problems and like to move fast in a growing and changing environment. We use data to guide our decisions and we always push the technology and process boundaries of what is feasible on behalf of our customers. If that sounds like an environment you like, join us. We are open to hiring candidates to work out of one of the following locations: Seattle, WA, USA
IN, KA, Bangalore
Alexa is the voice activated digital assistant powering devices like Amazon Echo, Echo Dot, Echo Show, and Fire TV, which are at the forefront of this latest technology wave. To preserve our customers’ experience and trust, the Alexa Sensitive Content Intelligence (ASCI) team creates policies and builds services and tools through Machine Learning techniques to detect and mitigate sensitive content across Alexa. We are looking for an experienced Senior Applied Scientist to build industry-leading technologies in attribute extraction and sensitive content detection across all languages and countries. A Senior Applied Scientist will be a tech lead for a team of exceptional scientists to develop novel algorithms and modeling techniques to advance the state of the art in NLP or CV related tasks. You will work in a hybrid, fast-paced organization where scientists, engineers, and product managers work together to build customer facing experiences. You will collaborate with and mentor other scientists to raise the bar of scientific research in Amazon. Your work will directly impact our customers in the form of products and services that make use of speech, language, and computer vision technologies. We are looking for a leader with strong technical experiences a passion for building scientific driven solutions in a fast-paced environment. You should have good understanding of NLP models (e.g. LSTM, transformer based models) or CV models (e.g. CNN, AlexNet, ResNet) and where to apply them in different business cases. You leverage your exceptional technical expertise, a sound understanding of the fundamentals of Computer Science, and practical experience of building large-scale distributed systems to creating reliable, scalable, and high-performance products. In addition to technical depth, you must possess exceptional communication skills and understand how to influence key stakeholders. You will be joining a select group of people making history producing one of the most highly rated products in Amazon's history, so if you are looking for a challenging and innovative role where you can solve important problems while growing as a leader, this may be the place for you. Key job responsibilities You'll lead the science solution design, run experiments, research new algorithms, and find new ways of optimizing customer experience. You set examples for the team on good science practice and standards. Besides theoretical analysis and innovation, you will work closely with talented engineers and ML scientists to put your algorithms and models into practice. Your work will directly impact the trust customers place in Alexa, globally. You contribute directly to our growth by hiring smart and motivated Scientists to establish teams that can deliver swiftly and predictably, adjusting in an agile fashion to deliver what our customers need. A day in the life You will be working with a group of talented scientists on researching algorithm and running experiments to test scientific proposal/solutions to improve our sensitive contents detection and mitigation. This will involve collaboration with partner teams including engineering, PMs, data annotators, and other scientists to discuss data quality, policy, and model development. You will mentor other scientists, review and guide their work, help develop roadmaps for the team. You work closely with partner teams across Alexa to deliver platform features that require cross-team leadership. About the hiring group About the team The mission of the Alexa Sensitive Content Intelligence (ASCI) team is to (1) minimize negative surprises to customers caused by sensitive content, (2) detect and prevent potential brand-damaging interactions, and (3) build customer trust through appropriate interactions on sensitive topics. The term “sensitive content” includes within its scope a wide range of categories of content such as offensive content (e.g., hate speech, racist speech), profanity, content that is suitable only for certain age groups, politically polarizing content, and religiously polarizing content. The term “content” refers to any material that is exposed to customers by Alexa (including both 1P and 3P experiences) and includes text, speech, audio, and video. We are open to hiring candidates to work out of one of the following locations: Bangalore, KA, IND
IN, KA, Bangalore
Alexa is the voice activated digital assistant powering devices like Amazon Echo, Echo Dot, Echo Show, and Fire TV, which are at the forefront of this latest technology wave. To preserve our customers’ experience and trust, the Alexa Sensitive Content Intelligence (ASCI) team creates policies and builds services and tools through Machine Learning techniques to detect and mitigate sensitive content across Alexa. We are looking for an experienced Applied Scientist to build industry-leading technologies in attribute extraction and sensitive content detection across all languages and countries. An Applied Scientist will be working with a team of exceptional scientists to develop novel algorithms and modeling techniques to advance the state of the art in NLP or CV related tasks. You will work in a hybrid, fast-paced organization where scientists, engineers, and product managers work together to build customer facing experiences. You will collaborate with and mentor other scientists to raise the bar of scientific research in Amazon. Your work will directly impact our customers in the form of products and services that make use of speech, language, and computer vision technologies. We are looking for a leader with strong technical experiences a passion for building scientific driven solutions in a fast-paced environment. You should have good understanding of NLP models (e.g. LSTM, transformer based models) or CV models (e.g. CNN, AlexNet, ResNet) and where to apply them in different business cases. You leverage your exceptional technical expertise, a sound understanding of the fundamentals of Computer Science, and practical experience of building large-scale distributed systems to creating reliable, scalable, and high-performance products. In addition to technical depth, you must possess exceptional communication skills and understand how to influence key stakeholders. You will be joining a select group of people making history producing one of the most highly rated products in Amazon's history, so if you are looking for a challenging and innovative role where you can solve important problems while growing as a leader, this may be the place for you. Key job responsibilities You'll participate the science solution design, run experiments, research new algorithms, and find new ways of optimizing customer experience. You set examples for the team on good science practice and standards. Besides theoretical analysis and innovation, you will work closely with talented engineers and ML scientists to put your algorithms and models into practice. Your work will directly impact the trust customers place in Alexa, globally. You contribute directly to our growth by hiring smart and motivated Scientists to establish teams that can deliver swiftly and predictably, adjusting in an agile fashion to deliver what our customers need. A day in the life You will be working with a group of talented scientists on researching algorithm and running experiments to test scientific proposal/solutions to improve our sensitive contents detection and mitigation. This will involve collaboration with partner teams including engineering, PMs, data annotators, and other scientists to discuss data quality, policy, and model development. You will mentor other scientists, review and guide their work, help develop roadmaps for the team. You work closely with partner teams across Alexa to deliver platform features that require cross-team leadership. About the hiring group About the team The mission of the Alexa Sensitive Content Intelligence (ASCI) team is to (1) minimize negative surprises to customers caused by sensitive content, (2) detect and prevent potential brand-damaging interactions, and (3) build customer trust through appropriate interactions on sensitive topics. The term “sensitive content” includes within its scope a wide range of categories of content such as offensive content (e.g., hate speech, racist speech), profanity, content that is suitable only for certain age groups, politically polarizing content, and religiously polarizing content. The term “content” refers to any material that is exposed to customers by Alexa (including both 1P and 3P experiences) and includes text, speech, audio, and video. We are open to hiring candidates to work out of one of the following locations: Bangalore, KA, IND
LU, Luxembourg
Are you interested in building state-of-the-art machine learning systems for the most complex, and fastest growing, transportation network in the world? If so, Amazon has the most exciting, and never-before-seen, challenges at this scale (including those in sustainability, e.g. how to reach net zero carbon by 2040). Amazon’s transportation systems get millions of packages to customers worldwide faster and cheaper while providing world class customer experience – from online checkout, to shipment planning, fulfillment, and delivery. Our software systems include services that use tens of thousands of signals every second to make business decisions impacting billions of dollars a year, that integrate with a network of small and large carriers worldwide, that manage business rules for millions of unique products, and that improve experience of over hundreds of millions of online shoppers. As part of this team you will focus on the development and research of machine learning solutions and algorithms for core planning systems, as well as for other applications within Amazon Transportation Services, and impact the future of the Amazon delivery network. Current research and areas of work within our team include machine learning forecast, anomaly detection models, model interpretability, graph neural nets, among others. We are looking for a Machine Learning Scientist with a strong academic background in the areas of machine learning, time series forecasting, and/or anomaly detection. At Amazon, we strive to continue being the most customer-centric company on earth. To stay there and continue improving, we need exceptionally talented, bright, and driven people. If you'd like to help us build the place to find and buy anything online, and deliver in the most efficient and greenest way possible, this is your chance to make history. About the team The EU ATS Science and Technology (SnT) team owns scalable algorithms, models and systems that improve customer experience in middle-mile. We work backwards from Amazon's customers aiming to make transportation faster, cheaper, safer, more reliable and ecologically sustainable. We are open to hiring candidates to work out of one of the following locations: Luxembourg, LUX
US, WA, Seattle
Amazon.com strives to be Earth's most customer-centric company where customers can shop in our stores to find and discover anything they want to buy. We hire the world's brightest minds, offering them a fast paced, technologically sophisticated and friendly work environment. Economists in the Forecasting, Macroeconomics & Finance field document, interpret and forecast Amazon business dynamics. This track is well suited for economists adept at combining cutting edge times-series statistical methods with strong economic analysis and intuition. This track could be a good fit for candidates with research experience in: macroeconometrics and/or empirical macroeconomics; international macroeconomics; time-series econometrics; forecasting; financial econometrics and/or empirical finance; and the use of micro and panel data to improve and validate traditional aggregate models. Economists at Amazon are expected to work directly with our senior management and scientists from other fields on key business problems faced across Amazon, including retail, cloud computing, third party merchants, search, Kindle, streaming video, and operations. The Forecasting, Macroeconomics & Finance field utilizes methods at the frontier of economics to develop formal models to understand the past and the present, predict the future, and identify relevant risks and opportunities. For example, we analyze the internal and external drivers of growth and profitability and how these drivers interact with the customer experience in the short, medium and long-term. We build econometric models of dynamic systems, using our world class data tools, formalizing problems using rigorous science to solve business issues and further delight customers. We are open to hiring candidates to work out of one of the following locations: Arlington, VA, USA | Bellevue, WA, USA | Boston, MA, USA | Los Angeles, CA, USA | New York, NY, USA | San Francisco, CA, USA | Seattle, WA, USA | Sunnyvale, CA, USA
US, WA, Seattle
Amazon.com strives to be Earth's most customer-centric company where customers can shop in our stores to find and discover anything they want to buy. We hire the world's brightest minds, offering them a fast paced, technologically sophisticated and friendly work environment. Economists in the Forecasting, Macroeconomics & Finance field document, interpret and forecast Amazon business dynamics. This track is well suited for economists adept at combining cutting edge times-series statistical methods with strong economic analysis and intuition. This track could be a good fit for candidates with research experience in: macroeconometrics and/or empirical macroeconomics; international macroeconomics; time-series econometrics; forecasting; financial econometrics and/or empirical finance; and the use of micro and panel data to improve and validate traditional aggregate models. Economists at Amazon are expected to work directly with our senior management and scientists from other fields on key business problems faced across Amazon, including retail, cloud computing, third party merchants, search, Kindle, streaming video, and operations. The Forecasting, Macroeconomics & Finance field utilizes methods at the frontier of economics to develop formal models to understand the past and the present, predict the future, and identify relevant risks and opportunities. For example, we analyze the internal and external drivers of growth and profitability and how these drivers interact with the customer experience in the short, medium and long-term. We build econometric models of dynamic systems, using our world class data tools, formalizing problems using rigorous science to solve business issues and further delight customers. We are open to hiring candidates to work out of one of the following locations: Arlington, VA, USA | Bellevue, WA, USA | Boston, MA, USA | Los Angeles, CA, USA | New York, NY, USA | San Francisco, CA, USA | Seattle, WA, USA | Sunnyvale, CA, USA
US, WA, Seattle
Amazon.com strives to be Earth's most customer-centric company where customers can shop in our stores to find and discover anything they want to buy. We hire the world's brightest minds, offering them a fast paced, technologically sophisticated and friendly work environment. Economists at Amazon partner closely with senior management, business stakeholders, scientist and engineers, and economist leadership to solve key business problems ranging from Amazon Web Services, Kindle, Prime, inventory planning, international retail, third party merchants, search, pricing, labor and employment planning, effective benefits (health, retirement, etc.) and beyond. Amazon Economists build econometric models using our world class data systems and apply approaches from a variety of skillsets – applied macro/time series, applied micro, econometric theory, empirical IO, empirical health, labor, public economics and related fields are all highly valued skillsets at Amazon. You will work in a fast moving environment to solve business problems as a member of either a cross-functional team embedded within a business unit or a central science and economics organization. You will be expected to develop techniques that apply econometrics to large data sets, address quantitative problems, and contribute to the design of automated systems around the company. We are open to hiring candidates to work out of one of the following locations: Arlington, VA, USA | Bellevue, WA, USA | Boston, MA, USA | Los Angeles, CA, USA | New York, NY, USA | San Francisco, CA, USA | Seattle, WA, USA | Sunnyvale, CA, USA
US, WA, Seattle
Amazon.com strives to be Earth's most customer-centric company where customers can shop in our stores to find and discover anything they want to buy. We hire the world's brightest minds, offering them a fast paced, technologically sophisticated and friendly work environment. Economists at Amazon partner closely with senior management, business stakeholders, scientist and engineers, and economist leadership to solve key business problems ranging from Amazon Web Services, Kindle, Prime, inventory planning, international retail, third party merchants, search, pricing, labor and employment planning, effective benefits (health, retirement, etc.) and beyond. Amazon Economists build econometric models using our world class data systems and apply approaches from a variety of skillsets – applied macro/time series, applied micro, econometric theory, empirical IO, empirical health, labor, public economics and related fields are all highly valued skillsets at Amazon. You will work in a fast moving environment to solve business problems as a member of either a cross-functional team embedded within a business unit or a central science and economics organization. You will be expected to develop techniques that apply econometrics to large data sets, address quantitative problems, and contribute to the design of automated systems around the company. We are open to hiring candidates to work out of one of the following locations: Arlington, VA, USA | Bellevue, WA, USA | Boston, MA, USA | Los Angeles, CA, USA | New York, NY, USA | San Francisco, CA, USA | Seattle, WA, USA | Sunnyvale, CA, USA