{"jobPostingInfo":{"id":"90c26f31b1731001f4b5784bc7d90000","title":"Working Student - Machine Learning","jobDescription":"<p style=\"text-align:left !important\"><a target=\"_blank\" href=\"https://www.snap.com/en-US/\"><u>Snap Inc</u></a> is a technology company. We believe the camera presents the greatest opportunity to improve the way people live and communicate. Snap contributes to human progress by empowering people to express themselves, live in the moment, learn about the world, and have fun together.</p><br /><p>The Company operates <a target=\"_blank\" href=\"http://snapchat.com/?lang&#61;en-US\"><u>Snapchat</u></a>, a visual messaging app that enhances your relationships with friends, family, and the world, and <a target=\"_blank\" href=\"https://www.specs.com/\"><u>Specs Inc.</u></a>, a wholly-owned subsidiary dedicated to making computing more human, in addition to <a target=\"_blank\" href=\"http://bitmoji.com/\"><u>Bitmoji</u></a>, Saturn, and other digital services.</p><br /><p><span style=\"color:#494949\">The Spectacles team is pushing the boundaries of technology to bring people closer together in the real world. Our fifth-generation Spectacles, powered by Snap OS, showcase how standalone, see-through AR glasses make playing, learning, and working better together.</span></p><p><span style=\"color:#494949\"><br /></span></p><p><span style=\"color:#494949\">Snap’s camera supports real friendships through visual communication, self expression and storytelling. Moving forward, our camera will play a transformative role in how people experience the world around them, combining what they see in the real world, with all that’s available to them in the digital world.</span></p><p><span style=\"color:#494949\"><br /></span></p><p><span style=\"color:#494949\">We are looking for a Machine Learning/ Software Engineering  thesis student to join our team at Snap Inc! </span></p><p><span style=\"color:#494949\"><br /></span></p><p><span style=\"color:#494949\">What you’ll do</span></p><p></p><p><span style=\"color:#494949\">Project background &amp; research context: </span></p><p><span style=\"color:#494949\">Conventional frame-based pipelines and large neural networks are often too slow and power-hungry for always-on, real-time AR. They process every frame exhaustively, move large amounts of data through memory, and quickly hit strict latency, energy, and bandwidth limits on embedded hardware. Event-based sensing and processing, combined with other efficiency-oriented techniques, open up a fundamentally different design space. By exploiting temporal and spatial sparsity, we can:</span></p><ul><li><p><span style=\"color:#494949\">Turn always-on perception into something that fits within strict power budgets</span></p></li><li><p><span style=\"color:#494949\">Push more intelligence closer to the sensor, reducing latency and data movement</span></p></li><li><p><span style=\"color:#494949\">Co-design models and systems that are built for edge hardware, rather than shrinking down server-scale architectures</span></p></li></ul><p><span style=\"color:#494949\"><br /></span></p><p><span style=\"color:#494949\">In this project, you will explore how to combine modern deep learning with event-based and embedded processors to push the limits of what AR glasses can do on-device. You will help answer questions such as:</span></p><ul><li><p><span style=\"color:#494949\">How can we architect models that are both accurate and ultra-efficient for real-world AR tasks on event-driven or low-power hardware?</span></p></li><li><p><span style=\"color:#494949\">What are the right trade-offs between accuracy, latency, memory, and energy for different AR scenarios?</span></p></li><li><p><span style=\"color:#494949\">How do we turn promising research ideas into practical, measurable improvements on realistic platforms and workloads?</span></p></li></ul><p><span style=\"color:#494949\"><br /></span></p><p><span style=\"color:#494949\">Your work will directly inform how future AR experiences can run locally, responsively, and efficiently on next-generation devices</span></p><p><span style=\"color:#494949\"><br /></span></p><p><span style=\"color:#494949\">As a thesis student, you will define and drive a focused research direction in efficient on-device ML for AR, with a particular emphasis on event-driven or embedded processors. Possible directions within this space include:</span></p><ul><li><p><span style=\"color:#494949\">Design and prototype ML models tailored to AR use cases under embedded constraints (e.g., event-based vision models, lightweight CNNs/Vision Transformers, or hybrid frame&#43;event pipelines).</span></p></li><li><p><span style=\"color:#494949\">Set up datasets and baselines relevant to AR tasks (e.g., detection, tracking, segmentation, gesture/interaction), and define evaluation metrics across accuracy, latency, memory usage, and energy.</span></p></li><li><p><span style=\"color:#494949\">Implement and train models in PyTorch, including data pipelines, training loops, and evaluation scripts that are easy to extend and reproduce.</span></p></li><li><p><span style=\"color:#494949\">Explore efficiency techniques such as sparsity, pruning, quantization (PTQ/QAT), or event-based representations, and study their impact on performance–efficiency trade-offs.</span></p></li><li><p><span style=\"color:#494949\">Profile models under embedded-like conditions using simulators, profiling tools, or edge accelerators to understand system-level behavior (e.g., FLOPs, latency, memory footprint, bandwidth).</span></p></li><li><p><span style=\"color:#494949\">Communicate your findings through ablation studies, a clear thesis report (and optionally a paper-style write-up), and a reproducible codebase with pre-trained checkpoints.</span></p></li></ul><p></p><p><span style=\"color:#494949\">Expected Outcomes</span></p><p><span style=\"color:#494949\">By the end of the project, you are expected to:</span></p><ul><li><p><span style=\"color:#494949\">Demonstrate proof-of-concepts on AR hardware (e.g., Spectacles) showcasing real-world impact</span></p></li><li><p><span style=\"color:#494949\">Deliver measurable improvements in runtime performance, efficiency, and adaptability for representative AR tasks</span></p></li><li><p><span style=\"color:#494949\">Provide insights into model–system co-design for low-power, on-device ML</span></p></li><li><p><span style=\"color:#494949\">Contribute to ML frameworks, tooling, or deployment strategies for embedded AR systems</span></p></li><li><p><span style=\"color:#494949\">Produce a high-quality thesis report (and optionally a paper-style write-up) with reproducible code and results</span></p></li></ul><p><span style=\"color:#494949\"><br /></span></p><p><span style=\"color:#494949\">Minimum qualifications</span></p><ul><li><p><span style=\"color:#494949\">Currently enrolled in a Master’s program (e.g., Computer Science, Electrical/Computer Engineering, Artificial Intelligence, Robotics, or a related field).</span></p></li><li><p><span style=\"color:#494949\">Degree program allows a Master’s thesis / graduation project in collaboration with an external organization.</span></p></li><li><p><span style=\"color:#494949\">Strong background in:</span></p><ul><li><p><span style=\"color:#494949\">Linear algebra, probability, and optimization</span></p></li><li><p><span style=\"color:#494949\">Deep learning fundamentals, including backpropagation, regularization, and basic model architectures</span></p></li></ul></li><li><p><span style=\"color:#494949\">Hands-on experience training deep learning models for computer vision, including:</span></p><ul><li><p><span style=\"color:#494949\">Experience with PyTorch (preferred) or a similar framework</span></p></li><li><p><span style=\"color:#494949\">Comfort implementing and training CNNs and/or vision transformers</span></p></li></ul></li><li><p><span style=\"color:#494949\">Proficiency in Python and standard ML tooling (e.g., NumPy, PyTorch, Git, basic experiment management).</span></p></li><li><p><span style=\"color:#494949\">Interest in turning research ideas into robust, reproducible codebases that others can build on.</span></p></li></ul><p></p><p><span style=\"color:#494949\">Preferred qualifications</span></p><ul><li><p><span style=\"color:#494949\">Experience with one or more of:</span></p><ul><li><p><span style=\"color:#494949\">Event-based or streaming vision, or other non-conventional sensor modalities</span></p></li><li><p><span style=\"color:#494949\">Model compression techniques: pruning, sparsity, quantization, or knowledge distillation</span></p></li><li><p><span style=\"color:#494949\">Efficient architectures for embedded or real-time applications (e.g., lightweight backbones, dynamic computation, conditional execution)</span></p></li></ul></li><li><p><span style=\"color:#494949\">Familiarity with embedded / on-device ML toolchains (e.g., TensorFlow Lite, ONNX Runtime, or similar frameworks).</span></p></li><li><p><span style=\"color:#494949\">Experience with AI-assisted development and research tools (e.g., experiment tracking, ML tooling, or LLM-based coding and analysis assistants).</span></p></li><li><p><span style=\"color:#494949\">Exposure to performance profiling and basic systems concepts: FLOPs, latency, memory access patterns, and bandwidth.</span></p></li></ul><p></p><p><span style=\"color:#494949\">Practical details</span></p><ul><li><p><span style=\"color:#494949\">Project type: Master’s Thesis / Graduation Project</span></p></li><li><p><span style=\"color:#494949\">Focus: Efficient on-device ML for AR applications on embedded and/or event-driven processors</span></p></li><li><p><span style=\"color:#494949\">Duration &amp; scope: Minimum of 8 months, up to 12 months, aligned with university and team requirements</span></p></li><li><p><span style=\"color:#494949\">Location: Eindhoven, the Netherlands, with a minimum of 4 days per week in the office</span></p></li><li><p><span style=\"color:#494949\">Start date: Flexible, to be agreed based on candidate and university timelines</span></p></li></ul><p style=\"text-align:inherit\"></p><p style=\"text-align:inherit\"></p><p><span>If you have a disability or special need that requires accommodation, please don’t be shy and provide us some </span><a href=\"https://docs.google.com/forms/d/e/1FAIpQLScV7t31iR3yYR9ztGDHJpbvL63svWpb6s0afkBkLEjGnDx4Kg/viewform\" target=\"_blank\"><u>information</u></a>.</p><p></p><p><span>&#34;Default Together&#34; Policy at Snap: At Snap Inc. we believe that being together in person helps us build our culture faster, reinforce our values, and serve our community, customers and partners better through dynamic collaboration. To reflect this, we practice a “default together” approach and expect our team members to work in an office 4&#43; days per week. </span></p><p></p><p><span>At Snap, we believe that having a team of diverse backgrounds and voices working together will enable us to create innovative products that improve the way people live and communicate. Snap is proud to be an equal opportunity employer, and committed to providing employment opportunities regardless of race, religious creed, color, national origin, ancestry, physical disability, mental disability, medical condition, genetic information, marital status, sex, gender, gender identity, gender expression, pregnancy, childbirth and breastfeeding, age, sexual orientation, military or veteran status, or any other protected classification, in accordance with applicable federal, state, and local laws. EOE, including disability/vets.</span></p><p></p><p><span><a href=\"http://careers.snap.com/benefits\" target=\"_blank\">Our Benefits</a>: Snap Inc. is its own community, so we’ve got your back! We do our best to make sure you and your loved ones have everything you need to be happy and healthy, on your own terms. Our benefits are built around your needs and include paid parental leave, comprehensive medical coverage, emotional and mental health support programs, and compensation packages that let you share in Snap’s long-term success!</span></p>","location":"Eindhoven - Netherlands","postedOn":"Posted 30+ Days Ago","startDate":"2026-06-23","timeType":"Full time","jobReqId":"R0045234","jobPostingId":"Working-Student---Machine-Learning_R0045234-1","jobPostingSiteId":"snap","country":{"descriptor":"Netherlands","id":"9696868b09c64d52a62ee13b052383cc"},"canApply":true,"posted":true,"includeResumeParsing":true,"jobRequisitionLocation":{"descriptor":"Eindhoven - Netherlands","country":{"descriptor":"Netherlands","id":"9696868b09c64d52a62ee13b052383cc","alpha2Code":"NL"}},"externalUrl":"https://wd1.myworkdaysite.com/recruiting/snapchat/snap/job/Eindhoven---Netherlands/Working-Student---Machine-Learning_R0045234-1","questionnaireId":"b31470fd67bb1001b9e49cd378020000"},"hiringOrganization":{"name":"Snap B.V.","url":""},"similarJobs":[],"userAuthenticated":false}