paper-with-me

Papers

Representation Alignment Contrastive Regularization for Multi-Object Tracking

2024-04-03 · Zhonglin Liu, ShuJie Chen, Jianfeng Dong, Xun Wang, Di Zhou

Achieving high-performance in multi-object tracking algorithms heavily relies on modeling spatio-temporal relationships during the data association stage. Mainstream approaches encompass rule-based and deep learning-based methods for spatio-temporal relationship modeling. While the former relies on physical motion laws, offering wider applicability but yielding suboptimal results for complex object movements, the latter, though achieving high-performance, lacks interpretability and involves complex module designs. This work aims to simplify deep learning-based spatio-temporal relationship models and introduce interpretability into features for data association. Specifically, a lightweight single-layer transformer encoder is utilized to model spatio-temporal relationships. To make features more interpretative, two contrastive regularization losses based on representation alignment are proposed, derived from spatio-temporal consistency rules. By applying weighted summation to affinity matrices, the aligned features can seamlessly integrate into the data association stage of the original tracking workflow. Experimental results showcase that our model enhances the majority of existing tracking networks' performance without excessive complexity, with minimal increase in training overhead and nearly negligible computational and storage costs.

📄 PDF Abstract BibTeX arXiv:2404.02562

Code (1)

liuzhonglincc/ratracker 공식 구현 pytorch

Tasks

Multi-Object TrackingObjectObject Tracking

Similar Papers 제목 키워드 기반

Non-Contrastive Vision-Language Learning with Predictive Embedding Alignment

2026-01-31 · Lukas Kuhn, Giuseppe Serra, Florian Buettner arxiv

Vision-language models have transformed multimodal representation learning, yet dominant contrastive approaches like CLIP require large batch sizes, careful negative sampling, and extensive hyperparameter tuning. We intr…

Representation Learning

Distractors-Immune Representation Learning with Cross-modal Contrastive Regularization for Change Captioning

2024-07-16 · Yunbin Tu, Liang Li, Li Su, Chenggang Yan 외

Change captioning aims to succinctly describe the semantic change between a pair of similar images, while being immune to distractors (illumination and viewpoint changes). Under these distractors, unchanged objects often…

Caption Generationcross-modal alignmentRepresentation Learning

Multi-Alignment Contrastive Learning for Enzyme--Reaction Retrieval

2025-12-09 · Gengmo Zhou, Feng Yu, Wenda Wang, Zhifeng Gao 외 arxiv

Identifying enzymes that catalyze target biochemical reactions is a key step in computational enzyme discovery and biocatalyst design. Recent representation-learning methods formulate this problem as enzyme--reaction mat…

Contrastive Learning

Understanding and Constructing Latent Modality Structures in Multi-modal Representation Learning

2023-03-10 · CVPR 2023 1 · Qian Jiang, Changyou Chen, Han Zhao, Liqun Chen 외

Contrastive loss has been increasingly used in learning representations from multiple modalities. In the limit, the nature of the contrastive loss encourages modalities to exactly match each other in the latent space. Ye…

Few-Shot Image Classificationimage-classificationImage ClassificationImage-text Retrieval+9

InfoNCE Induces Gaussian Distribution

2026-02-27 · Roy Betser, Eyal Gofer, Meir Yossef Levi, Guy Gilboa arxiv

Contrastive learning has become a cornerstone of modern representation learning, allowing training with massive unlabeled data for both task-specific and general (foundation) models. A prototypical loss in contrastive tr…

Representation LearningContrastive Learning