paper-with-me

홈 › Papers

Overcoming Semantic Dilution in Transformer-Based Next Frame Prediction

2025-01-28 · Hy Nguyen, Srikanth Thudumu, Hung Du, Rajesh Vasa, Kon Mouzakis

Next-frame prediction in videos is crucial for applications such as autonomous driving, object tracking, and motion prediction. The primary challenge in next-frame prediction lies in effectively capturing and processing both spatial and temporal information from previous video sequences. The transformer architecture, known for its prowess in handling sequence data, has made remarkable progress in this domain. However, transformer-based next-frame prediction models face notable issues: (a) The multi-head self-attention (MHSA) mechanism requires the input embedding to be split into $N$ chunks, where $N$ is the number of heads. Each segment captures only a fraction of the original embeddings information, which distorts the representation of the embedding in the latent space, resulting in a semantic dilution problem; (b) These models predict the embeddings of the next frames rather than the frames themselves, but the loss function based on the errors of the reconstructed frames, not the predicted embeddings -- this creates a discrepancy between the training objective and the model output. We propose a Semantic Concentration Multi-Head Self-Attention (SCMHSA) architecture, which effectively mitigates semantic dilution in transformer-based next-frame prediction. Additionally, we introduce a loss function that optimizes SCMHSA in the latent space, aligning the training objective more closely with the model output. Our method demonstrates superior performance compared to the original transformer-based predictors.

📄 PDF Abstract BibTeX arXiv:2501.16753

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Drivingmotion predictionObject TrackingPrediction

Similar Papers 제목 키워드 기반

Focus and Dilution: The Multi-stage Learning Process of Attention

2026-05-02 · Zheng-An Chen, Pengxiao Lin, Zhi-Qin John Xu, Tao Luo arxiv

Transformer-based models have achieved remarkable success across a wide range of domains, yet our understanding of their training dynamics remains limited. In this work, we identify a recurrent focus-dilution cycle in at…

Reload-Mamba: Hierarchical Anti-Dilution State-Space Modeling for Multi-Class Semantic Segmentation

2026-06-16 · Sheng-Wei Chan, Hsin-Jui Pan, Jen-Shiun Chiang arxiv

Mamba-based state space models offer linear-time long-range modeling for high-resolution dense prediction, but sequential state-space propagation can attenuate boundary-sensitive and detail-sensitive responses that are c…

Semantic SegmentationLong-range modeling

Overcoming Support Dilution for Robust Few-shot Semantic Segmentation

2025-01-23 · Wailing Tang, Biqi Yang, Pheng-Ann Heng, Yun-hui Liu 외

Few-shot Semantic Segmentation (FSS) is a challenging task that utilizes limited support images to segment associated unseen objects in query images. However, recent FSS methods are observed to perform worse, when enlarg…

Few-Shot Semantic SegmentationSegmentationSemantic Segmentation

Understanding and Tackling Over-Dilution in Graph Neural Networks

2025-08-22 · Junhyun Lee, Veronika Thost, Bumsoo Kim, Jaewoo Kang 외 arxiv

Message Passing Neural Networks (MPNNs) hold a key position in machine learning on graphs, but they struggle with unintended behaviors, such as over-smoothing and over-squashing, due to irregular data structures. The obs…

Overcoming Visual Clutter in Vision Language Action Models via Concept-Gated Visual Distillation

2026-03-11 · Sangmim Song, Sarath Kodagoda, Marc Carmichael, Karthick Thiyagarajan arxiv

Vision-Language-Action (VLA) models demonstrate impressive zero-shot generalization but frequently suffer from a "Precision-Reasoning Gap" in cluttered environments. This failure is driven by background-induced feature d…

Zero-shot Generalization