Alex-Bayen.jpg
Alexandre Bayen is the Liao-Cho Professor of Engineering at the University of California Berkeley and director of its Institute of Transportation Studies. Bayen plays leading roles in multiple transportation projects.
Courtesy of Alexandre Bayen

Alexandre Bayen is a driving force behind mixed-autonomy traffic

Coordinated automation could improve traffic flow, boost efficiency, and slash emissions. A combination of machine learning, big data, and Amazon Web Services is making this future possible.

The smooth-flowing traffic of the future is just around the corner. Advances in vehicle automation are converging with developments in machine learning (ML) and cloud computing to create self-driving vehicles that not only control themselves safely, but also have an oversized beneficial effect on the journeys of all the regular drivers on the road around them. Welcome to “mixed autonomy traffic”.

Leading the pack into this future is Alexandre Bayen, the Liao-Cho Professor of Engineering at the University of California Berkeley and director of its Institute of Transportation Studies. An expert in control and optimization, Bayen is playing leading roles in multiple transportation projects, ranging from cutting-edge, open-source traffic simulation and optimization, to large scale freeway observation that involves putting automated vehicles into real traffic to explore the impact of ML-derived self-driving behaviors. These automated vehicles also have human supervisors at the wheel, ready to take over the vehicle at any time if needed.

Before delving into Bayen’s work, an example of the promise of mixed autonomy traffic is in order.

Traffic jam experiment
This video is from a 2008 experiment in which people are attempting to maintain the same speed while driving single-file around a circular track.

Anyone regularly caught in “phantom” traffic jams, which have no obvious cause, knows how annoying they are. It is simply the nature of human drivers to create these so-called “stop-and-go waves” — we just can’t help jamming up then spreading out on the road, as illustrated by a brief video (above) of a classic 2008 experiment in which people are attempting to maintain the same speed while driving single-file around a circular track.

Fast forward to 2017, to a series of similar experiments led by Bayen’s collaborators, Jonathan Sprinkle of the University of Arizona and Daniel Work of Vanderbilt University. This work echoed the 2008 experiment, but with an enormous difference: of the 20 or so cars on a circular track, one of them could switch into self-driving mode. When it did, the effect on the stop-and-go waves was immediate — and remarkable.

Self-driving cars experiment demonstrates dramatic improvements in traffic flow

Simply through the slowing or accelerating of this single car, in accordance with its traffic-optimization algorithms, the traffic waves dissipated significantly. In one test, fuel consumption of the cars in the ring was reduced by more than 40% and excessive braking events dropped from 8.5 per vehicle-kilometer to near zero.

The experimenters concluded that traffic flow control would be possible in real-life traffic with less than 5% of cars being automated.

A self-driving future

With that in mind, what will happen to our existing traffic flow when increasing numbers of vehicles are self-driving? This is the future being shaped by Bayen and his group. At the center of his work is an open-source framework called FLOW. With deep reinforcement learning at its heart, FLOW is an optimization and microsimulation tool for traffic flow. Don’t be fooled by “micro” in this context — the simulation features hundreds of thousands of vehicles on complex road systems. FLOW allows the virtual exploration of complex traffic optimization challenges on a wide variety of road set-ups.

“Traffic simulation engines have become really good, very accurate, in the last decade. And the computation required has become really tractable, mostly because of scalable cloud computing offered by Amazon Web Services and others,” says Bayen.

Deep reinforcement learning is particularly suited to developing mixed-autonomy traffic optimization because it enables simulated self-driving vehicles to try out different driving behaviors. If a set of driving policies results in lower fuel use without compromising journey time, for example, the algorithm is rewarded. “Ten years ago it was really hard to compute the outcome of experiments in simulation — and very costly. You could do a couple of intersections, and maybe a couple hundred vehicles,” says Bayen. “With the plethora of data available now, combined with the ability to do these computations very fast, it has become really quick to compute the rewards and to iterate until you get something that works very well.”

Achieving a FLOW state

Bayen is keen to clarify the primary goal of FLOW. “It’s important to differentiate between boosting energy efficiency and reducing congestion. We are not attempting to fix congestion — that is not our goal, and these would not be the right tools. We are improving the energy efficiency of traffic, which is a very different problem.”

We are not attempting to fix congestion — that is not our goal, and these would not be the right tools. We are improving the energy efficiency of traffic, which is a very different problem.
Alexandre Bayen

Indeed, in simulations, FLOW’s algorithms have a minimal effect on travel time — but a dramatic effect on the driving experience, Bayen explains. “The amount of braking is significantly reduced and the amount of acceleration — where most of the energy is burned and pollutants emitted — has been significantly reduced as well. That's the main challenge.”

In 2019, Bayen received an Amazon ML Research Award to support the development of "Applications of Deep-RL for Training Connected, Autonomous Vehicles in Mixed Environments". But even before the award, FLOW was intrinsically linked to Amazon Web Services (AWS), Bayen explains. “When we started FLOW in 2018, there were only three tools widely used for microsimulation of traffic: SUMO, Aimsun, and PTV Vissim. SUMO was an open-source platform already running on AWS, but Aimsun — now owned by Siemens Mobility — built the first instantiation of their software on the AWS cloud specifically for us,” says Bayen. “The FLOW Project was the first time anyone managed to put these three big components together: the machine learning, the cloud computing, and the simulation engine. It was historic.”

A key reason this combination is important, Sprinkle says, is big data: “For societal-scale systems to take advantage of ML, they need to take advantage of these gigantic datasets. Hosting the ML algorithms on AWS — in the same place the data are — speeds up discovery.”

The success of FLOW generated a lot of interest in Bayen’s group, including from the US government, which subsequently decided to fund the research. That is when Bayen and a broad collaboration, called the CIRCLES Consortium, was formed, with Bayen, Work, and Sprinkle among the co-principal investigators. They started working with Toyota, GM, and Nissan, to develop a proof-of-concept to demonstrate that mixed-autonomy traffic control actually works on the road. “That is what we are doing now, with the generous funding of the US Department of Energy,” says Bayen.

Part of this effort is a project called I-24 Mobility Technology Interstate Observation Network (I-24 MOTION). The CIRCLES Consortium is installing video monitoring infrastructure along six miles of I-24 in Tennessee, to gather extensive, top-quality traffic data. When completed in 2022, it will consist of 400 pole-mounted, 4k-resolution cameras. “The network is already gathering an astronomical amount of data — on the order of petabytes,” says Bayen. “It will not only provide the Tennessee Department of Transportation with a lot more operational capabilities for freeway operations, but also provide the research community with an unprecedented data set that has the potential to unveil a lot of interesting traffic features.”

Real life traffic testing

This is where the rubber hits the road. This year, the CIRCLES Consortium is deploying self-driving vehicles on that same stretch of I-24, to see how ML-derived self-driving algorithms might positively impact real-world traffic. “We’re hoping that by driving a few cars differently, it will reduce energy use for the entire stream of traffic,” says Sprinkle.

Heavy morning traffic on Highway 101 going through Silicon Valley, South San Francisco Bay Area
Alexandre Bayen says going from simulations to real-world deployment is significant. “If something runs really well in simulation, one still needs to be certain that it will transfer well to hardware and run well with real cars on real roads using imperfect data."
Sundry Photography/Getty Images

“This summer, we're doing 14 vehicles — four with automation and 10 as monitoring vehicles gathering local measurements,” says Bayen. Next year, another live deployment is planned, but with a dramatic increase in the number of automated and monitoring vehicles. 

This step from simulation to real-world deployment is more like a giant leap. “If something runs really well in simulation, one still needs to be certain that it will transfer well to hardware and run well with real cars on real roads using imperfect data. That's a big challenge,” says Bayen.

To that end, since 2016, the US National Science Foundation has funded efforts to develop the software framework that enables FLOW to be deployed on a variety of real vehicles and many different hardware platforms. The real-world deployment is a cautious, painstaking process. “We have facilities at Berkeley and Vanderbilt for low speed, and later high-speed testing, that enables us to work through the sequence of steps,” Bayen notes. “Now we’ve done this on private roads, open roads, and have progressed to freeway traffic.”  

Another challenge for this field is predicting how cars might transmit their locations in the future. There are also ongoing debates around how driver movement data will or should be collected, protected, transmitted, and shared, says Bayen. “Our job is to work on the different architectures that can support these many potential paradigms. These include fully ‘decentralized’ vehicles that do not need to talk to each other or to a central authority to improve overall traffic flow, or fully centralized, in which everybody talks to everybody. Or partially coordinated, in which cars only talk to their neighboring cars, and so on. While we wait for a public policy on this, we are developing an entire portfolio of algorithms spanning a multitude of paradigms. It's a lot of work!”

But it is work worth doing, says Bayen, because FLOW is highly scalable. “Many cities have good models of their traffic systems. Putting our software on top of it is really not difficult if those models run in AIMSUN or SUMO, two of the three major simulators. We can put such models into our framework and apply machine learning directly to it.” The cloud-based aspect is essential to this scalability. “Before the cloud became a reality in this arena, people would have a specific architecture that their traffic models would run on. But because FLOW is open source and on AWS, anyone can run it, from anywhere, including other research groups. That’s the power of the cloud.”

Work agrees: “Providing an open-source approach empowers new researchers to explore their own ideas. And using machine learning for large-scale systems is exciting because of the potential for benefits to all — even if only a few parts of the system change their behavior.” And the benefits also extend to the local and global environment, says Bayen, because the emissions per vehicle — both direct, and indirect for electric vehicles — are likely to be significantly reduced.

With the rate at which the technology of mixed-autonomy traffic is advancing, the generation of drivers hitting the roads five years from now may be confused when their parents marvel at how smooth freeway traffic is “these days”, despite the large numbers of vehicles on the road. For the rest of us, knowing that phantom jams’ days are numbered will probably make them easier to bear. Honk if you disagree.

Related content

CA, BC, Vancouver
We are looking for a senior audio applied scientist with experience and expertise in speech and audio signal processing, machine learning, automatic speech recognition, and/or natural language processing to work on state-of-the-art solutions for applications including speech enhancement, voice analytics, and real-time transcription of conversational audio. Amazon Connect is a highly disruptive cloud-based contact center that enables businesses to deliver engaging, dynamic, and personal customer service experiences. Amazon Connect is the result of the ten years of development that went into building the tools Amazon uses to provide its award winning customer service at massive and launching it as a publicly available service. With Amazon Connect, you can create your own cloud-based contact center and be taking calls in minutes. Our team’s charter as part of the Amazon Connect organization is to think big, re-imagine, innovate, and deliver novel, state-of-the-art solutions to audio and video problems. We are interested in all aspects of audio, video, and media technology, and we leverage the latest machine learning and signal processing techniques to surprise and delight our customers. Our applications include real-time audio/video communications, audio/video scene analysis, anomaly detection, audio/speech/music/image/video processing, enhancement, analysis, synthesis and coding. We have the nimbleness of a small startup but, at the same time, the immense resources of AWS - the world leader in cloud computing - behind us as well. If you want to innovate on the cutting edge while having a profound and direct impact on the end customer experience, this is the team to be on! About the team AWS Applications and Higher Level Abstractions (Apps) provides horizontal and industry vertical applications for business users with the same on-demand scalability, reliability, pay-as-you-go pricing, and machine learning expertise that drive AWS services. The AWS Applications group includes services such as Amazon Connect (a cost-effective cloud contact center), our End User Computing (including Amazon Workspaces, AppStream, etc.), Marketing Tech (Amazon Pinpoint), and Autonomous Checkout and Biometric Identity Services (Just Walk Out, Amazon One) for retail, sports, travel, and other verticals. 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. Utility Computing (UC) AWS Utility Computing (UC) provides product innovations — from foundational services such as Amazon’s Simple Storage Service (S3) and Amazon Elastic Compute Cloud (EC2), to consistently released new product innovations that continue to set AWS’s services and features apart in the industry. As a member of the UC organization, you’ll support the development and management of Compute, Database, Storage, Internet of Things (IoT), Platform, and Productivity Apps services in AWS, including support for customers who require specialized security solutions for their cloud services. 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. 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 we strive for flexibility as part of our working culture. When we feel supported in the workplace and at home, there’s nothing we can’t achieve in the cloud. Mentorship and 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. Diverse Experiences Amazon values diverse experiences. Even if you do not meet all of the preferred 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.
US, WA, Seattle
We are seeking an entrepreneurial, innovative and self-driven Senior Data Scientist to join our team. Your mission will be to leverage science, technology, and data analysis to help advertisers and hundreds of thousands of independent sellers grow their business on WW Amazon marketplaces by understanding how brand ads are working for them and coming up with scaled recommendations. You can change the life of local business owners while taking ownership to solve scientific challenges from analyzing millions of global advertising campaigns and generating brand insights and recommendations for all our advertisers. The Sponsored Brands Advertiser Control team is a versatile environment, with a wide variety of challenges. We guide advertisers to make informed decisions by recommendations, sharing insights, and forecasts. We help advertisers deliver effective campaigns automatically by optimizing campaign settings on behalf of them. We enable advertisers to achieve brand advertising goals with maximum efficiency. We have the opportunity to deliver social impact, own technical problems, thought diversity, and business impact. Why you will love this opportunity: Amazon is investing heavily in building a world-class advertising business. This team defines and delivers a collection of advertising products that drive discovery and sales. Our solutions generate billions in revenue and drive long-term growth for Amazon’s Retail and Marketplace businesses. We deliver billions of ad impressions, millions of clicks daily, and break fresh ground to create world-class products. We are a highly motivated, collaborative, and fun-loving team with an entrepreneurial spirit - with a broad mandate to experiment and innovate. Impact and Career Growth: You will invent new experiences and influence customer-facing shopping experiences to help suppliers grow their retail business and the auction dynamics that leverage native advertising; this is your opportunity to work within the fastest-growing businesses across all of Amazon! Define a long-term science vision for our advertising business, driven from our customers' needs, translating that direction into specific plans for scientists, as well as engineering and product teams. This role combines science leadership, organizational ability, technical strength, product focus, and business understanding. Amazon Advertising is one of Amazon's fastest growing and most profitable businesses, responsible for defining and delivering a collection of advertising products that drive discovery and sales. Our products and solutions are strategically important to enable our Retail and Marketplace businesses to drive long-term growth. We deliver billions of ad impressions and millions of clicks and break fresh ground in product and technical innovations every day! As a Senior Data Scientist on this team you will: - Lead Data Science solutions from beginning to end. - Deliver with independence on challenging large-scale problems with ambiguity and complexity. - Influence multiple teams and able to work closely with business teams, build consensus, and advise business leaders. - Write code (Python, R, Scala, SQL, etc.) to obtain, manipulate, analyze data, and build dashboards. - Build Statistical and Machine Learning models to solve specific business problems. - Retrieve, synthesize, and present critical data in a format that is immediately useful to answering specific questions or improving system performance. - Analyze historical data to identify trends and support optimal decision making. - Apply statistical and machine learning knowledge to specific business problems and data. - Formalize assumptions about how our systems should work, create statistical definitions of outliers, and develop methods to systematically identify outliers. Work out why such examples are outliers and define if any actions needed. - Given anecdotes about anomalies or generate automatic scripts to define anomalies, deep dive to explain why they happen, and identify fixes. - Build decision-making models and propose effective solutions for the business problems you define. - Conduct written and verbal presentations to share insights to audiences of varying levels of technical sophistication. Team video https://youtu.be/zD_6Lzw8raE
US, GA, Atlanta
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. 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 Amazon values diverse experiences. Even if you do not meet all of the preferred 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. 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 we strive for flexibility as part of our working culture. When we feel supported in the workplace and at home, there’s nothing we can’t achieve in the cloud. 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 and 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.
US, CA, Palo Alto
Amazon Advertising is one of Amazon's fastest growing and most profitable businesses. As a core product offering within our advertising portfolio, Sponsored Products (SP) helps merchants, retail vendors, and brand owners succeed via native advertising, which grows incremental sales of their products sold through Amazon. The SP team's primary goals are to help shoppers discover new products they love, be the most efficient way for advertisers to meet their business objectives, and build a sustainable business that continuously innovates on behalf of customers. Our products and solutions are strategically important to enable our Retail and Marketplace businesses to drive long-term growth. We deliver billions of ad impressions and millions of clicks and break fresh ground in product and technical innovations every day! Why you love this opportunity Amazon is investing heavily in building a world-class advertising business. This team is responsible for defining and delivering a collection of advertising products that drive discovery and sales. Our solutions generate billions in revenue and drive long-term growth for Amazon’s Retail and Marketplace businesses. We deliver billions of ad impressions, millions of clicks daily, and break fresh ground to create world-class products. We are highly motivated, collaborative, and fun-loving team with an entrepreneurial spirit - with a broad mandate to experiment and innovate. Impact and Career Growth You will invent new experiences and influence customer-facing shopping experiences to help suppliers grow their retail business and the auction dynamics that leverage native advertising; this is your opportunity to work within the fastest-growing businesses across all of Amazon! Define a long-term science vision for our advertising business, driven fundamentally from our customers' needs, translating that direction into specific plans for research and applied scientists, as well as engineering and product teams. This role combines science leadership, organizational ability, technical strength, product focus, and business understanding. Key job responsibilities Key job responsibilities As an Applied Scientist II on this team you will: * Lead complex and ambiguous projects to deliver bidding recommendation products to advertisers. * Build machine learning models and utilize data analysis to deliver scalable solutions to business problems. * Perform hands-on analysis and modeling with very large data sets to develop insights that increase traffic monetization and merchandise sales without compromising shopper experience. * Work closely with software engineers on detailed requirements, technical designs and implementation of end-to-end solutions in production. * Design and run A/B experiments that affect hundreds of millions of customers, evaluate the impact of your optimizations and communicate your results to various business stakeholders. * Work with scientists and economists to model the interaction between organic sales and sponsored content and to further evolve Amazon's marketplace. * Establish scalable, efficient, automated processes for large-scale data analysis, machine-learning model development, model validation and serving. * Research new predictive learning approaches for the sponsored products business. * Write production code to bring models into production.
US, WA, Bellevue
Conversational AI ModEling and Learning (CAMEL) team's mission is to create a best-in-class Conversational AI that is intuitive, intelligent, and responsive, by developing superior Large Language Models (LLM) solutions and services which increase the capabilities built into the model and which enable utilizing thousands of APIs and external knowledge sources to provide the best experience for each request across millions of customers and endpoints. We are looking for a passionate, talented, and resourceful Applied Scientist in the field of LLM, Artificial Intelligence (AI), Natural Language Processing (NLP) and/or Information Retrieval, to invent and build scalable solutions for a state-of-the-art context-aware conversational AI. A successful candidate will have strong machine learning background and a desire to push the envelope in one or more of the above areas. The ideal candidate would also have hands-on experiences in developing LLM solution, enjoy operating in dynamic environments, be self-motivated to take on challenging problems to deliver big customer impact, moving fast to ship solutions and then iterating on user feedback and interactions. Key job responsibilities As an Applied Scientist, you will leverage your technical expertise and experience to collaborate with other talented applied scientists and engineers to research and develop novel algorithms and modeling techniques to reduce friction and enable natural and contextual conversations. You will analyze, understand and improve user experiences by leveraging Amazon’s heterogeneous data sources and large-scale computing resources to accelerate advances in artificial intelligence. You will work on core LLM technologies, including developing best-in-class modeling, prompt optimization algorithms to enable Conversation AI use cases. Your work will directly impact our customers in the form of novel products and services .
GB, London
Are you a MS or PhD student interested in a 2025 Internship in the field of machine learning, deep learning, speech, robotics, computer vision, optimization, quantum computing, automated reasoning, or formal methods? If so, we want to hear from you! We are looking for students interested in using a variety of domain expertise to invent, design and implement state-of-the-art solutions for never-before-solved problems. You can find more information about the Amazon Science community as well as our interview process via the links below; https://www.amazon.science/ https://amazon.jobs/content/en/career-programs/university/science https://amazon.jobs/content/en/how-we-hire/university-roles/applied-science Key job responsibilities As an Applied Science Intern, you will own the design and development of end-to-end systems. You’ll have the opportunity to write technical white papers, create roadmaps and drive production level projects that will support Amazon Science. You will work closely with Amazon scientists, and other science interns to develop solutions and deploy them into production. You will have the opportunity to design new algorithms, models, or other technical solutions whilst experiencing Amazon’s customer focused culture. The ideal intern must have the ability to work with diverse groups of people and cross-functional teams to solve complex business problems. A day in the life At Amazon, you will grow into the high impact, visionary person you know you’re ready to be. Every day will be filled with developing new skills and achieving personal growth. How often can you say that your work changes the world? At Amazon, you’ll say it often. Join us and define tomorrow. Some more benefits of an Amazon Science internship include; • All of our internships offer a competitive stipend/salary • Interns are paired with an experienced manager and mentor(s) • Interns receive invitations to different events such as intern program initiatives or site events • Interns can build their professional and personal network with other Amazon Scientists • Interns can potentially publish work at top tier conferences each year About the team Applicants will be reviewed on a rolling basis and are assigned to teams aligned with their research interests and experience prior to interviews. Start dates are available throughout the year and durations can vary in length from 3-6 months for full time internships. This role may available across multiple locations in the EMEA region (Austria, Estonia, France, Germany, Ireland, Israel, Italy, Luxembourg, Netherlands, Poland, Romania, Spain, UAE, and UK). Please note these are not remote internships.
US, WA, Seattle
Shape the Future of Visual Intelligence Are you passionate about pushing the boundaries of computer vision and shaping the future of visual intelligence? Join Amazon and embark on an exciting journey where you'll develop cutting-edge algorithms and models that power our groundbreaking computer vision services, including Amazon Rekognition, Amazon Go, Visual Search, and more! At Amazon, we're combining computer vision, mobile robots, advanced end-of-arm tooling, and high-degree of freedom movement to solve real-world problems at an unprecedented scale. As an intern, you'll have the opportunity to build innovative solutions where visual input helps customers shop, anticipate technological advances, work with leading-edge technology, focus on highly targeted customer use-cases, and launch products that solve problems for Amazon customers worldwide. Throughout your journey, you'll have access to unparalleled resources, including state-of-the-art computing infrastructure, cutting-edge research papers, and mentorship from industry luminaries. This immersive experience will not only sharpen your technical skills but also cultivate your ability to think critically, communicate effectively, and thrive in a fast-paced, innovative environment where bold ideas are celebrated.. Join us at the forefront of applied science, where your contributions will shape the future of AI and propel humanity forward. Seize this extraordinary opportunity to learn, grow, and leave an indelible mark on the world of technology. Amazon has positions available for Computer Vision Applied Science Internships in, but not limited to, Arlington, VA; Boston, MA; Cupertino, CA; Minneapolis, MN; New York, NY; Portland, OR; Santa Clara, CA; Seattle, WA; Bellevue, WA; Santa Clara, CA; Sunnyvale, CA. Key job responsibilities We are particularly interested in candidates with expertise in: Vision - Language Models, Object Recognition/Detection, Computer Vision, Large Language Models (LLMs), Programming/Scripting Languages, Facial Recognition, Image Retrieval, Deep Learning, Ranking, Video Understanding, Robotics In this role, you will work alongside global experts to develop and implement novel, scalable algorithms and modeling techniques that advance the state-of-the-art in areas of visual intelligence. You will tackle challenging, groundbreaking research problems to help build solutions where visual input helps the customers shop, anticipate technological advances, work with leading edge technology, focus on highly targeted customer use-cases, and launch products that solve problems for Amazon customers. The ideal candidate should possess the ability to work collaboratively with diverse groups and cross-functional teams to solve complex business problems. A successful candidate will be a self-starter, comfortable with ambiguity, with strong attention to detail and the ability to thrive in a fast-paced, ever-changing environment. A day in the life - Collaborate with Amazon scientists and cross-functional teams to develop and deploy cutting-edge computer vision solutions into production. - Dive into complex challenges, leveraging your expertise in areas such as Vision-Language Models, Object Recognition/Detection, Large Language Models (LLMs), Facial Recognition, Image Retrieval, Deep Learning, Ranking, Video Understanding, and Robotics. - Contribute to technical white papers, create technical roadmaps, and drive production-level projects that will support Amazon Science. - Embrace ambiguity, strong attention to detail, and a fast-paced, ever-changing environment as you own the design and development of end-to-end systems. - Engage in knowledge-sharing, mentorship, and career-advancing resources to grow as a well-rounded professional.
US, WA, Seattle
Shape the Future of Cloud Computing Are you a graduate student passionate about Automated Reasoning and its real-world applications? Join our team of innovators and embark on a journey to revolutionize cloud computing through cutting-edge automated reasoning techniques.Our tools are called billions of times daily, powering the backbone of Amazon's products and services. We are changing the way computer systems are developed and operated, raising the bar for security, durability, availability, and quality. As an Applied Science Intern, you'll have the opportunity to work alongside our brilliant scientists and contribute to groundbreaking projects. From distributed proof search and SAT/SMT solvers to program analysis, synthesis, and verification, you'll tackle complex challenges at the intersection of theory and practice, driving innovation and delivering tangible value to our customers. This internship is not just about executing tasks – you'll explore novel approaches to solving intricate automated reasoning problems. You'll dive deep into cutting-edge research, leveraging your expertise to develop innovative solutions. You'll work on deploying your solutions into production, witnessing the real-world impact of your contributions. Throughout your journey, you'll have access to unparalleled resources, including state-of-the-art computing infrastructure, cutting-edge research papers, and mentorship from industry luminaries. This immersive experience will not only sharpen your technical skills but also cultivate your ability to think critically, communicate effectively, and thrive in a fast-paced, innovative environment. Join us and be part of a team that is shaping the future of cloud computing through the power of Automated Reasoning. Apply now and unlock your potential! Amazon has positions available for Automated Reasoning Applied Science Internships in, but not limited to, Arlington, VA; Boston, MA; Cupertino, CA; Minneapolis, MN; New York, NY; Portland, OR; Santa Clara, CA; Seattle, WA; Bellevue, WA; Santa Clara, CA; Sunnyvale, CA. Key job responsibilities We are particularly interested in candidates with expertise in: Theorem Proving, Boolean Satisfiability Solvers, Bounded Model Checking, Deductive Verification, Programming/Scripting Languages, Abstract Interpretation, Automated Reasoning, Static/Program Analysis, Program Synthesis In this role, you will work alongside global experts to develop and implement novel, scalable algorithms and modeling techniques that advance the state-of-the-art in areas at the intersection of Natural Language Processing and Speech Technologies. You will tackle challenging, groundbreaking research problems on production-scale data, with a focus on natural language processing, speech recognition, text-to-speech (TTS), text recognition, question answering, NLP models (e.g., LSTM, transformer-based models), signal processing, information extraction, conversational modeling, audio processing, speaker detection, large language models, multilingual modeling, and more. The ideal candidate should possess the ability to work collaboratively with diverse groups and cross-functional teams to solve complex business problems. A successful candidate will be a self-starter, comfortable with ambiguity, with strong attention to detail and the ability to thrive in a fast-paced, ever-changing environment. Key job responsibilities We are particularly interested in candidates with expertise in: Theorem Proving, Boolean Satisfiability Solvers, Bounded Model Checking, Deductive Verification, Programming/Scripting Languages, Abstract Interpretation, Automated Reasoning, Static/Program Analysis, Program Synthesis In this role, you will work alongside global experts to develop and implement novel, scalable algorithms and modeling techniques that advance the state-of-the-art in areas at the intersection of Natural Language Processing and Speech Technologies. You will tackle challenging, groundbreaking research problems on production-scale data, with a focus on natural language processing, speech recognition, text-to-speech (TTS), text recognition, question answering, NLP models (e.g., LSTM, transformer-based models), signal processing, information extraction, conversational modeling, audio processing, speaker detection, large language models, multilingual modeling, and more. The ideal candidate should possess the ability to work collaboratively with diverse groups and cross-functional teams to solve complex business problems. A successful candidate will be a self-starter, comfortable with ambiguity, with strong attention to detail and the ability to thrive in a fast-paced, ever-changing environment.
US, WA, Seattle
Unleash Your Potential as an AI Trailblazer At Amazon, we're on a mission to revolutionize the way people discover and access information. Our Applied Science team is at the forefront of this endeavor, pushing the boundaries of recommender systems and information retrieval. We're seeking brilliant minds to join us as interns and contribute to the development of cutting-edge AI solutions that will shape the future of personalized experiences. As an Applied Science Intern focused on Recommender Systems and Information Retrieval in Machine Learning, you'll have the opportunity to work alongside renowned scientists and engineers, tackling complex challenges in areas such as deep learning, natural language processing, and large-scale distributed systems. Your contributions will directly impact the products and services used by millions of Amazon customers worldwide. Imagine a role where you immerse yourself in groundbreaking research, exploring novel machine learning models for product recommendations, personalized search, and information retrieval tasks. You'll leverage natural language processing and information retrieval techniques to unlock insights from vast repositories of unstructured data, fueling the next generation of AI applications. Throughout your journey, you'll have access to unparalleled resources, including state-of-the-art computing infrastructure, cutting-edge research papers, and mentorship from industry luminaries. This immersive experience will not only sharpen your technical skills but also cultivate your ability to think critically, communicate effectively, and thrive in a fast-paced, innovative environment where bold ideas are celebrated. Join us at the forefront of applied science, where your contributions will shape the future of AI and propel humanity forward. Seize this extraordinary opportunity to learn, grow, and leave an indelible mark on the world of technology. Amazon has positions available for Machine Learning Applied Science Internships in, but not limited to Arlington, VA; Bellevue, WA; Boston, MA; New York, NY; Palo Alto, CA; San Diego, CA; Santa Clara, CA; Seattle, WA. Key job responsibilities We are particularly interested in candidates with expertise in: Knowledge Graphs and Extraction, Programming/Scripting Languages, Time Series, Machine Learning, Natural Language Processing, Deep Learning,Neural Networks/GNNs, Large Language Models, Data Structures and Algorithms, Graph Modeling, Collaborative Filtering, Learning to Rank, Recommender Systems In this role, you'll collaborate with brilliant minds to develop innovative frameworks and tools that streamline the lifecycle of machine learning assets, from data to deployed models in areas at the intersection of Knowledge Management within Machine Learning. You will conduct groundbreaking research into emerging best practices and innovations in the field of ML operations, knowledge engineering, and information management, proposing novel approaches that could further enhance Amazon's machine learning capabilities. The ideal candidate should possess the ability to work collaboratively with diverse groups and cross-functional teams to solve complex business problems. A successful candidate will be a self-starter, comfortable with ambiguity, with strong attention to detail and the ability to thrive in a fast-paced, ever-changing environment. A day in the life - Design, implement, and experimentally evaluate new recommendation and search algorithms using large-scale datasets - Develop scalable data processing pipelines to ingest, clean, and featurize diverse data sources for model training - Conduct research into the latest advancements in recommender systems, information retrieval, and related machine learning domains - Collaborate with cross-functional teams to integrate your innovative solutions into production systems, impacting millions of Amazon customers worldwide - Communicate your findings through captivating presentations, technical documentation, and potential publications, sharing your knowledge with the global AI community
US, WA, Seattle
Do you have a strong science background and want to help build new technologies? Do you have a physics background and want to help build and test superconducting circuits? Would you love to help develop the algorithms and models that power computer vision services at Amazon, such as Amazon Rekognition, Amazon Go, Visual Search, etc? Join the quantum revolution at Amazon and be part of a team that's pushing the boundaries of what's possible in quantum computing and quantum technologies. As a Research Science Intern focused on Quantum Technologies, you'll have the opportunity to work alongside leading experts in the field, contributing to cutting-edge research and driving innovation in areas such as quantum algorithms, quantum simulation, superconducting qubits, quantum key distribution, and quantum optics. We are looking for builders, innovators, and entrepreneurs who want to bring their ideas to reality and improve the lives of millions of customers. Research interns at Amazon work passionately to apply cutting-edge advances in technology to solve real-world problems. As an intern, you will be challenged to apply theory into practice through experimentation and invention, develop new algorithms using modeling software and programming techniques for complex problems, implement prototypes and work with massive datasets. Throughout your journey, you'll have access to unparalleled resources, including state-of-the-art computing infrastructure, cutting-edge research papers, and mentorship from industry luminaries. This immersive experience will not only sharpen your technical skills but also cultivate your ability to think critically, communicate effectively, and thrive in a fast-paced, innovative environment where bold ideas are celebrated. Amazon has positions available for Operations Research Science Internships in, but not limited to, Bellevue, WA; Boston, MA; Cambridge, MA; New York, NY; Santa Clara, CA; Seattle, WA; Sunnyvale, CA. Key job responsibilities We are particularly interested in candidates with the following skills: Quantum Algorithms, Quantum Simulators, Superconducting Qubits, Quantum Key Distribution , Optics In this role, you ain hands-on experience in applying cutting-edge analytical techniques to tackle complex business challenges at scale. If you are passionate about using data-driven insights to drive operational excellence, we encourage you to apply. The ideal candidate should possess the ability to work collaboratively with diverse groups and cross-functional teams to solve complex business problems. A successful candidate will be a self-starter, comfortable with ambiguity, with strong attention to detail and the ability to thrive in a fast-paced, ever-changing environment. A day in the life - Conduct research and develop new quantum algorithms to solve complex computational problems - Design and implement quantum simulation models to study the behavior of quantum systems - Investigate the properties and performance of superconducting qubits, a promising platform for building large-scale quantum computers - Explore the application of quantum key distribution protocols for secure communication and data encryption, ensuring the privacy and integrity of sensitive information - Explore the application of quantum optics principles to develop novel quantum sensing and communication technologies