paper-with-me

Papers

Multi-Modal Proxy Learning Towards Personalized Visual Multiple Clustering

2024-04-24 · CVPR 2024 1 · Jiawei Yao, Qi Qian, Juhua Hu

Multiple clustering has gained significant attention in recent years due to its potential to reveal multiple hidden structures of data from different perspectives. The advent of deep multiple clustering techniques has notably advanced the performance by uncovering complex patterns and relationships within large datasets. However, a major challenge arises as users often do not need all the clusterings that algorithms generate, and figuring out the one needed requires a substantial understanding of each clustering result. Traditionally, aligning a user's brief keyword of interest with the corresponding vision components was challenging, but the emergence of multi-modal and large language models (LLMs) has begun to bridge this gap. In response, given unlabeled target visual data, we propose Multi-MaP, a novel method employing a multi-modal proxy learning process. It leverages CLIP encoders to extract coherent text and image embeddings, with GPT-4 integrating users' interests to formulate effective textual contexts. Moreover, reference word constraint and concept-level constraint are designed to learn the optimal text proxy according to the user's interest. Multi-MaP not only adeptly captures a user's interest via a keyword but also facilitates identifying relevant clusterings. Our extensive experiments show that Multi-MaP consistently outperforms state-of-the-art methods in all benchmark multi-clustering vision tasks. Our code is available at https://github.com/Alexander-Yao/Multi-MaP.

📄 PDF Abstract BibTeX arXiv:2404.15655

Code (1)

alexander-yao/multi-map 공식 구현 pytorch

Tasks

Clustering

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Multi-modal Dynamic Proxy Learning for Personalized Multiple Clustering

2025-11-10 · Jinfeng Xu, Zheyu Chen, Shuo Yang, Jinze Li 외 arxiv

Multiple clustering aims to discover diverse latent structures from different perspectives, yet existing methods generate exhaustive clusterings without discerning user interest, necessitating laborious manual screening.…

Customized Multiple Clustering via Multi-Modal Subspace Proxy Learning

2024-11-06 · Jiawei Yao, Qi Qian, Juhua Hu

Multiple clustering aims to discover various latent structures of data from different aspects. Deep multiple clustering methods have achieved remarkable performance by exploiting complex patterns and relationships in dat…

Clustering

Agent-Centric Personalized Multiple Clustering with Multi-Modal LLMs

2025-03-28 · Ziye Chen, Yiqun Duan, Riheng Zhu, Zhenbang Sun 외

Personalized multiple clustering aims to generate diverse partitions of a dataset based on different user-specific aspects, rather than a single clustering. It has recently drawn research interest for accommodating varyi…

Clustering

Referring Video Object Segmentation with Cross-Modality Proxy Queries

2025-11-26 · Baoli Sun, Xinzhu Ma, Ning Wang, Zhihui Wang 외 arxiv

Referring video object segmentation (RVOS) is an emerging cross-modality task that aims to generate pixel-level maps of the target objects referred by given textual expressions. The main concept involves learning an accu…

Referring Video Object SegmentationObject Tracking

Robust Incomplete Multimodal Sentiment Analysis via Iterative Proxy Correction

2026-08-20 · Zhifa Geng, Subin Huang, Hao Guo, Junjie Chen 외 arxiv

Multimodal sentiment analysis aims to infer affective states by integrating language, visual, and acoustic cues. However, real-world multimodal inputs are often incomplete or corrupted, which can weaken cross-modal compl…

Multimodal Sentiment AnalysisMultimodal Reasoning