paper-with-me

홈 › Papers

FEND: A Future Enhanced Distribution-Aware Contrastive Learning Framework for Long-tail Trajectory Prediction

2023-03-29 · CVPR 2023 1 · Yuning Wang, Pu Zhang, Lei Bai, Jianru Xue

Predicting the future trajectories of the traffic agents is a gordian technique in autonomous driving. However, trajectory prediction suffers from data imbalance in the prevalent datasets, and the tailed data is often more complicated and safety-critical. In this paper, we focus on dealing with the long-tail phenomenon in trajectory prediction. Previous methods dealing with long-tail data did not take into account the variety of motion patterns in the tailed data. In this paper, we put forward a future enhanced contrastive learning framework to recognize tail trajectory patterns and form a feature space with separate pattern clusters. Furthermore, a distribution aware hyper predictor is brought up to better utilize the shaped feature space. Our method is a model-agnostic framework and can be plugged into many well-known baselines. Experimental results show that our framework outperforms the state-of-the-art long-tail prediction method on tailed samples by 9.5% on ADE and 8.5% on FDE, while maintaining or slightly improving the averaged performance. Our method also surpasses many long-tail techniques on trajectory prediction task.

📄 PDF Abstract BibTeX arXiv:2303.16574

Code (1)

ynw2021/fend 공식 구현 pytorch

Tasks

Autonomous DrivingContrastive LearningPredictionTrajectory Prediction

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

IDCAIS: Inter-Defender Collision-Aware Interception Strategy against Multiple Attackers

2021-12-22 · Vishnu S. Chipade, Xinyi Wang, Dimitra Panagou

In the prior literature on multi-agent area defense games, the assignments of the defenders to the attackers are done based on a cost metric associated only with the interception of the attackers. In contrast to that, th…

Distribution-Aware Robust Learning from Long-Tailed Data with Noisy Labels

2024-07-23 · Jae Soon Baik, In Young Yoon, Kun Hoon Kim, Jun Won Choi

Deep neural networks have demonstrated remarkable advancements in various fields using large, well-annotated datasets. However, real-world data often exhibit long-tailed distributions and label noise, significantly degra…

Contrastive Learning

LLM-Enhanced Energy Contrastive Learning for Out-of-Distribution Detection in Text-Attributed Graphs

2026-03-19 · Xiaoxu Ma, Dong Li, Minglai Shao, Xintao Wu 외 arxiv

Text-attributed graphs, where nodes are enriched with textual attributes, have become a powerful tool for modeling real-world networks such as citation, social, and transaction networks. However, existing methods for lea…

Out-of-Distribution DetectionContrastive LearningNode Classification

On the Difficulty of Defending Contrastive Learning against Backdoor Attacks

2023-12-14 · Changjiang Li, Ren Pang, Bochuan Cao, Zhaohan Xi 외

Recent studies have shown that contrastive learning, like supervised learning, is highly vulnerable to backdoor attacks wherein malicious functions are injected into target models, only to be activated by specific trigge…

Contrastive Learning

Reasoning-to-Defend: Safety-Aware Reasoning Can Defend Large Language Models from Jailbreaking

2025-02-18 · Junda Zhu, Lingyong Yan, Shuaiqiang Wang, Dawei Yin 외

The reasoning abilities of Large Language Models (LLMs) have demonstrated remarkable advancement and exceptional performance across diverse domains. However, leveraging these reasoning capabilities to enhance LLM safety …