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

US, NY, New York
Amazon is looking for a Senior Applied Scientist to help build the next generation of sourcing and vendor experience systems. The Optimal Sourcing Systems (OSS) owns the optimization of inventory sourcing and the orchestration of inbound flows from vendors worldwide. We source inventory from thousands of vendors for millions of products globally while orchestrating the inbound flow for billions of units. Our goals are to increase reliable access to supply, improve supply chain-driven vendor experience, and reduce end-to-end supply chain costs, all in service of maximizing Long-Term Free Cash Flow (LTFCF) for Amazon. As a Senior Applied Scientist, you will work with software engineers, product managers, and business teams to understand the business problems and requirements, distill that understanding to crisply define the problem, and design and develop innovative solutions to address them. Our team is highly cross-functional and employs a wide array of scientific tools and techniques to solve key challenges, including optimization, causal inference, and machine learning/deep learning. Some critical research areas in our space include modeling buying decisions under high uncertainty, vendors' behavior and incentives, supply risk and enhancing visibility and reliability of inbound signals. Key job responsibilities You will be a science tech leader for the team. As a Applied Scientist you will: - Set the scientific strategic vision for the team. You - - lead the decomposition of problems and development of roadmaps to execute on it. - Set an example for other scientists with exemplary scientific analyses; maintainable, extensible, and well-tested code; and simple, intuitive, and effective solutions. - Influence team business and engineering strategies. - Exercise sound judgment to prioritize between short-term vs. long-term and business vs. technology needs. - Communicate clearly and effectively with stakeholders to drive alignment and build consensus on key initiatives. - Foster collaborations between scientists across Amazon researching similar or related problems. - Actively engage in the development of others, both within and outside the team. - Engage with the broader scientific community through presentations, publications, and patents.
US, CA, Palo Alto
We’re working to improve shopping on Amazon using the conversational capabilities of large language models, and are searching for pioneers who are passionate about technology, innovation, and customer experience, and are ready to make a lasting impact on the industry. You’ll be working with talented scientists, engineers, and technical program managers (TPM) to innovate on behalf of our customers. If you’re fired up about being part of a dynamic, driven team, then this is your moment to join us on this exciting journey!
US, WA, Redmond
Project Kuiper is an initiative to increase global broadband access through a constellation of 3,236 satellites in low Earth orbit (LEO). Its mission is to bring fast, affordable broadband to unserved and underserved communities around the world. Project Kuiper will help close the digital divide by delivering fast, affordable broadband to a wide range of customers, including consumers, businesses, government agencies, and other organizations operating in places without reliable connectivity. The Kuiper Global Capacity Planning team owns designing, implementing, and operating systems that support the planning, management, and optimization of Kuiper network resources worldwide. We are looking for a talented principal scientist to lead Kuiper’s long-term vision and strategy for capacity simulations and inventory optimization. This effort will be instrumental in helping Kuiper execute on its business plans globally. As one of our valued team members, you will be obsessed with matching our standards for operational excellence with a relentless focus on delivering results. Key job responsibilities In this role, you will: Work cross-functionally with product, business development, and various technical teams (engineering, science, R&D, simulations, etc.) to establish the long-term vision, strategy, and architecture for capacity simulations and inventory optimization. Design and deliver modern, flexible, scalable solutions to complex optimization problems for operating and planning satellite resources. Lead short and long terms technical roadmap definition efforts to predict future inventory availability and key operational and financial metrics across the network. Design and deliver systems that can keep up with the rapid pace of optimization improvements and simulating how they interact with each other. Analyze large amounts of satellite and business data to identify simulation and optimization opportunities. Synthesize and communicate insights and recommendations to audiences of varying levels of technical sophistication to drive change across Kuiper. Export Control Requirement: Due to applicable export control laws and regulations, candidates must be a U.S. citizen or national, U.S. permanent resident (i.e., current Green Card holder), or lawfully admitted into the U.S. as a refugee or granted asylum.
GB, London
Disrupting the way Amazon fulfills our customers’ orders. Amazon operations is changing the way we improve Customer Experience through flawless fulfillment focused on 1) successful on-time delivery, 2) at speed and 3) at the lowest possible cost. Being the engine of Amazon Operational excellence, driving zero defects through ideal operation, being the heart of the Fulfillment network and its center of excellence, being proactive and aspiring for zero defects across the network with 100% organizational engagement. For example, our applied science team leverage a variety of advanced machine learning and cloud computing techniques to power Amazon's operations performance management. This includes building algorithms and cloud services using LLMs, deep neural networks, and other ML approaches to make root cause analysis of incidents and defects better. They develop machine learning models to predict inbound capacity forecasts and select the optimal order of unloading and stowing the incoming items in the Fulfilment Center. The teams also utilize Langchain, Amazon Bedrock, Amazon Textract, ElasticCache Redis, Opensearch and Kubernetes to extract insights from big data and deliver recommendations to operations managers, continuously improving through offline analysis and impact evaluation. Underpinning these efforts are unique technical challenges, such as operating at unprecedented scale (100k requests per second with SNS/SQS and <1ms latency with Redis) while respecting privacy and customer trust guarantees, and solving a wide variety of complex computational operational problems related to inbound management for unloading and stowing before stow time SLA, outbound for picking and packing before SLAM PAD time and shipping for staging and loading before Critical Pull Time. Key job responsibilities GOX team is looking for a Senior Applied Scientist to support our vision of giving our customers the best fulfillment experience in the world, and our mission of delighting our customers by providing capabilities, tools and mechanisms to fulfillment operations. As Skynet Sr. APSCI, you would be providing resources and expertise for all data related reports (dashboard, scorecards…), analysis (statistical approach), and Machine Learning products and tools development. On top of your internal customers within GOX team you would be supporting more widely with your experience and skills all across the org, partnering with a wide range of departments within Ops Integration (Packaging, Sustainability) within the company mainly with ICQA, ATS, AMZL, GTS… on several projects. You will be part of the community of Scientists within Amazon Operations including other AS, BIEs, SDEs, … split across the different departments. You will be part of projects requiring your close collaboration and interactions with Operations that require you to have a good understanding of product flow and process all along the distribution chain. The GOX team is now recognized for its expertise and excellence in creating tools that improve massively the customer experience. Several of them now rolled out in other regions with some of these tools becoming worldwide standard. Reporting to the GOX Senior Manager, you will be responsible for developing the data-driven decision process from historical data and ML based predictive analysis and maintaining accurate and reliable data infrastructure. You will work across the entire business, and be exposed to a wide range of functions from Operations, Finance, Technology, and Change management. The successful candidate will be able to work with minimal instruction and oversight, manage multiple tasks and support projects simultaneously. Maintaining your relationships with the customers in operations and within the team, while owning deliverables end-to-end is expected. Critical to the success of this role is your ability to work with big data, develop insightful analysis, communicate findings in a clear and compelling way and work effectively as part of the team, raising the bar and insisting on high standards. About the team GOX DEA team is the engine of Amazon Operational excellence at the heart of the fulfillment network operations, aspiring zero defects. It is our purpose to improve Customer Experience through flawless fulfillment focused on 1) successful on-time delivery, 2) at speed and 3) at the lowest possible cost. Our Solutions support on-time delivery of billions of packages to our customers across the globe leveraging AI & Generative AI technology.
US, WA, Bellevue
Amazon’s Last Mile Team is looking for a passionate individual with strong optimization and analytical skills to join its Last Mile Science team in the endeavor of designing and improving the most complex planning of delivery network in the world. Last Mile builds global solutions that enable Amazon to attract an elastic supply of drivers, companies, and assets needed to deliver Amazon's and other shippers' volumes at the lowest cost and with the best customer delivery experience. Last Mile Science team owns the core decision models in the space of jurisdiction planning, delivery channel and modes network design, capacity planning for on the road and at delivery stations, routing inputs estimation and optimization. Our research has direct impact on customer experience, driver and station associate experience, Delivery Service Partner (DSP)’s success and the sustainable growth of Amazon. Optimizing the last mile delivery requires deep understanding of transportation, supply chain management, pricing strategies and forecasting. Only through innovative and strategic thinking, we will make the right capital investments in technology, assets and infrastructures that allows for long-term success. Our team members have an opportunity to be on the forefront of supply chain thought leadership by working on some of the most difficult problems in the industry with some of the best product managers, scientists, and software engineers in the industry. Key job responsibilities Candidates will be responsible for developing solutions to better manage and optimize delivery capacity in the last mile network. The successful candidate should have solid research experience in one or more technical areas of Operations Research or Machine Learning. These positions will focus on identifying and analyzing opportunities to improve existing algorithms and also on optimizing the system policies across the management of external delivery service providers and internal planning strategies. They require superior logical thinkers who are able to quickly approach large ambiguous problems, turn high-level business requirements into mathematical models, identify the right solution approach, and contribute to the software development for production systems. To support their proposals, candidates should be able to independently mine and analyze data, and be able to use any necessary programming and statistical analysis software to do so. Successful candidates must thrive in fast-paced environments, which encourage collaborative and creative problem solving, be able to measure and estimate risks, constructively critique peer research, and align research focuses with the Amazon's strategic needs.
US, NY, New York
Amazon is investing heavily in building a world class advertising business and developing a collection of self-service performance advertising products that drive discovery and sales. Our products are strategically important to our Retail and Marketplace businesses for driving long-term growth. We deliver billions of ad impressions and millions of clicks daily and are breaking fresh ground to create world-class products. We are highly motivated, collaborative and fun-loving with an entrepreneurial spirit and bias for action. With a broad mandate to experiment and innovate, we are growing at an unprecedented rate with a seemingly endless range of new opportunities. Sponsored Products DP Experience and Market place org is looking for a strong Senior Applied Scientist who has a track-record of performing deep analysis and is passionate about applying advanced ML and statistical techniques to solve real-world, ambiguous and complex challenges to optimize and improve the product performance, and who is motivated to achieve results in a fast-paced environment. The position offers an exceptional opportunity to grow your technical and non-technical skills and make a real difference to the Amazon Advertising business. As a Senior Applied Scientist on this team, you will: * Be the technical leader in Machine Learning; lead efforts within this team and collaborate across teams * Rapidly design, prototype and test many possible hypotheses in a high-ambiguity environment, perform hands-on analysis and modeling of enormous data sets to develop insights that improve shopper experiences and merchandise sales * Drive end-to-end Machine Learning projects that have a high degree of ambiguity, scale, complexity. * Build machine learning models, perform proof-of-concept, experiment, optimize, and deploy your models into production; work closely with software engineers to assist in productionizing your ML models. * Establish scalable, efficient, automated processes for large-scale data analysis, machine-learning model development, model validation and serving. * Research new and innovative machine learning approaches. * Promote the culture of experimentation and applied science at Amazon About the team Sponsored Products (SP) is Amazon's largest and fastest growing business. Over the last few years we grown to a multi-billion dollar business. SP ads are shown prominently throughout search and detail pages, allowing shoppers to seamlessly discover products sold on Amazon. Ad experience and market place is one of the highest impact decisions we make. This role has unparalleled opportunity to grow our marketplace and deliver value for advertisers and shoppers. You will invent new experiences and influence customer-facing shopping experiences; this is your opportunity to work within the fastest-growing businesses across all of Amazon!
US, VA, Herndon
Are you looking to work at the forefront of Machine Learning and AI? Would you be excited to apply cutting edge Generative AI algorithms to solve real world problems with significant impact? The Generative AI Innovation Center at AWS is a new strategic team that helps AWS customers implement Generative AI solutions and realize transformational business opportunities. This is a team of strategists, data scientists, engineers, and solution architects working step-by-step with customers to build bespoke solutions that harness the power of generative AI. The team helps customers imagine and scope the use cases that will create the greatest value for their businesses, select and train and fine tune the right models, define paths to navigate technical or business challenges, develop proof-of-concepts, and make plans for launching solutions at scale. The GenAI Innovation Center team provides guidance on best practices for applying generative AI responsibly and cost efficiently. You will work directly with customers and innovate in a fast-paced organization that contributes to game-changing projects and technologies. You will design and run experiments, research new algorithms, and find new ways of optimizing risk, profitability, and customer experience. We’re looking for Data Scientists capable of using GenAI and other techniques to design, evangelize, and implement state-of-the-art solutions for never-before-solved problems. This position requires that the candidate selected be a US Citizen. Key job responsibilities As an Data Scientist, you will * Collaborate with AI/ML scientists and architects to Research, design, develop, and evaluate cutting-edge generative AI algorithms to address real-world challenges * Interact with customers directly to understand the business problem, help and aid them in implementation of generative AI solutions, deliver briefing and deep dive sessions to customers and guide customer on adoption patterns and paths to production * Create and deliver best practice recommendations, tutorials, blog posts, sample code, and presentations adapted to technical, business, and executive stakeholder * Provide customer and market feedback to Product and Engineering teams to help define product direction About the team About AWS Diverse Experiences AWS values diverse experiences. Even if you do not meet all of the qualifications and skills listed in the job description, we encourage candidates to apply. If your career is just starting, hasn’t followed a traditional path, or includes alternative experiences, don’t let it stop you from applying. Why AWS? Amazon Web Services (AWS) is the world’s most comprehensive and broadly adopted cloud platform. We pioneered cloud computing and never stopped innovating — that’s why customers from the most successful startups to Global 500 companies trust our robust suite of products and services to power their businesses. Inclusive Team Culture Here at AWS, it’s in our nature to learn and be curious. Our employee-led affinity groups foster a culture of inclusion that empower us to be proud of our differences. Ongoing events and learning experiences, including our Conversations on Race and Ethnicity (CORE) and AmazeCon (gender diversity) conferences, inspire us to never stop embracing our uniqueness. Mentorship & Career Growth We’re continuously raising our performance bar as we strive to become Earth’s Best Employer. That’s why you’ll find endless knowledge-sharing, mentorship and other career-advancing resources here to help you develop into a better-rounded professional. Work/Life Balance We value work-life harmony. Achieving success at work should never come at the expense of sacrifices at home, which is why flexible work hours and arrangements are part of our culture. When we feel supported in the workplace and at home, there’s nothing we can’t achieve in the cloud. Sales, Marketing and Global Services (SMGS) AWS Sales, Marketing, and Global Services (SMGS) is responsible for driving revenue, adoption, and growth from the largest and fastest growing small- and mid-market accounts to enterprise-level customers including public sector. The AWS Global Support team interacts with leading companies and believes that world-class support is critical to customer success. AWS Support also partners with a global list of customers that are building mission-critical applications on top of AWS services.
US, WA, Redmond
Have you ever wanted to be part of a team that is building industry changing technology? Amazon’s Project Kuiper is an initiative to launch a constellation of Low Earth Orbit satellites that will provide low-latency, high-speed broadband network connectivity to unserved and underserved communities around the world. The Kuiper Business Solutions team owns a suite of products and services to operate and scale Kuiper. We are looking for a passionate, talented, and inventive Data Scientist with a background in AI, Gen AI, Machine Learning, NLP, to lead delivering best in class automated customer service and business analytic solutions for Kuiper Customer Service. As a Data Scientist, you will be responsible for the development, fine-tuning, and evaluation of AI models that power our chatbot and IVR solutions. Your work will ensure the chatbot and IVR is accurate, reliable, and continually improving to meet customer needs. This role involves collaborating with cross-functional teams to integrate AI solutions into our customer service platform, monitor their performance, and implement ongoing enhancements. The ideal candidate has experience in successfully building chat bots using AI technologies, measuring their performance and delivering ongoing improvements. Export Control Requirement: Due to applicable export control laws and regulations, candidates must be a U.S. citizen or national, U.S. permanent resident (i.e., current Green Card holder), or lawfully admitted into the U.S. as a refugee or granted asylum. Key job responsibilities * Build and validate data pipelines for training and evaluating the LLMs * Extensively clean and explore the datasets * Train and evaluate LLMs in a robust manner * Design and conduct A/B tests to validate model performance * Automate model inference on AWS infrastructure
US, WA, Seattle
Innovators wanted! Are you an entrepreneur? A builder? A dreamer? This role is part of an Amazon Special Projects team that takes the company’s Think Big leadership principle to the extreme. We focus on creating entirely new products and services with a goal of positively impacting the lives of our customers. No industries or subject areas are out of bounds. If you’re interested in innovating at scale to address big challenges in the world, this is the team for you. Here at Amazon, we embrace our differences. We are committed to furthering our culture of inclusion. We have thirteen employee-led affinity groups, reaching 40,000 employees in over 190 chapters globally. We are constantly learning through programs that are local, regional, and global. Amazon’s culture of inclusion is reinforced within our 16 Leadership Principles, which remind team members to seek diverse perspectives, learn and be curious, and earn trust. Our team highly values work-life balance, mentorship and career growth. We believe striking the right balance between your personal and professional life is critical to life-long happiness and fulfillment. We care about your career growth and strive to assign projects and offer training that will challenge you to become your best.
US, WA, Seattle
Innovators wanted! Are you an entrepreneur? A builder? A dreamer? This role is part of an Amazon Special Projects team that takes the company’s Think Big leadership principle to the extreme. We focus on creating entirely new products and services with a goal of positively impacting the lives of our customers. No industries or subject areas are out of bounds. If you’re interested in innovating at scale to address big challenges in the world, this is the team for you. Here at Amazon, we embrace our differences. We are committed to furthering our culture of inclusion. We have thirteen employee-led affinity groups, reaching 40,000 employees in over 190 chapters globally. We are constantly learning through programs that are local, regional, and global. Amazon’s culture of inclusion is reinforced within our 16 Leadership Principles, which remind team members to seek diverse perspectives, learn and be curious, and earn trust. Our team highly values work-life balance, mentorship and career growth. We believe striking the right balance between your personal and professional life is critical to life-long happiness and fulfillment. We care about your career growth and strive to assign projects and offer training that will challenge you to become your best.