paper-with-me

Papers

Representation Learning with Semantic-aware Instance and Sparse Token Alignments

2026-01-13 · Phuoc-Nguyen Bui, Toan Duc Nguyen, Junghyun Bum, Duc-Tai Le, Hyunseung Choo arxiv

Medical contrastive vision-language pre-training (VLP) has demonstrated significant potential in improving performance on downstream tasks. Traditional approaches typically employ contrastive learning, treating paired image-report samples as positives and unpaired ones as negatives. However, in medical datasets, there can be substantial similarities between images or reports from different patients. Rigidly treating all unpaired samples as negatives, can disrupt the underlying semantic structure and negatively impact the quality of the learned representations. In this paper, we propose a multi-level alignment framework, Representation Learning with Semantic-aware Instance and Sparse Token Alignments (SISTA) by exploiting the semantic correspondence between medical image and radiology reports at two levels, i.e., image-report and patch-word levels. Specifically, we improve the conventional contrastive learning by incorporating inter-report similarity to eliminate the false negatives and introduce a method to effectively align image patches with relevant word tokens. Experimental results demonstrate the effectiveness of the proposed framework in improving transfer performance across different datasets on three downstream tasks: image classification, image segmentation, and object detection. Notably, our framework achieves significant improvements in fine-grained tasks even with limited labeled data. Codes and pre-trained models will be made available.

📄 PDF Abstract BibTeX arXiv:2601.08165

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic correspondenceRepresentation LearningContrastive LearningImage Classification

Similar Papers 제목 키워드 기반

Aligning Instance-Semantic Sparse Representation towards Unsupervised Object Segmentation and Shape Abstraction with Repeatable Primitives

2025-03-10 · Jiaxin Li, Hongxing Wang, Jiawei Tan, Zhilong Ou 외

Understanding 3D object shapes necessitates shape representation by object parts abstracted from results of instance and semantic segmentation. Promising shape representations enable computers to interpret a shape with m…

Instance SegmentationObjectSemantic SegmentationUnsupervised Object Segmentation

Sparse VideoGen2: Accelerate Video Generation with Sparse Attention via Semantic-Aware Permutation

2025-05-24 · Shuo Yang, Haocheng Xi, Yilong Zhao, Muyang Li 외

Diffusion Transformers (DiTs) are essential for video generation but suffer from significant latency due to the quadratic complexity of attention. By computing only critical tokens, sparse attention reduces computational…

Semantic SimilaritySemantic Textual SimilarityVideo Generation

Punctuation-aware Hybrid Trainable Sparse Attention for Large Language Models

2026-01-06 · Junxiang Qiu, Shuo Wang, Zhengsu Chen, Hengheng Zhang 외 arxiv

Attention serves as the fundamental mechanism for long-context modeling in large language models (LLMs), yet dense attention becomes structurally prohibitive for long sequences due to its quadratic complexity. Consequent…

Coarse Semantic Injection for LLM-Conditioned Structured Indoor Prediction

2026-05-16 · Shuliang Zhu, Tomiwa Adey, Jinjia Zhou arxiv

Large language models (LLMs) have recently been used as structured decoders for indoor understanding from 3D point-token inputs. However, point cloud encoders often under-represent thin structural elements such as doors …

Differentiable Multi-Granularity Human Representation Learning for Instance-Aware Human Semantic Parsing

2021-03-08 · CVPR 2021 1 · Tianfei Zhou, Wenguan Wang, Si Liu, Yi Yang 외

To address the challenging task of instance-aware human part parsing, a new bottom-up regime is proposed to learn category-level human semantic segmentation as well as multi-person pose estimation in a joint and end-to-e…

Human ParsingMulti-Person Pose EstimationPose EstimationRepresentation Learning+2