Shape-Conforming Point Cloud Colliders for Efficient Collision Detection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods for generating colliders for 3D objects from point clouds are inefficient and inaccurate, requiring manual intervention by graphics artists, leading to increased time and effort while compromising collision detection accuracy.

Innovation Solution

An automated system using AI/ML techniques to differentiate features in point clouds, decimate point sets, and dynamically generate shape-conforming colliders that adapt to computational resources and interaction distance.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If simple shapes (spheres, cubes, cylinders) are used as colliders, then computational efficiency is improved, but collision detection accuracy deteriorates

Engineering Contradiction:
Improvecomputational efficiencyVSAvoidcollision detection accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The system segments the point cloud into multiple feature-based clusters, generating a separate collider for each cluster rather than using a single simple shape. This allows complex objects to be represented by multiple simpler colliders working together, improving accuracy while maintaining computational efficiency.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system applies different collider types and complexity levels to different regions of the 3D object based on their interaction importance. Interactive features receive more accurate shape-conforming colliders, while non-interactive regions use simpler colliders, optimizing the balance between accuracy and performance.

Inventive Principle:
Principle #3Local quality

2Ease of manufacture

If manual generation of colliders by graphics artists is performed, then collider creation is possible, but time and effort increase

Engineering Contradiction:
Improvecollider creation capabilityVSAvoidtime and effort for collider creation
Core Design Contradiction:
Ease of manufactureVSLoss of time

Solution Approach 1:

The system automatically analyzes the point cloud data, identifies interactive features, and generates appropriate colliders without human intervention. The automated pipeline includes point cloud processing, feature identification, collider generation, and association with 3D objects, eliminating the need for manual collider creation by graphics artists.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The system uses AI/ML techniques to automatically determine optimal collider parameters such as shape type, size, position, and orientation based on the geometric and semantic characteristics of the point cloud features, replacing manual parameter specification by artists.

Inventive Principle:
Principle #35Parameter changes

3Measurement precision

If all points in the point cloud are used for collision detection, then detection accuracy is improved, but computational cost increases

Engineering Contradiction:
Improvecollision detection accuracyVSAvoidcomputational resources
Core Design Contradiction:
Measurement precisionVSUse of energy by moving object

Solution Approach 1:

The system extracts only the essential points that define the shape and interaction boundaries of each feature, discarding redundant interior points. This point selection process maintains collision detection accuracy by preserving surface-defining points while significantly reducing the total number of points used in computations.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The point cloud is segmented into feature-specific clusters, and collision detection is performed separately for each cluster using only its relevant points. This localized approach reduces the computational burden compared to processing all points globally, while maintaining accuracy for each interactive feature.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS20250239006A1Systems and Methods for Automatic and Dynamic Generation of Shape-Conforming and Computationally Efficient Colliders for Point Clouds
Publication Date: 2025.07.24 MIRIS INC
  • US20250239006A1 patent drawing
  • US20250239006A1 patent drawing
  • US20250239006A1 patent drawing

AI summary

A three-dimensional (3D) interactivity system automatically and dynamically generates shape-conforming and computationally efficient colliders for detecting collisions with automatically differentiated features represented by different sets of points in a point cloud. The system selects a set of points that represent a particular feature of a 3D object, decimates the set of points to a subset of points that represent an approximate shape of the particular feature with fewer points than the set of points, and generates a collider with the approximate shape represented by the subset of points. The system may then use the collider in determining whether a collision element collides with the particular feature.