paper-with-me

홈 › Papers

Improving Raw Image Storage Efficiency by Exploiting Similarity

2016-04-19 · Binqi Zhang, Chen Wang, Bing Bing Zhou, Albert Y. Zomaya

To improve the temporal and spatial storage efficiency, researchers have intensively studied various techniques, including compression and deduplication. Through our evaluation, we find that methods such as photo tags or local features help to identify the content-based similar- ity between raw images. The images can then be com- pressed more efficiently to get better storage space sav- ings. Furthermore, storing similar raw images together enables rapid data sorting, searching and retrieval if the images are stored in a distributed and large-scale envi- ronment by reducing fragmentation. In this paper, we evaluated the compressibility by designing experiments and observing the results. We found that on a statistical basis the higher similarity photos have, the better com- pression results are. This research helps provide a clue for future large-scale storage system design.

📄 PDF Abstract BibTeX arXiv:1604.05442

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Similar Papers 제목 키워드 기반

Variable-Length Hashing

2016-03-17 · Honghai Yu, Pierre Moulin, Hong Wei Ng, XiaoLi Li

Hashing has emerged as a popular technique for large-scale similarity search. Most learning-based hashing methods generate compact yet correlated hash codes. However, this redundancy is storage-inefficient. Hence we prop…

Code SearchRetrieval

Towards Fast and Energy-Efficient Binarized Neural Network Inference on FPGA

2018-10-04 · Cheng Fu, Shilin Zhu, Hao Su, Ching-En Lee 외

Binarized Neural Network (BNN) removes bitwidth redundancy in classical CNN by using a single bit (-1/+1) for network parameters and intermediate representations, which has greatly reduced the off-chip data transfer and …

Self-Supervised Similarity Learning for Digital Pathology

2019-05-20 · Jacob Gildenblat, Eldad Klaiman

Using features extracted from networks pretrained on ImageNet is a common practice in applications of deep learning for digital pathology. However it presents the downside of missing domain specific image information. In…

Image RetrievalRetrievalSelf-Supervised Learningwhole slide images

AMVH: Asymmetric Multi-Valued Hashing

2017-07-01 · CVPR 2017 7 · Cheng Da, Shibiao Xu, Kun Ding, Gaofeng Meng 외

Most existing hashing methods resort to binary codes for similarity search, owing to the high efficiency of computation and storage. However, binary codes lack enough capability in similarity preservation, resulting in l…

Correlation Hashing Network for Efficient Cross-Modal Retrieval

2016-02-22 · Yue Cao, Mingsheng Long, Jian-Min Wang, Philip S. Yu

Hashing is widely applied to approximate nearest neighbor search for large-scale multimodal retrieval with storage and computation efficiency. Cross-modal hashing improves the quality of hash coding by exploiting semanti…

Cross-Modal RetrievalQuantizationRetrieval