iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline Bloomberg Delays India's Sovereign Bond Index Inclusion as Market Reforms Need Further Testing Gold loans jump 93.8% y-o-y, fuel bank credit growth in Q1FY27 Snapchat joins YouTube, LinkedIn and Substack in fight against 'AI slop' Amazon speeds last-mile delivery, expands robotics fleet past 1 million Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline Bloomberg Delays India's Sovereign Bond Index Inclusion as Market Reforms Need Further Testing Gold loans jump 93.8% y-o-y, fuel bank credit growth in Q1FY27 Snapchat joins YouTube, LinkedIn and Substack in fight against 'AI slop' Amazon speeds last-mile delivery, expands robotics fleet past 1 million
Home ›› Technology ›› Ai ›› Computer Vision ›› New Framework for Class-Incremental Motion Forecasting Enables Autonomous Vehicles to Adapt to Novel Objects

New Framework for Class-Incremental Motion Forecasting Enables Autonomous Vehicles to Adapt to Novel Objects

Researchers introduce class-incremental motion forecasting, a setting where autonomous vehicles learn new object classes over time. They propose the first end-to-end framework that adapts to novel classes while mitigating catastrophic forgetting, using pseudo-labels and open-vocabulary segmentation. Evaluations on nuScenes and Argoverse 2 show preserved performance on known classes and effective adaptation to new ones.

iG
iGEN Editorial
July 8, 2026
New Framework for Class-Incremental Motion Forecasting Enables Autonomous Vehicles to Adapt to Novel Objects

Autonomous vehicles rely on motion forecasting to predict future trajectories of dynamic agents like cars, pedestrians, and cyclists. However, most existing approaches assume a closed-world setting with a fixed object taxonomy and high-quality perception inputs. In reality, new object classes can emerge over time, and perception is often imperfect. A team of researchers has introduced class-incremental motion forecasting, a novel setting where new object classes are sequentially introduced, and future trajectories are predicted directly from camera images.

The Problem: Fixed Object Taxonomies Limit Real-World Deployment

Current motion forecasting systems are typically trained on a static set of object classes. When a new type of agent appears — say, an electric scooter or a delivery robot — the model either fails to recognize it or must be retrained from scratch. Retraining can cause catastrophic forgetting, where the model loses accuracy on previously learned classes. According to the arXiv paper, this limitation stems from assuming a closed-world setting with perfect perception, which is not realistic in dynamic environments.

A First-of-Its-Kind Framework for Incremental Learning

The researchers propose the first end-to-end framework for class-incremental motion forecasting. The system generates motion forecasting pseudo-labels for known classes and matches them with 2D instance masks from an open-vocabulary segmentation model. A 3D-to-2D keypoint voting mechanism filters out inconsistent and overconfident predictions. Additionally, a query feature variance-based replay strategy selects informative past sequences to preserve prior knowledge.

This approach allows the model to adapt to newly introduced classes without catastrophic forgetting. The framework is designed to work directly from camera images, avoiding the need for expensive LiDAR data.

Evaluation and Results

The team evaluated their framework on two large-scale autonomous driving datasets: nuScenes and Argoverse 2. The results show that the method successfully preserves performance on known classes while effectively adapting to novel ones. They also demonstrated zero-shot transfer to real-world driving scenarios, indicating the framework's generalizability. Furthermore, the system extends naturally to both open- and closed-loop end-to-end class-incremental planning on nuScenes and NeuroNCAP, a neural driving simulator.

Aspect Traditional Closed-World Approach Proposed Class-Incremental Framework
Object taxonomy Fixed, known in advance Sequential introduction of new classes
Perception requirement High-quality (often LiDAR) Camera images (direct)
Handling new classes Retraining or failure Adapts without forgetting
Forgetting mitigation Not considered Pseudo-labels, keypoint voting, replay
Evaluation datasets Typically one dataset nuScenes, Argoverse 2, real-world transfer

Implications for Autonomous Driving and Beyond

While the paper focuses on autonomous driving, the underlying technology has potential applications in logistics and supply chain. Autonomous trucks, warehouse robots, and delivery drones operate in environments where new object types (e.g., new packaging, different vehicle models) are common. A system that can incrementally learn these classes without retraining could reduce downtime and improve safety. The researchers have stated that code and models will be made publicly available, which may accelerate industry adoption.

In summary, this work addresses a critical gap in motion forecasting by enabling continuous learning in dynamic environments. The combination of pseudo-labels, open-vocabulary segmentation, and selective replay offers a practical path toward more adaptable autonomous systems.


Sources:

Keep Reading

Recommended Stories

New Research Reveals How Visual Tokens Evolve Inside Vision-Language Models Technology

New Research Reveals How Visual Tokens Evolve Inside Vision-Language Models

A new computer vision paper from arXiv investigates how visual tokens are integrated into large language models (LLMs) under two paradigms: in-context prompting and layer-wise injection. The authors find that visual tokens enter the LLM as 'disguised visual context' lacking linguistic structure, then evolve differently depending on the integration architecture. They show that attention allocation alone is insufficient, and performance depends on the quality of visual representations at each layer.

July 8, 2026
FlowMaps: Modeling Long-Term Multimodal Object Dynamics with Flow Matching Technology

FlowMaps: Modeling Long-Term Multimodal Object Dynamics with Flow Matching

FlowMaps, a latent flow matching model, predicts multimodal distributions of future object locations in 3D space by learning from past human interactions. Tested in over 600 episodes, it outperforms state-of-the-art approaches for dynamic Object Navigation tasks in simulated and real environments. The research, published on arXiv, has potential applications for robotics in changing environments.

July 8, 2026
Mitigating Simplicity Bias in OOD Detection through Object Co-occurrence Analysis Technology

Mitigating Simplicity Bias in OOD Detection through Object Co-occurrence Analysis

Researchers propose an object-centric OOD detection framework that leverages object co-occurrence patterns to overcome simplicity bias, achieving competitive results on near-OOD and full-spectrum settings.

July 8, 2026
New AI Research Shows Vision-Language Models Think Better with Visual Grounding Technology

New AI Research Shows Vision-Language Models Think Better with Visual Grounding

Researchers introduce visually grounded thinking, a reasoning process that interleaves natural-language thoughts with explicit point or box groundings to image regions. The method, using a scalable synthesis pipeline and grounding-aware reinforcement learning, consistently improves performance of Gemma3-4B-IT on counting and spatial reasoning benchmarks, with the 4B model matching or surpassing the 27B variant.

June 21, 2026