paper-with-me

Papers

GLAN: A Graph-based Linear Assignment Network

2022-01-05 · He Liu, Tao Wang, Congyan Lang, Songhe Feng, Yi Jin, Yidong Li

Differentiable solvers for the linear assignment problem (LAP) have attracted much research attention in recent years, which are usually embedded into learning frameworks as components. However, previous algorithms, with or without learning strategies, usually suffer from the degradation of the optimality with the increment of the problem size. In this paper, we propose a learnable linear assignment solver based on deep graph networks. Specifically, we first transform the cost matrix to a bipartite graph and convert the assignment task to the problem of selecting reliable edges from the constructed graph. Subsequently, a deep graph network is developed to aggregate and update the features of nodes and edges. Finally, the network predicts a label for each edge that indicates the assignment relationship. The experimental results on a synthetic dataset reveal that our method outperforms state-of-the-art baselines and achieves consistently high accuracy with the increment of the problem size. Furthermore, we also embed the proposed solver, in comparison with state-of-the-art baseline solvers, into a popular multi-object tracking (MOT) framework to train the tracker in an end-to-end manner. The experimental results on MOT benchmarks illustrate that the proposed LAP solver improves the tracker by the largest margin.

📄 PDF Abstract BibTeX arXiv:2201.02057

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Object TrackingObject Tracking

Similar Papers 제목 키워드 기반

Glance-MCMT: A General MCMT Framework with Glance Initialization and Progressive Association

2025-07-14 · Hamidreza Hashempoor

We propose a multi-camera multi-target (MCMT) tracking framework that ensures consistent global identity assignment across views using trajectory and appearance cues. The pipeline starts with BoT-SORT-based single-camera…

An automated and multi-parametric algorithm for objective analysis of meibography images

2020-10-29 · Peng Xiao, Zhongzhou Luo, Yuqing Deng, Gengyuan Wang 외

Meibography is a non-contact imaging technique used by ophthalmologists to assist in the evaluation and diagnosis of meibomian gland dysfunction (MGD). While artificial qualitative analysis of meibography images could le…

Segmentation

DFGET: Displacement-Field Assisted Graph Energy Transmitter for Gland Instance Segmentation

2023-12-11 · Caiqing Jian, Yongbin Qin, Lihui Wang

Gland instance segmentation is an essential but challenging task in the diagnosis and treatment of adenocarcinoma. The existing models usually achieve gland instance segmentation through multi-task learning and boundary …

Instance SegmentationMulti-Task LearningObjectSegmentation+1

PCG-Cut: Graph Driven Segmentation of the Prostate Central Gland

2013-10-12 · Jan Egger

Prostate cancer is the most abundant cancer in men, with over 200,000 expected new cases and around 28,000 deaths in 2012 in the US alone. In this study, the segmentation results for the prostate central gland (PCG) in M…

graph constructionSegmentation

GLANCE: Graph Logic Attention Network with Cluster Enhancement for Heterophilous Graph Representation Learning

2025-07-24 · Zhongtian Sun, Anoushka Harit, Alexandra Cristea, Christl A. Donnelly 외 arxiv

Graph Neural Networks (GNNs) have demonstrated significant success in learning from graph-structured data but often struggle on heterophilous graphs, where connected nodes differ in features or class labels. This limitat…

Graph Representation Learning