Engineering BlogTechnical Insight Memo

NVIDIA at CES 2025: The Autonomous Vehicle Is Becoming a Three-Computer System

NVIDIA’s CES message was not a single chip announcement. It was a systems argument: training, simulation, and in-vehicle inference must be designed as one closed engineering loop.

NVIDIA CES 2025: 자율주행차는 세 개의 컴퓨터로 재구성되고 있다

NVIDIA의 CES 메시지는 단일 칩 발표가 아니었다. 학습, 시뮬레이션, 차량 내 추론을 하나의 닫힌 엔지니어링 루프로 설계해야 한다는 시스템 관점의 주장이다.

01

The announcement behind the announcement

At CES 2025, NVIDIA described autonomous-vehicle development as a three-computer problem. DGX trains the models, Omniverse on OVX generates and validates synthetic worlds, and DRIVE AGX executes the driving stack inside the vehicle. Cosmos world foundation models were introduced as connective tissue between these domains: a way to generate physically plausible video, expand rare-event coverage, and make simulation more useful than a collection of hand-authored scenes.

That framing matters more than the headline specifications of DRIVE Thor. A 1,000-TOPS-class automotive computer is valuable only when the organization can continuously convert fleet data into training examples, turn failure hypotheses into scenarios, and return validated models to the vehicle. The product is therefore not the ECU alone. It is the latency and traceability of the entire learning loop.

01 · KO

발표 이면의 핵심

CES 2025에서 NVIDIA는 자율주행 개발을 ‘세 개의 컴퓨터’ 문제로 설명했다. DGX는 모델을 학습하고, OVX 기반 Omniverse는 합성 환경을 만들고 검증하며, DRIVE AGX는 차량 안에서 주행 스택을 실행한다. Cosmos 월드 파운데이션 모델은 이 영역들을 잇는 연결부로 소개됐다. 물리적으로 타당한 영상을 생성하고, 희귀 상황의 커버리지를 넓히며, 시뮬레이션을 수작업 장면 모음 이상으로 만드는 역할이다.

이 관점은 DRIVE Thor의 최고 사양보다 중요하다. 1,000 TOPS급 차량용 컴퓨터도 조직이 플릿 데이터를 학습 사례로 바꾸고, 실패 가설을 시나리오로 변환하며, 검증된 모델을 다시 차량에 배포할 수 있을 때 의미가 있다. 따라서 제품은 ECU 하나가 아니라 전체 학습 루프의 지연시간과 추적 가능성이다.

02

Why simulation must be an evidence system

Synthetic data does not remove the need for real-world evidence. It changes where engineering effort is spent. A generated cut-in is useful only if its kinematics, sensor artifacts, and interaction policy are controlled, and if the same scenario can be replayed after a model update. The strongest use of Cosmos is not “more data”; it is targeted variation around known weak regions of the operating design domain.

For planning and control, this implies a concrete interface contract. Perception uncertainty should propagate into prediction, planner constraints should remain inspectable, and the controller should expose comfort and stability margins. If a generated scene produces a collision, engineers need to separate whether the cause was missed perception, an implausible multimodal prediction, a poor cost function, or actuator saturation. A visually convincing simulation without causal observability can still produce false confidence.

02 · KO

시뮬레이션이 증거 시스템이어야 하는 이유

합성 데이터는 실제 도로 증거를 대체하지 않는다. 대신 엔지니어링 자원을 쓰는 위치를 바꾼다. 생성된 끼어들기 장면은 운동학, 센서 아티팩트, 상호작용 정책이 통제되고 모델 업데이트 후 동일하게 재생할 수 있을 때만 유효하다. Cosmos의 가장 강한 활용은 단순한 ‘데이터 증가’가 아니라 ODD에서 이미 확인된 취약 영역 주변을 의도적으로 변형하는 것이다.

Planning과 Control 관점에서는 구체적인 인터페이스 계약이 필요하다. 인지 불확실성이 예측으로 전달되어야 하고, 플래너 제약은 검사 가능해야 하며, 제어기는 승차감과 안정성 마진을 노출해야 한다. 생성 장면에서 충돌이 발생하면 원인이 인지 누락인지, 비현실적인 다중 예측인지, 잘못된 비용함수인지, 액추에이터 포화인지 분리할 수 있어야 한다. 시각적으로 그럴듯하지만 인과적 관찰성이 없는 시뮬레이션은 잘못된 확신을 만들 수 있다.

03

My engineering conclusion

The competitive unit in autonomous driving is shifting from model accuracy to system iteration speed under a safety case. NVIDIA’s stack is compelling because it places compute at every stage of that loop. But compute does not define the safety argument; requirements, scenario coverage, regression thresholds, and release governance do. I would evaluate the stack by four measurements: time from field event to reproducible scenario, scenario-to-training coverage, regression detection rate, and the number of safety-critical behaviors that remain explainable after optimization.

03 · KO

나의 엔지니어링 결론

자율주행의 경쟁 단위는 모델 정확도에서 안전 논증 아래의 시스템 반복 속도로 이동하고 있다. NVIDIA 스택이 설득력 있는 이유는 이 루프의 모든 단계에 컴퓨팅을 배치하기 때문이다. 그러나 컴퓨팅 자체가 안전 논증을 정의하지는 않는다. 요구사항, 시나리오 커버리지, 회귀 임계값, 릴리스 거버넌스가 정의한다. 나는 현장 이벤트가 재현 가능한 시나리오가 되기까지의 시간, 시나리오-학습 커버리지, 회귀 탐지율, 최적화 이후에도 설명 가능한 안전 핵심 행동의 수로 이 스택을 평가하고 싶다.