paper-with-me

Papers

Highly-Economized Multi-View Binary Compression for Scalable Image Clustering

2018-09-17 · ECCV 2018 9 · Zheng Zhang, Li Liu, Jie Qin, Fan Zhu, Fumin Shen, Yong Xu, Ling Shao, Heng Tao Shen

How to economically cluster large-scale multi-view images is a long-standing problem in computer vision. To tackle this challenge, we introduce a novel approach named Highly-economized Scalable Image Clustering (HSIC) that radically surpasses conventional image clustering methods via binary compression. We intuitively unify the binary representation learning and efficient binary cluster structure learning into a joint framework. In particular, common binary representations are learned by exploiting both sharable and individual information across multiple views to capture their underlying correlations. Meanwhile, cluster assignment with robust binary centroids is also performed via effective discrete optimization under L21-norm constraint. By this means, heavy continuous-valued Euclidean distance computations can be successfully reduced by efficient binary XOR operations during the clustering procedure. To our best knowledge, HSIC is the first binary clustering work specifically designed for scalable multi-view image clustering. Extensive experimental results on four large-scale image datasets show that HSIC consistently outperforms the state-of-the-art approaches, whilst significantly reducing computational time and memory footprint.

📄 PDF Abstract BibTeX arXiv:1809.05992

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringImage ClusteringRepresentation Learning

Similar Papers 제목 키워드 기반

Sample Compression Scheme Reductions

2024-10-16 · Idan Attias, Steve Hanneke, Arvind Ramaswami

We present novel reductions from sample compression schemes in multiclass classification, regression, and adversarially robust learning settings to binary sample compression schemes. Assuming we have a compression scheme…

Binary Classification

Single-path Bit Sharing for Automatic Loss-aware Model Compression

2021-01-13 · Jing Liu, Bohan Zhuang, Peng Chen, Chunhua Shen 외

Network pruning and quantization are proven to be effective ways for deep model compression. To obtain a highly compact model, most methods first perform network pruning and then conduct network quantization based on the…

Model CompressionNetwork PruningQuantization

$β$-VAEs can retain label information even at high compression

2018-12-06 · Emily Fertig, Aryan Arbabi, Alexander A. Alemi

In this paper, we investigate the degree to which the encoding of a $\beta$-VAE captures label information across multiple architectures on Binary Static MNIST and Omniglot. Even though they are trained in a completely u…

Vocal Bursts Intensity Prediction

Transformer-Based Nonlinear Transform Coding for Multi-Rate CSI Compression in MIMO-OFDM Systems

2025-02-27 · Bumsu Park, Heedong Do, Namyoon Lee

We propose a novel approach for channel state information (CSI) compression in multiple-input multiple-output orthogonal frequency division multiplexing (MIMO-OFDM) systems, where the frequency-domain channel matrix is t…

Image CompressionQuantization

Neural Network Compression using Binarization and Few Full-Precision Weights

2023-06-15 · Franco Maria Nardini, Cosimo Rulli, Salvatore Trani, Rossano Venturini

Quantization and pruning are two effective Deep Neural Networks model compression methods. In this paper, we propose Automatic Prune Binarization (APB), a novel compression technique combining quantization with pruning. …

BinarizationCPUModel CompressionNeural Network Compression+1