Skip to content

About us

This is a group for anyone interested in applying computer vision technology to solve real-world problems. We will explore the latest and greatest developments in the field and how people are leveraging frameworks like Caffe, TensorFlow, OpenCV, etc. We meet once a month at GumGum's headquarters in Santa Monica. Each meeting begins with food/drink followed by a presentation and then a chance to network with attendees.

If you have ideas, suggestions, or want to give a presentation, please reach out to us!

Sponsors

GumGum

GumGum

Meeting space, speakers and refreshments

umojify

umojify

Speakers and refreshments

VR/AR Association of Los Angeles

VR/AR Association of Los Angeles

Speakers and refreshments

nuTonomy

nuTonomy

Speakers and refreshments

Upcoming events

4

See all
  • Network event
    Sept 17 - ADAS, AV, and AI Meetup

    Sept 17 - ADAS, AV, and AI Meetup

    ·
    Online
    Online
    96 attendees from 55 groups

    Join our virtual meetup to hear talks from experts on cutting-edge topics across AI, ML, and computer vision.

    Time, Date and Location

    Sep 17, 2026
    9:00 AM - 11:00 AM PST
    Online.
    Register for the Zoom!

    AI for Autonomous Driving: From Data to Decisions

    Building reliable automated driving systems is as much a data and engineering challenge as a modeling one. In this talk, Tin will share perspectives from his work at Porsche AG on applying modern AI methods across the autonomous driving development process, from making sense of large-scale driving data to understanding and evaluating how AI-based systems behave on the road. He'll discuss lessons learned from real-world development, where today's approaches shine, and where hard problems remain for the ADAS and AV community.

    About the Speaker

    Tin Stribor Sohn is a PhD Student at Porsche AG and Karlsruhe Institute of Technology in the area of Foundation Models for Scenario Understanding and Decision Making in Autonomous Robotics, Tech Lead at Data Driven Engineering for Autonomous Driving, Prior: Master in CS at University of Tuebingen with focus on Computer Vision and Deep Learning and co-founder of a software company for smart EV charging

    Advancing ADAS and Autonomous Vehicle Development with Multimodal Data

    ADAS and autonomous vehicle systems rely on increasingly complex data from cameras, video, LiDAR, radar, and other sensor streams. In this session, Murilo will introduce Voxel51 and explore how the latest multimodal capabilities in FiftyOne help teams bring these data sources together to better understand their datasets and model behavior. He’ll discuss how unified workflows for visualization, search, curation, and evaluation can help ADAS and AV teams uncover challenging scenarios, investigate model failures, and build safer, more reliable autonomous systems.

    About the Speaker

    Murilo Gustineli is a Machine Learning Engineer at Voxel51 working at the intersection of representation learning and computer vision. He holds an M.S. in Computer Science from Georgia Tech, where he co-leads the DS@GT Applied Research & Competitions group, advancing machine learning research through competitive challenges and peer-reviewed publications.

    From Survey-Grade Maps to Physical AI: Scaling Real-World Data for Training and Simulation

    Physical AI systems are increasingly constrained not by model architectures, but by the availability of scalable, high-fidelity real-world data. This talk explores how Dynamic Map Platform transforms survey-grade road assets collected across 1.8 million km of roads worldwide into training- and simulation-ready datasets, including point clouds, imagery, HD maps, road surface models, and 3D Gaussian Splatting representations.

    We will discuss why geometric accuracy, semantic understanding, and real-world diversity are critical to building robust autonomous driving systems. Attendees will learn how real-world geospatial data can be structured and scaled for AI training and simulation workflows.

    About the Speaker

    Ryoto Miyake is a Software Engineer at Dynamic Map Platform, where he works on transforming large-scale geospatial data into AI-ready datasets for training, simulation, and validation, such as HD maps and 3D Gaussian Splatting. With a background in transportation engineering, he works closely with automotive manufacturers and industry partners to bridge large-scale real-world mapping data with next-generation AI and mobility systems.

  • Network event
    Sept 22 - FiftyOne Agent: Automate Visual AI Workflows with Natural Language

    Sept 22 - FiftyOne Agent: Automate Visual AI Workflows with Natural Language

    ·
    Online
    Online
    67 attendees from 53 groups

    Learn about FiftyOne Agent, an AI assistant built directly into FiftyOne that turns plain-language requests into real dataset operations.

    Date, Time and Location

    Sep 22, 2026
    9:00 AM - 10:00 AM Pacific
    Online.
    Register for the Zoom!

    Ask it to find and remove duplicate images, run object detection and surface low-confidence predictions, or evaluate a model and summarize where it fails, and the agent handles execution end to end.

    We will also walk through the newest capabilities shipping with this release, including code generation and plugin generation. You will see how to go from a conversational prompt to a custom dashboard, visualization, or full FiftyOne application, and how to package multi-step workflows as reusable skills the agent can call on demand.

    Because the agent runs inside FiftyOne's secure guardrails, teams keep full control. Connect your preferred models from over 100 LLM providers, route requests through your own enterprise gateway, and maintain audit logging and user attribution for every action the agent takes.

  • Network event
    Sept 30 - Building Composable Vision Workflows in FiftyOne

    Sept 30 - Building Composable Vision Workflows in FiftyOne

    ·
    Online
    Online
    55 attendees from 53 groups

    This workshop explores the FiftyOne plugin framework to build custom computer vision applications. You’ll learn to extend the FiftyOne App with Python based panels and server side operators, as well as integrate external tools for labeling, vector search, and model inference into your dataset views.

    Date, Time and Location

    Sep 30, 2026
    9 AM - 10 AM PST
    Online. Register for the Zoom!

    You’ll also automate repetitive tasks by writing custom workflows executing within the FiftyOne environment. Attendees will learn to transform FiftyOne from a visualization tool into a central hub for your vision stack.

    What you'll learn:

    • Build Python plugins. Define plugin manifests and directory structures to register custom functionality within the FiftyOne ecosystem.
    • Develop server side operators. Write functions to execute model inference, data cleaning, or metadata updates from the App interface.
    • Build interactive panels. Create custom UI dashboards using to visualize model metrics or specialized dataset distributions.
    • Manage operator execution contexts. Pass data between the App front end and your backend to build dynamic user workflows.
    • Implement delegated execution. Configure background workers to handle long running data processing tasks without blocking the user interface.
    • Build labeling integrations. Streamline the flow of data between FiftyOne and annotation platforms through custom triggers and ingestion scripts.
    • Extend vector database support. Program custom connectors for external vector stores to enable semantic search across large sample datasets.
    • Package and share plugins. Distribute your extensions internally and externally
  • Network event
    Oct 8 - MCP, Agents and Skills Meetup Meetup

    Oct 8 - MCP, Agents and Skills Meetup Meetup

    ·
    Online
    Online
    212 attendees from 52 groups

    Join our virtual meetup to hear talks from experts on MCP, agents and skills.

    Date, Time and Location

    Oct 08, 2026
    9:00 AM - 11:00 AM PST
    Online.
    Register for the Zoom!

    Designing Multi‑Agent Systems: Sequential, Parallel, and Beyond with ADK

    Multi‑agent systems are powerful but choosing the wrong interaction pattern can quickly lead to fragile, slow, or expensive AI systems.
    In this talk, we explore the core multi‑agent design patterns enabled by ADK, including sequential, parallel, and more advanced coordination models. Rather than focusing on tools alone, we’ll look at how to think architecturally about agent collaboration.

    You’ll learn:

    • When sequential agents are the right choice and when they become a bottleneck
    • How parallel agents improve speed and coverage (and the trade‑offs they introduce)
    • Common failure modes in poorly designed agent interactions
    • Practical criteria for choosing the right pattern based on task, latency, and reliability

    By the end of the session, you’ll have a clear mental model for designing multi‑agent systems that are intentional, scalable, and production‑ready.

    About the Speaker

    Dr Roushanak Rahmat is an Enterprise AI Architect, Google Developer Expert (AI & Cloud), and recognized among the Top 100 Women in Tech (2025). With a PhD in Artificial Intelligence and over 15 years of experience, she specializes in designing and delivering enterprise-scale Generative AI, Agentic AI, and Deep Learning solutions that transform industries including healthcare, finance, energy, and public services.

    Privacy by Deployment: Architecting Agent-Driven Localization Workflows for Regulated Environments

    Most enterprise AI today is private by promise - a DPA, a SOC 2 report, or a contract clause that says, "we won't train on your data". For a regulated buyer, these are remedies after a breach, not controls that prevent or contain one. For organizations in healthcare, finance, defense, and government, privacy often requires stronger guarantees: data residency, customer-controlled execution, and, in some cases, operation within air-gapped environments.

    This session demonstrates how agentic AI can automate a localization workflow while operating within these constraints. Using a real-world localization pipeline as an example, we will show how agentic systems can coordinate translation, review, quality assurance, and content preparation tasks while incorporating human checkpoints for approval and oversight.

    We will also walk through the architectural patterns that enable these workflows to run inside customer-controlled and air-gapped environments without transferring sensitive content outside the customer boundary. The session includes a live product demonstration.

    Key Takeaways

    • Architectural patterns for deploying agentic AI in air-gapped and customer-controlled environments
    • How agentic systems can automate localization workflows while preserving critical human review and approval processes
    • Practical considerations for operating agentic workflows in regulated environments with auditability and governance requirements

    About the Speaker

    Shruti Joshi is building an AI powered secure localization stack for regulated industries such as healthcare, legal, finance that cannot send their content to a typical hosted SaaS. She brings 12+ years of engineering and architecture experience to the question this talk addresses: how do you make an agentic AI system deployable inside a regulated perimeter.

    MCP Is the Interface; Skills Are the Operating Discipline

    This talk shows how MCP and Agent Skills work together in practical agent systems. MCP gives agents a standard interface to tools, data, and workflows; skills encode the operating discipline that makes those connections reliable. Using a sanitized field-operations ledger as the case study, the talk walks through source intake, normalized state, uncertainty labels, role prompts, QA gates, and share-safe status drafting.

    About the Speaker

    Chuck Hernandez is an AI engineering and client-delivery leader with 10+ years across software, data platforms, and enterprise implementation, including 3+ years shipping production GenAI systems.

    Agentic engineering is about good guidance.

    Garbage Inn. Is garbage out? This is true. For many input and output processes. In biological life and in computer systems, and equally true when working with LLM’s. The better the prompt, the better the context, the better the focus, And the better the contextual awareness, the better the quality of the output the LLM’s generates.
    This is the governance, art and practice of what we like to call agentic engineering, something I've been practicing over the last year.

    About the Speaker

    Dimitri Geelen builds things that don't need him once they're done. Frameworks, transitions, agentic systems — the measure of success is always the same: does it hold up when he leaves the room? He understands not just how to deploy, but what it takes for a new service to survive and scale inside a complex enterprise.

    • Photo of the user
    1 attendee from this group

Group links

Organizers

Jimmy G. is a Super Organizer

Members

437
See all