paper-with-me

홈 › Papers

3DSPA: A 3D Semantic Point Autoencoder for Evaluating Video Realism

2026-02-23 · Bhavik Chandna, Kelsey R. Allen arxiv

AI video generation is evolving rapidly. For video generators to be useful for applications ranging from robotics to film-making, they must consistently produce realistic videos. However, evaluating the realism of generated videos remains a largely manual process -- requiring human annotation or bespoke evaluation datasets which have restricted scope. Here we develop an automated evaluation framework for video realism which captures both semantics and coherent 3D structure and which does not require access to a reference video. Our method, 3DSPA, is a 3D spatiotemporal point autoencoder which integrates 3D point trajectories, depth cues, and DINO semantic features into a unified representation for video evaluation. 3DSPA models how objects move and what is happening in the scene, enabling robust assessments of realism, temporal consistency, and physical plausibility. Experiments show that 3DSPA reliably identifies videos which violate physical laws, is more sensitive to motion artifacts, and aligns more closely with human judgments of video quality and realism across multiple datasets. Our results demonstrate that enriching trajectory-based representations with 3D semantics offers a stronger foundation for benchmarking generative video models, and implicitly captures physical rule violations. The code and pretrained model weights will be available at https://github.com/TheProParadox/3dspa_code.

📄 PDF Abstract BibTeX arXiv:2602.20354

Code (0)

등록된 구현이 없습니다.

Tasks

Video Generation

Similar Papers 제목 키워드 기반

DSPA: Dynamic SAE Steering for Data-Efficient Preference Alignment

2026-03-23 · James Wedgwood, Aashiq Muhamed, Mona T. Diab, Virginia Smith arxiv

Preference alignment is usually achieved by weight-updating training on preference data, which adds substantial alignment-stage compute and provides limited mechanistic visibility. We propose Dynamic SAE Steering for Pre…

Distributional Semantics in R with the wordspace Package

2014-08-01 · COLING 2014 8 · Stefan Evert
Dimensionality Reduction

CLOUDSPAM: Contrastive Learning On Unlabeled Data for Segmentation and Pre-Training Using Aggregated Point Clouds and MoCo

2024-10-26 · Remote Sensing 2024 10 · Reza Mahmoudi Kouhi, Olivier Stocker, Philippe Giguère, and Sylvie Daniel

SegContrast paved the way for contrastive learning on outdoor point clouds. Its original formulation targeted individual scans in applications like autonomous driving and object detection. However, mobile mapping purpose…

3D Semantic SegmentationAutonomous DrivingContrastive LearningData Augmentation+5

Point Cloud Video Anomaly Detection Based on Point Spatio-Temporal Auto-Encoder

2023-06-04 · Tengjiao He, Wenguang Wang

Video anomaly detection has great potential in enhancing safety in the production and monitoring of crucial areas. Currently, most video anomaly detection methods are based on RGB modality, but its redundant semantic inf…

Anomaly DetectionVideo Anomaly Detection

Compilation as a Typed EDSL-to-EDSL Transformation

2016-03-29 · Emil Axelsson

This article is about an implementation and compilation technique that is used in RAW-Feldspar which is a complete rewrite of the Feldspar embedded domain-specific language (EDSL) (Axelsson et al. 2010). Feldspar is high…

C++ codeTranslation