Skip to main content
Ctrl+K
SIL-Wheel - Home SIL-Wheel - Home
  • SIL-Wheel

Contents

  • Overview
  • Tutorials
  • Architecture
  • Search
    • Caption Search
    • Caption Embedding Search
    • Semantic Search
    • Visual Search
    • Trajectory Search
    • Perception-based Search
    • Classifier Search
    • Cluster Search
    • Metadata Search
  • Annotation
  • Evaluation
    • Leaderboards
    • Model Predictions
    • Arena
  • Agent Interface
  • Power Features
  • Search URLs
  • Programmatic API
  • Deployment
  • SIL-Wheel Docs Agent
  • .rst

Perception-based Search

Contents

  • How It Works
  • Object Classes
  • Angle Ranges
  • Count Filter
  • Range Filter

Perception-based Search#

Search mode: geometric filtering on where detected road users sit relative to the ego vehicle.

Perception-based search filters clips based on the spatial relationship between the ego vehicle and detected road users. It answers questions like “clips where a pedestrian was within 3 metres directly ahead” or “clips with more than 5 vehicles present simultaneously” without relying on captions or manual annotations. Detections are produced by a 3D object detector run over every clip offline, so filters evaluate in milliseconds regardless of dataset size. This is a filter-only mode: it restricts the eligible clip pool without producing a ranking score of its own.

Reach for it when the question is spatial and quantitative: a pedestrian within 3 metres directly ahead, more than five vehicles at once, a cyclist approaching from the front-left. These are conditions captions rarely state precisely and embeddings cannot measure.

Reach for something else when your dataset has no precomputed detections, or the question is about how a scene looks rather than where objects are, where Semantic Search and Visual Search apply.

The Perception-based Search panel with object label Bike w/ Rider, a six-sector diagram around the ego car with the three front sectors selected, and distance and duration sliders

The perception-based search panel for configuring object class, angle sectors, count, and range filters.#

An active perception-based search chip summarising the Bike w/ Rider filter, with clips showing riders ahead of the ego vehicle

Perception-based search: clips containing a bike with rider within 10 m of the ego vehicle, in the front or front-side sectors, for at least 2.5 s.#

How It Works#

A 3D object detector is run over every clip offline. Per-frame detections are aggregated into per-clip statistics (object counts, distances, and angular positions) and held in memory, so filters evaluate in milliseconds regardless of dataset size.

Object Classes#

The Object Label dropdown lists the object classes that can be filtered. Pick exactly one:

Label (UI)

Underlying class

Car

VEHICLE_CAR

Truck

VEHICLE_TRUCK

Bus

VEHICLE_BUS

Bike w/ Rider

BIKE_WITH_RIDER

Pedestrian

PEDESTRIAN_UNKNOWN

Angle Ranges#

The space around the ego vehicle is divided into six sectors. One or more sectors can be selected; the filter matches clips where the object appears in any of the selected sectors.

Sector

Description

FRONT

Directly ahead

FRONT_RIGHT

Front-right quadrant

BACK_RIGHT

Rear-right quadrant

BACK

Directly behind

BACK_LEFT

Rear-left quadrant

FRONT_LEFT

Front-left quadrant

Count Filter#

Filters by the total number of detections of a given object class across all frames in the clip. A minimum and/or maximum count can be set. Useful for finding clips with high pedestrian density, or clips with no other vehicles present at all (max_count = 0).

Range Filter#

Filters by object presence within a combined spatial and temporal window. The object must appear in one of the selected angular sectors, within a specified distance from the ego vehicle, for at least a minimum continuous duration. All three constraints must be satisfied simultaneously.

For example: “a pedestrian within 5 metres in the FRONT or FRONT_LEFT sector for at least 2 seconds” translates to selecting PEDESTRIAN_UNKNOWN, sectors FRONT, FRONT_LEFT, max distance 5 m, min time 2 s.

previous

Trajectory Search

next

Classifier Search

Contents
  • How It Works
  • Object Classes
  • Angle Ranges
  • Count Filter
  • Range Filter

By SIL-Wheel Contributors

© Copyright 2025-2026, NVIDIA.